test-first
Installation
SKILL.md
Test-First Development
Overview
Write the test first. Observe it fail. Write the minimum code to pass.
Core principle: If you did not watch the test fail, you have no evidence it validates the correct behavior.
No exceptions. No workarounds. No shortcuts.
When to Use
Required:
- New features
- Bug fixes
- Refactoring
- Behavior modifications