Use when working with tdd workflows tdd cycle
resources/implementation-playbook.md.Execute a comprehensive Test-Driven Development (TDD) workflow with strict red-green-refactor discipline:
[Extended thinking: This workflow enforces test-first development through coordinated agent orchestration. Each phase of the TDD cycle is strictly enforced with fail-first verification, incremental implementation, and continuous refactoring. The workflow supports both single test and test suite approaches with configurable coverage thresholds.]
For test-by-test development:
Use this approach by adding --incremental flag to focus on one test at a time.
For comprehensive test suite development:
Use this approach by adding --suite flag for batch test development.
Generate coverage reports after each phase:
If TDD discipline is broken:
Track and report:
TDD implementation for: $ARGUMENTS