test-first-development
Installation
SKILL.md
Test-first development
When to use (default)
- Bug fixes with reproducible symptoms.
- Behavior changes in production code.
- Refactors where regression risk is non-trivial.
When to relax (document why)
- Throwaway prototypes.
- Generated code with separate validation.
- Pure config or documentation-only changes.