概要
The Test-Driven Development (TDD) skill mandates a high-integrity coding workflow centered around the 'Iron Law': no production code without a failing test first. By guiding Claude through the Red-Green-Refactor cycle, this skill ensures that every feature, bug fix, and refactor is backed by meaningful automated tests that verify behavior rather than just implementation. It provides rigorous checklists, identifies testing anti-patterns, and helps developers overcome common rationalizations for skipping tests, resulting in more maintainable, bug-resistant software.