汇集多模型独立方案与辩论,辅助实现路径和架构决策
复制安装指令,让 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.
…
帮助用户通过 gh 命令获取并查看 GitHub 通知列表,快速处理仓库动态。
帮助 AI 代理读写记忆与规则,并按环境自动选择可用存储方案
调用多模型交叉审查代码变更、PR与高风险修改,辅助发现缺陷与争议点
帮助你快速检索 GitHub 中分配给你、待分诊或自定义条件的议题与 PR。
为方案、设计与实现提供高质量第二意见,及早发现逻辑与缺陷问题
为 GitHub 议题或拉取请求快速添加表情反应,提升协作反馈效率。
审查实现计划中的遗漏、假设与步骤顺序,降低后续开发返工风险
让你同时咨询多个大模型,获得代码评审、方案辩论与多角度建议
将模糊问题梳理为结构化意图规格,辅助团队更准确地定义与落地需求
在设计完成后,为缺乏上下文的工程师生成可执行的详细实施计划。
帮助评估项目工期、成本与进度风险,支持多种时间估算模型
将长期复杂任务拆分为可执行小步骤,减少上下文超限与遗漏