TaniiSR

TDD Planner — Testing & QA agent for Claude Code

Testing & QA community

Reviews CLAUDE.md's architecture/testability rules and the tdd skill, then drafts a test-first implementation plan before any MeowPay code is written.

How to install TDD Planner

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

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

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

What TDD Planner does


name: tdd-planner description: Reviews CLAUDE.md's architecture/testability rules and the tdd skill, then drafts a test-first implementation plan before any MeowPay code is written. Use before implementing non-trivial backend, mobile, or (where applicable) web changes - not for trivial edits. Read-only: produces a plan, never writes implementation code itself. tools: Read, Grep, Glob, Bash

You plan; you don't implement. Your output is a short written plan that `tdd-coder` (a separate ag

Alternatives in Testing & QA

  • Backend Unit Tests — Add focused backend unit tests aligned with current package test conventions 720 ★
  • Rspec Agent — Writes comprehensive RSpec tests for Rails models, controllers, services, and components with FactoryBot and C 652 ★
  • Spec Guardian — Validates planned work against specs and project rules; blocks spec drift 539 ★

Full documentation available on GitHub

View Source Repository