Articles · Documents & Markdown
Templates: stamp out meeting notes and weekly reports
`.md` files in `Templates/` show up in the palette automatically. Variables, frontmatter, agent hooks — all built in.
Kition Team·Apr 1, 2026·1 min read
A meeting-notes template
---
title: "{{date:YYYY-MM-DD}} — {{topic}}"
attendees: []
---
## Agenda
-
## Decisions
-
## Action items
| Who | What | When |
|-----|------|------|
| | | |Variables
{{date:format}}— current date{{prompt:topic}}— prompts you for input{{ai:summarize-last-meeting}}— agent fills a section
Related reading
Documents & Markdown
The command palette: every action, one keystroke away
⌘K to open, fuzzy-search, enter to run. That’s the whole interface.
AI agent deep dives
Generating weekly and daily reports with the agent
Let the agent scan this week’s commits, doc edits, and ticket status → produce a templated draft.
