mit einem Klick
brain
// Read/write the Obsidian brain vault (brain/). Triggers: "add to brain", brain/ edits.
// Read/write the Obsidian brain vault (brain/). Triggers: "add to brain", brain/ edits.
| name | brain |
| description | Read/write the Obsidian brain vault (brain/). Triggers: "add to brain", brain/ edits. |
Persistent memory across sessions. Obsidian vault at brain/.
The brain is the foundation of the entire workflow — every agent, skill, and session reads it. Low-quality or speculative content degrades everything downstream. Before adding anything, ask: "Does this genuinely improve how the system operates?" If the answer isn't a clear yes, don't write it.
Read brain/index.md first. Then read the relevant entrypoint for your topic:
brain/principles.md for principle updatesFor directories without a dedicated index file yet, scan nearby files directly and edit an existing note when possible.
brain/
├── index.md <- root entry point, links to everything
├── principles.md <- index for principles/
└── principles/ <- engineering and design principles
Add new top-level directories (e.g. codebase/, plans/) only when there is real content to put in them — empty stubs are flagged on the next meditate pass.
Rules:
brain/codebase/deploy-gotchas.md, not a mega-file.brain/index.md, brain/principles.md.brain/index.md is the root. Every brain file must be reachable from it.worktree-gotchas.md.Format: [[section/file-name]]. Resolution order: same directory, then relative path, then vault root. Heading anchors ([[file#heading]]) are stripped during resolution.
# Title. No Obsidian frontmatter.Update brain/index.md for any files you added or removed. Also update the relevant entrypoint when applicable. Keep indexes link-only and scannable.
Ask: "Would I include this in a prompt for a different task?"
brain/. It's durable knowledge.Audit and evolve the brain vault — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the brain".
Reflect on the conversation and update the brain. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Triggers: "reflect", "remember this".
Principle-grounded review of code changes, PRs, or plans. Triggers: "review", "critique".
Mine past Claude Code conversations for uncaptured patterns. Triggers: "ruminate", "mine my history".
Read/write brain files (Obsidian vault at brain/). Use for any task that persists knowledge — reflection, planning, or direct edits. Triggers: brain/ modifications, "add to brain".