blueprint

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates turning a concise objective into a structured, self-contained plan that can be executed by multiple agents across sessions.

Core Features & Use Cases

  • Adversarial review gate to validate plans against completeness and anti-patterns.
  • Dependency graph generation and parallel/serial step detection for efficient routing.
  • Plan mutation and rollback protocols to accommodate changes and ensure safety in multi-agent workflows.
  • Use cases include large feature deployments, migrations, and coordinated cross-team efforts requiring multi PRs.

Quick Start

Provide a concise objective and let Blueprint generate a step-by-step construction plan.

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I generate a multi-agent project plan from a concise objective?

To generate a multi-agent project plan, you provide a concise objective and the system outputs a step-by-step construction plan with context, tasks, verification, and exit criteria for cold execution across sessions.

What is adversarial review in project plan drafting?

Adversarial review in project plan drafting is a validation gate that checks generated plans against completeness and anti-patterns to ensure safe, multi-agent workflows before execution.

How do I identify parallel and serial tasks for a dependency graph?

You identify parallel and serial tasks by routing the objective through a five-phase pipeline that generates a dependency graph and detects efficient parallel or serial step execution.

Can I use automated planning for large feature migrations requiring multiple PRs?

Yes, you can use automated planning for large feature migrations and cross-team initiatives requiring multiple PRs, as it structures coordinated work with clear dependencies for multiple agents.

How do plan mutation and rollback protocols work in multi-agent workflows?

Plan mutation and rollback protocols accommodate changes during multi-agent execution by enforcing safety measures, allowing structured updates to the dependency graph without breaking workflow continuity.