writing-meeting-notes
9
总安装量
6
周安装量
#33411
全站排名
安装命令
npx skills add https://github.com/danbars/skills --skill writing-meeting-notes
Agent 安装分布
claude-code
5
antigravity
4
gemini-cli
4
windsurf
3
opencode
3
cursor
3
Skill 文档
Writing Meeting Notes
Overview
Turn raw notes/transcript into a structured, skimmable record that makes next steps unambiguous.
When to Use
- Notes are messy, partial, or out of order
- A transcript exists but no one will read it end-to-end
- There were decisions, open questions, or action items to track
When NOT to use
- The meeting is purely social with no decisions or follow-ups
Core Pattern
Separate âwhat happenedâ from âwhatâs nextâ:
- Summary (context)
- Decisions (committed outcomes)
- Action Items (owner + due date)
- Open Questions / Risks (unresolved)
Quick Reference
Use this template:
- Attendees:
- Context: (1â3 bullets)
- Decisions:
- Action Items: (each item has Owner, Due, Next step)
- Open Questions / Risks:
Implementation
- Scan for explicit decisions (âwe willâ¦â, âagreedâ¦â, âwe decidedâ¦â).
- Extract actions (âX will do Y by Zâ) and assign owners if missing (flag if unknown).
- Promote unresolved items into Open Questions / Risks.
- Keep it concise; link to source transcript if needed.
Common Mistakes
- Burying action items in narrative text â always list separately.
- Inventing owners/dates â if absent, mark as âOwner: TBDâ / âDue: TBDâ.