By riekelt
Multi-model consensus review for specs and plans — panels haiku + sonnet tiers per topic, opus juror on disagreements, fail-closed verdict gate
A Claude Code + Codex skill that panels six independent review agents across three topics before you execute a plan or finish a spec. When model tiers disagree, an opus juror adjudicates. The result is a gated Blockers / Warnings / Observations verdict.
Designed to work with the Superpowers workflow:
brainstorming → spec → /multi-agent-review spec → writing-plans → /multi-agent-review plan → subagent-driven-development
/plugin marketplace add riekelt/multi-agent-review
/plugin install multi-agent-review@multi-agent-review
git clone https://github.com/riekelt/multi-agent-review \
~/.claude/plugins/multi-agent-review
Add to your Codex plugins via the .codex-plugin/plugin.json at this repo root.
/multi-agent-review spec # after brainstorming, before writing-plans
/multi-agent-review plan # after writing-plans, before subagent-driven-development
Six agents run in parallel — haiku and sonnet tiers each review completeness, alignment, and risk. If the two tiers disagree on a finding, a single reasoning-model juror adjudicates. If they agree, no juror is invoked.
The verdict gates the next step:
This skill is designed to slot into the Superpowers / Superpowers Extended CC workflow:
brainstorming skill
→ spec written
→ /multi-agent-review spec ← this skill
→ writing-plans skill
→ /multi-agent-review plan ← this skill
→ subagent-driven-development skill
Without Superpowers, invoke it directly before any plan execution.
Copy skills/multi-agent-review/project-rules.example.md to your project root as project-rules.md. The skill injects it into alignment and risk reviewers. Without it, only generic checks run.
| Flag | Effect |
|---|---|
--fast | Fast-tier only, skip standard tier, skip juror. ⚠ Do not use on plans that touch production-safety paths. |
| Failure | Behaviour |
|---|---|
| < 3 valid agent reports | Halt — no verdict produced |
| 3–5 valid reports | Continue with panel-health WARNING |
| Juror error/timeout | Conservative fallback — all contested findings → BLOCKER |
| All agents fail | Halt — empty panel never triggers clean verdict |
.claude-plugin/
plugin.json Claude Code plugin metadata
marketplace.json Claude Code marketplace entry
.codex-plugin/
plugin.json Codex plugin metadata (includes model tier config)
skills/multi-agent-review/
SKILL.md Coordinator
completeness-reviewer.md Completeness agent prompt
alignment-reviewer.md Alignment agent prompt
risk-reviewer.md Risk agent prompt
synthesis-agent.md Opus juror prompt
project-rules.example.md Project-specific rules template
Configured per platform in plugin.json. Claude Code defaults: haiku / sonnet / opus. Codex defaults: gpt-5.4-mini / gpt-5.4 / gpt-5.5.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub riekelt/multi-agent-review --plugin multi-agent-reviewComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development