RITUALS — repeatable brain workflows
TL;DR — Named, repeatable operations for working the brain: capture, ingest, weekly-review, gap-check, and drain-inbox. Tell an agent "run the <name> ritual" and it follows the recipe. Each keeps the brain fresh, woven, and honest.
capture — file a new fact correctly
- Decide where it goes (the right
projects/,learnings/, orideas/note). If nothing fits, scaffold one withnode scripts/new-note.mjs <path> "Title" "TL;DR". - Add it as a short bullet; cross-link at least one related note.
node scripts/validate.mjs→ must PASS. Register it in MAP.md.
weekly-review — keep it current
- Refresh now.md (focus, next moves, what's live).
node scripts/graph.mjs→ weave in orphans and under-connected notes.node scripts/validate.mjs --strict→ fix errors and thin-content warnings.- Re-check dates on time-sensitive facts.
gap-check — what the brain is missing
node scripts/graph.mjsfor structural gaps (orphans, weak links, hubs).- Record real unknowns in gaps.md — contradictions, missing data, things to verify.
drain-inbox — file the quick-capture backlog
Captures (from the web box or an agent) land in an inbox, not the brain. Drain it:
node scripts/drain-inbox.mjs→ lists unfiled captures with suggested target notes.- File each into the right note, then mark it filed.
brainstorm — screen a new idea
Run it through the frame in ideas/backlog.md and record the verdict in ideas/README.md. A clear "no" is a win.