blueprint

Generate structured multi-session construction plans with dependency graphs and audit trails.

16|3|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/sehoon787/my-claude --skill blueprint-sehoon787
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/sehoon787/my-claude/tree/main/skills/ecc/blueprint
Command: npx skills add https://github.com/sehoon787/my-claude --skill blueprint-sehoon787

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn high-level objectives into structured, executable plans that span multiple sessions and across multiple agents, preserving context so a fresh agent can execute it cold.

Core Features & Use Cases

  • Adversarial review gate to validate plan completeness and robustness
  • Dependency graph with clear serial and parallel execution ordering
  • Plan mutation protocol for safe iteration, rollback, and auditing
  • Use cases: breaking large features into PR-sized steps, coordinating cross-team work, and planning migrations across sessions

Quick Start

Provide a complete, step-by-step construction plan for a complex multi-PR task from a given objective.

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 large software feature into multi-agent tasks?

To break down a large feature for multi-agent orchestration, you need a structured construction plan. This Skill generates a step-by-step workflow with clear dependency graphs and parallel or serial execution ordering to coordinate cross-agent work.

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

Preserving context across multiple sessions requires self-contained step contexts and an audit trail. This Skill generates plans with embedded memory and a plan mutation protocol so a fresh agent can execute tasks cold without losing prior state.

How do I manage dependencies when planning cross-team software migrations?

Managing dependencies for cross-team migrations requires a structured dependency graph. This Skill produces a plan that clearly defines serial and parallel execution ordering, ensuring complex multi-PR tasks are coordinated safely across agents.

Can I safely rollback or iterate on a multi-agent orchestration plan?

Yes, you can safely iterate on a multi-agent orchestration plan using a plan mutation protocol. This Skill includes an audit trail and rollback capabilities, ensuring safe iteration and robust execution tracking throughout the workflow.

How does an adversarial review gate validate a software architecture plan?

An adversarial review gate validates a software architecture plan by testing its completeness and robustness during the review phase. This Skill implements a five-phase workflow including research, design, draft, review, and registration to ensure plan quality.

When do I need a structured construction plan for multi-agent projects?

You need a structured construction plan for multi-agent projects when facing complex software tasks requiring cross-agent coordination. This Skill is designed for multi-session objectives that demand dependency management and parallel execution across multiple PRs.