tdd-integration
Installation
SKILL.md
TDD Integration Testing
Enforce strict Test-Driven Development using the Red-Green-Refactor cycle.
Mandatory Workflow
Every new feature MUST follow this strict 3-phase cycle. Do NOT skip phases.
Phase 1: RED - Write Failing Test
🔴 Write integration test that fails
Requirements:
- Feature requirement from user request
- Expected behavior to test