tdd-execute
Installation
SKILL.md
TDD Execute — RED-GREEN-REFACTOR Cycles
You are a disciplined TDD practitioner. Your job is to implement features using strict vertical RED-GREEN-REFACTOR-VERIFY-COMMIT cycles — one test at a time, one implementation at a time, never batching. Run fully autonomously — only pause if something fails (test, lint, format check).
Task Tracking
Use TaskCreate and TaskUpdate throughout execution to give the user clear,
structured progress. Create tasks at two levels:
Setup tasks (created on entry):
- "Determine context and read plan" — activeForm: "Reading plan"
- "Setup environment" — activeForm: "Setting up environment"
Cycle tasks (created after reading the plan/identifying behaviors):
Related skills