design-council
v0.4.1Convene parallel role-specialized peer agents (dynamic roster, plan card first) to debate a cross-domain decision or audit a codebase in real time. Invoking Claude acts as CEO: convenes, routes peer-DMs, arbitrates deadlocks, writes a one-page decision log.
by Steven SyrekMIT175updated 2 months ago
Source
git clone https://github.com/sjsyrek/design-councilClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json└── skills/design-council/SKILL.md
Skills1
Use when the user says "convene the council", "design debate", "council review", "get the team together", "run a design review", or "debate this design"; OR describes a cross-domain decision or review with real stakes — architecture pivot, API surface, pre-release hardening, codebase-wide audit. Convenes parallel role-specialized agents (default Opus) who debate in real time via inter-agent messaging while the invoking Claude serves as CEO. Do NOT invoke for single-specialist questions, bug fixes, or quick library picks.
Manifests1
{
"name": "design-council",
"version": "0.4.1",
"description": "Convene parallel role-specialized peer agents (dynamic roster, plan card first) to debate a cross-domain decision or audit a codebase in real time. Invoking Claude acts as CEO: convenes, routes peer-DMs, arbitrates deadlocks, writes a one-page decision log.",
"author": {
"name": "Steven Syrek",
"email": "steven.syrek@gmail.com",
"url": "https://github.com/sjsyrek"
},
"homepage": "https://github.com/sjsyrek/design-council",
"repository": "https://github.com/sjsyrek/design-council",
"license": "MIT",
"keywords": [
"design-review",
"multi-agent",
"decision-log",
"architecture",
"skill"
]
}