Gather independent multi-model plans and debates for implementation and architecture decisions.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "council-plan" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/vscode-team-kit/main/model-council/skills/council-plan/SKILL.md 2. Save it as ~/.claude/skills/council-plan/SKILL.md 3. Reload skills and tell me it's ready
Use a council plan approach to design the architecture for a real-time collaborative document system supporting 1 million daily active users. Have multiple models propose independent plans, compare data storage, sync protocol, scalability, cost, and risks, then produce a comparison table and a recommended approach.
A planning output with multiple independent architectures, tradeoff analysis, comparisons, and a final recommendation.
Create a multi-model plan for breaking a monolithic e-commerce system into microservices. Ask different models to propose migration paths, compare phased decomposition, database separation, CI/CD changes, rollback strategy, and team coordination costs, then give a recommendation.
A multi-option migration plan outlining steps, risks, tradeoffs, and the recommended sequence.
Please debate approaches for adding AI search to a team knowledge base product. Have multiple models propose plans from product, engineering, and operations perspectives, comparing RAG, keyword-only search, and hybrid retrieval on quality, complexity, launch speed, and maintenance cost.
A cross-functional debate and comparison of approaches to determine the best product implementation direction.
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.
…
Set up Component Explorer with CLI, MCP, and VS Code tooling.
Add emoji reactions to GitHub issues or pull requests quickly.
Let AI agents read and write memory with environment-aware storage fallback.
Get high-signal second opinions on plans, designs, and implementations early.
Create and manage AST ban rules to block specific code syntax patterns.
Fetch and review GitHub notifications quickly using the gh CLI.
Run multi-model reviews for code changes, PRs, and risky edits.
Review implementation plans for gaps, assumptions, and sequencing before coding starts
Run multi-agent debates and produce consensus recommendations with ranked options.
Coordinate multiple AI models and personas for review, debate, and ideation.
Plan actionable option proposals for runbook examples.
Create objective-driven plans for agent-led development with an audit trail.