tdd-go

Installation
SKILL.md

GO - TDD Main Workflow

Overview

This is the primary TDD workflow skill as specified in CLAUDE.md. When the user says "go", this skill finds the next unmarked test in PLAN.md, writes the test, implements it, refactors if needed, and prepares for commit. It's the main driver for TDD development.

When to Use

Use this skill when:

  • User says "go" or "next"
  • Ready to start next TDD iteration
  • Following CLAUDE.md workflow
  • Want automated TDD cycle
  • Beginning feature development with TDD

CLAUDE.md Specification

From CLAUDE.md:

When I say "go", find the next unmarked test in PLAN.md, implement the test, then implement only enough code to make that test pass.

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