Generate follow-up emails after meetings or for stale deals needing re-engagement
Generate personalized follow-up emails after client meetings or for deals gone quiet. Two modes: post-meeting follow-ups with action items, or re-engagement emails for stale deals. Creates Gmail drafts for review — never auto-sends.
Extract meeting context — Get client name and recent meeting details from user input
Load recent meeting notes — Run:
Use the `search_memory` MCP tool with query: "<client-name> meeting"
Or read from recent vault entries: ~/.second-brain/vault/meetings/<date>-<client>.md
Extract from meeting notes:
Load client email tone — Run:
Use the `search_emails` MCP tool with gmail_query: "from:<client-email>"
Match tone, formality, terminology from past emails
Generate follow-up email with structure:
Create Gmail draft — Run:
Use the `draft_email` MCP tool with to, subject, and body
Draft is never sent — user reviews before clicking send
Save follow-up to vault:
~/.second-brain/vault/sales/follow-ups/YYYY-MM-DD-<client-slug>-follow-up.md
Log to daily log:
- **HH:MM** — [SALES] Follow-up drafted: <client-name> — <key-action-items>
Identify stale deals — Run:
Use the `list_tasks` MCP tool to find matching tasks
Find deals/tasks with no updates in 7+ days
For each stale deal, check last contact date — Run:
Use the `search_emails` MCP tool with gmail_query: "from:<client-email>"
Get date of last email
Load deal context — Read vault file:
cat ~/.second-brain/vault/clients/<client-slug>.md
Extract: deal value, stage, what was being discussed
Analyze why staled — Check:
Generate re-engagement email:
Create Gmail draft — Never sends, user reviews first
Save re-engagement email to:
~/.second-brain/vault/sales/follow-ups/YYYY-MM-DD-<client-slug>-reengagement.md
Log to daily log:
Subject: Follow-Up: [Topic] — [Your Name]
Hi [Client First Name],
Thanks so much for taking time to speak with us today about [specific topic]. I really appreciated your insights on [specific thing they said].
Here's what we discussed:
- **Your action**: [what client committed to] by [date]
- **Our action**: [what you committed to] by [date]
- **Next step**: [when you'll reconnect — e.g., Thursday call, email decision, etc.]
I'll get [deliverable] to you by [date], and then we can [next milestone].
In the meantime, if any questions come up, don't hesitate to ping me.
Looking forward to the next step!
Best,
[Your Name]
---
[[clients/<client-slug>]] | [[sales/deals/<client-slug>]]
Subject: Quick Check-In: [Project Name]
Hi [Client First Name],
We haven't touched base in a few weeks and I wanted to make sure everything's on track with [project].
Last we spoke, we were working through [what was being discussed]. Any movement there, or has anything changed on your end?
I'd love to hop on a quick call this week to see where we stand and make sure we're aligned on next steps. Are you free for 15 minutes Tuesday or Wednesday?
Happy to work around your schedule.
Thanks,
[Your Name]
---
[[clients/<client-slug>]] | [[sales/deals/<client-slug>]]
log_note MCP tool with a one-line summary of what was done. Example: log_note("Completed eng-plan for School Cab — 9 phases, 22 days")- **HH:MM** — [SALES] Re-engagement drafted: <client-name> — last contact [date]