tdd
Installation
SKILL.md
Test-Driven Development
Work in vertical behavior slices. For each slice, write the smallest controlling test set, observe the expected behavior failure, make it pass with the smallest implementation, and then improve the code without changing behavior.