Acerca de
The TDD Skill implements a rigorous Test-Driven Development methodology within Claude Code, following the PIV (Prime-Implement-Validate) framework. It prevents the AI from generating implementation code before a corresponding failing test exists, mandating a workflow of writing a failing test (Red), implementing the minimal code necessary to pass (Green), and then optimizing the solution (Refactor). This skill is essential for developers looking to eliminate technical debt, improve software reliability, and maintain a high-quality codebase across multiple programming languages including Java, Python, and TypeScript.