🧑‍🌾 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

  1. Capture — anything interesting lands in 0_Inbox/:
    • Voice memos → transcripts/ (Apple Shortcut + Whisper)
    • Web articles → Clippings/ (Obsidian Web Clipper)
    • Quick notes → notes/
  2. Ingestprocess-inbox drains 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
  3. Crystallize — high-signal pages get promoted to 2_Areas/_Canon/ via the crystallize skill. Canon is load-bearing — other notes cite it.
  4. 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.