By jaebit
Orchestrate structured multi-agent debates using Claude, Codex, and Gemini for software engineering decision-making
Orchestrate a structured multi-model debate using Claude, Codex, and Gemini as participants. Use when the user wants multiple AI perspectives on a software engineering decision, structured evaluation of technical options, or consensus building across AI agents.
Resume an interrupted multi-model debate from the last completed round. Use when the user invokes /debate:resume to continue a previously started debate.
Start a multi-model debate on a software engineering topic. Use when the user invokes /debate:start with a topic to evaluate using Claude, Codex, and Gemini in parallel.
Claude Code plugin marketplace — automate, orchestrate, and extend AI-powered development workflows.
| Plugin | Version | Description |
|---|---|---|
| crew | 4.1.1 | Agent-orchestrated development — 9-stage pipeline, 8 adaptive agents, parallel execution, research, review |
| autopilot | 0.4.0 | End-to-end autonomous pipeline — wraps crew + debate + arch-guard into a single /autopilot command (research → design → build → review → report) |
| multi-model-debate | 1.0.0 | Multi-agent debates using Claude, Codex, and Gemini for decision-making |
| arch-guard | 0.2.2 | Architecture compliance — layer boundary checks, contract-first development, ADRs |
| gemini-cli | 1.0.0 | Gemini CLI integration — code review, commit messages, documentation |
| worktree | 0.1.0 | Git worktree lifecycle management — create, merge, cleanup |
# Add marketplace
claude plugins add github:jaebit/claudemate
# Install plugins
claude plugins install crew
claude plugins install autopilot
claude plugins install arch-guard
Single command from idea to working code:
/autopilot "build a notification system"
Chains crew, multi-model-debate, and arch-guard into a 5-phase autonomous pipeline with one user confirmation gate after design.
Agent-orchestrated development:
/crew:go "Add JWT authentication" # Full 9-stage pipeline
/crew:explore --arch "microservice" # Architecture design
/crew:review --all # Unified code review
Cross-model evaluation for design decisions:
/multi-model-debate:debate-orchestration "REST vs GraphQL"
Architecture compliance for layered projects:
/arch-guard:arch-check # Verify layer boundaries
/arch-guard:contract-first # Define interfaces first
/arch-guard:scaffold # Generate module structure
plugins/.claude-plugin/plugin.json (only name, version, description)skills/*/SKILL.md), hooks (hooks/hooks.json), agents, or commands.claude-plugin/marketplace.jsonMIT License
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 jaebit/claudemate --plugin multi-model-debateAgent-orchestrated development pipeline — 9-stage automation with 8 adaptive agents, parallel execution, research, and review
Git worktree lifecycle management — create, merge, cleanup
Architecture compliance enforcement for layered projects — config-driven layer boundary checks, contract-first development, and design decision records
Google Gemini CLI integration for code review, commit messages, and documentation
End-to-end autonomous coding pipeline — orchestrates cw, multi-model-debate, codex CLI, and arch-guard into a single /autopilot command
Multi-agent deliberation for AI coding assistants
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and antigravity CLIs when installed) to get diverse perspectives on coding problems
Use when you want a delegated second opinion or implementation from GPT (Codex), Gemini, Grok (xAI), or OpenRouter (config-driven, 400+ models) - seven expert subagents (Architect, Plan Reviewer, Scope Analyst, Code Reviewer, Security Analyst, Researcher, Debugger) and bundled ask-gpt/ask-gemini/ask-grok/ask-openrouter/ask-all/consensus commands, advisory (read-only) or implementation (write; Grok and OpenRouter are advisory-only).
Multi-LLM Council for adversarial debate, cross-validation, and structured decision-making
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
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.