blueprint

Convert a concise objective into a structured five-phase construction plan.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/GGEdu/claude-god-mode-template --skill blueprint-ggedu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/GGEdu/claude-god-mode-template/tree/main/skills/blueprint
Command: npx skills add https://github.com/GGEdu/claude-god-mode-template --skill blueprint-ggedu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn a concise objective into a structured, multi-session construction plan that any coding agent can execute cold, with self-contained context and clear handoffs between steps.

Core Features & Use Cases

  • Five-phase pipeline (research → design → draft → review → register) that converts objectives into executable plans.
  • Adversarial review gate and explicit dependency graph to ensure completeness and correctness.
  • Parallel step detection and a plan mutation protocol to adapt when priorities shift.
  • Branch/PR/CI workflow planning when Git tooling is available, with memory of decisions for continuity.
  • Self-contained context per step enabling cross-session execution by multiple agents.

Quick Start

Provide a concise objective to the blueprint skill and it will generate a complete, self-contained plan ready for execution.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I break a large feature into multiple PRs for multi-agent execution?

You can break large features into multiple PRs by converting a concise objective into a multi-session construction plan with a five-phase pipeline, explicit dependency graph, and self-contained context per step for parallel agent execution.

What is a multi-session construction plan and when do I need one?

A multi-session construction plan is a structured pipeline converting objectives into executable steps with explicit dependencies, parallelism, and handoffs. You need it when coordinating parallel workstreams or preserving context across multiple coding agent sessions.

How do I preserve context across coding sessions when using multiple agents?

Preserve context across coding sessions by using a generated plan with self-contained context per step and a memory of decisions. This ensures any coding agent can execute cold without losing prior workflow continuity.

Can I adapt a project plan when priorities shift during parallel workstreams?

Yes, you can adapt a project plan when priorities shift by utilizing the formal plan mutation protocol. This allows you to modify the construction plan while maintaining the dependency graph and adversarial review gate integrity.

Does the planning pipeline support branch and CI workflow integration?

Yes, the planning pipeline supports branch, PR, and CI workflow integration when Git tooling is available. It plans these workflows while maintaining a memory of decisions for cross-session continuity.

What is an adversarial review gate in a construction plan?

An adversarial review gate is a mandatory phase in the five-phase pipeline that ensures completeness and correctness. It validates drafted steps against explicit dependencies before final plan registration.