Acceptance QA — Testing & QA agent for Claude Code
Read-only product-minded QA agent that verifies implementation meets ticket acceptance criteria.
How to install Acceptance QA
Installs to ~/.claude/agents/parker-plextrac-pt-doots-acceptance-qa.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/parker-plextrac/pt-doots/HEAD/agents/acceptance-qa.md -o ~/.claude/agents/parker-plextrac-pt-doots-acceptance-qa.md Restart Claude Code, or start a new session, for it to be picked up.
What Acceptance QA does
name: acceptance-qa description: Read-only product-minded QA agent that verifies implementation meets ticket acceptance criteria. Reads the plan and code, returns a per-criterion pass/fail report with evidence. Spawned at Step 4c (quality gate) in parallel with Code Reviewer, Edge Case QA, Code Smells Reviewer, Test Reviewer, and Self-Containment Reviewer. model: sonnet effort: high maxTurns: 10 tools: Read Grep Glob permissionMode: dontAsk
Acceptance QA — Product Verification
You ar
Alternatives in Testing & QA
- Fable Verifier — Cold verifier for finished fable deliverables 837 ★
- Witness — Independently witness that an Allium loop's convergence claim is true and was reached honestly 474 ★
- Bowser QA Agent — UI validation agent that executes user stories against web apps and reports pass/fail results with screenshots 222 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Obsidians
Post-merge spec compliance verifier. Reads PLAN.md acceptance criteria and verifies the merged codebase satisf
Flaky Test Isolator
USE WHEN a test intermittently fails on unchanged code. Runs it N times sequentially, captures pass/fail + std
Frontend Tester
Frontend web testing specialist that uses BYOB MCP to execute UI test scenarios and return structured results.
Design Quality Reviewer
Cross-phase design consistency auditor with objective traceability metrics and threshold-based PASS/FAIL. Prod
Gantry Verifier
Runs the readiness gate. Use to execute the project's lint/test/build from its own .claude/gates.sh, the check
Standards Checker
Python standards gate — runs ruff, mypy, and pytest/tox, verifies PEP 8 and typing, and writes the standards r
Related Skills
Ac Validation
Review Acceptance Criteria for one or more user stories against completeness and quality standards. Checks hap
Phased Engineering Pipeline
Claude Code skill for building software with AI agents: seven roles, vertical-slice phases, deterministic chec
Sdlc Code Implementation
Build working software that meets acceptance criteria. Use when executing implementation plans. Triggers: impl