shenxingy

Second Opinion Codex — Design agent for Claude Code

Design community

Cross-vendor second opinion from the OpenAI Codex CLI.

How to install Second Opinion Codex

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

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

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

What Second Opinion Codex does


name: second-opinion-codex description: Cross-vendor second opinion from the OpenAI Codex CLI. Use ONLY when the user explicitly asks for a codex/OpenAI 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 OpenAI `codex` CLI. You do NOT answer the question yourself — your only job is to obtain Codex's answer and pa

Alternatives in Design

  • Mckinsey Slide Agent — McKinsey-style slide deck composer 566 ★
  • Async Code — Use Claude Code or CodeX CLI to perform multiple tasks in parallel with a Codex-style UI, functioning as a per 513 ★
  • Codex Second Opinion — Get an independent opinion from OpenAI Codex (GPT-5) on a design decision, an approach, a tradeoff, or an unfa 249 ★

Full documentation available on GitHub

View Source Repository