Claude-code-plugins granola-core-workflow-a

install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/saas-packs/granola-pack/skills/granola-core-workflow-a" ~/.claude/skills/jeremylongshore-claude-code-plugins-granola-core-workflow-a && rm -rf "$T"
manifest: plugins/saas-packs/granola-pack/skills/granola-core-workflow-a/SKILL.md
source content

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:

TemplateBest ForSections Generated
1-on-1Manager/report check-insCheck-in, Updates, Discussion, Action Items
Stand-upDaily syncProgress, Blockers, Priorities
Discovery CallSales prospectingBudget, Authority, Need, Timeline (BANT)
Sprint PlanningAgile ceremoniesSprint Goals, Velocity, Backlog, Risks
Weekly TeamStatus meetingsUpdates, Decisions, Action Items
Interview DebriefHiring loopsCandidate Assessment, Strengths, Concerns
Project Kick-OffNew initiativesGoals, Scope, Timeline, RACI
Pipeline ReviewSales forecastDeal Status, Next Steps, Risks
Design CritCreative reviewFeedback, 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

  1. Open Granola Settings > Templates
  2. Click Create New Template
  3. 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]
  1. 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:

RecipePromptUse 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:

  1. Your pre-meeting context
  2. Your live notes during the meeting
  3. 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:

FolderDefault TemplateAuto-Apply
#sales-calls
Discovery CallEvents with external attendees
#engineering
Sprint PlanningEvents titled "sprint" or "planning"
#leadership
Weekly TeamEvents with >5 attendees
#interviews
Interview DebriefEvents 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

IssueCauseFix
Wrong template appliedAuto-trigger matched incorrectlyNarrow trigger conditions (more specific keywords)
Template sections emptyMeeting lacked relevant discussionRemove irrelevant sections from template
Recipe not appearingNot saved to workspaceSave recipe in Settings > Recipes
Pre-meeting notes lostTyped in wrong appEnsure you type in the Granola notepad, not a separate editor

Template Design Best Practices

  1. Use clear section headers — Granola's AI parses headers to organize content
  2. Include bracketed hints
    [Owner, task, due date]
    guides the AI output format
  3. Keep templates under 10 sections — too many sections dilute content
  4. Add a "Verbatim Quotes" section for customer-facing meetings — captures exact language
  5. End with "Action Items" and "Next Steps" — the AI reliably fills these

Resources

Next Steps

Proceed to

granola-core-workflow-b
for post-meeting processing and sharing workflows.