What problem does it solve?
Prevents skipped tests, self-reviewed stubs, and ad-hoc edits by enforcing a disciplined red-green-refactor workflow or a full seven-agent pipeline so every change is verified, reviewed, and gated before integration.
Core Features & Use Cases
- Inline red-green-refactor for quick fixes and small changes: read code, write a failing test, implement the minimal change, run the suite, refactor if needed, and commit.
- Seven-agent pipeline for new modules or multi-behavior tasks: dispatch test-writer, test-reviewer, red gate, implementer, verify gate, code-reviewer, and integrator with strict fix loops and escalation.
- Gates and verification: enforce compile-and-fail red gates, run CLAUDE.md test and lint commands, require reviewer approval, and update build files only after integration stage.
- Use Cases: implement a new parser module with multiple behaviors, fix a regression with clear test coverage, or onboard TDD enforcement in an existing project.
Quick Start
Ask the orchestrator to run TDD for your task in one sentence, for example: /tdd-orchestrate implement the parser module with tokenization, error handling, and serialization.