tdd
Installation
SKILL.md
Test-Driven Development
Build or fix behavior one verified slice at a time.
Contract
Inputs:
- Feature request, bug report, PRD, issue, or implementation plan
- Existing test commands and project conventions
- Public interface or user-facing behavior to protect
Outputs:
- Test-first implementation plan
- New or updated tests and code when implementation is requested
- Verification commands and results
Creates/Modifies: