Search, create, and manage notes in the work Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in their work Obsidian vault.
/Users/brandon/work/obsidian-vaults/
├── Inbox.md # Quick capture, triage to proper location
├── Dashboard.md # Vault-wide entry point, links to all indexes
├── Projects/ # Scoped, time-bound work
│ └── _Index.md
├── Areas/ # Ongoing responsibilities (no end date)
│ └── _Index.md
├── Decisions/ # ADRs and significant decisions
│ └── _Index.md
├── Meetings/ # Meeting notes, date-prefixed
│ └── _Index.md
├── References/ # Evergreen research and external docs
│ └── _Index.md
└── Templates/ # Obsidian templates (Project, Decision, Meeting, Reference)
YYYY-MM-DD Topic.md_Index.mdEvery note MUST have YAML frontmatter. This is what makes the vault queryable.
# Required on all notes