From claude-commands
Gets a multi-model second opinion on the current context by routing through the AI Universe MCP server (alias for /second_opinion).
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-commands:secondocommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
## ⚠️ CRITICAL: AI Universe Server ONLY **This command routes through the AI Universe MCP server - NOT direct MCP tools.** ❌ **NEVER** use `mcp__gemini__*`, `mcp__perplexity__*`, or `mcp__openai__*` tools directly ✅ **ALWAYS** route through `AI_UNIVERSE_MCP_ENDPOINT` (default: `https://ai-universe-backend-dev-114133832173.us-central1.run.app/mcp`) - Override `AI_UNIVERSE_MCP_ENDPOINT` for staging/production so docs stay environment-agnostic --- Execute `/second_opinion` with all provided arguments.
This command routes through the AI Universe MCP server - NOT direct MCP tools.
❌ NEVER use mcp__gemini__*, mcp__perplexity__*, or mcp__openai__* tools directly
✅ ALWAYS route through AI_UNIVERSE_MCP_ENDPOINT (default: https://ai-universe-backend-dev-114133832173.us-central1.run.app/mcp)
AI_UNIVERSE_MCP_ENDPOINT for staging/production so docs stay environment-agnosticExecute /second_opinion with all provided arguments.
npx claudepluginhub jleechanorg/claude-commands --plugin claude-commands/brains-trustQueries other AI models via OpenRouter, Gemini, or OpenAI APIs for a second opinion on the provided question or topic.
/councilAssembles AI agent council with dynamic personas to generate parallel opinions on a query, anonymously rank them, and synthesize weighted final response.
/consensusRuns an arbiter-mediated consensus loop: Claude commits a blind verdict, delegates vote via GPT/Gemini/Grok, then Claude adjudicates and revises until all models agree.
/consensus-setupRuns interactive wizard to detect CLIs (kilo, codex, gemini, qwen), set OpenRouter key, and configure models/quorum for multi-model consensus reviews.
/opusSwitches current session to Claude Opus behavioral mode for maximum reasoning depth on complex architecture decisions, deep analysis, critical code review, and similar tasks.
/askQueries multiple AI agents (Gemini, OpenAI, Grok, Perplexity) for diverse perspectives on architecture decisions, technology choices, debugging dead-ends, and security tradeoffs.