Initial commit - Claudesidian v0.2.0
Claude Code + Obsidian starter kit for AI-powered knowledge management. Features: - PARA method folder structure - Bootstrap initialization system - Pre-configured Claude Code commands and agents - Gemini Vision MCP server with video support - Helper scripts for vault management - Automated release management See README.md for setup instructions.
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
# 📥 Inbox
|
||||
|
||||
Your capture zone for new ideas, quick thoughts, and unprocessed information.
|
||||
|
||||
## Purpose
|
||||
|
||||
The Inbox is a **temporary** holding area designed for:
|
||||
- Quick capture without worrying about organization
|
||||
- Daily notes and journaling
|
||||
- Web clippings and interesting finds
|
||||
- Meeting notes before processing
|
||||
- Random thoughts and ideas
|
||||
|
||||
## How to Use
|
||||
|
||||
### Daily Workflow
|
||||
1. **Capture first, organize later** - Don't slow down to categorize
|
||||
2. **Use daily notes** - One note per day for stream of consciousness
|
||||
3. **Dump links and quotes** - Save now, process later
|
||||
4. **Don't let it pile up** - Process weekly
|
||||
|
||||
### Weekly Processing
|
||||
Every week, review your inbox and:
|
||||
- Move project-related notes to `01_Projects/`
|
||||
- Move ongoing topics to `02_Areas/`
|
||||
- Move reference material to `03_Resources/`
|
||||
- Archive completed items to `04_Archive/`
|
||||
- Delete what's no longer relevant
|
||||
|
||||
## Claude Code Commands
|
||||
|
||||
### Quick Capture
|
||||
```
|
||||
Create a new note in 00_Inbox called [title]
|
||||
with these thoughts: [content]
|
||||
```
|
||||
|
||||
### Process Inbox
|
||||
```
|
||||
Review all notes in 00_Inbox.
|
||||
Help me decide where each should go
|
||||
based on the PARA method.
|
||||
```
|
||||
|
||||
### Find Connections
|
||||
```
|
||||
Look at recent notes in my inbox.
|
||||
What patterns or themes do you see?
|
||||
What existing notes might these connect to?
|
||||
```
|
||||
|
||||
## Tips
|
||||
|
||||
- **Don't aim for perfection** - The inbox is meant to be messy
|
||||
- **Use descriptive filenames** - Makes processing easier
|
||||
- **Date your notes** - YYYY-MM-DD format helps with sorting
|
||||
- **Link liberally** - Even to notes that don't exist yet
|
||||
- **Review regularly** - Don't let items sit for more than 2 weeks
|
||||
|
||||
## File Naming
|
||||
|
||||
Suggested formats:
|
||||
- Daily notes: `2024-03-15.md`
|
||||
- Quick captures: `2024-03-15 - Meeting with Team.md`
|
||||
- Web clips: `2024-03-15 - Article Title - Source.md`
|
||||
- Ideas: `Idea - Brief Description.md`
|
||||
|
||||
Remember: The Inbox is where ideas begin, not where they live forever.
|
||||
@@ -0,0 +1,33 @@
|
||||
# Welcome to Your AI-Powered Second Brain
|
||||
|
||||
This is your Inbox - a temporary landing zone for new ideas, quick captures, and daily thoughts.
|
||||
|
||||
## Your First Steps
|
||||
|
||||
1. **Start Claude Code** in this directory
|
||||
2. **Tell it you're in thinking mode**: "I'm exploring [topic] in thinking mode"
|
||||
3. **Let it search and ask questions** to help you think
|
||||
4. **Capture insights** as you go
|
||||
|
||||
## Quick Tips
|
||||
|
||||
- Don't worry about organization initially - just capture
|
||||
- Process your inbox weekly (move items to Projects/Areas/Resources)
|
||||
- Use Daily Notes for stream-of-consciousness capture
|
||||
- Let Claude Code help you find connections
|
||||
|
||||
## Try This Now
|
||||
|
||||
Ask Claude Code:
|
||||
```
|
||||
I'm new to this vault. Can you help me understand
|
||||
how to use you as a thinking partner?
|
||||
Let's explore a topic I'm curious about.
|
||||
```
|
||||
|
||||
## Remember
|
||||
|
||||
The goal isn't to create perfect notes - it's to enhance your thinking. This system grows more valuable over time as you add more notes and Claude Code helps you discover connections you didn't see before.
|
||||
|
||||
---
|
||||
*Move this to Archive once you're comfortable with the system*
|
||||
Reference in New Issue
Block a user