From cowork-starter-pack
Turns raw meeting notes or a rough recap into structured action items, a follow-up email draft, and a saved record for future reference. Use when the user says they just finished a meeting, wants to debrief a call, needs to send a follow-up, or wants to capture notes from a meeting. Pairs with meeting-prep — saves to the same attendee/topic file pattern.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cowork-starter-pack:meeting-debriefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The meeting just ended. The user has rough notes or a memory. Turn that into action items, a follow-up email, and a durable record — in under three minutes.
The meeting just ended. The user has rough notes or a memory. Turn that into action items, a follow-up email, and a durable record — in under three minutes.
context/about-me.md and context/voice.md — the follow-up email needs to sound like the usercontext/preferences.md — how they want action items formatted, sign-off preferencesmeeting-prep-*.md file for this meeting, read it. Compare: what did you predict vs. what happened?Two outputs:
1. A debrief file saved to /output/meeting-debrief-{YYYY-MM-DD}-{attendee-or-topic}.md with five sections:
2. A follow-up email draft — attached inline at the bottom of the debrief file under the heading ## Draft follow-up email. Under 150 words unless the situation genuinely requires more. Matches the user's voice. Confirms action items with clear deadlines. Ends with a specific next step.
meeting-prep-*.md file for this meeting, if it existsvoice.md). Keep it tight.# Meeting Debrief — 2026-04-18 — Sarah Chen (Northwind)
## What happened
- Sarah confirmed Q1 budget approval came through two weeks ago
- Walked through implementation timeline — she's targeting a 5/15 kickoff
- Talked about integration requirements — she'll send a list by Monday
- She asked about reference customers in her vertical — you said you'd follow up
## Decisions made
- Kickoff target: 2026-05-15
- SOW scope: standard implementation package + 3 custom integrations
- Legal review: mutual expedite, target close by 2026-04-25
## Action items
**You own:**
- Send SOW with kickoff date by EOD 2026-04-19
- Send two reference customer intros by 2026-04-22
- Loop in Alex on legal expedite — today
**She owns:**
- Send integration requirements doc by Monday 2026-04-21
- Introduce you to their CFO for legal sign-off — this week
## Open questions
- Is there a hard deadline on her side if legal slips past 4/25?
- Does she want the kickoff call with her full team or just her?
## What to do next
1. Draft SOW today, send tomorrow AM
2. Pull the two reference intros — recommend Morgan at Alpine and Priya at Relay
## Draft follow-up email
Subject: Northwind — next steps
Sarah,
Great to talk today. Quick recap to make sure we're aligned:
- **Kickoff:** targeting May 15
- **SOW:** sending by EOD tomorrow
- **References:** two intros headed your way Tuesday (Morgan at Alpine, Priya at Relay — both ran similar implementations)
- **Legal:** I'm looping Alex in today to expedite on our side
On your end: the integration requirements doc by Monday, and an intro to your CFO this week.
Let me know if I'm missing anything.
— [User's name]
npx claudepluginhub thecraighewitt/cowork-starter-pack --plugin cowork-starter-packGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.