blueprint

Convert a one-line objective into a multi-step construction plan with dependency graphs.

86|21|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Jamkris/everything-gemini-code --skill blueprint-jamkris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/Jamkris/everything-gemini-code/tree/main/skills/blueprint
Command: npx skills add https://github.com/Jamkris/everything-gemini-code --skill blueprint-jamkris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert a single objective into a structured, multi-session plan that can be executed by a team of agents, preserving context across steps.

Core Features & Use Cases

  • Cold-start plan generation: outputs self-contained steps with context briefs for each step.
  • Adversarial review gate and dependency graph to ensure correctness and safe ordering.
  • Plan mutation and parallelism handling to optimize across multiple sessions.
  • Use Case: planning a large feature rollout spanning PRs, migrations, and cross-team collaboration.

Quick Start

Provide a one-line objective and let Blueprint generate a complete, multi-step 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 complex software goal into a multi-agent execution plan?

Turn a complex software goal into a multi-agent execution plan by providing a one-line objective. The system generates a step-by-step construction plan with dependency graphs and self-contained context briefs for each step.

What is adversarial review in multi-agent workflow planning?

Adversarial review in multi-agent workflow planning is a validation gate that checks plan correctness and safe ordering. It ensures generated steps withstand critical evaluation before cold-start execution across multiple sessions.

How do I maintain context across multiple agent sessions for a large feature rollout?

Maintain context across multiple agent sessions by generating self-contained context briefs for each step. This allows parallel agents to execute complex migrations and cross-team rollouts without losing prior workflow state.

Can I use dependency graphs for parallel agent task execution?

Yes, you can use dependency graphs for parallel agent task execution. The system handles plan mutation and parallelism, optimizing the ordering of tasks across multiple sessions for cold-start execution.

When do I need automated plan mutation for software engineering projects?

Automated plan mutation for software engineering projects is needed when coordinating complex features, migrations, and cross-team collaboration. It optimizes task ordering across multiple sessions during the five-phase planning pipeline.

What is the best way to cold-start a multi-agent software engineering project?

The best way to cold-start a multi-agent software engineering project is through a five-phase pipeline: Research, Design, Draft, Review, and Register. This outputs a structured plan with dependency graphs and self-contained context briefs.