What problem does it solve?
Coordinating a four-stage TDD workflow to drive a single success criterion to green using specialized subagents. The orchestration runs inside each workstream under /orchestrate, cycling through Test Writer, Implementer, Verifier, and Fix Loop stages. The workflow enforces a strict delegation contract and never edits production code or tests.
Core Features & Use Cases
- End-to-end TDD pipeline: four stages with explicit handoffs and reports.
- Strict delegation contract: the caller never edits production code or tests and relies on subagents for changes.
- Works inside /orchestrate per criterion and produces a final CYCLE_REPORT with implementation and verification results.
- Suitable for QA teams and software engineering teams aiming for rapid, test-driven progression of a single criterion.
Quick Start
Run the tdd-cycle workflow on a single criterion to orchestrate the four-stage pipeline automatically.