Meeting Minutes Skill — Short Internal Meetings
Purpose / Overview
This Skill produces high-quality, consistent meeting minutes for internal meetings that are 60 minutes or shorter. Output is designed to be clear, actionable, and easy to convert into task trackers (e.g., GitHub Issues, Jira). The generated minutes prioritize decisions and action items so teams can move quickly from discussion to execution.
When to Use
Use this skill when:
- Internal syncs, standups, design reviews, triage, planning or ad-hoc meetings with short duration
- Situations that require a concise record of decisions, assigned action items, and follow-ups
- Creating a standardized minutes document from a live meeting, transcript, recording, or notes
Operational Workflow
Phase 1: Intake (before drafting)
- Obtain meeting metadata: title, date, start/end time (or duration), organizer, and intended audience.
- Confirm available inputs: agenda, slides, recording, transcript, or raw notes.
- If key details are missing, ask up to 3 clarifying questions before producing minutes (see "Discovery" below).
Phase 2: Capture (during / immediately after meeting)
- Record attendees and absentees.
- Capture brief notes per agenda item with time markers if available.
- Record explicit decisions, rationale summary (1–2 sentences), and action items (owner + due date).
Phase 3: Drafting
- Generate minutes following the Strict Minutes Schema (below).
- Ensure every action item includes owner, due date (or timeframe), and acceptance criteria when applicable.
- Mark unresolved issues or items requiring follow-up in the Parking Lot.
Phase 4: Review & Publish
- If possible, send draft to meeting organizer or a designated reviewer for quick verification (within 24 hours).
- Publish final minutes to the agreed channel (shared drive, repo, ticket, or email) and optionally create tasks in the team's tracker.
Discovery (required clarifying questions)
Before generating minutes, the agent MUST ask up to three clarifying questions if any of these are missing:
- What is the meeting title, date, start time (or duration), and organizer?
- Is there an agenda or transcript/recording to reference? If yes, please provide.
- Who should be assigned as the reviewer or approver for the minutes?
If the user responds "no transcript" or "no agenda," proceed but mark source material as "ad-hoc notes" and flag potential gaps.
Strict Minutes Schema (Output Structure)
You MUST produce meeting minutes following this exact structure. If information is unavailable, use TBD or Unknown and explain how to obtain it.
1. Metadata
- Title:
- Date (YYYY-MM-DD):
- Start Time (UTC):
- End Time (UTC) or Duration:
- Organizer:
- Location / Virtual Link:
- Minutes Author (agent or person):
- Distribution List (who receives the minutes):
2. Attendance
- Present: [list of names + roles]
- Regrets / Absent: [list]
- Notetaker / Recorder: [name or "agent"]
3. Agenda
Bullet list of agenda items, in order:
- Item 1: short title
- Item 2: short title
- ...
4. Summary
A concise one-paragraph summary (1–3 sentences) of the meeting's objective and high-level outcome.
5. Decisions Made
Each as a separate bullet:
- Decision 1: statement of decision.
- Who decided / approved: [name(s) or group]
- Rationale (1–2 sentences): brief reason.
- Effective date (if applicable): YYYY-MM-DD
- Decision 2: ...
6. Action Items
Table-style bullets; must include owner and due date:
- [ID] Action: short description
- Owner: Name (team)
- Due: YYYY-MM-DD or "ASAP" / timeframe
- Acceptance Criteria: (what completes this action)
- Linked artifacts / tickets: (optional URL or ticket id)
Example:
- [A1] Draft deployment runbook for feature X
7. Notes by Agenda Item
Brief, factual, timestamp optional:
- Agenda Item 1: title
- Key points:
- Point A (timestamp 00:05)
- Point B (timestamp 00:12)
- Open issues / questions:
- Q1: question text (owner if assigned)
- Agenda Item 2: ...
8. Parking Lot / Unresolved Items
- Item: short description
- Why parked / next step:
- Suggested owner or next meeting to resolve
9. Risks / Blockers (if any)
- Risk 1: short description, impact, mitigation owner
- Risk 2: ...
10. Next Meeting / Follow-up
- Proposed date/time (if any)
- Objectives for next meeting
11. Attachments / References
- Agenda document: URL
- Slides: URL
- Transcript / Recording: URL
- Related tickets: list of URLs or IDs
12. Version & Change Log
- Version: 1.0
- Last updated: YYYY-MM-DDTHH:MM:SSZ
- Changes: short notes on edits and who made them
Style & Quality Rules
- Keep minutes concise: total length should typically be under 1 A4 page for meetings <= 30 minutes and under 2 pages for meetings close to 60 minutes.
- Use plain language and bullet lists for readability.
- Prioritize decisions and action items at the top of the document.
- Do NOT include speculative language or unverified claims. If something is uncertain, label it
TBD and note the missing info source.
- Use consistent timestamps and ISO 8601 dates (YYYY-MM-DD or full UTC timestamp).
DO / DON'T
DO:
- Include owner and due date for every action item.
- Provide acceptance criteria for action items when possible.
- Link to artifacts (tickets, slides, recordings) for traceability.
- Send draft for quick review if minutes contain significant decisions.
DON'T:
- Omit decisions or action items — these are the primary value of minutes.
- Mix personal opinions with facts. Keep commentary clearly marked as "Opinion" or exclude it.
- Publish raw PII gathered during discussion unless required and authorized.
Example Prompts (for Copilot / Agent)
Prompt to generate minutes from transcript:
"Generate meeting minutes from the following meeting transcript. Meeting title: 'Platform Weekly Sync'. Date: 2026-02-10. Duration: 45 minutes. Organizer: Priya (Platform Lead). Transcript: . Follow the Strict Minutes Schema. Highlight decisions and create action items with owners and due dates where implied."
Prompt to generate minutes from notes:
"I have raw notes from a 30-minute design review. Title: 'Feature Y Design Review'. Date: 2026-02-11. Notes: . Produce concise minutes following the Strict Minutes Schema. Ask up to 3 clarifying questions if critical fields are missing."
Quick Templates (copyable)
Concise minutes template (short):
- Title:
- Date:
- Organizer:
- Present:
- Summary:
- Decisions:
- Decision 1 — Who — Effective:
- Action Items:
- [A1] Action — Owner — Due — Acceptance Criteria
- Next Steps / Next Meeting:
Detailed minutes template (full schema):
Use the Strict Minutes Schema above.
Verification & Acceptance Criteria for Generated Minutes
A generated minutes document is acceptable if:
- It contains Metadata, Attendance, Decisions, and Action Items sections.
- Every action item has an assigned owner and a due date or a clear timeframe.
- All significant decisions are captured with at least 1-line rationale.
- Attachments or references are listed or explicitly marked
None.
- The document is factual; uncertain items are labeled
TBD.
Source: github/awesome-copilot → skills/meeting-minutes/SKILL.md
1---2name: meeting-minutes3description: Generate concise, actionable meeting minutes for internal meetings. Includes metadata, attendees, agenda, decisions, action items (owner + due date), and follow-up steps.4---5# Meeting Minutes Skill — Short Internal Meetings
6
7## Purpose / Overview
8
9This Skill produces high-quality, consistent meeting minutes for internal meetings that are 60 minutes or shorter. Output is designed to be clear, actionable, and easy to convert into task trackers (e.g., GitHub Issues, Jira). The generated minutes prioritize decisions and action items so teams can move quickly from discussion to execution.
10
11## When to Use
12
13Use this skill when:
14
15- Internal syncs, standups, design reviews, triage, planning or ad-hoc meetings with short duration
16- Situations that require a concise record of decisions, assigned action items, and follow-ups
17- Creating a standardized minutes document from a live meeting, transcript, recording, or notes
18
19---
20
21## Operational Workflow
22
23### Phase 1: Intake (before drafting)
24
25- Obtain meeting metadata: title, date, start/end time (or duration), organizer, and intended audience.
26- Confirm available inputs: agenda, slides, recording, transcript, or raw notes.
27- If key details are missing, ask up to 3 clarifying questions before producing minutes (see "Discovery" below).
28
29### Phase 2: Capture (during / immediately after meeting)
30
31- Record attendees and absentees.
32- Capture brief notes per agenda item with time markers if available.
33- Record explicit decisions, rationale summary (1–2 sentences), and action items (owner + due date).
34
35### Phase 3: Drafting
36
37- Generate minutes following the **Strict Minutes Schema** (below).
38- Ensure every action item includes owner, due date (or timeframe), and acceptance criteria when applicable.
39- Mark unresolved issues or items requiring follow-up in the Parking Lot.
40
41### Phase 4: Review & Publish
42
43- If possible, send draft to meeting organizer or a designated reviewer for quick verification (within 24 hours).
44- Publish final minutes to the agreed channel (shared drive, repo, ticket, or email) and optionally create tasks in the team's tracker.
45
46---
47
48## Discovery (required clarifying questions)
49
50Before generating minutes, the agent **MUST** ask up to three clarifying questions if any of these are missing:
51
52- What is the meeting title, date, start time (or duration), and organizer?
53- Is there an agenda or transcript/recording to reference? If yes, please provide.
54- Who should be assigned as the reviewer or approver for the minutes?
55
56If the user responds "no transcript" or "no agenda," proceed but mark source material as "ad-hoc notes" and flag potential gaps.
57
58---
59
60## Strict Minutes Schema (Output Structure)
61
62You **MUST** produce meeting minutes following this exact structure. If information is unavailable, use `TBD` or `Unknown` and explain how to obtain it.
63
64### 1. Metadata
65
66- **Title**:
67- **Date (YYYY-MM-DD)**:
68- **Start Time (UTC)**:
69- **End Time (UTC) or Duration**:
70- **Organizer**:
71- **Location / Virtual Link**:
72- **Minutes Author** (agent or person):
73- **Distribution List** (who receives the minutes):
74
75### 2. Attendance
76
77- **Present**: [list of names + roles]
78- **Regrets / Absent**: [list]
79- **Notetaker / Recorder**: [name or "agent"]
80
81### 3. Agenda
82
83Bullet list of agenda items, in order:
84
85- Item 1: short title
86- Item 2: short title
87- ...
88
89### 4. Summary
90
91A concise one-paragraph summary (1–3 sentences) of the meeting's objective and high-level outcome.
92
93### 5. Decisions Made
94
95Each as a separate bullet:
96
97- **Decision 1**: statement of decision.
98 - Who decided / approved: [name(s) or group]
99 - Rationale (1–2 sentences): brief reason.
100 - Effective date (if applicable): YYYY-MM-DD
101- **Decision 2**: ...
102
103### 6. Action Items
104
105Table-style bullets; **must include owner and due date**:
106
107- **[ID] Action**: short description
108 - **Owner**: Name (team)
109 - **Due**: YYYY-MM-DD or "ASAP" / timeframe
110 - **Acceptance Criteria**: (what completes this action)
111 - **Linked artifacts / tickets**: (optional URL or ticket id)
112
113**Example:**
114
115- [A1] Draft deployment runbook for feature X
116 - Owner: Alex (Engineering)
117 - Due: 2026-02-05
118 - Acceptance Criteria: runbook includes steps for rollback, health checks, and monitoring links
119 - Linked artifacts: https://github.com/owner/repo/issues/123
120
121### 7. Notes by Agenda Item
122
123Brief, factual, timestamp optional:
124
125- **Agenda Item 1**: title
126 - Key points:
127 - Point A (timestamp 00:05)
128 - Point B (timestamp 00:12)
129 - Open issues / questions:
130 - Q1: question text (owner if assigned)
131- **Agenda Item 2**: ...
132
133### 8. Parking Lot / Unresolved Items
134
135- **Item**: short description
136 - Why parked / next step:
137 - Suggested owner or next meeting to resolve
138
139### 9. Risks / Blockers (if any)
140
141- **Risk 1**: short description, impact, mitigation owner
142- **Risk 2**: ...
143
144### 10. Next Meeting / Follow-up
145
146- Proposed date/time (if any)
147- Objectives for next meeting
148
149### 11. Attachments / References
150
151- Agenda document: URL
152- Slides: URL
153- Transcript / Recording: URL
154- Related tickets: list of URLs or IDs
155
156### 12. Version & Change Log
157
158- **Version**: 1.0
159- **Last updated**: YYYY-MM-DDTHH:MM:SSZ
160- **Changes**: short notes on edits and who made them
161
162---
163
164## Style & Quality Rules
165
166- Keep minutes concise: total length should typically be under 1 A4 page for meetings <= 30 minutes and under 2 pages for meetings close to 60 minutes.
167- Use plain language and bullet lists for readability.
168- Prioritize decisions and action items at the top of the document.
169- Do NOT include speculative language or unverified claims. If something is uncertain, label it `TBD` and note the missing info source.
170- Use consistent timestamps and ISO 8601 dates (YYYY-MM-DD or full UTC timestamp).
171
172---
173
174## DO / DON'T
175
176**DO:**
177
178- Include owner and due date for every action item.
179- Provide acceptance criteria for action items when possible.
180- Link to artifacts (tickets, slides, recordings) for traceability.
181- Send draft for quick review if minutes contain significant decisions.
182
183**DON'T:**
184
185- Omit decisions or action items — these are the primary value of minutes.
186- Mix personal opinions with facts. Keep commentary clearly marked as "Opinion" or exclude it.
187- Publish raw PII gathered during discussion unless required and authorized.
188
189---
190
191## Example Prompts (for Copilot / Agent)
192
193**Prompt to generate minutes from transcript:**
194
195> "Generate meeting minutes from the following meeting transcript. Meeting title: 'Platform Weekly Sync'. Date: 2026-02-10. Duration: 45 minutes. Organizer: Priya (Platform Lead). Transcript: <paste transcript>. Follow the Strict Minutes Schema. Highlight decisions and create action items with owners and due dates where implied."
196
197**Prompt to generate minutes from notes:**
198
199> "I have raw notes from a 30-minute design review. Title: 'Feature Y Design Review'. Date: 2026-02-11. Notes: <paste notes>. Produce concise minutes following the Strict Minutes Schema. Ask up to 3 clarifying questions if critical fields are missing."
200
201---
202
203## Quick Templates (copyable)
204
205### Concise minutes template (short):
206
207```
208- Title:
209- Date:
210- Organizer:
211- Present:
212- Summary:
213- Decisions:
214 - Decision 1 — Who — Effective:
215- Action Items:
216 - [A1] Action — Owner — Due — Acceptance Criteria
217- Next Steps / Next Meeting:
218```
219
220### Detailed minutes template (full schema):
221
222Use the Strict Minutes Schema above.
223
224---
225
226## Verification & Acceptance Criteria for Generated Minutes
227
228A generated minutes document is acceptable if:
229
230- It contains Metadata, Attendance, Decisions, and Action Items sections.
231- Every action item has an assigned owner and a due date or a clear timeframe.
232- All significant decisions are captured with at least 1-line rationale.
233- Attachments or references are listed or explicitly marked `None`.
234- The document is factual; uncertain items are labeled `TBD`.
235
236---
237
238**Source:** [`github/awesome-copilot`](https://github.com/github/awesome-copilot) → `skills/meeting-minutes/SKILL.md`