← ClaudeAtlas

uat-releaselisted

UAT & Release — user-acceptance testing of the integrated product followed by the release decision. Entered from Integration Tests once automated tests pass; drives UAT, defect collection, defect→PBI routing, and the go/no-go release gate.
sohei56/maul-team · ★ 17 · AI & Automation · score 70
Install: claude install-skill sohei56/maul-team
## Inputs - state.json → phase: "integration_sprint" (entered after integration-tests reported passing automated tests) - `.scrum/test-results.json` — precondition: `overall_status ∈ {passed, passed_with_skips}` (produced by the `integration-tests` skill). - integration-tests hand-off artifacts: the `human-manual` verification checklist and the `not_testable` item list surfaced by the test-case matrix. Both are folded into the UAT preamble so the PO/user probes them manually. - `docs/requirements.md` — the FR/NFR set from which user stories are exhaustively derived. - `docs/product/vision.md` release-criteria section (cross-check; the brief is the fallback when vision.md is absent). ## Outputs - `.scrum/po/uat-stories-<sprint-id>.md` — UAT user-story inventory derived from `docs/requirements.md` with an FR⇄US traceability appendix; verdict (`pass | fail | waive` + feedback) recorded per story during the walkthrough. - `.scrum/po/uat-<sprint-id>.md` — per-story UAT transcript (`## US-NNN` sections). For UI stories this carries browser-driven evidence (operation log + expected/observed + screenshot references) per `references/po-browser-uat.md`. - `CLAUDE.md` — project root, fully regenerated at release (directory structure + system architecture + conventions, ~200 lines target). **Overwrites prior content including manual edits.** - `.scrum/po/claude-md-backup-<UTC-ISO8601>.md` — pre-regeneration backup of `CLAUDE.md` (agent mode only). - s