tdd-green
Installation
SKILL.md
TDD GREEN Phase
Overview
This skill executes the GREEN phase of Test-Driven Development. It implements the minimum code necessary to make the currently failing test pass, following the principle of "the simplest thing that could possibly work."
When to Use
Use this skill when:
- You have a failing test (RED phase completed)
- Ready to implement code to make the test pass
- Following the TDD RED → GREEN → REFACTOR cycle
- Need to turn a red test green