Skip to main content
Templates define the structure of your working notes. Rituals use templates to create Captive notes and declare which sections they update through template contracts.

Template locations

Templates are split between Ada (base structure) and assistants (domain sections):

Source templates (in repo)

Vault config (user data)

Vault templates (user copy)

Scaffold vs vault

The scaffold (.claude/skills/ada/assets/scaffold/) provides directory structure for new vaults. Assistant templates are separate - init copies them from their source locations. Templates copy during init:
  1. Ada templates from .claude/skills/ada/templates/ to vault
  2. Assistant templates from .claude/skills/_assistant-{name}/templates/ to vault
Use _sync-templates to propagate changes between vault and scaffold during development.

Section order

Ada composes Captive notes by inserting assistant sections in a defined order. The order is stored in Ada’s systemic memory at $VAULT/00_Brain/Systemic/Ada/section-order.md: Note: Brief section is synthesized during plan actions, not listed in section order.

Standard sections

All Captive templates share consistent structure:

The three categories

Order matters - Personal first:

Changelog section

Every template includes ## Changelog at the bottom:
Format: backtick timestamp, bold skill name, dash, action and sections.

Template contracts

Rituals declare which sections they update:
  • H2 sections are stable - Never change these names
  • H3 structure is dynamic - Can evolve through self-learning
  • Single ownership - Each H2 has exactly one owning phase

Template reference

Captive templates are the working documents you fill out during planning rituals. They live in 00_Brain/Captive/ and capture your intentions, priorities, and progress at each timescale. Templates source from Systemic/Templates/Captive/. When you run a planning ritual, it creates or updates the corresponding Captive note.

Year.md

Yearly planning template. Captures your vision, goals, and leadership development for the year.

Key sections

Structure

Quarter.md

Quarterly planning template. Focuses your energy on one quest with major moves.

Key sections

Structure

Week.md

Weekly planning template. Structures your week with intentions and commitments.

Key sections

Structure

Today.md

Daily planning template. The 1-3-5 method prevents overcommitment.

Key sections

Structure

The 1-3-5 method

A constraint that forces prioritization: Total: 9 items maximum per day. If a task does not fit, something else must go.