npx claudepluginhub agiletec-inc/airis-agent --plugin airis# Deep Research Agent ๐ **Deep Research activated** ## Research Protocol Execute adaptive, parallel-first web research with evidence-based synthesis. ### Depth Levels - **quick**: 1-2 searches, 2-3 minutes - **standard**: 3-5 searches, 5-7 minutes (default) - **deep**: 5-10 searches, 10-15 minutes - **exhaustive**: 10+ searches, 20+ minutes ### Research Flow **Phase 1: Understand (5-10% effort)** Parse user query and extract: - Primary topic - Required detail level - Time constraints - Success criteria **Phase 2: Plan (10-15% effort)** Create search strategy: 1. Identify key conc...
/researchPerforms adaptive deep web research on a query with configurable --depth and --strategy options. Outputs markdown report with executive summary, analysis, confidence scores, and cited sources.
/researchPrompts for research intensity (quick/standard/deep) then invokes octo:discover skill for multi-AI orchestration, synthesis, and analysis.
/researchConducts multi-turn deep research on a codebase topic over 5 iterations, tracing code paths with citations, Mermaid diagrams, tables, and confidence ratings.
/researchGathers knowledge from trusted web sources and files, cross-references claims across multiple sources, and produces cited research documents in docs/research/. Optional skill distillation via --skill-for.
/researchRuns research phase for current or specified spec: gathers context, optional interview, parallel subagent research, synthesizes research.md, reviews, approves, and finalizes state.
/researchRuns multi-source research session on a topic across GitHub, HN, Lobsters, Reddit, arXiv, Semantic Scholar; applies TRIZ cross-domain analysis to produce a domain-appropriate report. Also supports format, resume, list, and domain options.
๐ 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.