Guide manual user acceptance testing of recently built features
Guides manual acceptance testing of recently built features and logs issues.
/plugin marketplace add cowwoc/claude-code-cat/plugin install cat@claude-code-cat[optional: release or change number, e.g., '4' or '04-02']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 release-scoped ISSUES.md </objective>
<execution_context> @${CLAUDE_PLUGIN_ROOT}/.claude/cat/workflows/verify-work.md @${CLAUDE_PLUGIN_ROOT}/.claude/cat/templates/uat-issues.md </execution_context>
<context> Scope: $ARGUMENTS (optional) - If provided: Test specific release or change (e.g., "4" or "04-02") - If not provided: Test most recently completed changeLoad project state: @.planning/STATE.md
Load roadmap: @.planning/ROADMAP.md </context>
<process> 1. Validate arguments (if provided, parse as release or change 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/releases/XX-name/{release}-{change}-ISSUES.md` - Present summary with verdict 4. Offer next steps based on results: - If all passed: Continue to next release - If issues found: `/cat:plan-fix {release} {change}` to create fix change </process><anti_patterns>
<success_criteria>