Give this prompt to Claude and it will build a complete "second brain" system in your Obsidian vault.
As seen on YouTube: "I made my brain run like software"
Download Full Prompt (.md)Give this file to Claude (in Claude Code or paste into Claude.ai) and it will build out a complete "second brain" system in your Obsidian vault.
Your task: Build a complete knowledge management system in the user's Obsidian vault using the framework below. Create all folders, starter files, MOCs (Maps of Content), and wire up cross-links so the graph view shows connected clusters.
Want the full prompt file? Download the complete .md file to paste directly into Claude:
Download obsidian-brain-os.mdThen walk them through the Folder Customization questions in Part 1 before building anything.
The full system uses 10 numbered folders (00-09). Some are essential, others are optional depending on your workflow.
Why numbers? Obsidian sorts alphabetically. Numbers force consistent ordering. Inbox is 00 so it's always first.
VAULT_ROOT/ ├── 00_inbox/ # Zero friction capture ├── 01_thinking/ # Your notes, synthesis, MOCs │ └── mocs/ # Maps of Content live here ├── 02_reference/ # External knowledge ├── 03_creating/ # Content/projects in progress ├── 04_published/ # Finished work archive ├── 05_archive/ # Inactive/old content ├── 06_system/ # Templates, tools, config │ └── templates/ ├── 07_projects/ # Active project workspaces ├── 08_journal/ # Daily notes, reflections └── 09_personal/ # Private (family, health, faith)
| Folder | Purpose | Why it's essential |
|---|---|---|
00_inbox/ | Zero friction capture | ONE place to capture fast. No thinking, just dump. |
01_thinking/ | Your notes, synthesis, MOCs | Where YOUR ideas live. MOCs act as hub pages. |
06_system/ | Templates, tools, config | Keeps your system running consistently. |
What they are: Hub notes that link to everything related to one topic.
Create one MOC per major life/work area in 01_thinking/mocs/
--- aliases: [TOPIC MOC, TOPIC Hub] tags: [moc, TOPIC_TAG] --- # TOPIC Map of Content > Hub note for everything related to TOPIC. ## Active Projects - [[Project 1]] ## Key Notes - [[Important Note 1]] ## Reference - [[Book or Article 1]] ## Ideas / Inbox - [[Idea to explore]]
| Category | Tags |
|---|---|
| Type | #moc #template #reference #project |
| Status | #active #someday #archive |
| Utility | #idea #tool #daily |
Every note should link to:
Related: [[Parent MOC]] | [[Related Note 1]] | [[Related Note 2]]