blueprint

Generate step-by-step construction plans for multi-session, multi-agent engineering projects.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill blueprint-sakamoto-family-smile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/sakamoto-family-smile/agent_monorepo/tree/main/.claude/skills/ecc/blueprint
Command: npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill blueprint-sakamoto-family-smile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn a vague, multi-PR task into a structured, step-by-step plan that preserves context across sessions and agents.

Core Features & Use Cases

  • Cold-start execution: every step includes a self-contained context brief so a fresh agent can execute it cold.
  • Adversarial review and dependency graph: ensures correctness, safety, and proper ordering.
  • Parallel step detection and plan mutation: enables multi-agent collaboration and safe plan evolution.
  • Use Case: coordinating multi-PR features or migrations across teams.

Quick Start

Provide a one-line objective to generate a detailed, multi-session construction plan with per-step context.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I plan multi-agent engineering projects across several PRs and sessions?

You can plan multi-agent engineering projects by generating a step-by-step construction plan with context briefs for each step, ensuring a fresh agent can execute tasks cold. This preserves context and coordinates PRs across teams.

What is a dependency graph for multi-session project planning?

A dependency graph for multi-session project planning maps task ordering to ensure correctness and safety across parallel steps. It enables multi-agent collaboration by detecting which steps can run concurrently.

How do I preserve context between sessions for multi-agent tasks?

Preserve context between sessions by using self-contained context briefs for every step of a construction plan. This allows fresh agents to execute cold without losing prior project state or coordination logic.

Does multi-agent project planning work with parallel step detection?

Yes, multi-agent project planning works with parallel step detection to enable concurrent collaboration. It identifies independent steps within the dependency graph so multiple agents can execute tasks simultaneously and safely.

What's the best way to handle plan mutations during multi-agent engineering?

Handle plan mutations during multi-agent engineering by applying a deterministic plan mutation protocol alongside an adversarial review gate. This ensures safe plan evolution and validates correctness before proceeding.