tdd-workflow
Installation
SKILL.md
TDD Workflow - Discovery & Coordination Skill
Purpose
This skill acts as a discovery hub for Test-Driven Development (TDD) in SpecWeave. It:
- ✅ Detects when users want to implement features with TDD
- ✅ Asks user preference for TDD workflow enforcement
- ✅ Routes to appropriate TDD tools (commands vs agent)
- ✅ Provides TDD education and best practices
NOT a full TDD implementation - delegates to:
tdd-orchestratoragent (deep TDD expertise)/sw:tdd:cyclecommand (enforced red-green-refactor)- Individual phase commands (
/sw:tdd:red,/sw:tdd:green,/sw:tdd:refactor)