원클릭으로
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