
Council
Spin up a model-diverse subagent council to investigate one question in parallel—architecture, risky fixes, red-team review, or rollout calls—then merge findings into a single recommendation.
Install
npx skills add https://github.com/warpdotdev/common-skills --skill councilWhat is this skill?
- Frames a one-sentence council question with options, artifacts, read-only vs edit mode, and decision criteria.
- Prioritizes model diversity first and assigned perspectives second across council members.
- Targets architecture tradeoffs, risky bug fixes, red-team/blue-team comparison, incident analysis, and alternative evalu
- Structured workflow: frame → choose members → parallel investigation → synthesize recommendation.
- Best for judgment-heavy tasks rather than single-tool codegen.
Adoption & trust: 1.9k installs on skills.sh; 18 GitHub stars; 3/3 security scanners passed (skills.sh audits).
Recommended Skills
Journey fit
First canonical shelf is Ship → review because the skill’s headline use is judgment-heavy evaluation (code review red-teaming, rollout safety), even though councils apply earlier and later in the journey. Review is the natural entry point for multi-perspective scrutiny before merge or release, matching parallel investigation and second-opinion workflows.
Common Questions / FAQ
Is Council safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Council
# Council Use this skill to coordinate multiple subagents investigating the same question, with different models first and different assigned perspectives second, then synthesize their reports into one recommendation. This skill is best for judgment-heavy tasks: architecture tradeoffs, risky bug fixes, code review red-teaming, rollout decisions, incident analysis, and “is this alternative worth pursuing?” questions. ## Workflow ### 1. Frame the council question State the decision the council should answer in one sentence. Identify: - the competing options or hypothesis under review; - the codebase, branch, PR, issue, design, or artifact to inspect; - whether agents should be read-only or may make code changes; - the final decision criteria, such as correctness, risk, implementation cost, testability, rollout safety, or product behavior. If the user’s request is ambiguous, ask only the minimum clarification needed. Otherwise choose sensible defaults and proceed. ### 2. Choose council members Prioritize model diversity. A council should not default to three agents on the same model with different angles; use that only when the available launch configuration cannot provide multiple useful models, or when the user explicitly asks for one model. If model diversity is unavailable, say so briefly before falling back to perspective-only diversity. Preferred default roster for a three-member council: - Opus 4.7 or the strongest available Claude/Opus reasoning model: architecture, correctness, and edge-case analysis. - GPT 5.5 or the strongest available GPT/Codex model: implementation-grounded review, feasibility, and test strategy. - An open-source model such as Kimi 2.6, GLM 5.1, or the strongest available OSS/local model: contrarian critique, hidden assumptions, and alternative framing. If one of these exact models is unavailable in the active harness, use the closest available model from that family and note the substitution. If no open-source model is available, use a third distinct frontier model if possible; otherwise use the strongest remaining model with a deliberately adversarial or specialist angle. Assign both a model and an angle to each member. Avoid making the angles redundant with the models; for example, do not ask all members to do general architecture review. Useful angle combinations include: - architect/correctness reviewer; - implementation/testability reviewer; - red-team, security, performance, or product-risk reviewer; - contrarian “argue against the obvious solution” reviewer. When different children need different models, launch them in separate `run_agents` calls because model selection is run-wide. If the requested model resolves differently than expected, treat the resolved launch settings as authoritative and continue unless they make the task infeasible. When using non-default harnesses, choose valid model IDs for that harness. For example, Claude Code may expose `claude-opus-4-7`, Codex may expose `gpt-5.5`, and open-source models depend on the currently configured local or remote provider. Do not invent unsupported model IDs; if a desired model is not available, select the closest supported substitute and preserve the intended angle diversity. For read-only investigations, keep all children in the same checkout and explicitly tell them not to edit files. For implementation or prototyping councils, give each local child its own git worktree and branch so they cannot collide. ### 3. Brief before launching For explicit orchestration requests, briefly tell the user which council