test-driven-development
Installation
SKILL.md
Test-Driven Development (TDD)
Write the test first. Watch it fail. Write minimal code to pass.
When to Use
Always:
- New features
- Bug fixes
- Refactoring
- Behavior changes
Exceptions (ask first):
- Throwaway prototypes
- Generated code
- Configuration files