blueprint

Generate a multi-agent construction plan with dependency graphs and verification commands.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/danielkhigay/gaz --skill blueprint-danielkhigay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/danielkhigay/gaz/tree/main/.claude/skills/blueprint
Command: npx skills add https://github.com/danielkhigay/gaz --skill blueprint-danielkhigay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Blueprint turns a single objective into a detailed, multi-session construction plan that preserves context across agents and sessions.

Core Features & Use Cases

  • Breaks complex tasks into 3–12 self-contained steps with dependency graphs and parallel/serial execution.
  • Includes an adversarial review gate to validate quality and safety.
  • Produces a self-contained plan file with per-step context, tasks, verification commands, and exit criteria.
  • Useful for coordinating multi-team feature work, migrations, or refactors that require cross-session collaboration.

Quick Start

Provide a project objective and request a multi-session 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 one-line objective into a multi-session construction plan?

Multi-session planning breaks complex tasks into 3–12 self-contained steps with dependency graphs for parallel or serial execution. It preserves context across agents and sessions by producing a self-contained plan file with per-step tasks, verification commands, and exit criteria.

How do I coordinate parallel steps and dependencies for multi-agent task execution?

You coordinate parallel steps and dependencies using a generated dependency graph within the construction plan. This graph structures the execution order, allowing fresh agents to execute self-contained steps serially or in parallel across multiple sessions.

Can I validate plan quality and safety before cross-session agent execution?

Yes, you can validate plan quality and safety using a built-in adversarial review gate. This process checks the generated construction plan before execution to ensure the multi-session steps meet quality and safety standards.

What is included in a self-contained multi-agent construction plan file?

A self-contained construction plan file includes per-step context, tasks, verification commands, and exit criteria. It provides everything a fresh agent needs to execute a specific step without requiring external session history.

When do I need a dependency graph for multi-session team coordination?

You need a dependency graph for multi-session team coordination when managing complex tasks like migrations or refactors. It maps parallel and serial execution paths to ensure cross-session collaboration remains structured and context is preserved.