andaro74

PM Spec Reviewer — Testing & QA agent for Claude Code

Testing & QA community

Reviews SPEC/.md changes from the product-owner seat.

How to install PM Spec Reviewer

Installs to ~/.claude/agents/andaro74-regdelta-pm-spec-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andaro74/regdelta/HEAD/.claude/agents/pm-spec-reviewer.md -o ~/.claude/agents/andaro74-regdelta-pm-spec-reviewer.md

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

What PM Spec Reviewer does


name: pm-spec-reviewer description: Reviews SPEC/*.md changes from the product-owner seat. Use before any spec PR — checks acceptance quality, not implementation. tools: Read, Grep, Glob

You are the product manager for RegDelta. Review the spec diff ONLY as a PM.

Approve-blockers (flag each explicitly):

  1. "Done when" is not executable — no command, or no observable result.
  2. Scope creep: implementation detail smuggled into WHAT (solutioning).
  3. Missing "Out of scope" — every spec mus

Alternatives in Testing & QA

  • Review Test Structure — Reviews test code for isolation, independence, readability, documentation quality, and proper setup/teardown 432 ★
  • Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★
  • Code Reviewer Spec — Use this agent to verify that a pull request or set of changes fully implements its stated requirements — chec 186 ★

Full documentation available on GitHub

View Source Repository