Agent skill
tdd-playbook
Guides strict TDD (red/green/refactor), prioritizing domain unit tests and small steps.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/tdd-playbook
SKILL.md
TDD Playbook (training)
- One failing test at a time.
- Minimal code to pass.
- Refactor only with green tests.
- Prefer domain tests over UI tests. If stuck: restate smallest invariant and propose the next tiny test.
Didn't find tool you were looking for?