Transcribed & applied ยท 20 Jun 2026

Obsidian + Claude Code as a 24/7 personal OS

The cyrilXBT post pointed at a 59-minute video. I pulled the real audio, transcribed all 10,385 words locally, and applied the method to Brandon-Vault. This is what it actually teaches, what you already run, and the one command I built and verified today.
Source: @cyrilXBT, 20 Jun 2026 โ€” Greg Eisenberg's show with "internet Vin." Native X video, 3,536 sec. Transcript: ~/Projects/_outputs/file-getter/cyril-obsidian-claude-os/cyril-os.txt (769 segments, kept local).
"Obsidian + Claude Code = 24/7 personal operating system. Works while you sleep." โ€” the post

What is this page? ๐Ÿง ๐Ÿ“’

Imagine you keep all your notes in one giant notebook. Now imagine a super fast robot helper that can read the whole notebook in a few seconds.

A man made a video saying that when your notebook and the robot work together, the robot hands you good ideas at the right time. We watched the whole video, almost an hour long, and wrote down every word so we got it exactly right.

Then we built five magic buttons (we call them commands) that ask the robot smart questions about your notebook, like "how did this idea grow up over time?" We tried every button on the real notebook and they all worked.

One button looked for the big idea "Bride of Christ" and found it in 168 notes. Another one checks if you are spending your time on what matters most. The robot never changes your notebook, it only reads it and helps you think.

The method, in one breath

Strip the hype and the mechanism is small and concrete.

The command catalog (from the transcript)

The twelve commands Vin demonstrated, each a markdown prompt you create by asking Claude Code to build it.

CommandWhat it does
/contextLoads full life/work/current-state by reading context files, daily notes, and following backlinks.
/todayMorning review of calendar, tasks, messages, and a week of daily notes into a prioritized plan.
/closedayEnd-of-day: extracts action items, surfaces vault connections, checks confidence markers.
/ghostAnswers a question in your voice from a vault-built voice profile, then scores its own fidelity.
/challengePressure-tests a belief against the vault's own history, finds contradictions and shifts.
/emergeSurfaces ideas the vault implies but never states, conclusions from scattered premises.
/driftCompares stated intentions vs actual behavior over 30-60 days, names what you are avoiding.
/ideasDeep 30-day cross-domain scan with graph analysis to generate ideas across every domain.
/traceTracks how one idea has evolved over time across the vault.
/connectBridges two domains using the vault's link graph.
/scheduleContext-aware meeting call, weighs the ask against your notes and what you care about.
/graduateScans daily notes, promotes buried ideas into standalone linked notes.

Applied to Brandon-Vault: what you already run vs the gaps

Honest mapping against your 2,861-note vault and your skill stack. You are ahead of the video on automation and behind it on reflective thinking-commands.

Video commandYour statusWhat you have / what is missing
/ideashaveidea-miner launchd job, daily 08:30 cross-domain vault scan to Todoist.
/ghosthavevoice models + anti-AI voice gates + voice_judge.py already score voice fidelity.
/contextpartialchat-conductor /chat-start + auto-memory MEMORY.md. No single vault-context loader.
/today ยท /closedaypartialrecommend-next, /chat-end, /archive-chat cover pieces, not a daily open/close ritual.
/graduatebuilt todayBuilt + verified: 31 idea-shaped lines found in 21d of daily/inbox/session notes.
/emergepartialidea-miner surfaces cross-domain ideas; no standalone /emerge yet.
/tracebuilt todayBuilt and verified against the vault (see below).
/driftbuilt todayBuilt + verified: 1,854 notes touched in 30d, book line only 36% of actual activity.
/challengebuilt todayBuilt + verified, reuses the trace scanner to refute a belief from your own dated notes.
/connectbuilt todayBuilt + verified: shiner vs bride = 181 vs 196 notes, honestly reports no structural bridge.
/schedulegapStill open, the one non-reflective command, a context-aware calendar call.
The video's stated frontier is your solved problem. Vin's open challenge was "get agent tasks to run automatically, the boundary between the vault and execution." You already crossed it: the no-quit autonomous shift, scheduled-tasks, the idea-miner launchd job, and the iCloud remote inbox are exactly that "works while you sleep" layer. So the value here is the reflective commands, not the automation.

What I built and verified: /trace

A real Claude Code slash-command plus an executable spine, targeting your vault. The command opens the load-bearing notes and narrates the arc in your voice; the helper does the scan so nothing is guessed.

~/.claude/commands/trace.md ~/.claude/commands/vault_trace.py

Live verification, run today against Brandon-Vault:

$ /trace "Bride of Christ" โ†’ 168 notes, span 2026-05-23 โ†’ 2026-06-18 folders: 20 Projects (157), 00 Inbox (9), 10 Sources (1), Sessions (1) graph signal: [[Taylor Welch โ€” Occult Manifestation Prayer MOC]] x6, [[ChristianBook Skeleton]] x3, [[Christian Book Plan (fork)]] x3 timeline: 2026-05-23 Jezebels-Shadow-Empire/research/SOURCES.md โ†’ ... 2026-05-27 teachers/dana-candler.md (Voice model 1) โ†’ ... $ /trace "anti-ai voice" โ†’ 44 notes, span 2026-05-21 โ†’ 2026-06-17 (Sessions 24, Inbox 13, Projects 5)

Usage: type /trace <concept> in Claude Code from anywhere. It scans the vault, follows the link graph, and writes origin โ†’ pivots โ†’ current state โ†’ unstated-next, every claim cited to a dated file.

The full reflective set, built and verified today

All five thinking-commands now live in ~/.claude/commands/, each a command file plus an executable vault helper, each run against your real vault before being called done.

CommandVerified run on Brandon-Vault
/trace <idea>"Bride of Christ" โ†’ 168 notes, May 23 to Jun 18, with the link-graph signal.
/drift [days]30-day scan โ†’ 1,854 notes touched, book line 36%, "other" 45%, music 11%, tarot 4%.
/connect A | Bshiner vs bride โ†’ 181 vs 196 notes, no shared links, reported as a thematic not structural bridge.
/challenge <belief>reuses the trace scanner to refute a claim from your own dated notes.
/graduate [days]21-day scan โ†’ 31 idea-shaped lines surfaced for promotion.

Helpers: vault_trace.py, vault_drift.py, vault_connect.py, vault_graduate.py. The one command still open is /schedule, the only non-reflective one.