blueprint

Convert high-level objectives into multi-step construction plans with review protocols.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Michae2xl/claude-skills-michael --skill blueprint-michae2xl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/Michae2xl/claude-skills-michael/tree/main/skills/blueprint
Command: npx skills add https://github.com/Michae2xl/claude-skills-michael --skill blueprint-michae2xl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the creation of detailed, step-by-step construction plans for complex, multi-session engineering projects, reducing context loss and ensuring efficient execution.

Core Features & Use Cases

  • Step-by-Step Plans: Generate detailed construction plans with each step's context brief, allowing fresh agents to execute tasks without prior context.
  • Adversarial Review: Ensures completeness, dependency correctness, and anti-pattern detection through a review gate by a strongest-model sub-agent.
  • Branch/PR/CI Workflow: Integrates into branch/PR/CI workflows or defaults to direct mode for environments without git/gh.

Quick Start

Run '/blueprint [objective]' to generate a step-by-step blueprint for your project.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I generate a multi-step construction plan for a complex engineering project?

To generate a multi-step construction plan, you can use the blueprint command to convert high-level objectives into step-by-step instructions with context briefs, ensuring fresh agents can execute tasks without prior context.

What is the best way to maintain context across multi-session engineering tasks?

Maintaining context across multi-session tasks requires generating detailed construction plans with individual context briefs for each step, allowing new agents to pick up execution seamlessly without losing prior project state.

How does adversarial review work for dependency graphs in construction plans?

Adversarial review for dependency graphs works by passing the generated plan through a review gate managed by a strongest-model sub-agent, which checks for completeness, dependency correctness, and anti-pattern detection.

Can I use this construction plan workflow without git or gh tools installed?

Yes, you can use this workflow without git or gh tools; it defaults to a direct editing mode for environments lacking branch, PR, and CI integrations.

Do I need Claude Code execution context to run multi-agent project roadmaps?

Yes, you need the Claude Code execution context to run multi-agent project roadmaps, as the plan generation relies on this environment to produce actionable instructions and branch workflows.

How do I detect parallel steps in a dependency graph for engineering projects?

Detecting parallel steps in a dependency graph is handled during the plan generation process, which structures the step-by-step instructions to identify independent tasks suitable for parallel execution.