Acerca de
The Test-Driven Development (TDD) skill embeds a rigorous engineering discipline into Claude's workflow, mandating the 'Iron Law' that no production code is written without a preceding failing test. It guides the AI through the complete Red-Green-Refactor cycle, ensuring that every feature, bug fix, and refactor is driven by behavioral requirements rather than implementation bias. By focusing on minimal code solutions and mandatory failure verification, this skill helps developers eliminate technical debt, discover edge cases early, and maintain a high-confidence codebase where every line of code is purposeful and verified.