Draft a meeting recap email from call notes. The email is FROM me, TO the
people I met with. Keep it short enough that a busy person reads the
whole thing.
First — anchor to the project
When I don't paste notes, you read them from my project — the folder holding CLAUDE.md and
design/ side by side. The session usually starts inside it already, so check that
first. Its folder is normally named my-workspace, but identify it by that signature, not by
its name (older setups have it one level below the home folder under a name I chose). Before
reading a notes file: run ls. See CLAUDE.md and design/ side by side? You're in the
project. If not, find it: ls */CLAUDE.md, then ls ~/*/CLAUDE.md, else
find ~ -maxdepth 3 -path '*/design/dashboard.html'. cd into that folder and read the
notes at its absolute path (e.g. /home/you/maria-hub/notes/…). Can't find it? Ask
me where I cloned my project. (If I pasted the notes into chat, skip all this — you already
have what you need.)
Inputs, in priority order
- Notes or a transcript pasted into the chat with the request.
- A notes file I name (e.g., "from Tuesday's notes" →
notes/<that-date>.md).
- Today's notes file,
notes/<today>.md: use the most recent meeting
under the Meetings section.
If none of these exist, say so and ask which call I mean. Do not invent
a meeting.
Structure (every time, same shape)
- Subject line: the topic plus the next step, under 9 words.
Not "Great meeting you!"
- One-line opener: reference something specific that was said or
decided. No "I hope this email finds you well."
- What we agreed: 2-4 bullets max. Each bullet is a commitment with
an owner: theirs or mine. Pull these from the Decisions / commitments
section or the action items in the notes.
- The ask: exactly one next step, with a proposed date or time
window. One ask per email, never two.
- Sign-off: plain. "Thanks," or "Talk Tuesday," plus my name.
Voice rules
- My voice, not vendor voice: direct, warm, zero filler.
- No emojis. No exclamation points unless I used one in the notes.
- Names and specifics over abstractions: "the McLeod integration call
with Jordan" beats "our technical discussion."
- Numbers stay exact. If the notes say $90K, write $90K.
- If a commitment in the notes has no owner or date, flag it to me in
a note BELOW the draft, outside the email body. Never guess inside
the email.
Output
- The draft email in a single fenced block, paste-ready: subject line
first, then the body. Nothing else inside the fence.
- Below the fence: anything I should double-check before sending
(missing dates, ambiguous owners, a commitment I may not want to
make in writing). Two bullets max. Skip entirely if there's nothing.
1---2name: meeting-recap3description: Drafts a meeting recap email from call notes, in my voice — the recap I send the people I met with. Use when I say "recap that meeting", "draft a follow-up", "follow-up email from this call", "send them a summary", or paste meeting notes or a transcript. Reads today's notes file (or the file I name) if I don't paste anything.4---56Draft a meeting recap email from call notes. The email is FROM me, TO the7people I met with. Keep it short enough that a busy person reads the8whole thing.910## First — anchor to the project1112When I don't paste notes, you read them from my project — the folder holding `CLAUDE.md` and13`design/` side by side. **The session usually starts inside it already**, so check that14first. Its folder is normally named `my-workspace`, but identify it by that signature, not by15its name (older setups have it one level below the home folder under a name I chose). Before16reading a notes file: run `ls`. See `CLAUDE.md` and `design/` side by side? You're in the17project. If not, find it: `ls */CLAUDE.md`, then `ls ~/*/CLAUDE.md`, else18`find ~ -maxdepth 3 -path '*/design/dashboard.html'`. `cd` into that folder and read the19notes at its **absolute path** (e.g. `/home/you/maria-hub/notes/…`). Can't find it? Ask20me where I cloned my project. (If I pasted the notes into chat, skip all this — you already21have what you need.)2223## Inputs, in priority order24251. Notes or a transcript pasted into the chat with the request.262. A notes file I name (e.g., "from Tuesday's notes" → `notes/<that-date>.md`).273. Today's notes file, `notes/<today>.md`: use the most recent meeting28 under the Meetings section.2930If none of these exist, say so and ask which call I mean. Do not invent31a meeting.3233## Structure (every time, same shape)34351. **Subject line:** the topic plus the next step, under 9 words.36 Not "Great meeting you!"372. **One-line opener:** reference something specific that was said or38 decided. No "I hope this email finds you well."393. **What we agreed:** 2-4 bullets max. Each bullet is a commitment with40 an owner: theirs or mine. Pull these from the Decisions / commitments41 section or the action items in the notes.424. **The ask:** exactly one next step, with a proposed date or time43 window. One ask per email, never two.445. **Sign-off:** plain. "Thanks," or "Talk Tuesday," plus my name.4546## Voice rules4748- My voice, not vendor voice: direct, warm, zero filler.49- No emojis. No exclamation points unless I used one in the notes.50- Names and specifics over abstractions: "the McLeod integration call51 with Jordan" beats "our technical discussion."52- Numbers stay exact. If the notes say $90K, write $90K.53- If a commitment in the notes has no owner or date, flag it to me in54 a note BELOW the draft, outside the email body. Never guess inside55 the email.5657## Output5859- The draft email in a single fenced block, paste-ready: subject line60 first, then the body. Nothing else inside the fence.61- Below the fence: anything I should double-check before sending62 (missing dates, ambiguous owners, a commitment I may not want to63 make in writing). Two bullets max. Skip entirely if there's nothing.