| name | workflow |
| description | Orchestrate strict TDD implementation across planner, implementer, test designer, coverage auditor, mutation auditor, and reviewer subagents. |
TDD Workflow
Use this workflow when user asks for implementation with strict TDD enforcement.
Orchestration order
tdd-planner
- Produce work items and acceptance criteria.
tdd-test-designer
- Produce full edge-case/boundary/guard test matrix.
tdd-implementer
- Implement work items in small batches.
tdd-coverage-auditor
- Enforce coverage gates and identify gaps.
tdd-mutation-auditor (if mutation gate enabled)
- Validate test strength and close surviving mutants.
tdd-reviewer
- Findings-first final review.
Mandatory stop conditions
- Stop if any gate fails.
- Do not commit/push until gates are green.
- Provide a final checklist with pass/fail for each gate.