概要
This Claude Code skill implements a rigorous Test-Driven Development (TDD) framework, requiring that a failing test be written and verified before any implementation code is allowed. It guides the AI through the complete TDD cycle—Red, Green, and Refactor—ensuring that every new feature or bug fix is backed by automated tests. By prohibiting production code that wasn't preceded by a failing test, this skill eliminates technical debt, prevents regressions, and promotes clean, minimalist software architecture that is easy to maintain.