tdd-red
Installation
SKILL.md
TDD Red Phase
TRAP 8 Defense: Tests before implementation
The Rule
Write a failing test that describes the desired behavior BEFORE writing any implementation code.
RED Phase Requirements
- Test MUST fail - If it passes immediately, you're testing the wrong thing
- Test MUST be specific - Testing exact expected behavior
- Test MUST be minimal - Only test one thing
- Test MUST compile - TypeScript clean