Granola Core Workflow A: Meeting Preparation & Templates
Overview
Configure Granola templates (which structure the enhanced output) and recipes (repeatable Chat prompts) for consistent, high-quality meeting notes. Granola ships with 29 built-in templates and supports custom templates per workspace.
Prerequisites
- Granola installed and authenticated
- Calendar synced with upcoming meetings
- At least one meeting captured (to understand the enhancement flow)
Instructions
Step 1 — Choose a Built-in Template
Click the Change template icon at the bottom of your notes before or during a meeting:
| Template |
Best For |
Sections Generated |
| 1-on-1 |
Manager/report check-ins |
Check-in, Updates, Discussion, Action Items |
| Stand-up |
Daily sync |
Progress, Blockers, Priorities |
| Discovery Call |
Sales prospecting |
Budget, Authority, Need, Timeline (BANT) |
| Sprint Planning |
Agile ceremonies |
Sprint Goals, Velocity, Backlog, Risks |
| Weekly Team |
Status meetings |
Updates, Decisions, Action Items |
| Interview Debrief |
Hiring loops |
Candidate Assessment, Strengths, Concerns |
| Project Kick-Off |
New initiatives |
Goals, Scope, Timeline, RACI |
| Pipeline Review |
Sales forecast |
Deal Status, Next Steps, Risks |
| Design Crit |
Creative review |
Feedback, Changes Requested, Approvals |
Templates tell the AI how to structure the enhanced output — a sales call produces different sections than a standup.
Step 2 — Create a Custom Template
- Open Granola Settings > Templates
- Click Create New Template
- Define the structure using section headers:
## Customer Feedback Session
### Context
[Brief on the customer and their product usage]
### Key Feedback Themes
[Grouped by category: UX, Performance, Features, Support]
### Verbatim Quotes
[Direct customer quotes with timestamps]
### Severity Assessment
[Critical / High / Medium / Low for each issue]
### Action Items
[Owner, task, due date]
### Follow-Up Commitment
[What we promised the customer and by when]
- Name it and optionally set auto-trigger conditions:
- Calendar event title contains specific keywords (e.g., "feedback", "customer")
- Attendee email domains (e.g.,
@customer.com)
Step 3 — Create Recipes for Granola Chat
Recipes are saved prompts invoked with / in Granola Chat:
| Recipe |
Prompt |
Use Case |
/follow-up |
"Draft a professional follow-up email summarizing decisions and next steps" |
Post-meeting email |
/standup |
"Extract blockers, progress updates, and priorities per person" |
Standup summary |
/bant |
"Analyze this call using BANT framework (Budget, Authority, Need, Timeline)" |
Sales qualification |
/prd |
"Write a PRD based on the product requirements discussed in this meeting" |
Product spec |
/coaching |
"Based on this 1:1, suggest coaching points and development areas" |
Manager prep |
/decision-log |
"List all decisions made, who made them, and the reasoning" |
Governance |
Create custom recipes at Settings > Recipes or directly in Chat.
Step 4 — Pre-Meeting Preparation
Before important meetings, type context into the Granola notepad before the call starts:
## Pre-Meeting Context
- Last meeting: discussed Series A timeline, concerns about runway
- Open items: term sheet review, board seat allocation
- My goals today: confirm valuation range, discuss liquidation preference
- Questions to ask: timeline for closing, co-investor status
When you click Enhance Notes after the meeting, Granola combines:
- Your pre-meeting context
- Your live notes during the meeting
- The full audio transcript
This produces output that is aware of your goals and prior context.
Step 5 — Set Template Defaults per Workspace
For team deployments, set default templates per shared folder:
| Folder |
Default Template |
Auto-Apply |
#sales-calls |
Discovery Call |
Events with external attendees |
#engineering |
Sprint Planning |
Events titled "sprint" or "planning" |
#leadership |
Weekly Team |
Events with >5 attendees |
#interviews |
Interview Debrief |
Events titled "interview" |
Output
- Templates configured for each meeting type
- Custom recipes created for post-meeting workflows
- Pre-meeting context workflow established
- Consistent structured output across team meetings
Error Handling
| Issue |
Cause |
Fix |
| Wrong template applied |
Auto-trigger matched incorrectly |
Narrow trigger conditions (more specific keywords) |
| Template sections empty |
Meeting lacked relevant discussion |
Remove irrelevant sections from template |
| Recipe not appearing |
Not saved to workspace |
Save recipe in Settings > Recipes |
| Pre-meeting notes lost |
Typed in wrong app |
Ensure you type in the Granola notepad, not a separate editor |
Template Design Best Practices
- Use clear section headers — Granola's AI parses headers to organize content
- Include bracketed hints —
[Owner, task, due date] guides the AI output format
- Keep templates under 10 sections — too many sections dilute content
- Add a "Verbatim Quotes" section for customer-facing meetings — captures exact language
- End with "Action Items" and "Next Steps" — the AI reliably fills these
Examples
For a fictional meeting fixture, record fixture=meeting-basic-v2; capture=accepted; output=redacted-summary; consent=test-only; retention=none; cleanup=complete rather than storing notes or transcript text.
Resources
Next Steps
Proceed to granola-core-workflow-b for post-meeting processing and sharing workflows.
1---2name: granola-core-workflow-a3description: Meeting preparation and template setup in Granola — templates, recipes, and pre-meeting workflows. Use when configuring note templates for 1:1s, standups, discovery calls, or sprint planning, creating custom recipes, or preparing agenda notes before important meetings. Trigger: "granola template", "granola meeting prep", "granola recipe", "granola agenda".4license: MIT5---6# Granola Core Workflow A: Meeting Preparation & Templates
7
8## Overview
9
10Configure Granola templates (which structure the enhanced output) and recipes (repeatable Chat prompts) for consistent, high-quality meeting notes. Granola ships with 29 built-in templates and supports custom templates per workspace.
11
12## Prerequisites
13
14- Granola installed and authenticated
15- Calendar synced with upcoming meetings
16- At least one meeting captured (to understand the enhancement flow)
17
18## Instructions
19
20### Step 1 — Choose a Built-in Template
21
22Click the **Change template** icon at the bottom of your notes before or during a meeting:
23
24| Template | Best For | Sections Generated |
25|----------|----------|-------------------|
26| **1-on-1** | Manager/report check-ins | Check-in, Updates, Discussion, Action Items |
27| **Stand-up** | Daily sync | Progress, Blockers, Priorities |
28| **Discovery Call** | Sales prospecting | Budget, Authority, Need, Timeline (BANT) |
29| **Sprint Planning** | Agile ceremonies | Sprint Goals, Velocity, Backlog, Risks |
30| **Weekly Team** | Status meetings | Updates, Decisions, Action Items |
31| **Interview Debrief** | Hiring loops | Candidate Assessment, Strengths, Concerns |
32| **Project Kick-Off** | New initiatives | Goals, Scope, Timeline, RACI |
33| **Pipeline Review** | Sales forecast | Deal Status, Next Steps, Risks |
34| **Design Crit** | Creative review | Feedback, Changes Requested, Approvals |
35
36Templates tell the AI how to structure the enhanced output — a sales call produces different sections than a standup.
37
38### Step 2 — Create a Custom Template
39
401. Open Granola Settings > **Templates**
412. Click **Create New Template**
423. Define the structure using section headers:
43
44```markdown
45## Customer Feedback Session
46
47### Context
48[Brief on the customer and their product usage]
49
50### Key Feedback Themes
51[Grouped by category: UX, Performance, Features, Support]
52
53### Verbatim Quotes
54[Direct customer quotes with timestamps]
55
56### Severity Assessment
57[Critical / High / Medium / Low for each issue]
58
59### Action Items
60[Owner, task, due date]
61
62### Follow-Up Commitment
63[What we promised the customer and by when]
64```
65
661. Name it and optionally set auto-trigger conditions:
67 - Calendar event title contains specific keywords (e.g., "feedback", "customer")
68 - Attendee email domains (e.g., `@customer.com`)
69
70### Step 3 — Create Recipes for Granola Chat
71
72Recipes are saved prompts invoked with `/` in Granola Chat:
73
74| Recipe | Prompt | Use Case |
75|--------|--------|----------|
76| `/follow-up` | "Draft a professional follow-up email summarizing decisions and next steps" | Post-meeting email |
77| `/standup` | "Extract blockers, progress updates, and priorities per person" | Standup summary |
78| `/bant` | "Analyze this call using BANT framework (Budget, Authority, Need, Timeline)" | Sales qualification |
79| `/prd` | "Write a PRD based on the product requirements discussed in this meeting" | Product spec |
80| `/coaching` | "Based on this 1:1, suggest coaching points and development areas" | Manager prep |
81| `/decision-log` | "List all decisions made, who made them, and the reasoning" | Governance |
82
83Create custom recipes at Settings > **Recipes** or directly in Chat.
84
85### Step 4 — Pre-Meeting Preparation
86
87Before important meetings, type context into the Granola notepad **before** the call starts:
88
89```markdown
90## Pre-Meeting Context
91- Last meeting: discussed Series A timeline, concerns about runway
92- Open items: term sheet review, board seat allocation
93- My goals today: confirm valuation range, discuss liquidation preference
94- Questions to ask: timeline for closing, co-investor status
95```
96
97When you click **Enhance Notes** after the meeting, Granola combines:
98
991. Your pre-meeting context
1002. Your live notes during the meeting
1013. The full audio transcript
102
103This produces output that is aware of your goals and prior context.
104
105### Step 5 — Set Template Defaults per Workspace
106
107For team deployments, set default templates per shared folder:
108
109| Folder | Default Template | Auto-Apply |
110|--------|-----------------|------------|
111| `#sales-calls` | Discovery Call | Events with external attendees |
112| `#engineering` | Sprint Planning | Events titled "sprint" or "planning" |
113| `#leadership` | Weekly Team | Events with >5 attendees |
114| `#interviews` | Interview Debrief | Events titled "interview" |
115
116## Output
117
118- Templates configured for each meeting type
119- Custom recipes created for post-meeting workflows
120- Pre-meeting context workflow established
121- Consistent structured output across team meetings
122
123## Error Handling
124
125| Issue | Cause | Fix |
126|-------|-------|-----|
127| Wrong template applied | Auto-trigger matched incorrectly | Narrow trigger conditions (more specific keywords) |
128| Template sections empty | Meeting lacked relevant discussion | Remove irrelevant sections from template |
129| Recipe not appearing | Not saved to workspace | Save recipe in Settings > Recipes |
130| Pre-meeting notes lost | Typed in wrong app | Ensure you type in the Granola notepad, not a separate editor |
131
132## Template Design Best Practices
133
1341. **Use clear section headers** — Granola's AI parses headers to organize content
1352. **Include bracketed hints** — `[Owner, task, due date]` guides the AI output format
1363. **Keep templates under 10 sections** — too many sections dilute content
1374. **Add a "Verbatim Quotes" section** for customer-facing meetings — captures exact language
1385. **End with "Action Items" and "Next Steps"** — the AI reliably fills these
139
140## Examples
141
142For a fictional meeting fixture, record `fixture=meeting-basic-v2; capture=accepted; output=redacted-summary; consent=test-only; retention=none; cleanup=complete` rather than storing notes or transcript text.
143
144## Resources
145
146- [Customize Notes with Templates](https://docs.granola.ai/help-center/taking-notes/customise-notes-with-templates)
147- [Introducing Recipes](https://www.granola.ai/blog/say-hello-to-recipes)
148- [Get the Best from Granola](https://www.granola.ai/blog/get-the-best-from-granola)
149
150## Next Steps
151
152Proceed to `granola-core-workflow-b` for post-meeting processing and sharing workflows.