From gemini-bridge
Use Gemini as an independent reviewer to compare two technical approaches
How this command is triggered — by the user, by Claude, or both
Slash command
/gemini-bridge:compare <comparison-question>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Gemini Bridge: Compare Use Gemini 2.5 Pro as an independent technical reviewer to compare approaches. This implements the "propose with Claude, validate with Gemini" pattern. ## Usage ## Workflow 1. Claude generates or gathers Approach A and Approach B 2. Call `gemini_compare_approaches` with both approaches and evaluation criteria 3. Present Gemini's structured comparison 4. Claude synthesizes final recommendation combining both perspectives ## Teaching Note (AI-Assisted Software Engineering) This command demonstrates the **model-agnostic validation pattern**: - No single model h...
Use Gemini 2.5 Pro as an independent technical reviewer to compare approaches. This implements the "propose with Claude, validate with Gemini" pattern.
/gemini-bridge:compare Should we use FastAPI or Django for this REST API?
/gemini-bridge:compare Review these two database schemas for the user module
/gemini-bridge:compare Evaluate: event-driven vs. synchronous architecture for ExamCraft
gemini_compare_approaches with both approaches and evaluation criteriaThis command demonstrates the model-agnostic validation pattern:
npx claudepluginhub talent-factory/claude-plugins --plugin gemini-bridge/consultQueries external LLMs (Codex, Gemini) for alternative perspectives on architecture and design decisions, with configurable models and parallel multi-LLM mode.
/optionsGuides through a structured side-by-side comparison of options for decision-making. Collects criteria, constraints, and deal-breakers, then outputs a weighted evaluation and recommendation.
/researchResearches a given technology topic — evaluates options, investigates ecosystem, and produces a recommendation document with risks and mitigations. Requires a <topic> argument.
/consult-aiRoutes a consultation request to Gemini, Codex, or Claude based on problem type. Assesses the task, recommends the best AI, and asks for confirmation before routing.
/ask-allDispatches a question to GPT, Gemini, Grok, and OpenRouter models in parallel for independent second opinions, then synthesizes and compares the responses.
/compareCompares two skills pairwise across quality dimensions, identifying which is better on each.