Acerca de
This skill integrates a strict Test-Driven Development (TDD) methodology into Claude's coding process, mandating the 'Iron Law' of software quality: no production code is written without a preceding failing test. By guiding Claude through the Red-Green-Refactor cycle, it ensures that tests are meaningful, code is minimal and purposeful, and regressions are caught immediately. It is ideal for developers who prioritize high-confidence deployments and maintainable codebases by preventing the common pitfall of writing tests that only pass because they mirror existing implementation errors.