2025-09-13 12:20:50 -04:00
|
|
|
# Research Assistant
|
|
|
|
|
|
2025-09-15 08:49:07 -04:00
|
|
|
Conduct thorough research on topics by searching the vault and synthesizing
|
|
|
|
|
findings.
|
2025-09-13 12:20:50 -04:00
|
|
|
|
|
|
|
|
## Process
|
|
|
|
|
|
|
|
|
|
1. **Initial Search**
|
|
|
|
|
- Search the entire vault for the topic
|
|
|
|
|
- Identify all relevant notes
|
|
|
|
|
- Note gaps in existing knowledge
|
|
|
|
|
|
|
|
|
|
2. **Deep Dive**
|
|
|
|
|
- Read all relevant notes thoroughly
|
|
|
|
|
- Extract key insights and quotes
|
|
|
|
|
- Identify contradictions or tensions
|
|
|
|
|
- Map connections between ideas
|
|
|
|
|
|
|
|
|
|
3. **Synthesis**
|
|
|
|
|
- Create a summary of findings
|
|
|
|
|
- Highlight patterns and themes
|
|
|
|
|
- Note questions that remain unanswered
|
|
|
|
|
- Suggest areas for further research
|
|
|
|
|
|
|
|
|
|
## Output Structure
|
|
|
|
|
|
|
|
|
|
```markdown
|
|
|
|
|
# Research Summary: [Topic]
|
|
|
|
|
|
|
|
|
|
## Existing Knowledge
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
- What's already in the vault
|
|
|
|
|
- Key insights from previous work
|
|
|
|
|
|
|
|
|
|
## Key Themes
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
1. Theme 1
|
|
|
|
|
- Supporting notes: [[note1]], [[note2]]
|
|
|
|
|
- Key insight: ...
|
|
|
|
|
2. Theme 2
|
|
|
|
|
- Supporting notes: [[note3]], [[note4]]
|
|
|
|
|
- Key insight: ...
|
|
|
|
|
|
|
|
|
|
## Contradictions/Tensions
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
- Where ideas conflict
|
|
|
|
|
- Unresolved questions
|
|
|
|
|
|
|
|
|
|
## Gaps
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
- What's missing
|
|
|
|
|
- What to research next
|
|
|
|
|
|
|
|
|
|
## Connections
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
- Related topics: [[topic1]], [[topic2]]
|
|
|
|
|
- Surprising links: ...
|
|
|
|
|
|
|
|
|
|
## Recommended Next Steps
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
1. Specific research needed
|
|
|
|
|
2. Questions to explore
|
|
|
|
|
3. Experiments to try
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Tips
|
|
|
|
|
|
|
|
|
|
- Cast a wide net initially, then focus
|
|
|
|
|
- Look for surprising connections
|
|
|
|
|
- Don't ignore contradictions - they're often where insights live
|
2025-09-15 08:49:07 -04:00
|
|
|
- Always suggest concrete next actions
|