sagerstack:verify

Verifies user story acceptance criteria interactively during UAT sessions.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/sagerstack/agentic-sdlc --skill sagerstack-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sagerstack:verify
Source: https://github.com/sagerstack/agentic-sdlc/tree/main/.claude/skills/sagerstack-verify
Command: npx skills add https://github.com/sagerstack/agentic-sdlc --skill sagerstack-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the User Acceptance Testing (UAT) process by interactively verifying each acceptance criterion against user feedback, ensuring software meets defined requirements.

Core Features & Use Cases

  • AC-Driven Verification: Ensures all testing is directly tied to Acceptance Criteria (ACs) from user stories.
  • Interactive Loop: Guides users through each AC one by one, capturing pass/fail/skip results.
  • Automated Reporting: Generates detailed UAT reports, including gap analysis and severity inference.
  • Remediation Routing: Facilitates routing identified gaps back to the builder for automated fixes.
  • Use Case: A product manager can use this skill to systematically walk through the acceptance criteria for a new feature, providing real-time feedback on whether each criterion is met, and then decide whether to automatically fix any issues found.

Quick Start

Use the sagerstack:verify skill to start UAT for epic 001.

Frequently Asked Questions about sagerstack:verify

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

FAQPage Schema
How do I conduct interactive User Acceptance Testing against acceptance criteria?

Interactive User Acceptance Testing (UAT) systematically verifies each acceptance criterion from user stories against real-time user feedback, capturing pass, fail, or skip results to ensure software meets defined requirements.

Can I resume an interrupted UAT session and still keep my previous verification results?

Yes, UAT verification supports resuming interrupted sessions. It retains your previous pass, fail, and skip results while providing a status overview to continue the acceptance criteria verification seamlessly.

How does UAT reporting handle failed acceptance criteria and gap analysis?

UAT reporting generates detailed gap analysis by inferring the severity of failures from acceptance criteria. It then routes identified gaps directly to the builder for automated remediation.

What is the best way to route UAT failures for automated remediation?

The best way to route UAT failures is to use automated remediation routing, which takes identified gaps and severity inferences from the verification report and sends them directly to the builder for fixes.

Does this UAT verification process require predefined user stories to function?

Yes, UAT verification requires predefined user stories. It uses an acceptance-criteria-driven approach, meaning all interactive testing, gap analysis, and reporting are directly tied to the criteria within your user stories.