一键导入
skillweave-council
Multi-Model LLM Council — Deliberation, Peer Review, and Chairman Synthesis with Web Search and Faigate Routing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Multi-Model LLM Council — Deliberation, Peer Review, and Chairman Synthesis with Web Search and Faigate Routing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create structured PRD (Product Requirements Document) through guided interview. Adapts Ralph Loop concepts for multi-agent AI development. Creates blueprint for promptchain and releasechain workflows.
Design-Thinking-Lens: Briefanalyse, UX-Prinzipien, Token-Extraktion, Evaluation
Problemdefinition, User Research, Empathy Mapping, Opportunity Validation
Pre-Launch-Check, Deployment, Announce, Verify, Metrics
Bundle-Navigator, Phasen-Status, Entry-Point-Detection, Bundle-Empfehlung, Planning-Board, Testing
Execution Reports, Timing, Events, Memory, Summary, Health — Read-Only Observability
| name | skillweave-council |
| description | Multi-Model LLM Council — Deliberation, Peer Review, and Chairman Synthesis with Web Search and Faigate Routing |
| argument-hint | topic="[topic]" time_range="[30d|quarter|6mo|1yr|any]" mode="[quick|standard|full]" profile="[default|quick|deep|expert]" output="[markdown|json]" phase="[discovery|design|code_review|post_release]" |
Collective AI Intelligence — Instead of asking one LLM, convene a council of AI models that deliberate, peer-review, and synthesize the best answer.
skillweave-council is a standalone SkillWeave skill that implements the LLM Council pattern:
Optional Stage 0: Web Search (DuckDuckGo, Serper, Tavily, Brave) grounds responses in real-time data with configurable time ranges.
/skillweave-council topic="Wettbewerbsanalyse Q2 2026" time_range="quarter" mode="full"
/skillweave-council topic="Evaluate this architecture decision..." mode="full" output="json" phase="code_review"
/skillweave-council command="search" topic="latest AI trends" time_range="30d"
/skillweave-council command="profiles"
/skillweave-council command="compare" topic="..." profile="quick"
| Command | Description | Stages |
|---|---|---|
deliberate | Full council deliberation (default) | 0→1→2→3 |
compare | Side-by-side model comparison | 0→1 |
search | Web search only (no models) | 0 |
profiles | List available council profiles | — |
| Parameter | Values | Default | Description |
|---|---|---|---|
topic | string | required | Question or topic for the council |
time_range | 30d, quarter, 6mo, 1yr, any | any | Web search time window |
mode | quick, standard, full | full | Execution depth |
profile | default, quick, deep, expert | default | Pre-configured model set |
output | markdown, json | markdown | Output format |
phase | discovery, design, code_review, post_release | — | SkillWeave lifecycle phase context |
| Profile | Models | Mode | Use Case |
|---|---|---|---|
| default | 4 models (balanced) | standard | General-purpose deliberation |
| quick | 2 models (fastest) | quick | Rapid comparison, low latency |
| deep | 6 models (diverse) | full | Comprehensive analysis |
| expert | 4 models (top-tier) | full | High-stakes decisions, research |
| Mode | Stages | Description |
|---|---|---|
| quick | Stage 1 only | Models answer independently, no review |
| standard | Stages 1 + 2 | Models answer + peer review with rankings |
| full | All 3 stages | Deliberation + peer review + chairman synthesis |
| Provider | Type | Key Required |
|---|---|---|
| DuckDuckGo | Free web+news | No |
| Serper | Google results | Yes (SERPER_API_KEY) |
| Tavily | LLM-optimized | Yes (TAVILY_API_KEY) |
| Brave | Privacy-focused | Yes (BRAVE_API_KEY) |
skillweave-council integrates with the SkillWeave 7-phase lifecycle:
| Phase | Council Focus | Typical Use |
|---|---|---|
| discovery | Market research, competitive analysis | Replaces last30days |
| design | Design evaluation, UX critique | Optional design review |
| code_review | Architecture review, code quality | Build-phase quality gate |
| post_release | Feedback analysis, pattern detection | Release retrospective |
A structured markdown document with the chairman's synthesis, council rankings, and individual model responses.
Structured output with schema validation:
{
"title": "Concise answer title",
"summary": "Executive summary",
"key_insights": ["Insight 1", "Insight 2"],
"consensus_score": 0.85,
"dissent": "Minor disagreement on timeline",
"sources": ["Source A", "Source B"]
}
skillweave-council uses Faigate for model routing:
No API key management needed — Faigate handles authentication internally.
The council validates:
| Test | Description |
|---|---|
| Stage 1 parallel execution | All models respond within timeout |
| Stage 1 graceful failure | 1 model fails, others succeed |
| Stage 2 anonymization | Responses anonymized as A/B/C |
| Stage 2 ranking parse | FINAL RANKING: format parsed correctly |
| Stage 3 markdown synthesis | Chairman produces valid markdown |
| Stage 3 JSON output | Valid JSON with schema compliance |
| Faigate availability mock | Check returns model statuses |
| Web search DuckDuckGo | Real search returns results |
| Time-range filter | 30d/quarter/6mo/1yr filtering |
| Council profile selection | All 4 profiles load correctly |
| Phase context injection | Discovery/design prompts modify output |
| Standalone mode | No phase context = generic prompt |