Organizes Obsidian vaults using PARA methodology, inbox processing, Maps of Content, progressive summarization, and review cadences for PKM workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-second-brain:obsidian-workflowsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Actionable guidance for building and maintaining a second brain in Obsidian. This skill focuses on workflows and decisions — not PARA theory (Claude already knows that).
Actionable guidance for building and maintaining a second brain in Obsidian. This skill focuses on workflows and decisions — not PARA theory (Claude already knows that).
Organize by actionability, not topic:
| Category | What Goes Here | Review Cadence |
|---|---|---|
| Projects | Active work with clear endpoints | Weekly |
| Areas | Ongoing responsibilities, no endpoint | Monthly |
| Resources | Reference materials, future interest | Quarterly |
| Archives | Completed/inactive from above | Annually |
When in doubt: "Does this have a deadline or clear outcome?" Yes = Project. "Is this an ongoing responsibility?" Yes = Area. Otherwise = Resource.
#inbox for processingFor each inbox note, decide:
Target: empty inbox weekly.
| Cadence | Time | What to Do |
|---|---|---|
| Daily | 5 min | Create daily note, review active projects, process quick captures |
| Weekly | 30 min | Process inbox completely, review all projects, update areas, clean loose ends |
| Monthly | 1 hour | Review areas, archive completed projects, check OKRs/goals, update MOCs |
| Quarterly | 2 hours | Strategic review, archive inactive resources, consolidate tags, adjust PARA |
Every new note links to at least 2 existing notes. This prevents orphans and forces context-building. Ask "What does this connect to?" before saving.
Keep these separate — they serve different purposes:
MOCs (Maps of Content) — Hand-curated navigation. Each link includes why it's connected. Create when a topic has 10+ related notes. Updated intentionally, not constantly.
Dashboards — Auto-generated views (dataview queries). Show recent activity, stats, tasks. No manual curation needed.
Concept notes that grow over time:
Layer 1 — Definition: What is this concept? Your own words, core explanation. Rarely changes.
Layer 2 — Related: How does this connect? 2-5 links with reasons:
## Related
- [[Event Loop]] — closures power async callbacks
- [[Garbage Collection]] — closures affect GC behavior
Layer 3 — Encounters: Real-world usage added over time:
# Encounters
## 2026-02-05 - Debugging closure scope issue
Discovered that closures in a forEach loop captured the loop variable by reference.
Link: [[TIL 2026-02-05]]
Use Outgoing Links panel to discover connections you missed.
Refine notes just-in-time (when you revisit them, not when you capture):
Apply layers only when you return to a note for a specific purpose. Don't process everything upfront.
This skill informs all plugin commands and agents:
/daily-startup uses daily note workflow patterns/process-inbox implements inbox processing workflow/review-okrs applies review cadences to goal tracking/maintain-vault ensures link health and organizationnpx claudepluginhub kriscard/kriscard-claude-plugins --plugin obsidian-second-brainManages Obsidian vaults: search, create, edit, move Markdown notes; handle YAML frontmatter, wikilinks, backlinks, daily notes, Zettelkasten setup, and sync via obsidian-cli.
Captures ideas and brain dumps into an Obsidian Inbox, surfaces buried ideas from the vault, and promotes daily note ideas to permanent notes.
Loads Obsidian vault notes as conversational context when users request personal notes via phrases like 'check my notes about'. Scans MOCs, retrieves linked notes, limits to 15k chars.