po-acceptance

Verify application behavior against acceptance criteria and release requirements.

15|5|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/sohei56/maul-team --skill po-acceptance-sohei56
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: po-acceptance
Source: https://github.com/sohei56/maul-team/tree/main/skills/po-acceptance
Command: npx skills add https://github.com/sohei56/maul-team --skill po-acceptance-sohei56

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents unverified features from reaching release by systematically launching the application, exercising acceptance criteria, and recording evidence-based Product Owner decisions.

Core Features & Use Cases

  • Demo Acceptance: Verify completed Sprint PBIs against their acceptance criteria during Sprint Review.
  • User Acceptance Testing: Derive traceable user stories from requirements and validate release readiness during an Integration Sprint.
  • Evidence and Reporting: Capture commands, outputs, transcripts, verdicts, decision records, and aggregated reports for Scrum Master follow-up.
  • Failure Safety: Detect startup failures, preserve the acceptance bar, route defects without modifying source code, and stop launched application processes before exiting.

Quick Start

Activate the po-acceptance skill in demo or uat mode and provide the current sprint identifier so it can run the appropriate acceptance walkthrough and report its verdicts.

Frequently Asked Questions about po-acceptance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify release readiness against real user acceptance criteria?

You verify release readiness by systematically launching the application, exercising acceptance criteria, and recording evidence-based Product Owner decisions. This Skill applies to Sprint Review demos and Integration Sprint user acceptance testing to produce traceable verdicts.

What do I need to run user acceptance testing for a Sprint Review?

You need Scrum artifacts, documented requirements, configured PO decision scripts, and a runnable application or documented startup path. These inputs allow the Skill to execute command-line, HTTP, browser, and persistence-store verification scenarios.

How does acceptance criteria traceability work during product acceptance?

Acceptance criteria traceability works by deriving traceable user stories from requirements, validating release readiness, and capturing commands, outputs, transcripts, and decision records. This aggregated evidence supports Scrum Master follow-up and ensures unverified features do not reach release.

What happens if the application startup fails during release verification?

During release verification, startup failures are detected to preserve the acceptance bar. Defects are routed without modifying source code, and any launched application processes are safely stopped before exiting to ensure failure safety.

Can I use command-line and HTTP verification for product acceptance?

Yes, you can use command-line, HTTP, browser, and persistence-store verification scenarios for product acceptance. The Skill systematically exercises acceptance criteria across these interfaces to validate application behavior during Sprint Reviews.

How do I start the po-acceptance skill for an Integration Sprint?

To start, activate the Skill in demo or uat mode and provide the current sprint identifier. This triggers the appropriate acceptance walkthrough, which systematically tests the application and reports its verdicts.