The digital brain and roadmap

In short

A digital brain is a folder of linked markdown notes that gives your agents standing context — your mission, projects, and decisions — plus a roadmap board they can read and update.

Updated 2026-06-29

What is a digital brain?

A digital brain is a folder of linked markdown notes that hold your standing context — your mission, goals, processes, people, and decisions. It starts from a single BRAIN.md file that links out to other notes with [[wikilinks]], forming a map your agents read before doing substantive work.

Why give your agents a brain?

Context is what makes an agent useful rather than generic. With a brain, every session already knows who you are, what you're building, and how you like to work — so you don't repeat yourself. As the agent learns something durable, it can file it back into the brain to compound over time.

The roadmap board

Your brain can include a roadmap — a board of what's planned, in progress, and shipped. Agents read it to know priorities and can move items as work progresses, keeping your plan and your work in sync. Granular renders the brain as a live, navigable map in the docs pane.

Frequently asked questions

Do I have to write the brain myself?
No. Granular ships starter brain templates, and agents help you fill and maintain it as you work.
What format is the brain in?
Plain markdown files with [[wikilinks]] between them — portable, future-proof, and editable in any app.

Related