tdd-cycle
Installation
SKILL.md
Complete TDD Cycle
Overview
This skill orchestrates a complete Test-Driven Development cycle, guiding through all phases: RED (write failing test), GREEN (make it pass), REFACTOR (improve structure), and proper commits. Use this when you want to complete one full TDD iteration.
When to Use
Use this skill when:
- Ready to implement next test from PLAN.md
- Want to follow complete TDD workflow
- Need guidance through all TDD phases
- Want structured approach to one iteration
- Following disciplined TDD practice