Synthesize consensus implementation plan from multi-agent debate reports using external AI review
Synthesize a balanced, consensus implementation plan from multi-agent debate reports using external AI review (Codex or Claude Opus).
This skill acts as the "tie-breaker" and "integrator" in the ultra-planner workflow, resolving conflicts between three agent perspectives and combining their insights into a coherent implementation plan.
ultra-planner command - Invoked after debate-based-planning skill completesopen-issue skill - Consensus plan becomes GitHub issue bodyThe skill uses advanced Codex CLI features for optimal consensus review:
Installation: Codex CLI (varies by distribution)
Usage pattern:
codex exec \
-m gpt-5.2-codex \ # Latest Codex model
-s read-only \ # Security: read-only sandbox
--enable web_search_request \ # Enable external research
-c model_reasoning_effort=xhigh # Maximum reasoning depth
-i input.md \ # Input file
-o output.txt # Output file
Features used:
Benefits:
When Codex is unavailable, falls back to Claude Code with Opus:
Installation: Claude Code CLI (https://github.com/anthropics/claude-code)
Usage pattern:
claude -p \
--model opus \ # Claude Opus 4.5
--tools "Read,Grep,Glob,WebSearch,WebFetch" \ # Read-only tools
--permission-mode bypassPermissions \ # Automated execution
< input.md > output.txt # File I/O via redirection
Features used:
Benefits:
{{FEATURE_NAME}} - Short feature name{{FEATURE_DESCRIPTION}} - Brief description{{COMBINED_REPORT}} - Full 3-agent debate reportThe skill uses a formalized script (scripts/external-consensus.sh) that:
.tmp/issue-{N}-debate.md if issue number provided)# Feature:), bold labels (**Feature**:), or plain labels (Feature:)Feature, Title, or Feature Request.tmp/issue-{N}-consensus.md (issue mode) or .tmp/consensus-plan-{timestamp}.md (path mode).tmp/ directory with timestamps to avoid conflictsnpx skills add Synthesys-Lab/external-consensus下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity