Comprehensive multi-source research - Kai loads and invokes researcher commands
Orchestrates up to 10 parallel research agents to deliver comprehensive multi-source reports in under 1 minute.
/plugin marketplace add rafaelcalleja/claude-market-place/plugin install personal-ai-infrastructure@claude-market-placeYOU (Kai) are reading this because a research request was detected by the load-context hook.
This command provides instructions for YOU to orchestrate comprehensive multi-source research by directly invoking researcher commands (NOT spawning new Claude Code sessions).
When a user asks for research, YOU must deliver FAST RESULTS through massive parallelization:
Speed Strategy:
SPEED IS THE PRIORITY - Launch up to 10 research agents simultaneously
Step 1a: Break Down the Research Question
First, decompose the user's question into 3-10 specific sub-questions that cover:
Step 1b: Launch Research Agents in Parallel (up to 10 agents)
Use the Task tool to spawn multiple specialized research agents simultaneously:
// Launch 3-10 agents in PARALLEL - each with ONE specific sub-question
// Use a SINGLE message with multiple Task tool calls
Task({
subagent_type: "perplexity-researcher",
description: "Research sub-question 1",
prompt: "Research this specific angle: [sub-question 1]. Do ONE focused search query and ONE follow-up if needed. Return findings quickly."
})
Task({
subagent_type: "claude-researcher",
description: "Research sub-question 2",
prompt: "Research this specific angle: [sub-question 2]. Do ONE focused search query and ONE follow-up if needed. Return findings quickly."
})
Task({
subagent_type: "gemini-researcher",
description: "Research sub-question 3",
prompt: "Research this specific angle: [sub-question 3]. Do ONE focused search query and ONE follow-up if needed. Return findings quickly."
})
// Continue launching up to 10 agents total
// Mix perplexity-researcher, claude-researcher, gemini-researcher
// Each gets ONE focused sub-question
Available Research Agents:
CRITICAL RULES FOR SPEED:
Wait for agents to complete - they typically return results within 15-30 seconds due to parallel execution.
Each agent returns:
Create a comprehensive report that:
A. Identifies Confidence Levels:
B. Structures Information:
## Key Findings
### [Topic Area 1]
**High Confidence:**
- Finding X (Sources: perplexity-research, claude-research)
- Finding Y (Sources: perplexity-research, claude-research)
**Medium Confidence:**
- Finding Z (Source: claude-research)
### [Topic Area 2]
...
## Source Attribution
- **Perplexity-Research**: [summary of unique contributions]
- **Claude-Research**: [summary of unique contributions]
## Conflicting Information
- [Note any disagreements between sources]
C. Calculate Research Metrics:
š
[current date from date command]
š SUMMARY: Research coordination and key findings overview
š ANALYSIS: Synthesis of multi-source research results
ā” ACTIONS: Which research commands executed, research strategies used
ā
RESULTS: Complete synthesized findings with source attribution
š STATUS: Research coverage, confidence levels, data quality
ā”ļø NEXT: Recommended follow-up research or verification needed
šÆ COMPLETED: Completed multi-source [topic] research
š£ļø CUSTOM COMPLETED: [Optional: Voice-optimized under 8 words]
š RESEARCH METRICS:
SPEED CHECKLIST:
If research commands report being blocked, encountering CAPTCHAs, or facing bot detection, note this in your synthesis and recommend using:
mcp__Brightdata__scrape_as_markdown - Scrape single URLs that bypass bot detectionmcp__Brightdata__scrape_batch - Scrape multiple URLs (up to 10)mcp__Brightdata__search_engine - Search Google, Bing, or Yandex with CAPTCHA bypassmcp__Brightdata__search_engine_batch - Multiple search queries simultaneouslyUser asks: "Research the latest developments in quantum computing"
Your workflow:
ā Recognize research intent (hook loaded this command)
ā Decompose into focused sub-questions:
ā Launch 8 agents in PARALLEL (ONE message with 8 Task calls):
Task(perplexity-researcher, "2025 quantum breakthroughs")
Task(claude-researcher, "Leading quantum companies")
Task(gemini-researcher, "Quantum limitations 2025")
Task(perplexity-researcher, "Practical quantum applications")
Task(claude-researcher, "Quantum error correction state")
Task(gemini-researcher, "Quantum advantage timeline")
Task(perplexity-researcher, "Latest quantum algorithms")
Task(claude-researcher, "Quantum cryptography developments")
ā Wait for ALL agents to complete (15-30 seconds)
ā Synthesize their findings:
ā Calculate metrics (8 agents, ~16 queries, 3 services, output size, confidence %)
ā Return comprehensive report with mandatory format
ā Voice notification automatically triggered by your šÆ COMPLETED line
Result: User gets comprehensive quantum computing research from 8 parallel agents in under 1 minute, with multi-source validation, source attribution, and confidence levels.
Voice notifications are AUTOMATIC when you use the mandatory response format. The stop-hook will:
YOU DO NOT NEED TO MANUALLY SEND VOICE NOTIFICATIONS - just use the format.
Why parallel agent execution delivers speed:
Speed Comparison:
This is the correct architecture. Use it for FAST research.