- Rewrite AGENTS.md as single operations manual (PARA, permission table, frontmatter conventions, safety rules, code style) - Root CLAUDE.md = one-line pointer to AGENTS.md - Delete 13 stub CLAUDE.md files across vault directories - Delete .claude/project-instructions.md + .claude/memory/instructions/ (content merged into AGENTS.md) - .claude/settings.json: deny plugin data.json + 04_Archive + git push; ask on .obsidian/** edits; remove SessionStart hook (claudesidian welcome) - Delete 3 upstream commands (init-bootstrap, install-claudesidian, upgrade) - Add risk/writes metadata to 14 remaining commands - Rewrite README.md (remove all claudesidian content) - package.json: name → my-vault, remove check-updates/firecrawl scripts
74 lines
1.4 KiB
Markdown
74 lines
1.4 KiB
Markdown
# Research Assistant
|
|
risk: medium
|
|
writes: 03_Resources/
|
|
|
|
Conduct thorough research on topics by searching the vault and synthesizing
|
|
findings.
|
|
|
|
## 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
|
|
|
|
- What's already in the vault
|
|
- Key insights from previous work
|
|
|
|
## Key Themes
|
|
|
|
1. Theme 1
|
|
- Supporting notes: [[note1]], [[note2]]
|
|
- Key insight: ...
|
|
2. Theme 2
|
|
- Supporting notes: [[note3]], [[note4]]
|
|
- Key insight: ...
|
|
|
|
## Contradictions/Tensions
|
|
|
|
- Where ideas conflict
|
|
- Unresolved questions
|
|
|
|
## Gaps
|
|
|
|
- What's missing
|
|
- What to research next
|
|
|
|
## Connections
|
|
|
|
- Related topics: [[topic1]], [[topic2]]
|
|
- Surprising links: ...
|
|
|
|
## Recommended Next Steps
|
|
|
|
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
|
|
- Always suggest concrete next actions
|