一键导入
council
Consult a multi LLM council for deliberation, debate, voting, critique, or verification. Uses GPT 5.4, Gemini 2.5, and Claude as peers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Consult a multi LLM council for deliberation, debate, voting, critique, or verification. Uses GPT 5.4, Gemini 2.5, and Claude as peers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | council |
| description | Consult a multi LLM council for deliberation, debate, voting, critique, or verification. Uses GPT 5.4, Gemini 2.5, and Claude as peers. |
| user_invocable | true |
You have access to the LLM Council MCP tools. Use them to orchestrate multimodel deliberation.
Use council_vote for straightforward questions where you want the best answer selected by peer review.
Use council_debate with adaptiveStop: true for complex questions that benefit from iterative refinement. Set maxRounds: 3 for thorough analysis.
Use council_verify to check if an answer is correct by having multiple models independently verify it.
Use council_critique with redTeam: true to find flaws, edge cases, and failure modes in responses.
Use council_deliberate with protocol: "synthesize" for the chairman synthesis pattern. All models answer, then a chairman produces an authoritative synthesis.
User: "What are the tradeoffs of microservices vs monolith?" → Use council_vote for quick consensus
User: "Is this algorithm correct? [code]" → Use council_verify
User: "Debate whether Rust or Go is better for this use case" → Use council_debate with maxRounds: 2
User: "Red team this API design" → Use council_critique with redTeam: true