plugins marketplace
← All plugins

design-council

v0.4.1

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.

Claude Code1 skill

by Steven SyrekMIT175updated 2 months ago

Source

git clone https://github.com/sjsyrek/design-council

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

design-council/
├── .claude-plugin/plugin.json
└── skills/design-council/SKILL.md

Skills1

design-councilskills/design-council/SKILL.md

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

.claude-plugin/plugin.json
{
  "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"
  ]
}