tdd
Original:🇺🇸 English
Translated
Apply this when developing new features that add to or change the business logic of the system
2installs
Sourcemrsimpson/skills-coding
Added on
NPX Install
npx skill4agent add mrsimpson/skills-coding tddTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Apply TDD with agents:
- Ask an agent to write a failing test (RED phase). The agent shall commit this as WIP.
- Ask an agent to write the actual code to make the test pass (GREEN phase). The agent shall commit this as WIP.
- Ask an agent to judge the previous two commits: The GREEN phase commit must not have changed semantics of tests implemented in the RED phase.