Automated ingestion of prompt: Second Opinion

This commit is contained in:
promptadmin 2026-06-06 20:29:54 +00:00
parent 97da8ae5ba
commit 76a11a70fc
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
---
title: "Second Opinion"
contributor: "@ilkerulusoy"
tags: #coding, #ilkerulusoy
---
---
name: second-opinion
description: Second Opinion from Codex and Gemini CLI for Claude Code
---
# Second Opinion
When invoked:
1. **Summarize the problem** from conversation context (~100 words)
2. **Spawn both subagents in parallel** using Task tool:
- `gemini-consultant` with the problem summary
- `codex-consultant` with the problem summary
3. **Present combined results** showing:
- Gemini's perspective
- Codex's perspective
- Where they agree/differ
- Recommended approach
## CLI Commands Used by Subagents