Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Upgrade Granola app versions and migrate between subscription plans. Use when upgrading the desktop app, changing from free to paid plans, downgrading with data preservation, or resolving update issues. Trigger: "upgrade granola", "granola update", "change granola plan", "granola new version", "granola downgrade".
.claude/skills/jeremylongshore-granola-upgrade-migration/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 22% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 39% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 59% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 36% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 20% | 0% |
Manage Granola desktop app updates and subscription plan changes. Granola auto-updates by default, but manual intervention may be needed for major versions or plan migrations that affect feature access.
bash# macOS — read version from app bundle defaults read /Applications/Granola.app/Contents/Info.plist CFBundleShortVersionString 2>/dev/null || echo "Check Granola > About Granola"
Check for available updates: Granola menu bar icon > Check for Updates, or visit granola.ai/updates for the changelog.
Auto-update (recommended): Granola checks for updates automatically and downloads in the background. Enable at:
Granola > Preferences > General > Check for updates automatically: OnManual update via Homebrew (macOS):
bashbrew update && brew upgrade --cask granola
Manual download: Download latest from granola.ai/download. Close Granola, install over the existing version. Settings and data are preserved.
If Granola crashes or behaves incorrectly after updating:
bash# Clear caches (preserves your data and authentication) rm -rf ~/Library/Caches/Granola # If that doesn't help, reset preferences (you'll need to re-authenticate) defaults delete ai.granola.app 2>/dev/null # Nuclear option — full reinstall brew uninstall --cask granola 2>/dev/null rm -rf ~/Library/Caches/Granola rm -rf ~/Library/Preferences/ai.granola.app.plist brew install --cask granola
Your meeting data is stored server-side and in the local cache (~/Library/Application Support/Granola/cache-v3.json). Reinstalling does not delete your notes.
Settings (avatar bottom-left) > Account > Subscription > Upgrade
Upgrade paths:
Basic (Free) → Business ($14/user/mo): Immediate, prorated
Business → Enterprise ($35+/user/mo): Contact sales
What changes on upgrade:
Basic → Business:
+ Unlimited meetings (was 25 lifetime)
+ Unlimited history (was 14 days)
+ Slack, Notion, CRM integrations
+ Zapier automation
+ MCP (AI agent integration)
+ Team shared folders
+ Custom templates
+ Public API access
Business → Enterprise:
+ SSO (Okta, Azure AD, Google Workspace)
+ SCIM auto-provisioning
+ Enforced AI training opt-out
+ Usage analytics dashboard
+ Full Enterprise API
+ Custom data retention policies
+ Dedicated account managerBefore downgrading, understand what you lose:
| Downgrading From | Losing | Action Before Downgrade | |-----------------|--------|----------------------| | Business → Basic | Integrations disconnect, history limited to 14 days | Export all notes, save integration configs | | Enterprise → Business | SSO, SCIM, custom retention, analytics | Reconfigure authentication, manual user provisioning |
Pre-downgrade checklist:
Important: Downgrading does not delete your data. Notes remain accessible within the new plan's limits (e.g., Basic only shows last 14 days, but data is preserved if you re-upgrade).
Settings > Team > Manage Seats
Add seats:
- Invite by email or enable SSO auto-provisioning
- New seats are prorated for the billing period
Remove seats:
- Deactivate user in Settings > Team
- User loses access but their shared notes remain
- Seat count reduces on next billing cycle
Reassign seats:
- Deactivate departing user
- Invite replacement user
- No additional charge (same seat count)| From | To | Billing Impact | Data Impact | Action Required | |------|----|---------------|-------------|-----------------| | Basic | Business | $14/user/mo starts immediately | Full history restored | Connect integrations | | Basic | Enterprise | Contact sales for pricing | Full history restored | SSO/SCIM setup | | Business | Enterprise | Price difference, prorated | No data change | Configure SSO/SCIM | | Enterprise | Business | Price reduction, immediate | Retain data, lose SSO/SCIM | Reconfigure auth | | Business | Basic | Free, immediate | History limited to 14 days | Export critical data | | Any | Annual billing | 10-15% savings | No data change | Confirm in Billing |
| Error | Cause | Fix | |-------|-------|-----| | Update fails to install | Corrupted download or cache | Clear caches, reinstall: brew reinstall --cask granola | | App crashes after update | Stale preferences | Delete prefs: defaults delete ai.granola.app | | Payment fails on upgrade | Expired card | Update payment method in Settings > Billing | | Features missing after upgrade | Cache not refreshed | Log out and log back in to refresh entitlements | | SSO stops working after downgrade | Enterprise feature removed | Switch to Google/Microsoft social login |
Proceed to granola-ci-integration for automated meeting-to-dev-tool workflows.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 13,246 | 13,313 | +1% | 1 | 1 | 0% | 2,761 | 3,364 | +22% | 0 | 0 | — |
case-02 | fail→fail | 16,809 | 16,219 | -4% | 1 | 1 | 0% | 2,478 | 3,680 | +49% | 0 | 0 | — |
case-03 | fail→pass | 19,266 | 14,560 | -24% | 1 | 1 | 0% | 2,213 | 3,083 | +39% | 0 | 0 | — |
case-04 | pass→pass | 7,527 | 8,302 | +10% | 1 | 1 | 0% | 1,342 | 2,061 | +54% | 0 | 0 | — |
case-05 | pass→pass | 9,713 | 1,630 | -83% | 1 | 1 | 0% | 792 | 1,708 | +116% | 0 | 0 | — |
case-06 | pass→pass | 13,001 | 7,992 | -39% | 1 | 1 | 0% | 1,644 | 1,965 | +20% | 0 | 0 | — |
case-07 | fail→pass | 8,913 | 9,698 | +9% | 1 | 1 | 0% | 1,444 | 2,297 | +59% | 0 | 0 | — |
case-08 | pass→pass | 7,486 | 3,862 | -48% | 1 | 1 | 0% | 1,219 | 2,182 | +79% | 0 | 0 | — |
case-09 | fail→pass | 16,955 | 11,343 | -33% | 1 | 1 | 0% | 1,904 | 2,592 | +36% | 0 | 0 | — |
case-10 | pass→pass | 17,351 | 4,525 | -74% | 1 | 1 | 0% | 1,859 | 2,294 | +23% | 0 | 0 | — |
case-11 | pass→pass | 12,353 | 8,582 | -31% | 1 | 1 | 0% | 1,205 | 2,086 | +73% | 0 | 0 | — |
case-12 | pass→pass | 10,389 | 4,513 | -57% | 1 | 1 | 0% | 1,637 | 2,190 | +34% | 0 | 0 | — |
case-13 | fail→pass | 13,485 | 7,340 | -46% | 1 | 1 | 0% | 1,541 | 1,848 | +20% | 0 | 0 | — |
case-14 | pass→pass | 18,566 | 4,944 | -73% | 1 | 1 | 0% | 1,954 | 2,209 | +13% | 0 | 0 | — |
case-15 | pass→pass | 5,127 | 8,813 | +72% | 1 | 1 | 0% | 783 | 2,022 | +158% | 0 | 0 | — |
case-16 | pass→pass | 7,406 | 3,991 | -46% | 1 | 1 | 0% | 1,159 | 2,201 | +90% | 0 | 0 | — |
case-17 | fail→pass | 23,309 | 6,715 | -71% | 1 | 1 | 0% | 1,439 | 1,705 | +18% | 0 | 0 | — |
case-18 | pass→pass | 13,513 | 7,412 | -45% | 1 | 1 | 0% | 1,494 | 1,885 | +26% | 0 | 0 | — |
case-19 | fail→pass | 6,956 | 7,519 | +8% | 1 | 1 | 0% | 1,185 | 1,895 | +60% | 0 | 0 | — |
case-20 | fail→pass | 7,554 | 9,302 | +23% | 1 | 1 | 0% | 1,253 | 2,239 | +79% | 0 | 0 | — |
case-21 | fail→pass | 12,334 | 2,361 | -81% | 1 | 1 | 0% | 2,217 | 1,838 | -17% | 0 | 0 | — |
case-22 | pass→pass | 11,331 | 13,703 | +21% | 1 | 1 | 0% | 1,823 | 2,857 | +57% | 0 | 0 | — |
case-23 | pass→pass | 16,606 | 19,769 | +19% | 1 | 1 | 0% | 2,184 | 3,736 | +71% | 0 | 0 | — |
case-24 | pass→pass | 11,650 | 11,137 | -4% | 1 | 1 | 0% | 2,191 | 3,545 | +62% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 24 cases were attempted. The headline lift of +38 percentage points is the difference between those two pass rates over the 24 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.