概要
This skill empowers Claude to follow a rigorous Test-Driven Development (TDD) workflow, ensuring that no production code is written without a preceding failing test. By adhering to the 'Iron Law' of TDD, it guarantees that every line of code is intentional, verified, and maintainable. The skill guides the AI through the complete Red-Green-Refactor cycle, including mandatory verification of test failures, minimal code implementation to pass, and safe refactoring. It specifically targets 100% coverage for new code across lines, branches, and functions, making it ideal for mission-critical applications where regression prevention is a top priority.