ops
Obsidian Workflow
This page defines the best Obsidian setup for Shanepedia as a dual-use system: fast for Shane, legible for agents.
Design goals
- frictionless capture
- obvious navigation
- durable metadata
- low-maintenance dashboards
- safe automation boundaries
Recommended plugin stack
Tier 1, install first
- Dataview
- why: live tables and filtered views over notes with frontmatter
- use here: dashboards for projects, stale notes, open loops, recently updated pages
- source: official community plugin listing plus Dataview docs
- Templater
- why: stronger note creation templates with variables and automation
- use here: page scaffolds for entities, projects, topics, ops notes, and intake capture
- caution: it can run JS and system commands, so only use trusted local templates
- source: official repo docs
- QuickAdd
- why: one-keystroke capture and note creation flows
- use here: fast capture into
wiki/inbox/, create project/topic/entity notes from templates
- Tasks
- why: actionable checklists across the vault
- use here: open loops, next actions, project review pages
Tier 2, high value after basics work
- Metadata Menu
- why: easier editing of structured frontmatter without hand-editing YAML
- use here: consistent fields like
type,status,area,updated,owner,tags
- Canvas / Bases / Graph
- why: spatial maps and visual review
- use here: founder map, lane map, opportunity clusters, trip planning boards
- note: prefer these for visual navigation, not as the only source of truth
- Homepage or start-note flow
- why: open directly into
wiki/START_HERE.md - use here: reduce startup friction
Tier 3, optional
- Commander
- add buttons/commands for common actions
- Omnisearch
- stronger search if built-in search feels weak
- Kanban
- only if project pages actually benefit from board views
Recommended metadata standard
Use frontmatter fields consistently:
title: Page Title
type: topic
status: active
area: shanepedia
last_updated: 2026-04-10
tags:
- map
- founder
related:
- "[[../START_HERE.md]]"
Preferred fields:
titletypestatusarealast_updatedtagsrelated
Human workflow
- open vault
- land on
START_HERE - capture rough notes into
wiki/inbox/ - promote useful notes into real pages
- use maps and dashboards to review what matters now
Agent workflow
- start with
START_HERE - read the relevant map page
- use metadata and links to narrow scope fast
- write updates into the correct page class
- rebuild index and lint after meaningful edits
Safety and reliability
- markdown pages remain the source of truth
- community plugins are helpers, not core storage
- avoid plugin lock-in for critical information
- avoid Templater scripts from untrusted sources
- prefer a small stable stack over plugin sprawl
Best next implementation steps
- add metadata fields to key pages
- add Dataview dashboard notes
- add QuickAdd capture choices
- add a homepage/start-note behavior
- create one or two Canvas maps for founder and project navigation
Alignment with the LLM wiki pattern
This workflow matches the LLM wiki pattern closely:
- raw files are the immutable evidence layer
- the markdown wiki is the maintained synthesis layer
- dashboards, maps, and canvases are durable outputs from repeated questions
- agent rules should push good analysis back into the wiki instead of leaving it in chat
- Codex can act as the primary maintainer while Obsidian stays the human-facing IDE