blueprint

Generate step-by-step multi-session plans with dependency graphs and adversarial review.

7|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Davie521/claude-skills --skill blueprint-davie521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/Davie521/claude-skills/tree/main/plugins/dev-workflow/skills/blueprint
Command: npx skills add https://github.com/Davie521/claude-skills --skill blueprint-davie521

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Blueprint helps teams convert a single objective into a structured, multi-session plan with self-contained steps for cross-agent execution.

Core Features & Use Cases

  • Cold-start, self-contained steps for each phase
  • Adversarial review gate to validate plans
  • Dependency graph to manage PRs and parallel work
  • Plan mutation protocol to adapt plans as they evolve
  • Works for large migrations, multi-PR strategies, and complex refactors

Quick Start

Create a plan for a complex feature using the /blueprint command, then review and execute steps in sequence.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I break down a complex software migration into multi-PR plans?

To break down a complex software migration into multi-PR plans, you can generate a step-by-step, self-contained plan for multi-session execution. This process uses a five-phase workflow to map dependencies and detect parallelism for cross-agent programs.

What is the best way to preserve context for complex features across multiple sessions?

The best way to preserve context for complex features across multiple sessions is by generating self-contained steps within a structured plan. This ensures each execution phase retains its required context independently for cross-agent execution.

How does dependency graph detection work for project management automation?

Dependency graph detection for project management automation works by identifying relationships between steps in a structured plan. It maps out PRs and detects parallel work opportunities to ensure robust multi-session execution.

Can I adapt a multi-agent execution plan if project requirements change?

Yes, you can adapt a multi-agent execution plan using a plan mutation protocol. This allows you to modify structured plans as they evolve, ensuring the project management workflow remains accurate during complex refactors.

Does an adversarial review gate validate multi-PR strategies before execution?

Yes, an adversarial review gate validates multi-PR strategies before execution. It serves as a mandatory checkpoint within the five-phase workflow to ensure generated plans are robust and ready for cross-agent execution.

When do I need a structured five-phase workflow for software design?

You need a structured five-phase workflow for software design when tackling large features, migrations, or complex refactors. It provides research, design, draft, review, and register phases to ensure robust multi-session plans.