You are being asked to consult OpenAI's GPT-4 via the Codex CLI for a second opinion on a coding problem or architectural decision.
/plugin marketplace add secondsky/claude-skills/plugin install multi-ai-consultant@claude-skills# Consult OpenAI Codex You are being asked to consult OpenAI's GPT-4 via the Codex CLI for a second opinion on a coding problem or architectural decision. ## Your Task 1. **Pre-flight Check**: Verify OpenAI API key is valid 2. **Navigate to Project**: Change to project directory (Codex is repo-aware) 3. **Build Prompt**: Create a clear, specific question 4. **Execute Consultation**: Call Codex with auto-approval flags 5. **Parse Response**: Read output from file 6. **Synthesize**: Compare Codex's analysis with your own reasoning 7. **Present**: Show 5-part synthesis to user 8. **Log Cost...