Files
AIEC_Skills/.claude/skills/meeting-minutes-generator-v1/templates/工程类会议纪要模板.md
2025-12-01 09:31:29 +08:00

78 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 工程类会议纪要-{date}-第X次周会
## 一、会议信息
- **会议时间:** {meeting_date}
- **参会人员:** {attendees}
- **记录整理人:** {recorder}
---
## 二、工作内容
### 1. 重点项目进展情况汇总
| 项目名称 | 负责人 | 截止时间 | 项目进展情况 |
|---------|--------|----------|---------|
{project_rows}
### 2. 重点项目问题及解决方案
{problem_details}
<!-- 样例格式:
#### 项目 {序号}: {项目名称}
**问题1** {问题标题}
- **问题描述:** {描述内容}
- **解决方案:**
1. {方案1}
2. {方案2}
- **需要支持:** {需要的资源或协助}
- **涉及人员:** {相关人员}
……按项目顺序继续
-->
### 3. 下周工作安排
| 项目名称 | 负责人 | 本周目标 | 优先级 | 截止时间 |
|----------|---------|-----------|-----------|-----------|
{team_tasks_rows}
### 4. 组内成员工作进展
{members_section}
<!-- 格式:
#### {姓名}
**上周完成:**
- ✅ {任务描述}
**进行中:**
- 🔄 {任务描述}
**收到的反馈/学习建议:**
- {反馈内容}
**下周任务:**自动排序P0 → P1
- [ ] P0{任务描述}
- [ ] P1{任务描述}
-->
---
## 三、会议总结
**核心议题:** {core_theme}
**关键决策:**
{key_decisions_list}
**下周工作重点:**
{next_week_list}
---