SKILL.md — Meeting Processing
Trigger: "meeting prep" / "prep for [meeting]" / "meeting notes" / "process meeting" / "post-meeting"
Purpose: Prepare for meetings effectively and capture outcomes cleanly.
Pre-Meeting Prep
- •Ask: "Which meeting? When? Who's attending?"
- •Load relevant project file if one exists
- •Prepare a brief:
code
## Pre-Meeting Brief — [Meeting Name] — [Date/Time] **Goal:** What's this meeting trying to achieve? **Context:** Relevant background (from project file or MEMORY) **Your priorities:** What you need to get out of this meeting **Open questions to raise:** - **Decisions needed:** -
- •Optionally: draft an agenda if you're running the meeting
Post-Meeting / Notes Capture
- •Accept raw notes or a brain dump
- •Structure into:
code
### [Date] — [Meeting Name] **Attendees:** **Key points:** - **Decisions made:** - **Actions:** - [ ] [Person] — [Action] — [Due] **Follow-ups / Waiting on:** -
- •Append to the relevant project file in
projects/active/ - •Update
WAITING_FOR.mdwith any delegated items - •Update
DECISIONS.mdwith any significant decisions - •Update
projects/INDEX.mdif project status changed
Notes
- •Always extract action items — meetings without actions are just conversations
- •If no project file exists and this is recurring, suggest creating one