blueprint

Turn a one-line objective into a multi-session construction plan with a five-phase pipeline.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/aayushsoam/clawbot-plus --skill blueprint-aayushsoam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/aayushsoam/clawbot-plus/tree/main/skills/blueprint
Command: npx skills add https://github.com/aayushsoam/clawbot-plus --skill blueprint-aayushsoam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold.

Core Features & Use Cases

Includes an adversarial review gate, a dependency graph, parallel step detection, an anti-pattern catalog, and plan mutation protocol to orchestrate complex workflows across multiple sessions and agents. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is completable in a single PR or fewer than 3 tool calls, or user says "just do it".

Quick Start

To begin, provide a high-level objective and let Blueprint split it into a multi-step plan across sessions.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I create a multi-session plan for a complex engineering project?

To create a multi-session plan, provide a one-line objective to trigger an automated five-phase pipeline that generates a step-by-step construction plan with self-contained context briefs for fresh agents.

What is an adversarial review gate in multi-agent project planning?

An adversarial review gate is a validation phase in the planning pipeline that scrutinizes drafted steps against an anti-pattern catalog before registering the final dependency graph and execution plan.

How do I manage dependencies and parallel steps for multi-agent workflows?

You manage dependencies and parallel steps by applying the blueprint protocol, which automatically detects parallelizable tasks and maps them into a structured dependency graph for coordinated execution.

When do I need a multi-session blueprint for software engineering tasks?

You need a multi-session blueprint when a task requires careful coordination across multiple sessions, involves multiple agents, and has complex dependencies exceeding a single pull request.

Can I modify a project plan after it has been generated?

Yes, you can modify a generated project plan using the built-in plan mutation protocol, allowing you to adapt the dependency graph and step briefs as project requirements evolve.

What are the limitations of using automated planning for single-PR tasks?

Automated planning should not be triggered for single-PR tasks or chores requiring fewer than three tool calls, as the multi-session dependency graph overhead provides no benefit for simple objectives.