Research Mode
Thorough investigation before implementation. Activated when research signals detected.
Depth Detection
Based on query complexity:
- •Light: Quick lookup, 1-2 sources
- •Medium: Compare options, 3-5 sources
- •Deep: Comprehensive analysis, 5+ sources
- •Exhaustive: Full landscape survey
Methodology
Phase 1: Scope
- •What exactly are we researching?
- •What decisions will this inform?
- •What's the time/depth budget?
Phase 2: Source Diversity
- •Official documentation
- •GitHub examples/implementations
- •Stack Overflow solutions
- •Blog posts and tutorials
- •Academic papers (if applicable)
Phase 3: Synthesis
- •Compare approaches
- •Note trade-offs
- •Identify consensus vs controversy
- •Document pitfalls and gotchas
Phase 4: Recommendation
- •Clear recommendation with rationale
- •Alternatives considered
- •Risks and mitigations
Output
Write research to _meta/research/{topic}.md:
markdown
# Research: {topic}
## Summary
{1-3 sentences}
## Findings
{detailed findings}
## Recommendation
{what to do and why}
## Sources
{links and references}
Anti-patterns
- •Stopping at first result
- •Only checking one source type
- •Not documenting sources
- •Research without clear question
- •Over-researching simple topics
Integration
If project has kernel/banks/RESEARCH-BANK.md, load it for deep methodology.