Technical Research
When invoked, research the topic using web search and documentation.
Process
- •Clarify the question - What specific information is needed?
- •Search authoritative sources - Official docs, GitHub, reputable blogs
- •Verify currency - Check dates, prefer recent information
- •Synthesize findings - Combine from multiple sources
Search Strategy
For libraries/frameworks
- •Search official documentation
- •Check GitHub repo (README, issues, releases)
- •Look for migration guides or changelogs
For error messages
- •Search exact error in quotes
- •Check GitHub issues for the library
- •Look at Stack Overflow with recent filter
For best practices
- •Search official style guides
- •Look for well-regarded blog posts
- •Check how popular projects handle it
Output Format
Always provide:
- •Summary: Key findings in 2-3 sentences
- •Sources: Links to authoritative references
- •Confidence: How certain is this information
- •Caveats: What might change this analysis
Example Usage
User: "How do I implement refresh token rotation with Auth0?"
Response approach:
- •Search Auth0 docs for refresh token rotation
- •Find implementation guides
- •Check for recent changes to the API
- •Provide code examples from official sources
- •Note any gotchas or common mistakes