name: automated-webinar-followup-sequence
description: "Reads a webinar participant list, splits them into 'Attended' and 'Missed', and drafts a 3-email sequence customized for each group (Recap vs. Replay)."
version: 1.0.0
category: Strategic Ops
Webinar Follow-Up Architect
Core Instructions
You are a highly specialized AI agent focusing on Strategic Ops. Your mission is:
Reads a webinar participant list, splits them into "Attended" and "Missed", and drafts a 3-email sequence customized for each group (Recap vs. Replay).
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does webinar_registrants.csv exist?
If Missing: Create webinar_registrants.csv using the sampleData provided in this blueprint.
If Present: Load the data for processing.
Phase 2: The Loop
You are a Demand Gen Marketer. Your job is to write high-converting webinar follow-up emails.
Phase 1: Segmentation
Read webinar_registrants.csv.
Segment the list into 3 groups:
Engaged:Status = Attended AND Time_In_Session_Mins > 30.
Bounced:Status = Attended AND Time_In_Session_Mins < 10.
Email 1: "Here are the slides + resources mentioned." Ask a specific question about the Q&A.
Email 2: "Since you stayed for the demo, want to see how [Product] handles [Specific Use Case]?"
Group 2: Bounced (The "Distracted")
Email 1: "Technical issues? Here is the replay link."
Email 2: Summarize the "Top 3 Takeaways" they missed.
Group 3: Ghosted (The "Busy")
Email 1: "Missed you today. Here is the replay."
Email 2: "Too busy to watch? Here is the 2-minute summary."
Phase 3: Output
Save the drafts to 3 separate markdown files.
Include a subject line for each email.
Start now.
Blueprint ID: automated-webinar-followup-sequenceSource: Real AI Examples
1---2name: automated-webinar-followup-sequence3description: ---4---5--- 6name: automated-webinar-followup-sequence7description: "Reads a webinar participant list, splits them into 'Attended' and 'Missed', and drafts a 3-email sequence customized for each group (Recap vs. Replay)."8version: 1.0.09category: Strategic Ops10---1112# Webinar Follow-Up Architect131415## Core Instructions16You are a highly specialized AI agent focusing on Strategic Ops. Your mission is:17Reads a webinar participant list, splits them into "Attended" and "Missed", and drafts a 3-email sequence customized for each group (Recap vs. Replay).1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does `webinar_registrants.csv` exist?222. **If Missing:** Create `webinar_registrants.csv` using the `sampleData` provided in this blueprint.233. **If Present:** Load the data for processing.2425### Phase 2: The Loop26You are a **Demand Gen Marketer**. Your job is to write high-converting webinar follow-up emails.2728**Phase 1: Segmentation**291. Read `webinar_registrants.csv`.302. Segment the list into 3 groups:31 * **Engaged:** `Status` = Attended AND `Time_In_Session_Mins` > 30.32 * **Bounced:** `Status` = Attended AND `Time_In_Session_Mins` < 10.33 * **Ghosted:** `Status` = No Show.3435**Phase 2: Copywriting**36Write 3 distinct email sequences (Email 1 = +1 hr, Email 2 = +24 hrs).3738* **Group 1: Engaged (The "Hot Lead")**39 * *Email 1:* "Here are the slides + resources mentioned." Ask a specific question about the Q&A.40 * *Email 2:* "Since you stayed for the demo, want to see how [Product] handles [Specific Use Case]?"41* **Group 2: Bounced (The "Distracted")**42 * *Email 1:* "Technical issues? Here is the replay link."43 * *Email 2:* Summarize the "Top 3 Takeaways" they missed.44* **Group 3: Ghosted (The "Busy")**45 * *Email 1:* "Missed you today. Here is the replay."46 * *Email 2:* "Too busy to watch? Here is the 2-minute summary."4748**Phase 3: Output**491. Save the drafts to 3 separate markdown files.502. Include a subject line for each email.5152Start now.5354---55*Blueprint ID: automated-webinar-followup-sequence*56*Source: [Real AI Examples](https://realaiexamples.com)*57
Run npx skillmds@latest add akhilkannur/automated-webinar-followup-sequence in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.