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

  1. Test MUST fail - If it passes immediately, you're testing the wrong thing
  2. Test MUST be specific - Testing exact expected behavior
  3. Test MUST be minimal - Only test one thing
  4. Test MUST compile - TypeScript clean

Test Template

Installs
1
GitHub Stars
1
First Seen
Jul 9, 2026
tdd-red — tomevault-io/skills-registry