TDD Coder — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
TDD Planner
Reviews CLAUDE.md's architecture/testability rules and the tdd skill, then drafts a test-first implementation
Fast Worker
Mechanical, low-risk bulk work, mechanical edits, inventory sweeps, repetitive migrations, generated-file main
Local Coder
Use for local code generation: implementing a function against a spec or failing test, refactor snippets, boil
Quick Executor
Executes small, low-risk, mechanical tasks fast — typo fixes, copy/i18n tweaks, config value changes, single-f
Forge Standard
forge plan-execution worker for standard-tier tasks — well-specified changes with a clear test path — and for
Worker Implementer
Implements a well-specified chunk of coding work - a spec's tickets, a component, a refactor - from a full bri
Related Skills
Agent Skills Discovery RFC
A mechanism for discovering Agent Skills using the .well-known URI path prefix as specified in RFC 8615 for di
GitHub Review Failures
Use when CI checks are failing on a PR — fetches failure logs, diagnoses root causes, implements fixes, and pu
Claude Codex Handoff
A Claude Code skill that orchestrates a three-phase planner→implementer→reviewer workflow between Claude Code