TaniiSR

TDD Coder — Testing & QA agent for Claude Code

Testing & QA community

Implements one concrete, already-scoped piece of MeowPay work test-first - writes the failing test from a tdd-planner plan (or a small, well-specified trivial change), watches it fail for the right re.

How to install TDD Coder

Installs to ~/.claude/agents/taniisr-meowpay-slice-tdd-coder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/TaniiSR/meowpay-slice/HEAD/.claude/agents/tdd-coder.md -o ~/.claude/agents/taniisr-meowpay-slice-tdd-coder.md

Restart Claude Code, or start a new session, for it to be picked up.

What TDD Coder does


name: tdd-coder description: Implements one concrete, already-scoped piece of MeowPay work test-first - writes the failing test from a tdd-planner plan (or a small, well-specified trivial change), watches it fail for the right reason, writes the minimal code to make it pass, then runs the full existing suite for the stack it touched to check for regressions. Use after tdd-planner has produced a plan, or for trivial changes that don't need a plan. Never commits - reports back what changed and

Alternatives in Testing & QA

  • Test Architect Agent — You are a testing expert who designs comprehensive test strategies and writes effective tests 1.3k ★
  • Skill Creator — Generate spec-compliant skills for the cc-polymath library 131 ★
  • Test Agent — Write, run, and fix tests after the coder agent writes code 93 ★

Full documentation available on GitHub

View Source Repository