# council

> Claude/Codex skill by [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md) · 482 stars · Updated 2026-08-30

Run a model-diverse subagent council to investigate the same problem from multiple perspectives, compare findings, and produce a final recommendation. Use this skill whenever the user asks for a council, second opinions, multiple agents/models to evaluate one question, parallel investigation, red-team/blue-team comparison, or help deciding between competing technical approaches.

## Install

```sh
git clone https://github.com/warpdotdev/common-skills /tmp/common-skills && ln -s /tmp/common-skills/.agents/skills/council ~/.claude/skills/council
```

## From README

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 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.

## Links

- HTML page: https://omgskills.com/skills/warpdotdev/common-skills/council/
- GitHub: https://github.com/warpdotdev/common-skills
- Author: [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md)

## More from this repo

- [brandalf](https://omgskills.com/skills/warpdotdev/common-skills/brandalf/index.md) — Guides creation, revision, and review of Warp- or Oz-branded assets.
   - [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md) · 482 stars
- [check-impl-against-spec](https://omgskills.com/skills/warpdotdev/common-skills/check-impl-against-spec/index.md) — Compare a pull request's implementation against spec context in spec\_context.md and feed any material mismatches into...
   - [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md) · 482 stars
- [complain](https://omgskills.com/skills/warpdotdev/common-skills/complain/index.md) — Autonomously yeet a brief, anonymous, completely unstructured complaint into Slack whenever an agent feels frustrated...
   - [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md) · 482 stars
