blueprint

Convert a single goal into a step-by-step blueprint with dependency graphs.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xxih/ai-harness-zh --skill blueprint-xxih
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint
Source: https://github.com/xxih/ai-harness-zh/tree/main/references/translations/everything-claude-code/docs/zh-CN/skills/blueprint
Command: npx skills add https://github.com/xxih/ai-harness-zh --skill blueprint-xxih

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将单行目标转化为分步施工计划,帮助跨会话/多代理协同完成复杂任务,避免上下文丢失与重复工作。

Core Features & Use Cases

  • 将目标分解为可执行的分步任务,每步包含上下文摘要、依赖关系和评估标准,便于新代理直接接手执行。
  • 支持多代理并发执行、阶段审查与回滚策略,提升跨团队协作效率。
  • 提供对抗性审查门、依赖图、并行步骤检测、反模式目录和计划突变协议等保护机制,确保计划质量与安全。

Quick Start

输入一个复杂的多PR计划任务并请求生成一个可由多代理执行的逐步蓝图。

Frequently Asked Questions about blueprint

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

FAQPage Schema
How do I create a step-by-step multi-agent plan for a large project rewrite?

To create a multi-agent plan, you provide a single goal that gets transformed into a step-by-step blueprint. This decomposition includes per-step context summaries, dependency graphs, and evaluation criteria so new agents can execute tasks directly without losing context.

What is multi-agent orchestration and how does it handle parallel work?

Multi-agent orchestration coordinates multiple agents across complex tasks by generating a structured workflow. It detects parallel steps, tracks dependencies, and implements stage reviews to ensure safe concurrent execution across migrations or large feature rewrites.

How do I manage cross-agent dependencies during complex migrations?

Managing cross-agent dependencies is handled by mapping a goal into a structured blueprint with explicit dependency graphs. The workflow ensures tasks requiring parallel work are properly sequenced and includes rollback strategies to prevent execution failures.

Can I use this for coordinating multiple PRs across different agents?

Yes, this is designed specifically for coordinating multiple agents across PRs, migrations, and large feature rewrites. It breaks down the overarching goal into trackable steps with per-step context, ensuring seamless handoffs between concurrent sessions.

What safety mechanisms exist for preventing errors in multi-agent workflows?

Multi-agent workflows are protected by anti-pattern directories, adversarial review gates, and mutation protocols. These mechanisms ensure plan quality and safety by preventing unsafe parallel execution and providing rollback strategies during stage reviews.

When should I avoid using a structured multi-agent blueprint?

You should avoid structured multi-agent blueprints for simple, single-session tasks that lack cross-agent dependencies. The overhead of dependency tracking, parallelism checks, and mutation protocols is unnecessary without complex parallel work or large feature rewrites.