두 번째 의견 요청 프롬프트
코딩 문제 맥락을 넣으면 문제를 약 100단어로 요약하고 Gemini와 Codex 하위 에이전트 관점을 합쳐 권장 접근을 제시하게 합니다.
| 분류 | 개발 › 코딩 |
|---|---|
| 태그 | 요약분석개발자코드 |
--- 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 ```bash gemini -p "I'm working on a coding problem... [problem]" codex exec "I'm working on a coding problem... [problem]" ```
어떤 프롬프트인가
Claude Code에서 두 외부 CLI 관점을 병렬로 받아 비교하는 스킬 지침이다. 실제 사용은 gemini와 codex CLI 및 Task 도구가 있을 때 가능하다.
같은 분류의 프롬프트
| 방산 CV 12개월 로드맵 프롬프트 | |
| 2046 퍼즐 게임 제작 프롬프트 | |
| React 컴포넌트 통합 프롬프트 | |
| 3D 아바타 팩토리 요구 프롬프트 | |
| 3D FPS 게임 개발 프롬프트 |