Detailed implementation guidance for Red-Green-Refactor-Commit cycle.
/plugin marketplace add thkt/claude-config/plugin install complete-workflow-system@thkt-development-workflowsshared/# TDD Cycle Implementation Details Detailed implementation guidance for Red-Green-Refactor-Commit cycle. ## Purpose Provides concrete steps and exit criteria for each phase of the RGRC cycle. ## Prerequisites Basic understanding of TDD principles: [@~/.claude/skills/tdd-fundamentals/SKILL.md](~/.claude/skills/tdd-fundamentals/SKILL.md) ## Enhanced RGRC Cycle with Real-time Feedback ### 1. 🔴 Red Phase **Confidence Target**: 0.9 **Steps**: 1. Write failing test with clear intent (or use generated tests) 2. Verify failure reason matches expectation 3. Document understanding via te...
/tdd-cycleExecute a comprehensive Test-Driven Development (TDD) workflow with strict red-green-refactor discipline:
/tdd-cycleExecute comprehensive TDD workflow with strict red-green-refactor discipline. Orchestrates test-first development with automated validation gates at each phase.