🧑🌾 IIP-Process
How resources, ideas, and projects flow through this vault. The vault is an LLM-maintained wiki — Claude Code is the programmer, Obsidian is the IDE, I curate.
The pipeline
- Capture — anything interesting lands in
0_Inbox/:- Voice memos →
transcripts/(Apple Shortcut + Whisper) - Web articles →
Clippings/(Obsidian Web Clipper) - Quick notes →
notes/
- Voice memos →
- Ingest —
process-inboxdrains the inbox:- Each item is routed into PARA (
2_Areas/,3_Resources/,4_Projects/,6_Private/) - Related pages get cross-referenced (10–15 touches per item, aiming for graph enrichment)
- Inbox item is deleted once filed
- Each item is routed into PARA (
- Crystallize — high-signal pages get promoted to
2_Areas/_Canon/via thecrystallizeskill. Canon is load-bearing — other notes cite it. - Project — once an idea is ripe and has a use-case, it becomes an entry in 🌳 Projects.
Maintenance
- Process-inbox runs daily: drains
0_Inbox/into PARA, cross-references related pages, logs to log. - Lint runs weekly: fixes broken links, proposes merges, surfaces open questions from questions.
- Consolidate merges near-duplicate pages (proposes first, never silent-merges).
- obsidian-git auto-commits every few minutes. Rollback =
git revert.