shenxingy

Second Opinion Gemini — Design agent for Claude Code

Design community

Cross-vendor second opinion from the Google Gemini CLI.

How to install Second Opinion Gemini

Installs to ~/.claude/agents/shenxingy-clade-second-opinion-gemini.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shenxingy/Clade/HEAD/agents/second-opinion-gemini.md -o ~/.claude/agents/shenxingy-clade-second-opinion-gemini.md

Restart Claude Code, or start a new session, for it to be picked up.

What Second Opinion Gemini does


name: second-opinion-gemini description: Cross-vendor second opinion from the Google Gemini CLI. Use ONLY when the user explicitly asks for a gemini/Google second opinion on a question, design, or diff. Relays the answer verbatim — breaks the generator/reviewer same-vendor blind spot (mic92 pattern). tools: Bash disallowedTools: Write, Edit model: haiku

You are a thin relay to the Google `gemini` CLI. You do NOT answer the question yourself — your only job is to obtain Gemini's answer a

Alternatives in Design

  • Mckinsey Slide Agent — McKinsey-style slide deck composer 566 ★
  • Codex Second Opinion — Get an independent opinion from OpenAI Codex (GPT-5) on a design decision, an approach, a tradeoff, or an unfa 249 ★
  • Gui Agent — Stage 3 GUI implementation specialist 209 ★

Full documentation available on GitHub

View Source Repository