braynee Docs
The ToolsObsidian

Templater

Drives the templates braynee scaffolds — why a new session, project, or client note arrives pre-structured.

Templater runs logic when a note is created — dates, prompts, computed fields — so a new note is built from a template instead of starting blank.

Why braynee uses it

Every structured note braynee creates — session notes, project pages, client records — is a Templater template. It's the reason the PARA vault stays consistent: a new session note already has its frontmatter, headings, and links in place, so the hooks and skills can write into a known shape.

How it's set up

/braynee:setup installs it and lays down the template set into the scaffolded vault. The templates are plain files you can edit.

Connects with

  • Tools: writes into the Obsidian vault
  • Concepts: instantiates the PARA structure used across The Workflow
  • Reference: the session and project skills that fill the templates in

On this page