multi-model-planning
Installation
SKILL.md
Multi-Model Planning
Drive complex decisions to consensus by drafting a plan, sending it to multiple AI models in parallel, synthesizing feedback, and iterating until agreement.
Prerequisites
At least one agentic CLI must be installed and authenticated:
| CLI | Verify | Print-mode flag |
|---|---|---|
| Cursor Agent | agent --version |
agent --model <model> --print "<prompt>" |
| Claude Code | claude --version |
claude --model <model> -p "<prompt>" |
| OpenAI Codex | codex --version |
codex --model <model> -q "<prompt>" |
If cursor's agent is installed, always prefer using that and specifying models rather than mixing and matching CLI utilities.