Agent SkillsBuilderIO/skills › plan-arbiter

plan-arbiter

GitHub

用于对比、审查和仲裁多个AI代理提出的竞争计划。通过标准化分析、交叉评审和决策,生成唯一可执行方案或混合策略,确保最佳实施路径并明确交接细节。

skills/plan-arbiter/SKILL.md BuilderIO/skills

Trigger Scenarios

需要比较或仲裁多个Agent的计划 用户要求从多个提案中选择推荐方案 收到两个及以上待执行的计划文档或PR描述

Install

npx skills add BuilderIO/skills --skill plan-arbiter -g -y
More Options

Use without installing

npx skills use BuilderIO/skills@plan-arbiter

指定 Agent (Claude Code)

npx skills add BuilderIO/skills --skill plan-arbiter -a claude-code -g -y

安装 repo 全部 skill

npx skills add BuilderIO/skills --all -g -y

预览 repo 内 skill

npx skills add BuilderIO/skills --list

SKILL.md

Frontmatter
{
    "name": "plan-arbiter",
    "description": "Use when asked to compare, cross-review, merge, judge, choose, or arbitrate competing plans from multiple agents such as Codex and Claude Code; when given two or more proposed plans, session IDs, transcripts, plan documents, PR descriptions, or pasted strategies; or when the user wants one recommended execution plan after agents review each other's proposals."
}

Plan Arbiter

Turn competing plans into one executable direction. Preserve the best ideas, reject weak assumptions, and produce a clear handoff instead of a blended mush.

Workflow

  1. Collect the source plans.
  2. Normalize each plan into comparable claims.
  3. Cross-review the plans against each other and the real codebase or task context.
  4. Choose a winner, merge a better hybrid, or send the plans back for revision.
  5. Produce one execution handoff with verification gates and rejected alternatives.

Planning is read-only unless the user explicitly asks you to implement after the decision.

Collect Source Plans

Accept plans as pasted text, local files, session IDs, transcript paths, PRs, comments, visual-plan links, or chat history. Resolve the original artifacts when possible so you can see prompt changes and assumptions that may be missing from a final summary.

If a plan is still being written and the user asked you to wait, monitor it until it is done or blocked. If a plan cannot be resolved, continue with the available plan text and mark the missing source as a risk.

Normalize

For each plan, extract:

  • Objective and scope.
  • Key assumptions and unresolved questions.
  • Proposed files, modules, APIs, data shapes, UI states, or workflows.
  • Implementation sequence.
  • Validation strategy.
  • Rollback or migration concerns.
  • Cost, complexity, and expected executor fit.

Do not reward verbosity. Prefer plans that are concrete, grounded in real code, and honest about tradeoffs.

Cross-Review

Review each plan as if another capable agent wrote it:

  • Check whether it satisfies the user's actual request.
  • Verify claims against the repo, docs, tests, screenshots, or external systems when those are relevant and available.
  • Identify hidden dependencies, missing tests, risky sequencing, vague steps, unnecessary scope, and hard-to-reverse decisions.
  • Notice complementary strengths: one plan may have the better architecture while another has the better migration or validation path.
  • Separate plan quality from executor preference. A cheaper/faster executor can be the right choice for implementation even when another model produced the best critique.

Use subagents for independent review when the plans are large, the codebase is wide, or the decision would benefit from separate technical and product passes.

Decide

Choose one of three outcomes:

  • Adopt: pick one plan mostly as written.
  • Hybrid: combine specific pieces into a stronger execution plan.
  • Revise first: request another planning pass because both plans miss a key constraint or depend on an unresolved decision.

Use this tie-break order:

  1. Correctness and fit to the user's request.
  2. Grounding in real files, APIs, tests, data, and UI behavior.
  3. Simpler first implementation that does not block the intended future.
  4. Better validation and rollback story.
  5. Lower token/time cost for execution once quality is acceptable.

Handoff

Return a compact decision memo:

Decision
- Adopt Plan A / Hybrid / Revise first.

Why
- The deciding evidence and tradeoffs.

Execution Plan
- Ordered steps with files or surfaces to touch.

Borrowed From Other Plans
- Useful pieces kept from non-winning plans.

Rejected
- Ideas intentionally not taking, with reasons.

Verification
- Tests, browser checks, screenshots, CI, review, or deploy checks needed.

Executor Recommendation
- Which agent/model should implement and why.

When the user already asked for execution and the chosen path is clear, proceed with the selected plan after reporting the decision briefly. Otherwise stop at the handoff and ask for approval.

Version History

  • 445ec31 Current 2026-07-05 15:21

Same Skill Collection

.agents/skills/adding-a-skill/SKILL.md
skills/agent-watchdog/SKILL.md
skills/efficient-fable/SKILL.md
skills/plow-ahead/SKILL.md
skills/quick-recap/SKILL.md
skills/stay-within-limits/SKILL.md
skills/visual-plan/SKILL.md
skills/visual-recap/SKILL.md
skills/read-the-damn-docs/SKILL.md

Metadata

Files
0
Version
445ec31
Hash
6b5aef47
Indexed
2026-07-05 15:21

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-13 18:45
浙ICP备14020137号-1 $Map of visitor$