strict-tdd
Installation
SKILL.md
Strict TDD Mode
When activated, this skill registers a session-scoped hook that enforces Red-Green-Refactor discipline.
What It Does
Blocks writes to src/ (production code) unless:
- A test file exists that covers the target module
- That test has at least one failing assertion (Red phase confirmed)
This prevents the common agent failure of writing test + implementation simultaneously.
Activation
/strict-tdd
Remains active for the current session only.