概要
The TDD skill empowers Claude Code with a structured methodology for software development, leveraging industry-standard practices from experts like Kent Beck and Michael Feathers. It facilitates the Red-Green-Refactor cycle, helping developers transform requirements into executable documentation and maintainable code through unit, integration, and E2E testing. By balancing strict testing patterns with pragmatic design considerations, this skill ensures that AI-generated code is robust, well-documented, and safe to refactor, while avoiding the pitfalls of over-testing implementation details.