verify-phase

Verify phase goal delivery by tracing ROADMAP and PLAN artifacts into a VERIFICATION.md report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill verifies that a project's phase outcomes are truly delivered by tracing the goal through required artifacts and wiring, ensuring that results meet the intended phase promises rather than merely completing tasks.

Core Features & Use Cases

  • Goal-backward verification: starts from the phase outcome and identifies what must be true, what must exist, and how components must be wired to deliver the result.
  • Must-haves derivation: supports deriving verifiable truths and artifacts from ROADMAP goals or explicit PLAN frontmatter.
  • Automated reporting: builds a VERIFICATION.md with evidence, statuses, and recommendations for fixes, ready to guide orchestration.

Quick Start

  • Identify the phase to verify (e.g., phase 02) in the project ROADMAP, REQUIREMENTS, and phase summaries.
  • Run the verify-phase process to generate the VERIFICATION.md and return results to the orchestrator.

Frequently Asked Questions about verify-phase

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

FAQPage Schema
How do I verify phase goals are actually delivered in a codebase?

To verify phase goals are delivered, analyze the codebase by deriving must_haves from ROADMAP goals and checking artifacts for existence and wiring. This goal-backward verification ensures outcomes meet intended promises, producing a VERIFICATION.md report.

What is goal-backward verification for phased development?

Goal-backward verification is a process that starts from phase outcomes to identify what must be true, what must exist, and how components must be wired. It traces goals through artifacts to validate that results meet phase promises rather than just completing tasks.

How do I generate a VERIFICATION.md report for project phases?

Generate a VERIFICATION.md report by running a verification process that checks artifacts for existence, substance, and wiring. The report includes evidence, statuses, and recommendations for fixes, ready to guide orchestration for the identified phase.

Do I need a ROADMAP and PLAN to verify phase outcomes?

Yes, you need a ROADMAP and PLAN to verify phase outcomes, as must-haves are derived from ROADMAP goals or explicit PLAN frontmatter. REQUIREMENTS and phase summaries are also analyzed to validate truths, artifacts, and wiring for the phase.

What's the best way to check if phase artifacts have substance and wiring?

The best way to check artifact substance and wiring is using an automated verification process that derives must_haves from phase goals. It validates artifact existence, verifies substance, and checks component wiring to ensure the phase outcome is truly delivered.