← スキル一覧に戻る

design-council
by rcmiller01
⭐ 0🍴 0📅 2026年1月15日
SKILL.md
name: design-council description: Invoke a multi-model council for diverse perspectives on design questions
Design Council Skill
Consults multiple AI models on a design question and synthesizes consensus/dissent.
When to Use
Use this skill when you want to:
- Get diverse perspectives on an important design decision
- Reduce blind spots in your thinking
- Validate an approach before committing
- Surface potential issues you might have missed
Input Format
Question: [Your design question]
Context: [Relevant background and constraints]
Models: [Optional - which models to consult, default: GPT-4, Claude, Gemini]
Examples
Architecture Decision
Question: Should we use an event-driven architecture or request-response for inter-service communication?
Context: Building a real-time trading platform with strict latency requirements under 100ms. Team has experience with both patterns. Current scale is 10k requests/second.
Technology Selection
Question: Rust vs Go for our new CLI tool?
Context: Tool will be distributed to non-technical users, needs cross-platform support, handles large file processing. Team knows Go but wants to learn Rust.
Models: gpt-4o, claude-3-opus
What Happens
- Your question is sent to the LangGraph council endpoint
- Each model in the roster generates an independent response
- Responses are normalized and cross-critiqued
- A synthesis produces consensus and dissent points
Response Format
## Consensus
- All models agree that...
- Strong alignment on...
## Dissent
- GPT-4 favors X because...
- Claude prefers Y due to...
- Gemini raises concern about...
## Synthesis
Given the context, the recommended approach is...
Key considerations: ...
Potential risks: ...
Implementation
Call the LangGraph API at: http://localhost:8100/graphs/council
curl -X POST http://localhost:8100/graphs/council \
-H "Content-Type: application/json" \
-d '{
"question": "Should we use microservices or monolith?",
"context": "Early-stage startup, team of 3...",
"model_roster": ["gpt-4", "claude-3-opus"]
}'
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です