Acerca de
The Test-Driven Development skill transforms Claude into a disciplined software engineer by mandating the RED-GREEN-REFACTOR workflow. It prevents the common mistake of writing tests after implementation, instead requiring a verified failing test before any production code is written. This approach ensures that your test suite actually catches bugs, encourages simpler software design through 'testability' signals, and provides a safety net for continuous refactoring. By following the 'Iron Law' of TDD, this skill helps developers build more reliable, decoupled, and maintainable systems.