workflow
Installation
SKILL.md
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.