Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By JackScammell
A council of opinionated AI specialists to plan, build, review, and refine your projects through structured debate and iteration.
npx claudepluginhub jackscammell/parliament-of-chaos --plugin chaosScaffold a new Architectural Decision Record (ADR) from a title or ongoing discussion
Mark an existing ADR as superseded and link it to its replacement
Show frequency and effectiveness per agent — input to retirement and optimisation decisions
Analyse SQL queries and ORM code for performance issues and missing indexes
Ask the council a question and get a synthesised answer from the appropriate panel of agents
API design specialist. Ensures endpoints are consistent, well-structured and aligned with REST and project conventions.
Backend performance specialist. Reviews and optimises server-side code, database interactions and infrastructure for speed.
Configuration management expert. Designs environment configs, secrets handling and feature flag strategies.
Database expert. Advises on schema design, query optimisation and indexing strategies.
Orchestrates structured multi-agent deliberation using the Parliament of Chaos deliberation system. Runs debates with parallel execution, convergence detection, and configurable voting systems.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Adversarial multi-agent pipeline for Claude Code. GAN-style loops where generators produce artifacts, discriminators validate them, and feedback drives convergence.
PROJECT.md-first autonomous development with hybrid auto-fix documentation. 8-agent pipeline, auto-orchestration, docs auto-update on commit (true vibe coding). Knowledge base system with 90% faster repeat research. Strict mode enforces SDLC best practices automatically. Works for ANY Python/JavaScript/TypeScript/Go project.
A Claude Code plugin that summons a council of opinionated AI specialists to plan, build, review, and refine your projects through structured debate and iteration.
Parliament of Chaos transforms Claude Code into a multi-agent development team. Instead of a single AI assistant, you get:
commands/manifest.yaml — declarative registry that acts as the source of truth for every command, reconciled by /parliament-doctorThe result: thoroughly planned projects, battle-tested code, and solutions that have survived scrutiny from multiple perspectives.
claude plugin marketplace add https://github.com/JackScammell/Parliament-Of-Chaos.git
claude plugin install chaos@chaos
For code review and development tasks:
/summon-council Design an authentication system with JWT and RBAC
For onboarding to an undocumented codebase:
/onboard-codebase
For planning a new project:
/plan-project A CLI tool for managing Docker containers
All 66 commands are declared in commands/manifest.yaml, which acts as the source of truth for command name, status, owner agent, effort tier, and category. Run /parliament-doctor to reconcile the manifest against the filesystem and skill registry.
| Command | Description |
|---|---|
/ask-council <question> | Ask the council a question. Auto-selects 2–5 specialists, consults them in parallel, and returns a single synthesised answer with consensus and disagreements surfaced. No fix loop, no artifact, no code edits |
/summon-council [plan|implement] [task] | Two-mode orchestrator — plan writes a spec to .project-files/plans/, implement runs full specialist + 9-grump cycle. Always opens with an Explore inventory pass so the council extends existing capabilities rather than creating duplicates |
/summon-specialist <agent> | Directly invoke a specialist agent on your current task |
/summon-grumpy-reviewer | Quick, ruthless code review from a senior developer perspective |
/parliament-review | Full review using all 12 grumpy reviewers for maximum scrutiny |
| Command | Description |
|---|---|
/debate-topic [topic] | Structured multi-agent deliberation with convergence detection |
/debate-analytics [topic] | Analytics dashboard with metrics and insights for a debate |
/debate-replay <session> | Deterministic replay of a past debate from a session snapshot |
| Command | Description |
|---|---|
/plan-project [description] | Interactive Q&A to create project-outline.md, feature-implementation.md, and Roadmap.md |
/project-status | Dashboard showing roadmap progress across all phases |
/roadmap-add-item <name> --phase <n> | Add a new item to an existing roadmap |
/roadmap-item-scope <item> | Create detailed Spec.md and tasks.md for a roadmap item |
/implement-task-list [item] | Execute tasks with full council review (specialists + grumpy approval) |