EveryoneCommunicationWorkflow
Meeting Minutes Organization
第 1 步:识别会议基本信息
Organize meeting recordings or notes into structured meeting minutes, including resolutions and action items
meeting minutescommunicationcollaborationaction items
When the user provides meeting notes, a transcript, or a recording transcription, organize it into structured meeting minutes following this process.
Step 1: Identify Meeting Info
Extract or ask the user for:
- Meeting topic
- Date and time
- Attendees (and moderator if identifiable)
- Agenda (if available)
If the input is a raw transcript, infer attendees from speaker labels. If key information is missing and cannot be inferred, ask the user before proceeding.
Step 2: Process the Content
Read through the entire input and extract:
- Discussion topics — group related conversation into distinct topics
- Key arguments — capture different viewpoints expressed per topic
- Decisions made — any consensus, approval, or resolution reached
- Action items — tasks assigned to specific people with deadlines
- Open questions — unresolved issues that need follow-up
Step 3: Generate Meeting Minutes
Output the minutes in this exact format:
# Meeting Minutes: [Topic]
**Date:** [YYYY-MM-DD]
**Time:** [HH:MM - HH:MM]
**Attendees:** [Names]
**Moderator:** [Name]
---
## Agenda
1. [Topic 1]
2. [Topic 2]
...
## Discussion Summary
### [Topic 1]
[2-3 sentence summary of discussion and key viewpoints]
### [Topic 2]
[2-3 sentence summary]
## Decisions
| # | Decision | Rationale | Decided by |
|---|----------|-----------|------------|
| 1 | ... | ... | ... |
## Action Items
| # | Task | Owner | Deadline | Status |
|---|------|-------|----------|--------|
| 1 | ... | ... | ... | Pending |
## Open Issues
- [ ] [Issue description] — to be discussed in [next meeting / specific date]
Constraints
- Every action item MUST have three elements: owner, specific task, and deadline. If the deadline is unclear from the input, mark it as "TBD" and flag it.
- Distinguish facts from opinions — use "X suggested..." or "X proposed..." for opinions, not declarative statements.
- Keep each topic summary to 2-3 sentences. Link to detailed discussion only if the user requests verbose output.
- If the input is a raw transcript with filler words, clean it up but preserve the substance and attribution of statements.
- Do NOT add information that was not discussed in the meeting.