blueprint

Transform a concise objective into a multi-phase Markdown construction plan.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cescrafli/compyrasion --skill blueprint-cescrafli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/cescrafli/compyrasion/tree/main/skills/blueprint
Command: npx skills add https://github.com/cescrafli/compyrasion --skill blueprint-cescrafli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn a one-line objective into a detailed, multi-session construction plan that can be executed by multiple agents.

Core Features & Use Cases

  • Cold-start execution: Each step includes a self-contained context brief, enabling a fresh agent to execute any step without prior context.
  • Adversarial review gate and dependency graph: Checks completeness, dependency correctness, and anti-patterns for robust plans.
  • Parallelism, rollback, and plan mutation: Detects independent steps for parallel execution and supports safe plan edits with provenance.
  • Use cases cover planning large features, migrations, or refactors across teams to prevent context loss across sessions.

Quick Start

Create a multi-session plan for migrating a legacy module to a microservices architecture.

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 action plan for complex engineering tasks?

Creating a multi-session action plan involves transforming a concise objective into a detailed, multi-phase construction plan. This process structures complex engineering tasks with clear dependencies, parallel work streams, and formal review gates across sessions for multi-agent execution.

What is a dependency graph and how does it help with parallel work streams?

A dependency graph maps task relationships to identify independent steps suitable for parallel execution. It ensures correct task sequencing and checks for anti-patterns, enabling robust multi-agent execution without context loss across sessions.

How do I prevent context loss when executing plans across multiple agent sessions?

Preventing context loss requires cold-start execution, where each step includes a self-contained context brief. This enables a fresh agent to execute any step independently without prior context, ensuring continuity across sessions.

Can I use an adversarial review gate to check the completeness of a migration plan?

Yes, an adversarial review gate checks migration plan completeness, dependency correctness, and anti-patterns. This formal review mechanism ensures robust planning for large features, migrations, or refactors across teams.

What is the best way to safely edit a multi-phase construction plan during execution?

Safely editing a multi-phase construction plan requires support for plan mutation with provenance. This allows safe plan edits while tracking changes, alongside detecting independent steps for parallel execution and managing rollback.

Does this planning approach work for refactoring legacy modules into microservices?

Yes, this planning approach works for refactoring legacy modules into microservices. It transforms a concise objective into a self-contained Markdown plan with per-step context, tasks, verification steps, and exit criteria ready to run.