# brain.aide cookbook

recipes for the brain plugin interface.

# pick a recipe from the rail. each one stands alone — no need to read top-to-bottom.
# the skeleton generator on the right stays sticky so you can experiment as you read.
RECIPE

quickstart

Wire the bundled Obsidian default in three commands. Total time: under two minutes if you already have a vault.
step 1
install + scaffold

Creates .aide/ and pre-fills .aide/config/brain.aide with the obsidian template. The args list lands with one YAML null — that's the vault path slot.

step 2
wire the slot

Inside Claude Code. AIDE asks for your vault path, edits brain.aide, runs sync, and tells you to restart. Sync is what actually writes the brain entry into .mcp.json.

step 3
restart, then seed

After restart, run /aide:brain config a second time. This time the args list has a string, so the seeding flow runs — it presence-checks the four entry-point artifacts and writes any that are missing.

brain ready. boot reporter shows ok; the orchestrator advances; /aide works.