About
The dev-tdd skill transforms Claude into a disciplined test-driven engineer by enforcing the 'Iron Law of TDD.' It requires a documented failing test (RED) before any implementation code is written, followed by minimal code to pass (GREEN) and subsequent refactoring. By mandating a six-gate execution sequence—including build, launch, and mandatory log reading—it eliminates 'fake tests' and ensures that every feature is verified through actual runtime behavior rather than static analysis.