Acerca de
The Test-Driven Development (TDD) skill transforms Claude into a disciplined coding partner that adheres to the 'Iron Law': no production code without a failing test first. By strictly following the Red-Green-Refactor cycle, this skill prevents technical debt, minimizes regressions, and ensures that every piece of logic is verified by automated tests. It is an essential capability for developers who prioritize high-quality, maintainable codebases and want to avoid the common pitfalls of post-implementation testing or manual verification.