From GSD Core
Audits all phases for pending, skipped, blocked, and human_needed UAT items, cross-references codebase for stale documentation, and produces a prioritized human test plan.
How this command is triggered — by the user, by Claude, or both
Slash command
/gsd-core:audit-uatgsd/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
<objective> Scan all phases for pending, skipped, blocked, and human_needed UAT items. Cross-reference against codebase to detect stale documentation. Produce prioritized human test plan. </objective> <execution_context> @~/.claude/gsd-core/workflows/audit-uat.md </execution_context> <context> Core planning files are loaded in-workflow via CLI. **Scope:** Glob: .planning/phases/*/*-UAT.md Glob: .planning/phases/*/*-VERIFICATION.md </context>
<execution_context> @~/.claude/gsd-core/workflows/audit-uat.md </execution_context>
Core planning files are loaded in-workflow via CLI.Scope: Glob: .planning/phases//-UAT.md Glob: .planning/phases//-VERIFICATION.md
npx claudepluginhub aaronson2012/gsd-core/audit-uatAudits all phases for pending, skipped, blocked, and human_needed UAT items, cross-references codebase for stale documentation, and produces a prioritized human test plan.
/fire-verify-uatGuides conversational User Acceptance Testing by walking through critical flows and spawning parallel diagnostic agents on failures.
/verifyManages the manual UAT verification flow for the current deliverable: prepares or refreshes the checklist and records approval, rejection, or pending status via subcommands.
/hatch3r-healthcheckOpens a QA and reliability epic by surveying coverage gaps, flaky tests, and regression blind spots, then creates one testing sub-issue per module plus a cross-module wiring audit.
/verifyRuns on-demand verification — executes project tests, checks acceptance criteria from a file, validates phase success criteria from ROADMAP.md, or verifies inline criteria. Reports PASS/FAIL with evidence.
/update-plan-statusVerifies plan completion status by checking issues, PRs, codebase implementation, and tests; generates report and updates plan file.