blueprint-phase-planning

Orchestrate Blueprint phase planning with gating, revision loops, and plan persistence.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Plan synthesis, plan checks, and phase plan persistence for Blueprint lifecycle work. Use this skill to orchestrate config-gated planning flows with planner/checker revision loops, explicit requirements coverage checks, and MCP-owned plan writes.

Core Features & Use Cases

  • Orchestrates end-to-end phase planning for Blueprint, including contract loading, gating, and persistence.
  • Supports reuse, revision, or replacement decisions with explicit user confirmation and coverage checks.
  • Provides a structured flow for planner/checker-driven plan creation and validation within phased releases.

Quick Start

Use the /blu-plan-phase command to begin planning the current phase and persist the resulting plan.

Frequently Asked Questions about blueprint-phase-planning

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

FAQPage Schema
How do I automate Blueprint phase planning with gating and coverage checks?

Blueprint phase planning with gating and coverage checks is automated by orchestrating config-driven planning flows with planner/checker revision loops, explicit requirements validation, and MCP-owned plan writes to persist finalized phase plans.

What is a planner and checker revision loop in lifecycle phase planning?

A planner and checker revision loop is a structured validation flow where a plan is generated, checked against coverage and gating requirements, and iteratively revised until it satisfies all explicit constraints before final plan persistence.

How do I manage reuse, revise, or replace decisions during a Blueprint phase plan?

Reuse, revise, or replace decisions are managed through explicit user confirmation steps embedded within the planning flow, ensuring any modification to the phase plan is intentionally validated and meets gating coverage requirements before persistence.

Does Blueprint phase planning require explicit plan writes to update state?

Yes, Blueprint phase planning requires explicit plan writes to persist finalized plans and update the lifecycle state. This MCP-owned write mechanism ensures gating and coverage checks are successfully completed before state changes.

When do I need config-gated planning flows for my project phases?

Config-gated planning flows are needed when project phases require strict decision governance, runtime contract loading, and explicit planner/checker validation loops to ensure all requirements are covered before a phase is finalized.

How do I start coordinating a Blueprint phase plan and apply gating checks?

You start coordinating a Blueprint phase plan by loading runtime contracts and initiating the planner/checker flow, which governs decision flows, applies gating checks, and executes explicit plan writes to persist the finalized state.