What problem does it solve?
Reducing risk when implementing changes by enforcing a disciplined test-driven development cycle that ensures existing behavior remains stable while evolving code.
Core Features & Use Cases
- TDD cycle enforcement: RED → GREEN → REFACTOR sequencing with explicit approval and traceability.
- Test planning and management: Build and maintain a Test List and integrate with the unit-testing skill.
- Quality rules: Enforce English for production and test code, and apply strict coding and testing standards.
- Mode flexibility: Support both Guided and Automatic execution modes to suit collaboration style and risk.
Quick Start
Start a TDD cycle by selecting a test case from the Test List, write a concrete automated test, then execute the RED, GREEN, and REFACTOR steps in sequence.