gsd-verify-work

Validate built features through conversational UAT and generate fix plans.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-verify-work-artriv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-verify-work
Source: https://github.com/ArtRiv/game-topicos-especiais/tree/main/.github/skills/gsd-verify-work
Command: npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-verify-work-artriv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents teams from shipping broken features by validating what was built through end-user-style testing and recording results with actionable fix planning.

Core Features & Use Cases

  • Conversational UAT validation with persistent state: Runs one test at a time while maintaining context across the validation session.
  • Automated diagnosis and fix planning: When failures are found, it diagnoses gaps and prepares fix plans for the next execution phase.
  • Phase-based tracking: Produces a {phase_num}-UAT.md file to document test outcomes and decisions across verification rounds.

Quick Start

Run the verify-work workflow for the current or specified phase number to produce a phase-tracking UAT report and ready-to-execute fix plans when issues are discovered.

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 a built feature?

Conversational UAT prevents shipping broken features by validating built functionality through end-user-style testing. It diagnoses gaps and records actionable fix plans when failures are found, ensuring delivered features meet requirements.

How do I document feature validation results for continuous delivery?

Document feature validation results by generating a phase-specific UAT tracking file. This records test outcomes and decisions across verification rounds, providing actionable documentation for continuous delivery and session management.

What happens when user acceptance testing finds a bug in a new feature?

When UAT discovers a failure, the workflow diagnoses the gap and prepares a ready-to-execute fix plan. It routes the issue to the execution phase, preventing broken features from advancing until resolved.

Can I target a specific development phase during end-to-end verification?

Yes, you can target a specific phase or active session during end-to-end verification. The workflow processes one test at a time for the current or specified phase number, preserving workflow gates for precise test presentation.

Does this UAT workflow integrate with an existing test planning process?

The workflow integrates with test planning by routing diagnosed failures and fix plans to the execution phase. It preserves workflow gates for session management, feeding validation outcomes directly into the next development cycle.