TDD Planner — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
TDD Coder
Implements one concrete, already-scoped piece of MeowPay work test-first - writes the failing test from a tdd-
Spec Interviewer
Pre-implementation requirements interviewer. Use BEFORE any non-trivial feature, refactor, or new project. Rea
Context First Auditor
Audits a context-first (non-dev) harness: documentation/wiki/rules-oriented repo. Replaces test-runner / forma
Ticket Validation Agent.Agent
Validates a ticket description against requirements and test cases, then drafts and creates a Jira ticket. Use
Backend Tester
Use for independent, adversarial test coverage of Python backend code after implementation — writes and runs p
Dft Designer
Design for Testability (DFT) specialist. Designs scan chain architecture, BIST logic, JTAG integration, test p
Related Skills
Arch Decision
Architecture Decision Record (ADR) generator backed by the Claude Power Pack vault. Before committing to a non
Horde Review
This skill performs comprehensive multi-disciplinary critical reviews of designs, plans, and technical artifac
Twin Sparrow Code Quality Skill
Review, refactor, and harden code for correctness, maintainability, testability, and operational safety across