From Builder Skills
Compares, cross-reviews, and merges competing plans from multiple agents (e.g., Codex, Claude Code) into one recommended execution plan.
How this skill is triggered — by the user, by Claude, or both
Slash command
/builder-skills:plan-arbiterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn competing plans into one executable direction. Preserve the best ideas,
Turn competing plans into one executable direction. Preserve the best ideas, reject weak assumptions, and produce a clear handoff instead of a blended mush.
Planning is read-only unless the user explicitly asks you to implement after the decision.
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.
For each plan, extract:
Do not reward verbosity. Prefer plans that are concrete, grounded in real code, and honest about tradeoffs.
Review each plan as if another capable agent wrote it:
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.
Choose one of three outcomes:
Use this tie-break order:
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.
npx claudepluginhub builderio/skillsPerforms multi-agent review of implementation plans using PoLL consensus protocol. Independent expert panels surface diverse issues and blind spots before coding.
Compares multiple implementation approaches using parallel agent teams of architect, critic, and risk-analyst to design, refine plans, and select the optimal one for tasks with design choices.
Refines development plans through multi-round discussions among 3-10 specialized agents selected by domain like frontend, backend, security. Builds consensus on recommendations and trade-offs.