← スキル一覧に戻る

council-decision
by mylukin
A multi-model AI council CLI that provides consensus-driven decisions using Claude, Codex, and Gemini.
⭐ 24🍴 4📅 2026年1月18日
SKILL.md
name: council-decision description: Get multi-model AI consensus on complex questions using Claude, Codex, and Gemini
Council Decision Skill
Get multi-model AI consensus on complex decisions using the agent-council's 3-stage voting pipeline.
When to Use
Automatically invoke this skill when facing:
- Architectural design decisions that affect system structure
- Technology stack choices with multiple valid options
- Implementation approach evaluation for complex features
- Design pattern selection when trade-offs are unclear
- Multi-step planning for large tasks
How It Works
The skill runs the agent-council CLI which:
- Sends your question to Claude, Codex, and Gemini
- Each model provides an independent response
- Models peer-rank each other's answers
- A chairman synthesizes the final recommendation
Usage
When you encounter a complex decision point:
- Formulate the question clearly
- Run:
agent-council "your question here" - Wait for the 3-stage pipeline to complete
- Use the synthesized answer to guide implementation
Example Questions
- "What's the best way to implement real-time updates: WebSockets, SSE, or polling?"
- "Should this service use SQL or NoSQL database?"
- "What caching strategy would work best for this API?"
- "How should we structure error handling in this module?"
Prerequisites
The agent-council CLI must be installed:
npm install -g agent-council
Benefits
- Reduced bias: Multiple AI models reduce single-model bias
- Diverse perspectives: Different models have different strengths
- Quality ranking: Peer evaluation identifies best answers
- Synthesized wisdom: Chairman combines best insights
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です