blueprint

Convert a one-line engineering objective into a multi-session construction plan with dependency ordering.

Updated Sep 13, 2025
One-click install
npx skills add https://github.com/llmh333/employee_management_spring --skill blueprint-llmh333
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/llmh333/employee_management_spring/tree/main/.gemini/skills/blueprint
Command: npx skills add https://github.com/llmh333/employee_management_spring --skill blueprint-llmh333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of unclear, hard-to-execute plans for complex engineering efforts that span multiple sessions and require coordination across steps and agents, reducing rework and context loss.

Core Features & Use Cases

  • Multi-phase plan generation: Produces a structured pipeline (Research, Design, Draft, Review, Register) that turns a one-line goal into an executable construction plan.
  • Cold-start step context: Ensures each step includes a self-contained context brief, verification commands, and exit criteria so a fresh agent can begin immediately.
  • Adversarial review gate: Adds a dedicated adversarial review pass against anti-patterns and correctness checklists before finalizing the plan.
  • Dependency graph and parallelism detection: Identifies step dependencies and flags steps that can run in parallel to improve throughput.
  • Plan mutation protocol: Supports splitting, inserting, skipping, reordering, and abandoning steps with an audit trail for changes.

Quick Start

Use /blueprint to generate an end-to-end construction plan for your objective, for example: "migrate database to PostgreSQL" while targeting multi-PR execution with clear verification and rollback guidance.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I create an executable multi-session plan for a complex software refactor?▼

To create a multi-session plan for a complex software refactor, input a one-line engineering objective to generate a dependency-ordered construction plan with step-level context, verification commands, and exit criteria.

What is the best way to plan multi-PR workflows without losing context between steps?▼

Planning multi-PR workflows without context loss requires generating self-contained context briefs for each step, ensuring a fresh agent can immediately execute tasks with predefined verification and rollback guidance.

How does dependency graph analysis improve parallel step detection in engineering migrations?▼

Dependency graph analysis improves parallel step detection by mapping task relationships and flagging independent steps, allowing multiple engineering migration steps to run concurrently for better throughput.

Can I insert or skip steps in a multi-phase plan after it has been generated?▼

You can insert, skip, split, reorder, or abandon steps in a generated multi-phase plan using a plan mutation protocol, which maintains an audit trail for controlled revisions during execution.

When do I need an adversarial review gate for construction plan generation?▼

You need an adversarial review gate when finalizing construction plans for complex engineering efforts, adding a dedicated review pass against anti-patterns and correctness checklists to reduce rework.

Does multi-agent coordination work with cold-start step context briefs?▼

Multi-agent coordination works with cold-start step context briefs by providing each fresh agent with self-contained task details, verification commands, and exit criteria to begin execution immediately without prior session history.