46 lines
1.9 KiB
Markdown
46 lines
1.9 KiB
Markdown
---
|
||
title: "Automated Meeting Notes & Action Items"
|
||
type: source
|
||
tags: [agent, automation, workflow, productivity]
|
||
date: 2026-04-17
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Agent/usecases/meeting-notes-action-items.md]]
|
||
|
||
## Summary
|
||
- 核心主题:AI Agent 自动将会议转录转化为结构化笔记,并在项目管理工具中创建任务
|
||
- 问题域:会议记录效率低、行动项遗漏
|
||
- 方法/机制:监听转录文件 → 提取关键信息 → 创建任务 → 发送通知 → 跟进提醒
|
||
- 结论/价值:消除"讨论了但未追踪"的 Gap,核心价值在于自动任务创建而非摘要本身
|
||
|
||
## Key Claims
|
||
- Agent 能监听多种转录来源(Otter.ai、Google Meet、Zoom、手动粘贴)
|
||
- 自动提取决策、讨论主题、行动项(含负责人和截止日期)
|
||
- 可在 Jira、Linear、Todoist、Notion 中创建任务并分配给正确的人
|
||
- 可选跟进提醒,在截止日期前提醒任务负责人
|
||
|
||
## Key Concepts
|
||
- [[Task Automation]]:自动将会议内容转化为可执行任务
|
||
- [[Workflow Automation]]:预定义自动化流程,与 AI Agent 互补
|
||
- [[上下文记忆]]:Agent 保留对话历史,理解团队成员分工
|
||
|
||
## Key Entities
|
||
- [[OpenClaw]]:本用例基于的 AI Agent 管理工具
|
||
- [[Jira]]:企业级项目跟踪和任务管理工具
|
||
- [[Linear]]:现代项目管理平台,API 优先
|
||
- [[Todoist]]:流行的个人任务管理应用
|
||
- [[Notion]]:全能笔记和项目管理工具
|
||
- [[Slack]]:企业通讯平台,用于发布会议摘要
|
||
- [[Discord]]:社区和团队通讯平台
|
||
- [[Otter.ai]]:自动会议转录服务
|
||
|
||
## Connections
|
||
- [[OpenClaw]] ← uses ← [[Task Automation]]
|
||
- [[Linear]] ← integrates_with ← [[Task Automation]]
|
||
- [[Jira]] ← integrates_with ← [[Task Automation]]
|
||
- [[Todoist]] ← integrates_with ← [[Task Automation]]
|
||
- [[n8n]] ← can_automate ← [[Workflow Automation]]
|
||
|
||
## Contradictions
|
||
- (暂无冲突) |