About
This skill implements a strict Test-Driven Development (TDD) protocol for Claude, ensuring high code quality and reliability through the 'Iron Law': no production code without a failing test first. It guides the AI through the systematic process of writing a minimal failing test, verifying the failure, implementing the simplest solution to pass, and refactoring for clean design. This approach eliminates implementation bias, prevents over-engineering, and ensures that every line of code is verified by a meaningful, reproducible test case.