关于
The Test-Driven Development (TDD) skill implements a disciplined approach to software engineering within Claude Code. By adhering to the 'Iron Law'—no production code without a failing test first—it ensures that every feature and bug fix is purposeful, documented by tests, and free from unnecessary complexity. This skill guides the AI and developer through the essential cycle of writing a failing test, implementing minimal code to pass, and refactoring for quality, ultimately reducing technical debt and preventing regressions.