Execute comprehensive TDD workflow with strict red-green-refactor discipline. Orchestrates test-first development with automated validation gates at each phase.
/plugin marketplace add anton-abyzov/specweave/plugin install sw@specweave# TDD Cycle - Comprehensive Test-Driven Development 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.] ## Configuration ### Coverage Thresholds - Minimum line coverage: 80% - Minimum branch c...
/tdd-cycleExecute a comprehensive Test-Driven Development (TDD) workflow with strict red-green-refactor discipline: