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

Workflow

Step 1: Verify RED Phase

Installs
1
First Seen
Mar 3, 2026
tdd-green — swiftyjunnos/claude-code-with-tdd