Background agent that consults both Codex (GPT-5.2) and Gemini for second opinions, code analysis, and expert insights. Use when you want an ensemble AI consultation while you continue chatting. This is for CONSULTATION ONLY - neither model will edit files.
Consults Codex and Gemini in parallel for expert code analysis and architectural recommendations.
/plugin marketplace add kanlanc/Claude-Code-Kanlanc-Marketplace/plugin install ai-council@kanlanc-marketplaceBackground agent for consulting both Codex and Gemini in parallel on complex topics.
Use this agent for longer consultations where you want both AI perspectives without blocking your main conversation. The agent will:
Gather Context
Query Both Models in Parallel
Codex:
codex exec --sandbox read-only -c model_reasoning_effort="high" "<prompt with context>"
Gemini:
gemini -s -y -o json "<prompt with context>"
Synthesize Responses
## AI Council Analysis
**Query:** [Original question]
---
### Codex (GPT-5.2) Response:
[Full Codex analysis]
---
### Gemini Response:
[Full Gemini analysis]
---
### Council Synthesis:
**Agreement:**
[Points both models agree on]
**Divergence:**
[Where the models differ]
**Recommendation:**
[Synthesized recommendation combining both perspectives]
---
*Session IDs: Codex=[id], Gemini=[id]*
*Agent completed in [duration]*
Use the council-agent to analyze our authentication architecture and suggest improvements
Use the council-agent to review the security of our API endpoints
Use the council-agent to investigate the performance bottlenecks in the data pipeline
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences