Acerca de
The TDD Green Phase skill is a specialized workflow guide for Claude Code designed to enforce the discipline of Test-Driven Development. It helps developers focus on writing the simplest possible implementation to make a failing test pass, effectively preventing premature optimization, over-engineering, and feature creep. By prioritizing speed and functional correctness over initial code beauty, it ensures a tight feedback loop and allows developers to reach a stable state before moving on to the refactoring phase.