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 sometiny/get-shit-done-redux5plugins reuse this command
First indexed Jun 7, 2026
/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 the user through conversational UAT testing by loading phase context, generating test flows from must-haves, and running parallel debug agents on failures.
/verifyPrepares or records manual UAT verification status for current deliverable: refresh checklist or mark approved/rejected/pending with optional note. Updates JSON and Markdown files.
/hatch3r-healthcheckOpens a QA and reliability epic surveying coverage gaps, flaky tests, and regression blind spots, producing one testing sub-issue per module plus a cross-module wiring audit.
/update-plan-statusVerifies plan completion status by checking issues, PRs, codebase implementation, and tests; generates report and updates plan file.
/verifyVerifies project tests, acceptance criteria from files, or roadmap phases. Dispatches verifier agent to execute checks and report PASS/FAIL with evidence.