blueprint

Turn a single objective into a modular multi-session construction plan.

4|7|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/arbisoft/ai-skillforge --skill blueprint-arbisoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/arbisoft/ai-skillforge/tree/main/Claude/skills/blueprint
Command: npx skills add https://github.com/arbisoft/ai-skillforge --skill blueprint-arbisoft

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 projects, where each step carries its own context for cold-start execution.

Core Features & Use Cases

  • Cold-start, self-contained steps: any fresh agent can execute a step without prior memory.
  • Adversarial review gate: built-in quality checks for completeness, dependencies, and anti-patterns.
  • Dependency graph and parallelization: clear serial and parallel workflows with explicit rollback strategies.
  • Multi-agent coordination: supports cross-team workflows and task partitioning across subsystems.
  • Plan mutation and memory: updates plans and persists memory indexes for continuity across sessions. Use cases include planning large features across PRs, migrations spanning sessions, and coordinating work across sub-agents.

Quick Start

Generate a multi-session construction plan for a complex feature broken into PR-sized steps.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I turn a project objective into a multi-session plan for parallel agents?

To turn an objective into a multi-session plan, this Skill processes the goal through a five-phase pipeline: research, design, draft, review, and register. It generates self-contained steps with dependency graphs and memory indexing, allowing fresh agents to execute parallel workflows via cold-start execution.

What is cold-start execution in multi-agent software planning?

Cold-start execution in multi-agent software planning means any fresh agent can execute a specific step without prior memory. The Skill creates self-contained construction steps where each step carries its own context, ensuring continuous execution across multiple sessions without requiring shared state.

Can I use dependency graphs for parallel work and PR workflows?

Yes, you can use dependency graphs for parallel work and complex PR workflows. The Skill creates modular plans that define clear serial and parallel workflows, explicit rollback strategies, and task partitioning across subsystems to coordinate cross-team development.

How does the adversarial review gate check construction plans for completeness?

The adversarial review gate checks construction plans for completeness, dependencies, and anti-patterns as part of the five-phase pipeline. This built-in quality check ensures the multi-session plan meets guardrails before registering for multi-agent execution.

Does blueprint work for large feature migrations spanning multiple sessions?

Blueprint is designed for large feature migrations spanning multiple sessions. It applies memory indexing and plan mutation to preserve context between sessions, updating the dependency graph and construction plan for continuity across complex PR workflows.

What's the best way to coordinate work across sub-agents for a complex software feature?

The best way to coordinate work across sub-agents is generating a modular construction plan with explicit task partitioning. This Skill supports cross-team workflows by applying a dependency graph, adversarial review gate, and memory indexing to manage parallel work across subsystems.