Auto-sync: 2026-04-22 16:03

This commit is contained in:
2026-04-22 16:03:25 +08:00
parent b1e6af2458
commit 72f3673978
82 changed files with 3617 additions and 37 deletions

View File

@@ -0,0 +1,32 @@
---
title: "MeetingNotes"
type: concept
tags: []
last_updated: 2026-04-22
---
# MeetingNotes
AI Agent 自动将会议录音/转录文本转换为结构化会议记录的工作流模式。包括摘要提取、关键决策识别、行动项抽取、任务创建和团队通知等环节。
## Definition
MeetingNotes 是一种 AI Agent 工作流,核心目标是消除"会议结束"到"任务追踪"之间的 Gap。传统流程中会议记录需要人工整理耗时 20+ 分钟),行动项容易被遗忘。该模式通过 AI 自动化实现:
1. 监听会议转录文本来源Otter.ai、Google Meet、Zoom
2. 提取关键决策和行动项(包含负责人和截止日)
3. 自动在项目管理工具创建任务Jira/Linear/Todoist/Notion
4. 发送摘要到团队频道Slack/Discord
5. 截止日前自动提醒负责人
## Core Insight
> "Meeting notes that don't become tracked tasks are just documentation theater."
> — 真正有价值的不是摘要本身,而是**自动任务创建**
## Related Concepts
- [[ActionItemTracking]] — 行动项追踪
- [[TaskAutomation]] — 任务自动化
- [[TranscriptProcessing]] — 转录文本处理
## Related Sources
- [[meeting-notes-action-items]]