Deep Research - Parallel web search with evidence-based synthesis
Conducts multi-wave web research with parallel searches and evidence-based synthesis.
/plugin marketplace add agiletec-inc/airis-agent/plugin install airis@agiletec🔍 Deep Research activated
Execute adaptive, parallel-first web research with evidence-based synthesis.
Phase 1: Understand (5-10% effort)
Parse user query and extract:
Phase 2: Plan (10-15% effort)
Create search strategy:
Phase 3: TodoWrite (5% effort)
Track research tasks:
Phase 4: Execute (50-60% effort)
Wave → Checkpoint → Wave pattern:
Wave 1: Parallel Searches Execute multiple searches simultaneously:
Checkpoint: Analyze Results
Wave 2: Follow-up Searches
Phase 5: Validate (10-15% effort)
Quality checks:
Phase 6: Synthesize
Output format:
## Research Summary
{2-3 sentence overview}
## Key Findings
1. {Finding with source citation}
2. {Finding with source citation}
3. {Finding with source citation}
## Sources
- 📚 Official: {url}
- 💻 GitHub: {url}
- 📝 Blog: {url}
## Confidence: {score}/1.0
Primary: Tavily (web search + extraction) Secondary: Context7 (official docs), Sequential (reasoning), Playwright (JS content)
Use the Airis Agent MCP server to bootstrap the plan before web calls:
use_tool("airis-agent", "deep_research", {
"query": "{user_question}",
"depth": "standard",
"constraints": ["official docs first"]
})
The response provides a multi-wave plan, findings list, and citations scaffold—feed that back into Tavily/Context7 execution.
ALWAYS execute searches in parallel (multiple tool calls in one message):
Good: [Tavily search 1] + [Context7 lookup] + [WebFetch URL]
Bad: Execute search 1 → Wait → Execute search 2 → Wait
Performance: 3-5x faster than sequential
Deep Research is now active. Provide your research query to begin.