Guide manual user acceptance testing of recently built features
Guides manual acceptance testing of recently built features and logs issues.
/plugin marketplace add glittercowboy/get-shit-done/plugin install get-shit-done@get-shit-done[optional: phase or plan number, e.g., '4' or '04-02']gsd/Purpose: Validate that what Claude thinks was built actually works from the user's perspective. The USER performs all testing — Claude generates the test checklist, guides the process, and captures issues.
Output: Validation of features, any issues logged to phase-scoped ISSUES.md </objective>
<execution_context>
@/.claude/get-shit-done/workflows/verify-work.md
@/.claude/get-shit-done/templates/uat-issues.md
</execution_context>
Load project state: @.planning/STATE.md
Load roadmap: @.planning/ROADMAP.md </context>
<process> 1. Validate arguments (if provided, parse as phase or plan number) 2. Find relevant SUMMARY.md (specified or most recent) 3. Follow verify-work.md workflow: - Extract testable deliverables - Generate test checklist - Guide through each test via AskUserQuestion - Collect and categorize issues - Log issues to `.planning/phases/XX-name/{phase}-{plan}-ISSUES.md` - Present summary with verdict 4. Offer next steps based on results: - If all passed: Continue to next phase - If issues found: `/gsd:plan-fix {phase} {plan}` to create fix plan </process><anti_patterns>
<success_criteria>