granola-hello-world
Capture your first meeting with Granola and review AI-enhanced notes. Use when testing Granola setup, learning the notepad + transcript flow, or understanding how Enhance Notes and Granola Chat work. Trigger: "granola hello world", "first granola meeting", "try granola", "granola test".
What this skill does
# Granola Hello World ## Overview Capture your first meeting with Granola and learn the three-phase workflow: live notepad, Enhance Notes, and Granola Chat. Granola captures audio from your device (no bot joins), transcribes it, and merges your typed notes with the full transcript to produce structured output. ## Prerequisites - Completed `granola-install-auth` setup - Calendar connected with an upcoming meeting (or create a test one) - Microphone + Screen & System Audio permissions granted ## Instructions ### Step 1 — Start a Meeting 1. Join any video call — Zoom, Google Meet, Teams, Slack Huddle, or WebEx 2. Granola auto-detects the meeting from your synced calendar 3. A floating notepad appears showing the meeting title and attendees 4. If auto-detection fails, click the Granola icon in your menu bar and select **Start Recording** ### Step 2 — Take Live Notes in the Notepad During the meeting, type rough notes directly in the Granola notepad: ```markdown - discussed Q1 priorities - sarah owns onboarding revamp - need design review by thursday - budget question - follow up with finance ``` These notes give Granola context. The AI uses your notes **plus** the full transcript to produce better output — you do not need to capture everything. ### Step 3 — End Meeting and Enhance 1. End your video call 2. Granola processes the transcript (typically 1-2 minutes) 3. Click **Enhance Notes** — Granola merges your notes with the transcript 4. Select a template (or use the default) to structure the output ### Step 4 — Review Enhanced Output Granola produces structured notes based on your template: ```markdown # Team Standup — March 22, 2026 ## Summary Discussed Q1 priorities. Agreed to focus on customer onboarding improvements. Sarah will lead the initiative with a design review by Thursday. ## Key Decisions - Onboarding revamp is the top priority for Q1 - Budget approval needed from Finance before expanding scope ## Action Items - [ ] @sarah: Schedule design review meeting by Thursday - [ ] @mike: Create onboarding improvement tickets in Linear - [ ] @alex: Follow up with Finance on budget allocation ## Participants Sarah Chen, Mike Johnson, Alex Kim ``` ### Step 5 — Use Granola Chat After enhancement, use the chat panel to ask questions about the meeting: - "List my action items" - "Draft a follow-up email to the attendees" - "What were the open questions?" - "Summarize the budget discussion" Granola Chat has full context of the transcript and your notes. ### Step 6 — Use Recipes for Repeatable Prompts Type `/` in Granola Chat to invoke Recipes — saved prompts for common tasks: - `/standup` — extract blockers and progress updates - `/follow-up` — draft a follow-up email - `/action-items` — list all action items with owners - Create custom recipes for your team's workflows ## Output - Complete meeting notes with AI-generated summary - Key decisions and action items extracted with owners - Full searchable transcript (expandable in the note) - Granola Chat available for post-meeting queries ## Tips for Better Notes 1. **Type key points during the meeting** — even rough notes dramatically improve output 2. **State names when assigning actions** — "Action item: Sarah will schedule the review" 3. **Use explicit action language** — "We decided...", "Next step is..." 4. **Summarize decisions verbally** — the AI picks up on decision language 5. **One speaker at a time** — reduces transcription errors ## Error Handling | Error | Cause | Fix | |-------|-------|-----| | No transcript generated | Wrong audio device selected | Check System Settings > Sound > Input matches your meeting audio | | Meeting not detected | Calendar event missing video link | Add Zoom/Meet/Teams link to event, or manually start recording | | Processing stuck > 5 min | Connectivity issue | Check internet, restart Granola (right-click icon > Restart) | | Empty enhanced notes | Meeting < 2 minutes | Granola needs sufficient audio for meaningful enhancement | | Poor transcription | Background noise or crosstalk | Use headset, mute when not speaking | ## People & Companies (Automatic) After your first meeting, check the **People** and **Companies** views in the sidebar. Granola automatically: - Creates contact entries from calendar attendees - Enriches with job titles, profile photos, and company info - Links all past meeting notes to each person - Lets you review full conversation history before follow-ups ## Resources - How Transcription Works - [Customize Notes with Templates](https://docs.granola.ai/help-center/taking-notes/customise-notes-with-templates) - [Granola Chat & Recipes](https://www.granola.ai/blog/say-hello-to-recipes) - [People and Companies](https://docs.granola.ai/help-center/people-and-companies) ## Next Steps Proceed to `granola-core-workflow-a` for meeting template setup and preparation workflows.
Related in Code Review
gstack
IncludedFast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots. (gstack)
startup-due-diligence
IncludedLegal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting.
interview-master
IncludedThis skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
fix-issue
IncludedFixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
sf-apex
IncludedGenerates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.
swift-development
IncludedComprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.