Build software with test-driven development
tddskillsetup L1★12
ishandutta2007/Awesome-Claude-Skills ↗What it does
Drive test-first feature development with red-green-refactor cycle
Best for
When you need high-confidence behavior verification + protected refactoring through public APIs, not internal contracts.
Inputs
- · [object Object]
Outputs
- · [object Object]
Preconditions
- · Testing framework available
- · User confirms interface and behaviors upfront
Failure modes
- · Refactoring while in RED state breaks discipline
- · Over-mocking hides design issues
Trust signals
- · Behavior-driven testing (not private method mocking)
- · Public API resilience principle
- · RED-GREEN-REFACTOR discipline enforced