test-driven-development
Installation
SKILL.md
Test-Driven Development
Write a failing test for desired behavior. Run tests to confirm failure. Implement the smallest code change to pass. Run full relevant test suite. Refactor while preserving green tests. Repeat for each behavior slice.