blueprint-phase-validation

Orchestrate phase validation, UAT, and gap closure for Blueprint lifecycle work.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/rakole/blueprint --skill blueprint-phase-validation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blueprint-phase-validation
Source: https://github.com/rakole/blueprint/tree/main/skills/blueprint-phase-validation
Command: npx skills add https://github.com/rakole/blueprint --skill blueprint-phase-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Verification, UAT, tests, and gap closure for Blueprint lifecycle work. Use this skill to validate summary-backed execution evidence, run resumable UAT, and keep follow-up fixes explicit and MCP-owned.

Core Features & Use Cases

  • Orchestrates phase validation, UAT, and gap closure across the Blueprint lifecycle, grounding artifacts in saved evidence and MCP-backed state.
  • Enforces canonical contracts and shared runtime contracts for phase.verification and phase.uat, enabling bounded verification, resumable testing, and strict artifact persistence.
  • Integrates with optional subagents to perform verification and testing when available, while ensuring safe fallbacks and clear retry/repair paths.
  • Always writes through MCP tools, preserves existing evidence when appropriate, and routes to the implemented Blueprint surface for next actions.

Quick Start

Begin the phase validation flow by calling /blu-validate-phase <phase> to audit the phase using saved summaries, verification, and UAT artifacts, with guided follow-ups.

Frequently Asked Questions about blueprint-phase-validation

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

FAQPage Schema
How do I validate phase execution evidence and run UAT for a Blueprint lifecycle?▼

You can validate phase execution evidence and run UAT by orchestrating canonical contracts for phase.verification and phase.uat, grounding artifacts in MCP-managed state to ensure auditable, resumable quality checks.

What is phase-level gap closure in the context of Blueprint lifecycle work?▼

Phase-level gap closure keeps follow-up fixes explicit and MCP-owned after verification and testing, routing remaining issues to the implemented Blueprint surface for next actions.

How do I start a phase validation flow using saved summaries and artifacts?▼

Start the phase validation flow by calling the phase audit command with the target phase, which audits saved summaries, verification, and UAT artifacts while providing guided follow-ups.

Does phase validation work with subagents for bounded verification and testing?▼

Yes, phase validation integrates with optional subagents to perform bounded verification and testing when available, while ensuring safe fallbacks and clear retry and repair paths if subagents are absent.

Can I preserve existing execution evidence when running UAT and verification checks?▼

Yes, you can preserve existing execution evidence because the validation flow always writes through MCP tools, maintaining saved evidence and strict artifact persistence across resumable checks.

When should I not use automated phase validation and UAT for my workflow?▼

Avoid automated phase validation and UAT if your workflow lacks MCP-managed state or saved execution summaries, as the validation flow strictly grounds artifacts in this evidence to ensure auditable quality checks.