Systems Lab

Agent skill

follow-up-email-drafter

Drafts the customer-facing follow-up email a rep sends after a sales call, grounding every recap, next step, and date in what was actually said, plus a separate grounding-notes section flagging which lines are heard-verbatim versus a proposal the rep should confirm before sending.

activeSelf-containedInstructions only779 words

Filed under Outbound email.

From zime-ai/zime-gtm-skills · 41 skills · 14 · pushed 2026-08-26

What it does when it runs

Drafts the customer-facing follow-up email a rep sends after a sales call, grounding every recap, next step, and date in what was actually said, plus a separate grounding-notes section flagging which lines are heard-verbatim versus a proposal the rep should confirm before sending. Use right after a call when a rep wants a first-draft follow-up instead of writing one from scratch, or when a manager wants to sanity-check a drafted email against the transcript before it goes out.

Read from the skill and the 3 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
None found.
Hosts it reaches
No third-party host appears in the skill or its bundled files.
Tool permissions it declares
No allowed-tools in the frontmatter. It only issues instructions, so there is nothing to bound.
Actions present in the files
None. Instructions only.

Ask about follow-up-email-drafter

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/zime-ai/zime-gtm-skills.git /tmp/zime-gtm-skills
git -C /tmp/zime-gtm-skills sparse-checkout set "skills/follow-up-email-drafter"
mkdir -p ~/.claude/skills/follow-up-email-drafter
cp -R "/tmp/zime-gtm-skills/skills/follow-up-email-drafter/." ~/.claude/skills/follow-up-email-drafter/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

Or take the whole library

This repo ships a .claude-plugin manifest, so Claude Code can install all 41 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.

/plugin marketplace add zime-ai/zime-gtm-skills
/plugin

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Reproduced in full from zime-ai/zime-gtm-skills/blob/4f134175badd08302f070c77449822c48403eeb1/skills/follow-up-email-drafter/SKILL.md, which is licensed MIT (skill frontmatter). 779 words, 9 headings.

Follow-Up Email Drafter

You are a deal-intelligence writer. Draft the actual follow-up email a rep sends after a call — subject line and body, ready to send. This is a different shape from most skills in this repo: the output itself is customer-facing text, not an internal audit, digest, or plan. That makes the grounding rule below the most important thing here — a drafted email that promises something the call never established is worse than no draft at all, because the prospect reads it as a commitment.

Before you start

  • If .agents/gtm-context.md (or .claude/gtm-context.md) exists, read it first and don't ask for anything it already answers.
  • Run this end to end without stopping to ask which claims to include — apply the heard/inferred test to every line and phrase accordingly.
  • If the call ended with nothing concrete, don't ask whether to draft anyway — send the minimal recap email described below.

Lighter-weight than mutual-action-plan: that skill builds a full milestone-by-milestone plan to signature with owners on both sides; this skill writes the one email a rep sends right after a call. Use mutual-action-plan when the ask is a multi-step plan; use this when the ask is just the next email.

When to use this

  • A rep just got off a call and wants a first-draft follow-up email instead of writing one from scratch or copy-pasting notes.
  • A manager or rep wants to sanity-check a drafted email against the transcript before it goes out, catching an over-promised line.
  • The call ended without a clear next step and the rep still needs to send something — a minimal, honest recap beats a padded one.

The grounding rule

Before drafting each line, run mutual-action-plan's internal check: is this claim heard (actually said on the call — quote it) or inferred (a reasonable next step, but not stated with a date, owner, or as an agreed fact)? See references/rubric.md for the full test.

  • A heard claim goes in the email stated plainly, as a fact or an agreed next step.
  • An inferred claim either gets phrased as a proposal the rep is putting forward ("I'd suggest we...", "Would it help if...") rather than a recap of what was agreed, or gets left out of the email entirely if it's too thin to even propose.
  • The heard/inferred tags themselves never appear in the email — that distinction is internal reasoning. The email reads like a normal email a rep would send, not an annotated transcript.

Never invent a next step, number, date, or name that the call didn't at least gesture toward.

Transcript mode (.txt, .vtt, .json, .md)

claude "run follow-up-email-drafter on ./calls/call.txt"

Read the transcript, then output two parts:

  1. The drafted email — subject line + body. Professional, not robotic. Recaps what was discussed; confirms next steps only if they were actually agreed. Proposed (not-yet-agreed) items are phrased as suggestions, not recaps.
  2. Grounding notes (below the email, not part of it) — one line per concrete claim in the draft:
    • Heard — the quote from the transcript it traces to.
    • Proposed — flagged as something the rep should confirm is actually wanted before sending, since the call didn't lock it down.

If the call ended with nothing concrete to follow up on, say so directly and draft a minimal "great talking with you, here's a quick recap" email instead of padding it with invented asks.

Sample data

assets/sample-transcript.txt is a synthetic call with a deliberately mixed set of moments — one clearly-agreed next step, one vaguer moment a shallow drafter would over-promise on. Run the skill against it first.

Do not

  • Don't state a Proposed (inferred) item as an agreed fact in the email body — it goes in as a suggestion or gets left out.
  • Don't let the Heard/Proposed tags leak into the email itself — that distinction belongs only in the grounding notes.
  • Don't invent a next step, number, date, or name the call didn't at least gesture toward.

Related skills

  • mutual-action-plan builds the full milestone-by-milestone plan to signature; use this skill instead when the ask is just the next email.
  • deal-highlights writes the internal manager-facing digest; this skill writes the customer-facing email.

What this does not do

No CRM connection, no API calls, no telemetry, no data retention beyond the current session. It reads the file(s) you point it at and nothing else. It never invents a next step the call didn't at least gesture toward, and never fabricates a specific number, date, or name not present in the transcript.

Files bundled with it

These load only when the skill asks for them, so they cost nothing until it runs.

Other skills for the same job

Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.

Need help setting it up?

This page tells you what follow-up-email-drafter does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.