Content Preview
--- model: claude-sonnet-4-0 --- Implement minimal code to make failing tests pass in TDD green phase: [Extended thinking: This tool uses the test-automator agent to implement the minimal code necessary to make tests pass. It focuses on simplicity, avoiding over-engineering while ensuring all tests become green.] ## Implementation Process Use Task tool with subagent_type="test-automator" to implement minimal passing code. Prompt: "Implement MINIMAL code to make these failing tests pass: $AR
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/tdd-green.md \
https://raw.githubusercontent.com/wshobson/commands/main/tools/tdd-green.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/wshobson/commandsThen reference at tools/tdd-green.md
Related Skills
all-tools
Display All Available Development Tools
commandsalltools
by qdhenry · claude-command-suite
all_tools
List all available tools detailed in your system prompt. Display them in bullet points. Display them in typescript function signature format and suffix the purpose of the tool. Double line break between each tool for readability.
commandsalltools
by disler · disler-hooks-mastery
tool-types-guide
Tool Types Guide — Comprehensive Reference for Free Marketing Tools
marketing-skilltooltypesguide
by alirezarezvani · alirezarezvani-claude-skills
tdd-red
Write comprehensive failing tests following TDD red phase principles:
toolstddred
by wshobson · wshobson-commands