This skill provides Claude with a structured framework for Test-Driven Development, guiding the AI through the essential Red-Green-Refactor cycle. It includes specific patterns for triangulation, unit testing business logic, and integration testing for API endpoints. By utilizing this skill, developers can ensure that Claude writes minimum viable code to pass tests, avoids over-engineering, and maintains a clean codebase through disciplined refactoring steps. It is particularly effective for complex business logic, validators, algorithms, and building robust API contracts.
주요 기능
01Guided Red-Green-Refactor cycle implementation
02Standardized patterns for API endpoint integration testing
03Triangulation techniques to verify implementation logic
04Detection and avoidance of common TDD pitfalls like over-mocking
05Best practices for identifying high-value TDD scenarios
060 GitHub stars