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. It guides the development process through the mandatory Red-Green-Refactor cycle, ensuring every new feature or bug fix is verified against expected behavior before implementation. This skill is ideal for teams prioritizing code reliability and maintainability, as it prevents technical debt by treating untested code as invalid and requiring that developers witness a test failure before writing any functional logic.