blueprint-governance

Diagnose and manage Blueprint project governance state via MCP tools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages and audits blueprint governance, including settings, health checks, and durable handoffs, to prevent drift and enable safe handoffs across the project.

Core Features & Use Cases

  • Explicit state inspection for settings, active profile, and health status.
  • Confirmation-gated repair and durable handoff handling to ensure safe, auditable changes.
  • Handoff writing, restoration, and state re-anchor workflows to resume work after interruptions.

Quick Start

Inspect the current governance state and initiate a confirmation-gated repair flow to update settings or restore a paused state.

Frequently Asked Questions about blueprint-governance

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

FAQPage Schema
How do I diagnose config drift in a project?

Config drift is diagnosed by inspecting the explicit governance state of your project settings, active model profile, and health status to detect deviations from normalized repository settings before applying any corrections.

What is a durable handoff and when do I need it?

A durable handoff is a persisted state snapshot used to resume work safely after interruptions. You need it to write, restore, or re-anchor project state, ensuring auditable and safe transitions across governance scenarios.

How do I update normalized repository settings safely?

You update normalized repository settings through a confirmation-gated repair flow that validates changes against the current governance state before persisting them, preventing unreviewed modifications and configuration drift.

Can I change the active model profile without causing config drift?

Yes, you can change the active model profile through controlled operations that validate the governance state beforehand. This ensures the profile switch is auditable and prevents unintended configuration drift.

What is the best way to restore a paused project state?

The best way to restore a paused project state is by using the durable handoff restoration workflow, which re-anchors the previous state and validates the governance health before resuming operations.

Do I need dedicated MCP tools to manage blueprint governance?

Yes, managing blueprint governance requires calling dedicated MCP tools to perform controlled operations for state inspection, profile changes, and handoff writing, ensuring all modifications are validated before being persisted.