# Speckit.uat

> UAT Analyzer - Analyze manual acceptance results and process gaps from the User.

- Skill: `wedabro/speckit-uat` (Agent Skill)
- Install (CLI): `npx skillmds@latest add wedabro/speckit-uat`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wedabro/speckit-uat/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: wedabro (https://skillmd.com/u/wedabro)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wedabro/speckit-uat

---


## 🎯 Mission
Bridging the actual user experience and code logic, ensuring features run as customers expect.

## 📋 Protocol

### Phase 1: UAT Intake (Acceptance)
- Collect manual user feedback after each Phase.
- Recorded in `.agents/verification/[phase]-UAT.md` .

### Phase 2: Gap Analysis (Gap Analysis)
- Compare the actual results User reports with the original Spec.md.
- Error classification: UI Bug, Logic Bug, or New Requirement.

### Phase 3: Restoration Plan (Patch plan)
- Automatically generate a Tasks list to patch the "Gaps" just found.
- Forwarding for `speckit.implement` processes as `--gaps-only` .

## 🚫 Guard Rails
- There MUST be a clear distinction between "Bug" and "New Feature Requested".
- It is PROHIBITED to mark Phase completed if the User has not yet Approve the core UAT criteria.

