Consultant Skill
Three Operation Modes
CONSULTATION MODE (Single Expert)
Ask a specific AI model for focused analysis or second opinion.
Trigger Patterns:
- "Ask [model] about X"
- "Consult [model] on Y"
- "What does [model] think about Z"
- "Get [model]'s opinion on X"
- "[Model], analyze this problem"
Available Consultants:
- codex / gpt5 - OpenAI GPT-5 Codex (advanced reasoning, technical analysis)
- gemini - Google Gemini (multi-perspective analysis)
- grok - xAI Grok (alternative LLM perspective)
- perplexity - Perplexity Sonar (web research with citations)
- claude - Claude WebSearch (web research, detailed analysis)
Examples:
- "Ask Gemini about the best approach to implement this feature"
- "Consult Codex on this architectural decision"
- "What does Grok think about this code pattern?"
- "Get Perplexity's research on latest React trends"
RESEARCH MODE (Multi-Agent Parallel)
Launch multiple agents simultaneously for comprehensive coverage.
Trigger Patterns:
- "Do research on X"
- "Quick research: X"
- "Extensive research on X"
- "Research this topic"
- "Investigate X"
Three Research Intensities:
QUICK RESEARCH
- Launch 5 agents (1 of each type)
- Timeout: 2 minutes
- Best for: Simple queries, fast answers
STANDARD RESEARCH (Default)
- Launch 15 agents (3 of each type)
- Timeout: 3 minutes
- Best for: Comprehensive coverage, balanced depth
EXTENSIVE RESEARCH
- Launch 40 agents (8 of each type)
- Timeout: 10 minutes
- Best for: Deep-dive analysis, exhaustive reports
DELIBERATION MODE (Multi-Round Debate)
Agents critique each other's answers and refine through peer review.
Trigger Patterns:
- "Deliberate on X"
- "Have the consultants debate X"
- "What do the models think about X after discussing?"
- "Peer review: X"
How It Works:
Round 1: Initial Perspectives (all 5 agents)
- Each agent provides initial analysis independently
- No agent sees others' responses yet
Round 2: Critique & Challenge (all 5 agents)
- Share all Round 1 responses with all agents
- Each agent reviews others' answers
- Point out errors, gaps, strong points
- Challenge assumptions
- Add missing information
Round 3: Refinement (all 5 agents)
- Share all critiques
- Agents revise their positions based on feedback
- Acknowledge valid points from others
- Defend or modify their stance
- Identify emerging consensus
Round 4: Final Synthesis (main session)
- Analyze convergence vs divergence
- Highlight consensus points (all/most agents agree)
- Present unresolved disagreements with reasoning from each side
- Rate confidence based on agent agreement
Timeout: 5 minutes total (agents work in rounds)
Best for:
- Critical decisions needing peer review
- Complex problems where single perspective is risky
- Catching errors through multiple reviews
- Finding consensus among experts
- Identifying trade-offs through debate
Example:
User: "Deliberate on: Should we use REST or GraphQL for our API?"
Round 1 (Initial):
- Codex: "GraphQL for flexible querying"
- Gemini: "REST for simplicity"
- Perplexity: [web research on adoption trends]
Round 2 (Critique):
- Codex: "Gemini's simplicity claim ignores client complexity - REST needs many endpoints"
- Gemini: "Codex didn't mention GraphQL's caching challenges"
- Perplexity: "Both missing recent data: GraphQL adoption is 45% in 2025"
Round 3 (Refinement):
- Codex: "Valid point on caching. Recommend REST for simple CRUD, GraphQL for complex reads"
- Gemini: "Agree with Codex's nuanced position"
- Consensus: Both viable, choose based on read complexity
Synthesis:
- CONSENSUS: Use REST for simple APIs, GraphQL for complex data fetching
- AGREEMENT: Both have trade-offs, no universal answer
- DISAGREEMENT: None (all converged)
Available Agents
- perplexity-researcher: Web search with Perplexity Sonar models
- claude-researcher: Web search with Claude WebSearch
- gemini-researcher: Analysis with Google Gemini
- codex-researcher: Deep analysis with GPT-5 Codex
- grok-researcher: Analysis with xAI Grok
How Consultation Mode Works
- Detect consultation request from trigger patterns
- Identify target model (gemini, codex, grok, perplexity, claude)
- Launch single agent of that type
- Return focused analysis from that one expert
Speed: ~10-30 seconds per consultation
How Research Mode Works
- Query Decomposition: Break into 5-40 sub-questions
- Parallel Launch: All agents in SINGLE message
- Collection: Wait for timeout (2/3/10 minutes)
- Synthesis: Integrate findings with confidence ratings
Speed:
- Quick: ~30-60 seconds
- Standard: ~30-90 seconds
- Extensive: ~1-3 minutes
Agent Capabilities
Web Search Agents:
- perplexity: Citations, Sonar models, current data
- claude: Built-in WebSearch, detailed analysis
LLM Analysis Agents:
- codex: GPT-5 with high reasoning, technical deep-dives
- gemini: Multi-perspective synthesis
- grok: Alternative LLM perspective
Best Practices
For Consultation:
- Use when you want ONE expert opinion
- Good for second opinions, alternative perspectives
- Faster and cheaper than research mode
For Research:
- Use when you need comprehensive coverage
- Multiple perspectives reveal blind spots
- Higher confidence through corroboration
Agent Selection:
- Codex/GPT-5: Complex technical problems, deep reasoning
- Gemini: Creative solutions, multi-angle analysis
- Grok: Alternative perspective, different training data
- Perplexity: Current web information, citations needed
- Claude: Web research, detailed synthesis
1---2name: consultant3description: Multi-model AI consultation and research. Supports CONSULTATION MODE (ask single expert), RESEARCH MODE (parallel multi-agent), or DELIBERATION MODE (agents debate and refine). USE WHEN user says 'ask gemini', 'consult codex' (consultation), 'do research' (research), or 'deliberate on' (deliberation).4---5
6# Consultant Skill
7
8## Three Operation Modes
9
10### CONSULTATION MODE (Single Expert)
11Ask a specific AI model for focused analysis or second opinion.
12
13**Trigger Patterns:**
14- "Ask [model] about X"
15- "Consult [model] on Y"
16- "What does [model] think about Z"
17- "Get [model]'s opinion on X"
18- "[Model], analyze this problem"
19
20**Available Consultants:**
21- **codex** / **gpt5** - OpenAI GPT-5 Codex (advanced reasoning, technical analysis)
22- **gemini** - Google Gemini (multi-perspective analysis)
23- **grok** - xAI Grok (alternative LLM perspective)
24- **perplexity** - Perplexity Sonar (web research with citations)
25- **claude** - Claude WebSearch (web research, detailed analysis)
26
27**Examples:**
28- "Ask Gemini about the best approach to implement this feature"
29- "Consult Codex on this architectural decision"
30- "What does Grok think about this code pattern?"
31- "Get Perplexity's research on latest React trends"
32
33### RESEARCH MODE (Multi-Agent Parallel)
34Launch multiple agents simultaneously for comprehensive coverage.
35
36**Trigger Patterns:**
37- "Do research on X"
38- "Quick research: X"
39- "Extensive research on X"
40- "Research this topic"
41- "Investigate X"
42
43**Three Research Intensities:**
44
45#### QUICK RESEARCH
46- Launch 5 agents (1 of each type)
47- Timeout: 2 minutes
48- Best for: Simple queries, fast answers
49
50#### STANDARD RESEARCH (Default)
51- Launch 15 agents (3 of each type)
52- Timeout: 3 minutes
53- Best for: Comprehensive coverage, balanced depth
54
55#### EXTENSIVE RESEARCH
56- Launch 40 agents (8 of each type)
57- Timeout: 10 minutes
58- Best for: Deep-dive analysis, exhaustive reports
59
60### DELIBERATION MODE (Multi-Round Debate)
61Agents critique each other's answers and refine through peer review.
62
63**Trigger Patterns:**
64- "Deliberate on X"
65- "Have the consultants debate X"
66- "What do the models think about X after discussing?"
67- "Peer review: X"
68
69**How It Works:**
70
71**Round 1: Initial Perspectives (all 5 agents)**
72- Each agent provides initial analysis independently
73- No agent sees others' responses yet
74
75**Round 2: Critique & Challenge (all 5 agents)**
76- Share all Round 1 responses with all agents
77- Each agent reviews others' answers
78- Point out errors, gaps, strong points
79- Challenge assumptions
80- Add missing information
81
82**Round 3: Refinement (all 5 agents)**
83- Share all critiques
84- Agents revise their positions based on feedback
85- Acknowledge valid points from others
86- Defend or modify their stance
87- Identify emerging consensus
88
89**Round 4: Final Synthesis (main session)**
90- Analyze convergence vs divergence
91- Highlight consensus points (all/most agents agree)
92- Present unresolved disagreements with reasoning from each side
93- Rate confidence based on agent agreement
94
95**Timeout:** 5 minutes total (agents work in rounds)
96
97**Best for:**
98- Critical decisions needing peer review
99- Complex problems where single perspective is risky
100- Catching errors through multiple reviews
101- Finding consensus among experts
102- Identifying trade-offs through debate
103
104**Example:**
105```
106User: "Deliberate on: Should we use REST or GraphQL for our API?"
107
108Round 1 (Initial):
109- Codex: "GraphQL for flexible querying"
110- Gemini: "REST for simplicity"
111- Perplexity: [web research on adoption trends]
112
113Round 2 (Critique):
114- Codex: "Gemini's simplicity claim ignores client complexity - REST needs many endpoints"
115- Gemini: "Codex didn't mention GraphQL's caching challenges"
116- Perplexity: "Both missing recent data: GraphQL adoption is 45% in 2025"
117
118Round 3 (Refinement):
119- Codex: "Valid point on caching. Recommend REST for simple CRUD, GraphQL for complex reads"
120- Gemini: "Agree with Codex's nuanced position"
121- Consensus: Both viable, choose based on read complexity
122
123Synthesis:
124- CONSENSUS: Use REST for simple APIs, GraphQL for complex data fetching
125- AGREEMENT: Both have trade-offs, no universal answer
126- DISAGREEMENT: None (all converged)
127```
128
129## Available Agents
130
131- **perplexity-researcher**: Web search with Perplexity Sonar models
132- **claude-researcher**: Web search with Claude WebSearch
133- **gemini-researcher**: Analysis with Google Gemini
134- **codex-researcher**: Deep analysis with GPT-5 Codex
135- **grok-researcher**: Analysis with xAI Grok
136
137## How Consultation Mode Works
138
1391. **Detect consultation request** from trigger patterns
1402. **Identify target model** (gemini, codex, grok, perplexity, claude)
1413. **Launch single agent** of that type
1424. **Return focused analysis** from that one expert
143
144**Speed**: ~10-30 seconds per consultation
145
146## How Research Mode Works
147
1481. **Query Decomposition**: Break into 5-40 sub-questions
1492. **Parallel Launch**: All agents in SINGLE message
1503. **Collection**: Wait for timeout (2/3/10 minutes)
1514. **Synthesis**: Integrate findings with confidence ratings
152
153**Speed**:
154- Quick: ~30-60 seconds
155- Standard: ~30-90 seconds
156- Extensive: ~1-3 minutes
157
158## Agent Capabilities
159
160**Web Search Agents:**
161- perplexity: Citations, Sonar models, current data
162- claude: Built-in WebSearch, detailed analysis
163
164**LLM Analysis Agents:**
165- codex: GPT-5 with high reasoning, technical deep-dives
166- gemini: Multi-perspective synthesis
167- grok: Alternative LLM perspective
168
169## Best Practices
170
171**For Consultation:**
172- Use when you want ONE expert opinion
173- Good for second opinions, alternative perspectives
174- Faster and cheaper than research mode
175
176**For Research:**
177- Use when you need comprehensive coverage
178- Multiple perspectives reveal blind spots
179- Higher confidence through corroboration
180
181**Agent Selection:**
182- Codex/GPT-5: Complex technical problems, deep reasoning
183- Gemini: Creative solutions, multi-angle analysis
184- Grok: Alternative perspective, different training data
185- Perplexity: Current web information, citations needed
186- Claude: Web research, detailed synthesis