From granola-pack
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".
npx claudepluginhub flight505/skill-forge --plugin granola-packThis skill is limited to using the following tools:
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.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.
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.
## 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]
@customer.com)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.
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:
This produces output that is aware of your goals and prior context.
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" |
| 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 |
[Owner, task, due date] guides the AI output formatProceed to granola-core-workflow-b for post-meeting processing and sharing workflows.