Meeting Prep
Your AI checks your calendar, finds the relevant context in your notes, and briefs you before the meeting. Afterwards, it saves decisions, action items, and follow-ups — linked to everything you already know.
Requires an AI connected to your Hjarni account via MCP.
Copy this URL and paste it into Claude or ChatGPT to install the template.
Walk into every meeting prepared.
Before the meeting, your AI searches your notes for context and gives you talking points. After, you tell it what happened. It saves decisions and action items — linked to past meetings and everything you already know.
Every meeting builds on the last. The context compounds.
How it works
- 1 Ask for a briefing. Your AI checks your calendar, searches past meetings and related notes, and comes back with talking points.
- 2 Dump what happened. After the meeting, tell your AI the outcome. One sentence or a voice dump — it extracts the signal.
- 3 It stays connected. Decisions and action items get saved and linked to the briefing, past meetings, and your other notes.
Setup
Optional. The template works without these.
Structure
Tags
Folders
For your AI
Share this page with your AI. It reads the definition below, creates the folders, instructions, tags, and starter notes in your account.
Show template definition
Install steps for AI agents:
- Check existing tags with
tags-list. Only create missing ones withtags-create. - Create containers top-down using
containers-create, noting the returned IDs. Useparent_idto build the hierarchy. - For each container with
llm_instructions, callinstructions-updatewithlevel: "container"and the container's ID. - Create any seed notes using
notes-create, placing them in the correct container by ID. Usecontainer_pathto resolve which container. - Discuss any customizations with the user before or after installing.
---
name: Meeting Prep
description: 'Your AI checks your calendar, finds the relevant context in your notes,
and briefs you before the meeting. Afterwards, it saves decisions, action items,
and follow-ups — linked to everything you already know.
'
tags:
- meeting
- briefing
containers:
- name: Meeting Prep
description: Meeting briefings and notes
llm_instructions: |
Read the "Meeting Prep Guidelines" note in this container before creating or updating any notes. Always search all notes, not just this folder.
Briefing workflow (before a meeting):
1. Search all notes for anything related — the people, the topic, the project, the company.
2. Create a note titled "Briefing: [Topic] — YYYY-MM-DD", tag with "briefing".
3. Sections:
**Meeting** — title, time, attendees, agenda (whatever is known).
**Context** — what you found, summarized with links. Past meetings, related notes, open action items.
**Talking points** — what the user should raise or follow up on.
4. Bullet points only. If nothing relevant exists, say so.
Capture workflow (after a meeting):
1. The user describes what happened — voice dump, bullets, one sentence. Extract the signal, discard the raw input.
2. Create a note titled "Meeting: [Topic] — YYYY-MM-DD", tag with "meeting".
3. Sections (omit any that have nothing):
**Attendees** — who was there.
**Summary** — 2-4 sentences on what was discussed and the outcome.
**Decisions** — specific decisions, each as a bullet.
**Action items** — "- [ ] Owner: Task (due date)".
4. Link to the briefing if one exists. Search for previous meetings on the same topic or with the same people and link to them.
5. If the meeting produced information that should update a note elsewhere, suggest it.
Rules:
- Do not invent details. If something is ambiguous, omit it.
- Search for existing notes on the same meeting before creating. Update instead of duplicating.
- Link notes with wiki-style references. Meetings link to briefings. Follow-ups link to prior meetings.
- When attendees are named, search for notes about them. If none exist, say so — do not create People notes.
notes:
- title: Meeting Prep Guidelines
body: |
Your AI reads this before creating briefings or meeting notes.
**Before a meeting — say something like:**
- "Brief me for my 2pm with Sarah"
- "What meetings do I have tomorrow?"
- "I have a call with Acme Corp about the pilot program, here's the agenda: ..."
Your AI searches all your notes for anything related — past meetings, project context, open action items — and creates a briefing with talking points.
**After a meeting — say something like:**
- "Just got out of the Q3 planning call. We decided to push launch to May. I need to update the roadmap by Friday, Sarah handles customer comms."
- "Met with the design team, notes: ..."
Your AI saves a note with attendees, decisions, and action items. It links back to the briefing and to previous meetings on the same topic.
Edit this note to match how you work.
tags:
- meeting
container_path: Meeting Prep