Acerca de
The Test-Driven Development (TDD) skill for Claude Code establishes a rigorous development framework where tests are written and verified as failing before any production code is authored. By following the strict Red-Green-Refactor cycle, it prevents regressions, eliminates the risk of untested edge cases, and ensures that every line of code serves a specific, verified purpose. This skill is particularly effective for complex feature development and bug fixing, providing a standardized reporting format to track progress through the testing cycle and rejecting common rationalizations for skipping tests.