Acerca de
This skill implements a rigorous Test-Driven Development (TDD) framework for Claude, adhering to the 'Iron Law' that no production code is written without a preceding failing test. It guides developers through the complete lifecycle of software creation—from writing minimal failing tests and verifying failures to implementing the simplest possible solution and refactoring for excellence. By eliminating common rationalizations for skipping tests, this skill helps teams build robust, self-documenting systems that are easy to maintain and refactor with confidence.