blueprint-maintenance

Automate Blueprint maintenance with confirmation gates and durable artifact reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates governance of Blueprint maintenance by ensuring maintenance tasks (pr-branch, ship, undo, cleanup, update, reapply-patches) occur under explicit confirmation gates and with durable artifact reports.

Core Features & Use Cases

  • Orchestrates maintenance commands with confirmation gates, runtime MCP tool usage, and report-backed state.
  • Keeps git, workspace, and artifact states consistent across maintenance flows.
  • Provides guardrails to prevent destructive mutations and drift through preflight checks and explicit prompts.

Quick Start

Use blueprint-maintenance to orchestrate maintenance tasks with explicit confirmation and durable reporting.

Frequently Asked Questions about blueprint-maintenance

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

FAQPage Schema
How do I automate git workflow maintenance with confirmation gates?

Automated git workflow maintenance with confirmation gates uses preflight validations and explicit prompts to prevent destructive mutations, ensuring safe state transitions across repository, workspace, and artifact states.

What is gated blueprint maintenance orchestration for repository tasks?

Gated blueprint maintenance orchestration coordinates maintenance actions like ship, undo, and cleanup by enforcing explicit confirmation gates and generating durable artifact reports for auditability.

How do I prevent destructive mutations when running git maintenance commands?

Preventing destructive mutations during git maintenance requires preflight checks and explicit confirmation prompts before executing actions like pr-branch, update, or reapply-patches, ensuring safe state transitions.

Do I need MCP tools to orchestrate blueprint maintenance tasks?

MCP tool orchestration is required to coordinate blueprint maintenance tasks, enabling runtime tool usage, preflight validations, and report-backed state management across git and workspace environments.

How do I keep git and workspace states consistent during maintenance flows?

Keeping git and workspace states consistent during maintenance flows requires orchestrating artifact state coordination with explicit confirmation gates, ensuring all updates and cleanup actions produce durable reports.

When should I use explicit confirmation gates for maintenance automation?

Explicit confirmation gates for maintenance automation should be used when executing state-changing actions like ship, undo, or cleanup to ensure auditability, prevent drift, and coordinate safe git workspace transitions.