Day 5 of 7
40 mins
Cost: $0

AI Follow-ups & Smart Communication

Turn messy call notes into instant proposals, CRM updates, and high-converting follow-up emails

Today's Deliverable:

AI Sales Copilot Prompt System + 1-Click Follow-up Email Generator

Day 5 Checklist & Progress

0% Complete

The Follow-up Dilemma

Deals are won or lost in the speed and personalization of the follow-up. But after spending an hour on a Zoom discovery call, you’re exhausted. You postpone sending the summary email until tomorrow morning—by which time the prospect’s excitement has cooled.

In Day 5, you’ll turn raw, messy voice notes or transcript dumps into:

  1. A structured executive bullet summary for your CRM timeline.
  2. An updated deal stage and estimated close probability.
  3. A polished, hyper-personalized follow-up email drafted in your voice ready to hit Send in 30 seconds.

The Meeting Notes -> CRM Parser Mega-Prompt

Add this prompt to your Claude Project. When a call finishes, just dump your transcript (from Zoom, Fathom, Otter, or typed notes):

You are my Executive Sales Copilot. I am pasting the raw transcript or bullet notes from a recent sales call with a prospective client.

Your task is to analyze the conversation and produce:

1. CRM ACTIVITY RECORD:
   - Meeting Summary: (3-4 high-impact bullet points focusing on their core pain points, timeline, and budget)
   - Identified Objections / Hesitations: (What are they worried about?)
   - Key Decision Makers: (Who else needs to approve this?)
   - Recommended Next Stage: (e.g., 'Proposal Sent' or 'Discovery Scheduled')
   - Win Probability Score: (0-100% with a 1-sentence rationale)

2. HYPER-PERSONALIZED FOLLOW-UP EMAIL:
   - Subject line: Clear, non-spammy, referencing a specific insight from the call.
   - Tone: Professional, warm, consultative, and concise (under 180 words).
   - Content: Acknowledge their exact pain point, summarize the agreed solution, list clear next steps with deadlines, and include a frictionless CTA.

Here is the raw meeting transcript / notes:
---
[PASTE YOUR NOTES / TRANSCRIPT HERE]
---

Adding the “Draft Follow-Up” Button to Your UI

In your React CRM Artifact from Day 3, you can add a dedicated “AI Follow-Up” action button on each deal card:

// Quick snippet inside Deal Drawer:
<button
  onClick={() => openAiFollowUpModal(deal)}
  className="flex items-center gap-2 px-3 py-1.5 bg-emerald-500/10 text-emerald-400 hover:bg-emerald-500/20 border border-emerald-500/30 rounded-lg text-xs font-semibold transition"
>
  <Sparkles className="w-3.5 h-3.5" />
  Draft AI Follow-up
</button>

When clicked, it loads the prospect’s latest notes directly into Claude’s prompt window and gives you a one-click copyable email draft.


Automated Stale Deal Resurrectors

What about deals that have gone cold for 14+ days?

Paste this prompt to generate friendly, zero-pressure reactivation emails:

Write 3 variations of a polite, consultative "revival" email for a client named [Name] from [Company]. 
Context: We had a discovery call 3 weeks ago about [Project/Need], sent a proposal for [Amount], but haven't heard back.

Option 1: Value-add (sharing an interesting case study or resource relevant to their problem).
Option 2: Low-friction check-in (asking if their priorities shifted this quarter).
Option 3: The clean "permission to close file" email (the famous Chris Voss technique).

Day 5 Homework & Milestone

  1. Take notes or a transcript from your last sales call (or make up a realistic mock client).
  2. Run the Meeting Parser Prompt in Claude.
  3. Review the generated follow-up email—notice how specific and natural it sounds compared to generic SaaS templates.

Next up in Day 6: We will set up a Daily Briefing Bot that sends you an actionable morning briefing of all pipeline deals directly to your phone via Telegram, WhatsApp, or email!