汇集多模型独立方案与辩论,辅助实现路径和架构决策
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "council-plan" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/vscode-team-kit/main/model-council/skills/council-plan/SKILL.md 2. 保存为 ~/.claude/skills/council-plan/SKILL.md 3. 装好后重载技能,告诉我可以用了
请用 council plan 方式,为一个支持 100 万日活的实时协作文档系统做架构规划。让多个模型分别提出独立方案,比较数据存储、同步协议、扩展性、成本与风险,最后整理成对比表和推荐方案。
包含多套独立架构方案、优劣对比、关键权衡与最终推荐的规划结果。
帮我做一个 multi-model plan:我要把单体电商系统拆分为微服务。请让不同模型分别给出迁移路线,比较分阶段拆分、数据库拆分、CI/CD 改造、回滚策略和团队协作成本,并给出建议。
一份面向迁移落地的多方案对比计划,明确步骤、风险和推荐顺序。
请帮我 debate approaches:为团队知识库产品规划 AI 搜索功能。让多个模型分别从产品、工程和运维角度提出方案,比较 RAG、纯关键词搜索、混合检索的效果、复杂度、上线速度和维护成本。
从不同角色视角出发的方案辩论与对比,帮助确定最合适的产品实现方向。
Multi-model planning powered by a council of model-pinned agents. Each agent independently researches the codebase and proposes an implementation plan for the same task. The orchestrator then synthesizes the proposals into a consensus plan — surfacing approaches the models agree on, alternatives where they diverge, and risks multiple models flagged independently.
This catches blind spots that a single-model plan misses: one model might notice a reusable pattern another overlooks, or flag an architectural risk the others didn't consider.
Spawn subagents with the model parameter to pin each to a different model. Use all three when available, at least two otherwise:
GPT-5.5Claude Opus 4.6GPT-5.3-CodexEach subagent receives the same system preamble:
You are an independent subagent for read-only code research. MUST stay read-only. Stay within the requested scope. Do not speculate. Do not suggest patches. For every finding, cite exact files and lines. Form your own view from first principles. Do not anchor to the provided context.
Establish what needs to be planned:
Before fanning out, build a preliminary orientation that each agent will receive. This is a starting point, not ground truth — agents are expected to contradict it if their own research leads elsewhere.
The brief should include only:
Keep the brief under ~50 lines. Do not answer the open questions — leave them open so agents form independent views. The agents will use search, read and terminal tools to dig into specifics.
Spawn all subagents in parallel at once:
model parameter. Prepend the system preamble to the planner prompt below.Compare the three proposals and classify into:
Drop vague suggestions, over-engineering proposals, and speculative concerns.
Trigger this phase when the user asks to "debate", "discuss", or "cross-plan", or when Phase 4 produces significant alternatives that could benefit from deliberation.
…
调用多模型交叉审查代码变更、PR与高风险修改,辅助发现缺陷与争议点
将模糊问题梳理为结构化意图规格,辅助团队更准确地定义与落地需求