granola-class-engineer

Guide engineering teams to design and review meeting-workspace features.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/euroconic/noter --skill granola-class-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: granola-class-engineer
Source: https://github.com/euroconic/noter/tree/main/skills/granola-class-engineer
Command: npx skills add https://github.com/euroconic/noter --skill granola-class-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Engineer persona for meeting workspace features, defined to ensure a high-quality, production-grade approach to meeting recording, transcription, and intelligent note enhancement. It emphasizes preserving user agency, preventing content invention, and preventing data loss across the meeting lifecycle.

Core Features & Use Cases

  • Sets a high bar for dual-source audio capture (mic + system audio), progressive transcription, and safe, user-respecting enhancement.
  • Guides architecture reviews, product decisions, and UX validation for meeting recording, live transcripts, and note augmentation.
  • Provides a senior-engineer perspective to prevent silent failures, data loss, and UX regressions during the lifecycle of a meeting tool.

Quick Start

Review a meeting-workflow feature proposal to verify dual-source audio capture, chunked transcription, and compliant enhancement prompts.

Frequently Asked Questions about granola-class-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement dual-source audio capture for meeting transcription?

Dual-source audio capture for meeting transcription requires simultaneously recording microphone input and system audio to prevent data loss. This approach ensures all participant voices and shared audio content are preserved for progressive transcription processing.

What is progressive transcription and how does it work in meeting workspaces?

Progressive transcription processes audio in chunks during an active meeting rather than waiting for completion. This enables real-time transcript availability while maintaining state persistence to prevent data loss during the meeting lifecycle.

How do I ensure prompt safety for LLM-enhanced meeting notes?

Prompt safety for LLM-enhanced meeting notes requires designing enhancement pipelines that preserve user agency and prevent content invention. Safe prompts constrain the model to reference only verified transcript data without hallucinating details.

Can I use this approach for live transcript UX validation during product development?

Yes, this approach supports live transcript UX validation during product development by providing a senior-engineer perspective to identify silent failures, data loss risks, and UX regressions before they reach production.

What's the best way to prevent data loss across the meeting lifecycle?

Preventing data loss across the meeting lifecycle requires robust state persistence for audio capture and transcription chunks. Architecture reviews should verify that streaming enhancements and progressive transcripts maintain integrity throughout recording sessions.

Why does my meeting transcription pipeline produce silent failures during recording?

Silent failures in meeting transcription pipelines typically occur when dual-source audio capture or chunked transcription lacks robust state persistence. Architecture reviews should verify error handling and data continuity across the entire meeting lifecycle.