ワンクリックで
brain
// 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".
// 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".
Read/write the Obsidian brain vault (brain/). Triggers: "add to brain", brain/ edits.
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".
| name | brain |
| description | 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". |
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
├── codebase/ <- project-specific knowledge and gotchas
└── plans/ <- feature plans
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.Brain content must reflect the user's own thinking, not training-data conventions. When authoring or revising a principle, gotcha, or style note:
https://alexop.dev/llms.txt (index of posts) and the user's blog posts on alexop.dev."<user's words>") when the lesson came from a correction or stated preference.brain/.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.