name: research description: Research a topic and save findings to vault
description: Research a topic and save findings to vault
Topic: $ARGUMENTS
Research Methods (choose based on need)
Static Content (default)
- Use WebSearch to find relevant information
- Use WebFetch to read key sources
Dynamic/Interactive Content (use agent-browser)
When pages require JavaScript, login, or interaction:
agent-browser open "https://example.com"
agent-browser snapshot -i
agent-browser click @e3 # if needed
agent-browser snapshot -i # get updated content
agent-browser close
Process
- Search and gather sources (WebSearch + WebFetch or agent-browser)
- Synthesize findings into structured notes
- Save to
05_Areas/research/$ARGUMENTS.mdwith:- Summary
- Key points
- Sources
- Action items if applicable
Format:
# $ARGUMENTS
## Summary
Brief overview of the topic.
## Key Points
- Point 1
- Point 2
## Sources
- [Title](url)
## Action Items
- [ ] Next step
## Related
- [[Related Topic]]
Link to relevant existing notes if applicable.