概要
This skill implements an uncompromising framework for Test-Driven Development within Claude Code, guiding the AI through the essential Red-Green-Refactor lifecycle. It mandates that every line of production code is preceded by a failing test, ensuring that behavior is verified before implementation begins. By focusing on minimal code solutions and rigorous verification steps, it helps developers build maintainable, bug-free applications while eliminating the common pitfalls of writing tests as an afterthought. This skill acts as a disciplined engineering partner that prioritizes high-quality design and systematic verification over ad-hoc coding.