Execute a comprehensive Test-Driven Development (TDD) workflow with strict red-green-refactor discipline:
/plugin marketplace add wshobson/agents/plugin install tdd-workflows@claude-code-workflowsExecute 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.] ## Configuration ### Coverage Thresholds - Minimum line coverage: 80% - Minimum branch coverage: 75% - Critical path coverage: 100% ### Refa...
/tdd-cycleExecute comprehensive TDD workflow with strict red-green-refactor discipline. Orchestrates test-first development with automated validation gates at each phase.