概要
This skill implements a rigorous Test-Driven Development (TDD) workflow for Claude, mandating that no production code is written without a preceding failing test. It guides developers through the foundational Red-Green-Refactor cycle, ensuring that every test is verified to fail before minimal code is written to pass it. By prohibiting 'test-after' patterns and requiring the deletion of unverified implementation code, it transforms Claude into a disciplined engineering partner that prioritizes long-term maintainability, behavioral integrity, and bug prevention.