blueprint

Creates step-by-step construction plans for multi-session coding projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn a high-level objective into a structured, step-by-step construction plan that can be executed by a coding agent across multiple sessions.

Core Features & Use Cases

  • 5-phase pipeline (Research, Design, Draft, Review, Register) to produce self-contained steps.
  • Adversarial review gate ensures plan quality and safety.
  • Dependency graph and parallel step detection optimize execution across agents.
  • Plan mutation protocol supports splitting, inserting, skipping, or reordering steps.
  • Zero runtime risk: Markdown-based skill with no executable code.

Quick Start

Provide a high-level objective and let Blueprint generate a multi-session, multi-agent construction plan.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I turn a high-level objective into a multi-session plan for a coding agent?

To turn a high-level objective into a multi-session plan, provide your goal to generate a structured, step-by-step construction plan. This plan ensures memory persists across multiple sessions and coordinated sub-agents.

How do I manage dependencies and parallel execution across multiple coding agents?

Managing dependencies and parallel execution across coding agents is handled using a built-in dependency graph and parallel step detection. These features optimize construction plans for coordinated work across multiple agents.

Can I modify a multi-agent project plan by splitting or reordering steps during execution?

You can modify a multi-agent project plan by splitting, inserting, skipping, or reordering steps using a plan mutation protocol. This ensures the construction plan adapts safely to changes during execution.

Does this project-management approach require any executable code or dependencies to run?

This project-management approach requires no executable code or dependencies to run. It is a zero runtime risk, Markdown-based skill that generates construction plans without executing any code.

What is the best way to ensure safety and correctness in complex multi-PR migrations?

The best way to ensure safety and correctness in complex multi-PR migrations is using an adversarial review gate within a five-phase pipeline. This process validates plan quality before execution across multiple sessions.

When do I need a dependency graph for multi-agent automation tasks?

You need a dependency graph for multi-agent automation tasks when executing complex migrations or coordinated work across sub-agents. It optimizes parallel execution and ensures memory persists between sessions.