Enforces a strict Red-Green-Refactor cycle to ensure all production code is verified by failing tests first.
The TDD Workflow Manager (code-test) is a specialized capability for Claude Code designed to institutionalize Test-Driven Development best practices. It enforces the 'Iron Law' of TDD—prohibiting any production code implementation until a corresponding failing test has been observed and verified. This skill guides the AI through a systematic Red-Green-Refactor cycle, ensuring minimal code complexity, high test coverage, and a verifiable audit trail for every feature, bug fix, or refactoring task.
Key Features
01Automated TDD evidence generation for verification
02Seamless integration with subagent task dispatching
03Minimalist code implementation guards
04Enforced Red-Green-Refactor development cycle
050 GitHub stars
06Structured quality assurance checklists
Use Cases
01Implementing new features with guaranteed test coverage
02Reproducing and fixing bugs through test-first methodology
03Safely refactoring complex logic while maintaining behavioral integrity