meeting-synthesizer by rysweet/amplihack
npx skills add https://github.com/rysweet/amplihack --skill meeting-synthesizer将原始的会议记录和转录稿转化为可执行的智能信息。此技能从非结构化的会议数据中提取关键信息,并将其组织成推动后续跟进和问责的结构化格式。
会议纪要整理器处理会议记录或转录稿,生成:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
整理这次会议:
[粘贴会议记录/转录稿]
提取所有行动项、决策和关键点。
按优先级和截止日期组织。
从这次会议中提取行动项:
[粘贴会议记录]
对于每个行动项,提供:
- 任务描述
- 负责人
- 截止日期(如果提到)
- 上下文/重要性
- 依赖关系
这次会议做出了哪些决策?
[粘贴会议记录]
对于每个决策,提供:
- 决定了什么
- 原因(理由/依据)
- 谁做出的决定
- 谁受到影响
- 任何异议或担忧
按优先级排序整理这次会议:
[粘贴会议记录]
按紧急程度和影响对行动项排序。
识别任何阻塞项或关键路径项。
标记任何需要跟进或澄清的决策。
输入识别:
规范化:
识别:
结构化:
行动项:
描述:[清晰、具体的任务]
负责人:[负责人员]
截止日期:[日期/时间线]
上下文:[重要性]
依赖关系:[必须先完成什么]
优先级:[高/中/低]
检测:
记录:
决策:
内容:[决策内容]
原因:[理由/依据]
决定者:[谁做出的决定]
影响者:[谁受到影响]
异议:[任何担忧/反对意见]
实施:[将如何运作]
提取:
组织:
讨论要点:
主题:[讨论内容]
观点:[不同视角]
共识:[达成的协议]
待解决问题:[未解决项]
识别:
优先级排序:
# 会议纪要整理:[会议标题/日期]
## 参与者
- Alice(产品负责人)
- Bob(工程)
- Carol(设计)
## 已做出的决策
### 决策 1
- **内容**:新前端采用 Vue 3
- **原因**:更好的 TypeScript 支持,更小的包体积
- **决定者**:共识
- **影响**:需要为使用 Vue 2 的团队成员提供培训
### 决策 2
- **内容**:延迟发布 2 周
- **原因**:需要更多时间进行安全审查
- **决定者**:产品 + 安全部门一致同意
- **影响**:影响 Q4 路线图规划
## 行动项
### 高优先级
- [ ] 完成安全审计(Bob,截止日期:周五)
- [ ] 准备 Vue 3 迁移计划(Carol,截止日期:周一)
### 中优先级
- [ ] 安排团队 Vue 3 培训(Alice,截止日期:下周)
### 低优先级
- [ ] 记录决策理由(Bob,截止日期:冲刺结束前)
## 关键讨论要点
- 对时间线延迟的担忧
- 团队对采用 Vue 3 的热情
- 需要更好的文档
## 需要跟进的事项
- 与 CTO 确认安全审计范围
- 获得客户对 2 周延迟的批准
- 检查团队培训能力
{
"meeting": {
"title": "Q4 规划",
"date": "2024-11-08",
"participants": ["Alice", "Bob", "Carol"]
},
"decisions": [
{
"id": "D1",
"description": "采用 Vue 3",
"rationale": "更好的 TS 支持",
"decider": "Consensus",
"impact": "需要团队培训"
}
],
"actionItems": [
{
"id": "A1",
"task": "完成安全审计",
"owner": "Bob",
"dueDate": "2024-11-10",
"priority": "HIGH",
"context": "发布前必需"
}
],
"followUp": ["确认安全审计范围", "获得客户批准"]
}
输入会议记录:
会议:产品规划 - Q1 2025
出席者:Sarah(产品经理),Mike(开发负责人),Lisa(设计师)
议题:
1. 用户反馈分析 - 大量深色模式请求
2. 生产环境报告的性能问题
3. Q1 路线图规划
决策:
- 将实现深色模式作为主要功能
- 将首先解决性能问题(性能是阻塞项)
- 将移动应用推迟到 Q2
行动项:
Sarah 将在明天前向团队介绍用户反馈
Mike 将在周五前制定性能改进计划
Lisa 将在下周开始深色模式设计探索
需要安排与执行团队的会议以获得路线图批准
问题:
- 性能工作可能会延迟功能开发
- 团队同时处理性能和深色模式可能人手紧张
- 移动应用延迟会让一些用户失望
输出:
# Q1 2025 产品规划纪要
## 决策
1. **将深色模式作为 Q1 主要功能实现**
- 原因:用户反馈分析显示高需求
- 影响:成为设计/功能工作的重点
2. **在开发新功能前优先解决性能问题**
- 原因:阻塞生产环境用户
- 影响:首先需要专门的工程时间
3. **将移动应用推迟到 Q2**
- 原因:能力和路线图限制
- 影响:会让一些用户失望,需要沟通
## 行动项
### 关键路径
- [ ] 性能改进计划(Mike,截止日期:周五)
- 上下文:阻塞路线图
- 解除阻塞:深色模式功能工作
### 高优先级
- [ ] 团队用户反馈简报(Sarah,截止日期:明天)
- [ ] 深色模式设计探索(Lisa,截止日期:下周)
### 需要跟进的事项
- [ ] 与执行团队召开 Q1 路线图会议
- [ ] 移动应用延迟的沟通计划
- [ ] 并行工作流的能力规划
## 关键担忧
- 同时处理性能和深色模式导致团队能力紧张
- 移动应用延迟需要干系人管理
- 性能工作时间线可能延迟
输入转录稿:
Sarah:好的团队,快速站会。Mike,API 工作怎么样了?
Mike:进展顺利。认证端点已经完成。
速率限制已经生效。应该能在本周末前完成。
Sarah:很好。有任何阻塞吗?
Mike:需要 Carol 进行数据库模式审查。这阻塞了
用户服务的实现。
Carol:哦,我今天下午可以看一下。会发送反馈。
Sarah:完美。Lisa,前端怎么样了?
Lisa:集成了新的模态组件。在移动设备上遇到了
响应式设计问题,正在调试。
应该明天能修复。
Sarah:好的,如果复杂的话不要花太多时间在上面。
我们可以稍后处理边缘情况。
Mike:另外,我们可能应该在发布前进行负载测试。
Sarah:同意。我们把它加到列表里。Carol,你能
帮忙设置一下吗?
Carol:当然,我可以与 DevOps 协调。
Sarah:好的。我们周四再开会检查进度。
输出:
# 工程站会 - 2024-11-08
## 当前状态
- **Mike**:API 认证端点完成,速率限制生效
- 进度正常:本周末前完成
- 阻塞项:等待数据库模式审查
- **Lisa**:模态组件已集成,正在调试响应式问题
- 进度正常:明天前修复移动端问题
- 注意:不要过度设计边缘情况
- **Carol**:可用于模式审查,协调负载测试
## 行动项
### 高优先级
- [ ] 数据库模式审查(Carol,截止日期:今天下午)
- 解除阻塞:Mike 的用户服务实现
- [ ] 移动端响应式调试(Lisa,截止日期:明天)
- 上下文:模态组件问题
### 中优先级
- [ ] 协调负载测试设置(Carol + DevOps,截止日期:本周)
- 上下文:发布前必需
## 决策
- 部署前需要进行负载测试
- 暂时不要过度设计移动端边缘情况
## 下次检查
- 周四团队站会进行进度审查
决策:使用 PostgreSQL 而非 MongoDB
↓
行动项:
- 迁移现有数据(负责人:数据库团队)
- 更新 ORM 代码(负责人:后端团队)
- 更新模式文档(负责人:文档团队)
- 培训团队 SQL(负责人:技术负责人)
任务 A:完成安全审计(阻塞中)
↓
任务 B:部署到生产环境(被阻塞)
↓
任务 C:开始 Q2 路线图规划(被阻塞)
陈述:"我们将使用 Vue"
但之前:"React 更好"
跟进:澄清决策理由并向团队传达
整理会议后,请验证:
每周安装数
115
代码库
GitHub 星标数
39
首次出现
2026 年 1 月 23 日
安全审计
安装于
opencode105
codex101
gemini-cli99
cursor99
claude-code98
github-copilot98
Transform raw meeting notes and transcripts into actionable intelligence. This skill extracts critical information from unstructured meeting data and organizes it into structured formats that drive follow-through and accountability.
The Meeting Synthesizer processes meeting notes or transcripts to produce:
Provide the Meeting Content
Request Processing
Review & Act
Synthesize this meeting:
[paste meeting notes/transcript]
Extract all action items, decisions, and key points.
Organize by priority and due date.
Extract action items from this meeting:
[paste meeting notes]
For each action item, provide:
- Task description
- Owner/responsible person
- Due date (if mentioned)
- Context/why it matters
- Dependencies
What decisions were made in this meeting?
[paste meeting notes]
For each decision, provide:
- What was decided
- Why (reasoning/justification)
- Who made the decision
- Who is affected
- Any dissent or concerns
Synthesize this meeting with priority ordering:
[paste meeting notes]
Order action items by urgency and impact.
Identify any blocking items or critical path items.
Flag any decisions that need follow-up or clarification.
Input Recognition:
Normalization:
Identification:
Structuring:
Action Item:
Description: [Clear, specific task]
Owner: [Person responsible]
Due: [Date/timeline]
Context: [Why it matters]
Dependencies: [What must happen first]
Priority: [High/Medium/Low]
Detection:
Documentation:
Decision:
What: [The decision]
Why: [Reasoning/justification]
Decided By: [Who decided]
Affected: [Who is impacted]
Dissent: [Any concerns/opposition]
Implementation: [How will it work]
Extraction:
Organization:
Discussion Point:
Topic: [What was discussed]
Viewpoints: [Different perspectives]
Consensus: [What was agreed]
Open Issues: [Unresolved items]
Identification:
Prioritization:
# Meeting Synthesis: [Meeting Title/Date]
## Participants
- Alice (Product Lead)
- Bob (Engineering)
- Carol (Design)
## Decisions Made
### Decision 1
- **What**: Adopt Vue 3 for new frontend
- **Why**: Better TypeScript support, smaller bundle size
- **Decided**: By consensus
- **Impact**: Requires training for team members using Vue 2
### Decision 2
- **What**: Delay launch by 2 weeks
- **Why**: Need more time for security review
- **Decided**: Product + Security alignment
- **Impact**: Affects Q4 roadmap planning
## Action Items
### High Priority
- [ ] Complete security audit (Bob, Due: Friday)
- [ ] Prepare Vue 3 migration plan (Carol, Due: Monday)
### Medium Priority
- [ ] Schedule team Vue 3 training (Alice, Due: Next week)
### Low Priority
- [ ] Document decision rationale (Bob, Due: End of sprint)
## Key Discussion Points
- Concerns about timeline slippage
- Team enthusiasm for Vue 3 adoption
- Need for better documentation
## Follow-up Required
- Confirm security audit scope with CTO
- Get client approval for 2-week delay
- Check team training capacity
{
"meeting": {
"title": "Q4 Planning",
"date": "2024-11-08",
"participants": ["Alice", "Bob", "Carol"]
},
"decisions": [
{
"id": "D1",
"description": "Adopt Vue 3",
"rationale": "Better TS support",
"decider": "Consensus",
"impact": "Requires team training"
}
],
"actionItems": [
{
"id": "A1",
"task": "Complete security audit",
"owner": "Bob",
"dueDate": "2024-11-10",
"priority": "HIGH",
"context": "Required before launch"
}
],
"followUp": ["Confirm security audit scope", "Get client approval"]
}
Input Meeting Notes:
Meeting: Product Planning - Q1 2025
Attendees: Sarah (PM), Mike (Lead Dev), Lisa (Designer)
Topics:
1. User feedback analysis - lots of requests for dark mode
2. Performance issues reported in production
3. Q1 roadmap planning
Decisions:
- Will implement dark mode as primary feature
- Will address performance issues first (performance is blocking)
- Delaying mobile app until Q2
Action items:
Sarah will brief the team on user feedback by tomorrow
Mike will create performance improvement plan by Friday
Lisa will start dark mode design exploration next week
Need to schedule meeting with exec team for roadmap approval
Issues:
- Performance work might delay features
- Team capacity might be tight with both performance + dark mode
- Mobile app delay will disappoint some users
Output:
# Q1 2025 Product Planning Synthesis
## Decisions
1. **Implement dark mode as primary Q1 feature**
- Why: High user demand from feedback analysis
- Impact: Becomes focus of design/feature work
2. **Prioritize performance issues before new features**
- Why: Blocking production users
- Impact: Requires dedicated engineering time first
3. **Delay mobile app to Q2**
- Why: Capacity and roadmap constraints
- Impact: Will disappoint some users, needs communication
## Action Items
### Critical Path
- [ ] Performance improvement plan (Mike, Due: Friday)
- Context: Blocking roadmap
- Unblocks: Dark mode feature work
### High Priority
- [ ] Team briefing on user feedback (Sarah, Due: Tomorrow)
- [ ] Dark mode design exploration (Lisa, Due: Next week)
### Follow-up Required
- [ ] Executive team meeting on Q1 roadmap
- [ ] Communication plan for mobile app delay
- [ ] Capacity planning for parallel work streams
## Key Concerns
- Tight team capacity with performance + dark mode
- Mobile app delay needs stakeholder management
- Performance work timeline might slip
Input Transcript:
Sarah: OK team, quick standup. Mike, how's the API work?
Mike: Good progress. Got the authentication endpoints done.
Got the rate limiting working. Should be done by EOW.
Sarah: Great. Any blockers?
Mike: Need DB schema review from Carol. That's blocking
the user service implementation.
Carol: Oh, I can look at that this afternoon. Will send feedback.
Sarah: Perfect. Lisa, how's the frontend?
Lisa: Integrated the new modal component. Ran into a
responsive design issue on mobile that I'm debugging.
Should have fixed by tomorrow.
Sarah: OK, don't spend too much time on that if it's complex.
We can handle edge cases later.
Mike: Also, we should probably do a load test before shipping.
Sarah: Agreed. Let's add that to the list. Carol, can you
help set that up?
Carol: Sure, I can coordinate with DevOps.
Sarah: Good. Let's reconvene Thursday to check in.
Output:
# Engineering Standup - 2024-11-08
## Current Status
- **Mike**: API auth endpoints complete, rate limiting working
- On track: EOW completion
- Blocker: Waiting on DB schema review
- **Lisa**: Modal component integrated, debugging responsive issue
- On track: Mobile fix by tomorrow
- Note: Don't over-engineer edge cases
- **Carol**: Available for schema review, coordinating load testing
## Action Items
### High Priority
- [ ] DB schema review (Carol, Due: Today afternoon)
- Unblocks: Mike's user service implementation
- [ ] Mobile responsive debugging (Lisa, Due: Tomorrow)
- Context: Modal component issue
### Medium Priority
- [ ] Coordinate load testing setup (Carol + DevOps, Due: This week)
- Context: Required before shipping
## Decisions
- Load testing is required before deployment
- Don't over-engineer mobile edge cases yet
## Next Check-in
- Thursday team standup for progress review
Decision: Use PostgreSQL instead of MongoDB
↓
Action Items:
- Migrate existing data (Owner: DB team)
- Update ORM code (Owner: Backend team)
- Update schema documentation (Owner: Docs)
- Train team on SQL (Owner: Tech lead)
Task A: Complete security audit (BLOCKING)
↓
Task B: Deploy to production (BLOCKED)
↓
Task C: Start Q2 roadmap planning (BLOCKED)
Stated: "We'll use Vue"
But earlier: "React is better"
Follow-up: Clarify decision rationale and communicate to team
After synthesizing a meeting, verify:
Weekly Installs
115
Repository
GitHub Stars
39
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode105
codex101
gemini-cli99
cursor99
claude-code98
github-copilot98
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
63,700 周安装
Nuxt文档编写器 - 遵循官方标准的博客与文档写作指南,确保内容一致性
1,100 周安装
Redis最佳实践指南:数据结构、缓存模式与性能优化完整教程
1,100 周安装
MySQL 最佳实践指南:存储引擎、索引优化与性能调优技巧
1,100 周安装
Microsoft SharePoint API 集成指南:文档管理与团队协作技能
1,100 周安装
Favicon生成器 - 一键生成完整网站图标包,支持SVG/ICO/iOS/Android/PWA格式
1,100 周安装
Salesforce 开发者指南:Apex、LWC、SOQL 最佳实践与 DevOps 部署
1,100 周安装