gsd-verify-work

Execute conversational UAT workflows and record results in {phase_num}-UAT.md reports.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill gsd-verify-work-onelee85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-verify-work
Source: https://github.com/onelee85/my-skills/tree/main/gsd-verify-work
Command: npx skills add https://github.com/onelee85/my-skills --skill gsd-verify-work-onelee85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate built features through conversational testing with persistent state to ensure user-facing functionality matches expectations.

Core Features & Use Cases

  • Conversational UAT: validate features through interactive, phase-based testing and capture results.
  • Persistent state: maintain context across phases to enable diagnostics and plan fixes.
  • Auto-diagnosis & fix planning: when issues arise, diagnose, propose fixes, and prepare for execution.

Quick Start

Start a UAT session by invoking gsd-verify-work with an optional phase number, then review the resulting {phase_num}-UAT.md report.

Frequently Asked Questions about gsd-verify-work

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

FAQPage Schema
How do I run conversational UAT to validate built features?

To run conversational UAT, invoke the testing workflow with an optional phase number to interactively validate features and capture results. It executes a single phase per test, preserving state to guide diagnosis and fix planning when issues are detected.

What is phase-based feature validation and when do I need it?

Phase-based feature validation is a testing approach that checks user-facing functionality within a single, isolated development phase. You need it to ensure specific built features match expectations before moving forward, preserving context for targeted diagnosis.

How does persistent state help with UAT diagnosis and fix planning?

Persistent state maintains context across testing phases, enabling the system to track previous validations and diagnose issues accurately. When problems arise, it uses this preserved state to propose actionable fix plans for execution.

Can I validate multiple development phases in a single test session?

No, you cannot validate multiple phases at once because the workflow applies checks across a single phase per test. This single-phase constraint ensures accurate state preservation and precise diagnosis for the specific features being validated.

What format does the UAT report use for documenting feature gaps?

The UAT report uses a structured markdown format named {phase_num}-UAT.md. This output file documents clear gaps found during conversational testing and provides actionable fix plans for execution.