council

Agent skill from warpdotdev/common-skills.

warpdotdev 146 ↓ 14k MIT updated 27d ago
Claude Code
View source ↗

What it does

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

Requirements & configuration

  • Prefer a concise decision memo over a transcript summary. The user needs the distilled recommendation, not every intermediate detail.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

council FAQ

What does the council skill do?

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. the competing options or hypothesis under review; the codebase, branch, PR, issue, design, or artifact to inspect;

What does council require?

Prefer a concise decision memo over a transcript summary. The user needs the distilled recommendation, not every intermediate detail.

How do I install council?

Run: npx -y skills add https://github.com/warpdotdev/common-skills --skill council --agent claude-code — the source lives at github.com/warpdotdev/common-skills.

Maintain council?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

council on getagentictools
[![council on getagentictools](https://getagentictools.com/badge/skills/warpdotdev-common-skills-council.svg)](https://getagentictools.com/skills/warpdotdev-common-skills-council?ref=badge)
npx agentictools info skills/warpdotdev-common-skills-council

The second line is the CLI lookup for this page — handy in READMEs and docs.