verify-work

Automate conversational UAT testing with persistent state and UAT.md tracking.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NAinfini/Guild_Management --skill verify-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-work
Source: https://github.com/NAinfini/Guild_Management/tree/main/.kilocode/skills/verify-work
Command: npx skills add https://github.com/NAinfini/Guild_Management --skill verify-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates conversational testing to validate newly built features while maintaining a persistent test state across sessions, enabling traceable progress and gap capture.

Core Features & Use Cases

  • Conversational, stateful testing that tracks test progress and surfaces gaps into planning.
  • Generates UAT.md for the current session and supports resuming active UAT phases from previous runs.
  • Integrates with /plan-phase.md workflow to feed planning with test outcomes.

Quick Start

Start a UAT session for a new phase (e.g., "verify-work phase 4"), then answer prompts to review active sessions, extract testable deliverables from SUMMARY.md files, and iterate tests until completion.

Frequently Asked Questions about verify-work

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

FAQPage Schema
How do I automate conversational testing to validate newly built features?

Conversational testing validates features through interactive prompts while maintaining a persistent test state across sessions. It tracks test progress and surfaces gaps into planning, enabling traceable validation of newly built functionality.

How does stateful test tracking work across UAT sessions?

Stateful test tracking uses frontmatter status metadata to persist test progress across sessions. It generates UAT.md for the current session and supports resuming active UAT phases from previous runs.

How do I extract testable deliverables from phase summaries for UAT?

The workflow extracts testable deliverables directly from SUMMARY.md files during a UAT session. It identifies testable items from phase summaries and guides responses to progress through tests and gaps.

Can I integrate UAT outcomes with a planning workflow?

Yes, UAT outcomes integrate with the plan-phase workflow to feed planning with test results. The Skill drives gatekeeping through this structured workflow, passing test outcomes directly into planning.

What's the best way to enforce non-interactive data handling during test management?

Use a structured plan-phase workflow that enforces non-interactive data handling through frontmatter status tracking. This ensures automated test management operates consistently without manual intervention.

How do I start a UAT session for a new development phase?

Start a UAT session by running a command like verify-work phase 4, then answer prompts to review active sessions and extract testable deliverables. The workflow iterates tests until completion.