Design and write email automation sequences (welcome/onboarding, nurture, re-engagement, trial expiration, sales) for SaaS and B2B, with subject lines, copy, CTAs, and timing. Use when building drip campaigns or designing lifecycle email.
Email Sequence Design creates complete, ready-to-implement email automation flows. Every output includes subject lines, preview text, full body copy, CTAs, send timing, and exit conditions. The goal is sequences that nurture relationships and drive specific conversion actions -- not just "stay top of mind" email noise.
This skill writes the sequences. For email HTML templates and rendering infrastructure, use email-template-builder. For tracking email performance, use analytics-tracking.
Sequence Types
Type
Trigger
Goal
Typical Length
Welcome/Onboarding
New signup
Activate user, show core value
5-7 emails over 14 days
Trial Expiration
Trial nearing end
Convert to paid
4-5 emails over 7 days
Lead Nurture
Content download, webinar
Qualify and convert
6-8 emails over 30 days
Re-engagement
Inactive 30+ days
Bring back or clean list
3-4 emails over 14 days
Post-Purchase
Subscription start
Reduce churn, expand
4-6 emails over 30 days
Event-Based
Specific user action
Drive next action
2-3 emails over 7 days
Sales (Warm)
MQL or PQL signal
Book meeting or start trial
4-5 emails over 14 days
Clarify First
Before designing the sequence, confirm these inputs. If any is unknown or vague, ASK — do not assume:
Sequence type & trigger — welcome, trial expiration, nurture, re-engagement, sales (selects the blueprint, length, and cadence)
Primary conversion goal — the single action the sequence drives (sets every email's CTA and the emotional journey)
Audience & product context — SaaS/B2B persona and awareness level (drives copy, benchmarks, and segmentation)
Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.
Design Process
Step 1: Define Sequence Architecture
Before writing any email, define the architecture:
Sequence Name: [Name]
Trigger: [What starts the sequence]
Primary Goal: [Single conversion action]
Secondary Goals: [Relationship building, data collection]
Length: [Number of emails]
Duration: [Total time span]
Exit Conditions: [When they leave the sequence]
Suppression: [Other sequences to suppress while active]
Step 2: Map the Emotional Journey
Each email serves a purpose in a progression:
Email
Emotional State
Purpose
Key Message
1
Curious, uncertain
Welcome, set expectations
"Here's what to expect"
2
Exploring, evaluating
Demonstrate core value
"Here's the one thing to try first"
3
Engaged or dropping off
Social proof
"Here's how others succeeded"
4
Considering commitment
Remove objections
"Common concerns addressed"
5
Ready to decide
Create urgency
"Your trial ends in X days"
Step 3: Write Each Email
For every email in the sequence, deliver:
Email [#]: [Name/Purpose]
Send: [Timing from trigger or previous email]
Segment: [Conditions -- who receives this variant]
Subject: [Subject line - under 50 characters]
Preview: [Preview text - 80-120 characters, complements subject]
Body:
[Complete copy -- not an outline, not bullets, the actual words]
CTA: [Button text] → [Destination URL]
P.S.: [Optional -- works for urgency or human touch]
Step 4: Define Branching Logic
Not everyone follows the same path. Define branches:
After Email 2:
IF user activated core feature → Skip to Email 4 (post-activation)
IF user has not logged in → Send Email 2B (re-engagement variant)
IF user unsubscribed → Exit sequence
After Email 4:
IF user converted → Exit sequence, enter post-purchase sequence
IF user visited pricing 2+ times → Send Email 4B (pricing objection handler)
ELSE → Continue to Email 5
1---2name: email-sequence-43description: Design and write email automation sequences (welcome/onboarding, nurture, re-engagement, trial expiration, sales) for SaaS and B2B, with subject lines, copy, CTAs, and timing. Use when building drip campaigns or designing lifecycle email.4license: MIT + Commons Clause5---6# Email Sequence Design
78**Category:** Marketing
9**Tags:** email sequences, drip campaigns, nurture flows, onboarding emails, lifecycle marketing, automation
1011## Overview
1213Email Sequence Design creates complete, ready-to-implement email automation flows. Every output includes subject lines, preview text, full body copy, CTAs, send timing, and exit conditions. The goal is sequences that nurture relationships and drive specific conversion actions -- not just "stay top of mind" email noise.
1415This skill writes the sequences. For email HTML templates and rendering infrastructure, use email-template-builder. For tracking email performance, use analytics-tracking.
1617---
1819## Sequence Types
2021| Type | Trigger | Goal | Typical Length |
22|------|---------|------|---------------|
23| Welcome/Onboarding | New signup | Activate user, show core value | 5-7 emails over 14 days |
24| Trial Expiration | Trial nearing end | Convert to paid | 4-5 emails over 7 days |
25| Lead Nurture | Content download, webinar | Qualify and convert | 6-8 emails over 30 days |
26| Re-engagement | Inactive 30+ days | Bring back or clean list | 3-4 emails over 14 days |
27| Post-Purchase | Subscription start | Reduce churn, expand | 4-6 emails over 30 days |
28| Event-Based | Specific user action | Drive next action | 2-3 emails over 7 days |
29| Sales (Warm) | MQL or PQL signal | Book meeting or start trial | 4-5 emails over 14 days |
3031---
3233## Clarify First
3435Before designing the sequence, confirm these inputs. If any is unknown or vague, ASK — do not assume:
3637- [ ] **Sequence type & trigger** — welcome, trial expiration, nurture, re-engagement, sales (selects the blueprint, length, and cadence)
38- [ ] **Primary conversion goal** — the single action the sequence drives (sets every email's CTA and the emotional journey)
39- [ ] **Audience & product context** — SaaS/B2B persona and awareness level (drives copy, benchmarks, and segmentation)
4041Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.
4243## Design Process
4445### Step 1: Define Sequence Architecture
4647Before writing any email, define the architecture:
4849```
50Sequence Name: [Name]
51Trigger: [What starts the sequence]
52Primary Goal: [Single conversion action]
53Secondary Goals: [Relationship building, data collection]
54Length: [Number of emails]
55Duration: [Total time span]
56Exit Conditions: [When they leave the sequence]
57Suppression: [Other sequences to suppress while active]
58```
5960### Step 2: Map the Emotional Journey
6162Each email serves a purpose in a progression:
6364| Email | Emotional State | Purpose | Key Message |
65|-------|----------------|---------|-------------|
66| 1 | Curious, uncertain | Welcome, set expectations | "Here's what to expect" |
67| 2 | Exploring, evaluating | Demonstrate core value | "Here's the one thing to try first" |
68| 3 | Engaged or dropping off | Social proof | "Here's how others succeeded" |
69| 4 | Considering commitment | Remove objections | "Common concerns addressed" |
70| 5 | Ready to decide | Create urgency | "Your trial ends in X days" |
7172### Step 3: Write Each Email
7374For every email in the sequence, deliver:
7576```
77Email [#]: [Name/Purpose]
78Send: [Timing from trigger or previous email]
79Segment: [Conditions -- who receives this variant]
8081Subject: [Subject line - under 50 characters]
82Preview: [Preview text - 80-120 characters, complements subject]
8384Body:
85[Complete copy -- not an outline, not bullets, the actual words]
8687CTA: [Button text] → [Destination URL]
88P.S.: [Optional -- works for urgency or human touch]
89```
9091### Step 4: Define Branching Logic
9293Not everyone follows the same path. Define branches:
9495```
96After Email 2:
97 IF user activated core feature → Skip to Email 4 (post-activation)
98 IF user has not logged in → Send Email 2B (re-engagement variant)
99 IF user unsubscribed → Exit sequence
100101After Email 4:
102 IF user converted → Exit sequence, enter post-purchase sequence
103 IF user visited pricing 2+ times → Send Email 4B (pricing objection handler)
104 ELSE → Continue to Email 5
105```
106107---
108109## Sequence Blueprints
110111### Blueprint: SaaS Welcome/Onboarding (7 emails, 14 days)
112113| Email | Day | Subject | Purpose |
114|-------|-----|---------|---------|
115| 1 | 0 (immediate) | Welcome to [Product] -- start here | Set expectations, one CTA to activate |
116| 2 | 1 | The one feature that changes everything | Drive to core value action |
117| 3 | 3 | How [Company] got [Result] in [Timeframe] | Social proof, case study |
118| 4 | 5 | Quick question | Check engagement, offer help |
119| 5 | 7 | 3 things you might have missed | Feature discovery, breadth |
120| 6 | 10 | Your trial is halfway done | Progress report, urgency |
121| 7 | 13 | Last day of your trial | Convert or lose access |
122123**Exit conditions:** User converts to paid at any point, user unsubscribes, user explicitly requests removal.
124125**Branching:**
126- After Email 2: If user completed core action, skip Email 3, go to Email 4
127- After Email 4: If user has not logged in for 5+ days, switch to re-engagement variant
128- After Email 6: If user visited pricing page, send pricing-focused Email 7 variant
129130### Blueprint: Lead Nurture (6 emails, 30 days)
131132| Email | Day | Subject | Purpose |
133|-------|-----|---------|---------|
134| 1 | 0 | Your [resource name] is ready | Deliver promised content |
135| 2 | 3 | The mistake most [role] make with [topic] | Educational, establish authority |
136| 3 | 7 | [Company] went from [problem] to [result] | Case study, social proof |
137| 4 | 14 | The [topic] framework we use internally | Exclusive value, reciprocity |
138| 5 | 21 | Quick question about [their challenge] | Personal, segmentation |
139| 6 | 28 | See if [Product] is right for you | Soft CTA, demo or trial |
140141**Exit conditions:** Books demo, starts trial, unsubscribes, or completes sequence.
142143### Blueprint: Re-engagement (4 emails, 14 days)
144145| Email | Day | Subject | Purpose |
146|-------|-----|---------|---------|
147| 1 | 0 | We noticed you've been away | Acknowledge absence, show value |
148| 2 | 3 | Here's what you missed | Product updates, new features |
149| 3 | 7 | [Exclusive offer or incentive] | Incentivize return |
150| 4 | 14 | Should we stop emailing you? | Clean list, last chance |
151152**Critical rule:** If no engagement after Email 4, remove from active email list. Sending to unengaged contacts damages sender reputation.
153154### Blueprint: Trial Expiration (5 emails, 7 days)
155156| Email | Day Before Expiry | Subject | Purpose |
157|-------|-------------------|---------|---------|
158| 1 | 7 | Your trial ends in one week | Awareness, usage summary |
159| 2 | 3 | Here's what you'll lose access to | Loss aversion, feature list |
160| 3 | 1 | Tomorrow is your last day | Urgency, simple CTA |
161| 4 | 0 | Your trial just ended | Conversion, offer extension option |
162| 5 | +3 | We saved your data for 30 days | Last chance, data retention |
163164---
165166## Subject Line Framework
167168### Formulas That Work
169170| Formula | Example | Why It Works |
171|---------|---------|-------------|
172| How [company] [achieved result] | "How Stripe reduced churn 23%" | Specific, curiosity, social proof |
173| The [number] [thing] [audience] [needs] | "The 3 metrics every PM tracks" | Specific, relevant, scannable |
174| Quick question about [topic] | "Quick question about your trial" | Personal, non-threatening |
175| [Name], [action-oriented statement] | "Sarah, your dashboard is ready" | Personal, action-oriented |
176| Your [asset] is [status] | "Your free trial ends tomorrow" | Ownership, urgency |
177178### Subject Line Rules
1791801. Under 50 characters (mobile truncation happens at 35-45)
1812. No ALL CAPS words
1823. No excessive punctuation (!!!)
1834. No spam trigger words in subject: free, guarantee, limited time, act now
1845. Preview text must complement, not repeat, the subject
1856. A/B test subject lines on every sequence (minimum 3 variants per email)
186187---
188189## Timing & Cadence
190191### Optimal Send Times (B2B SaaS)
192193| Day | Time Window | Notes |
194|-----|-------------|-------|
195| Tuesday | 9-11 AM recipient's timezone | Highest open rates |
196| Wednesday | 9-11 AM | Second best |
197| Thursday | 9-11 AM | Good for follow-ups |
198| Monday | 10 AM-12 PM | After inbox clearing |
199| Friday | Avoid for important emails | Low engagement |
200| Weekend | Avoid for B2B | Exception: consumer products |
201202### Sequence Spacing Rules
203204- Welcome email: Immediate (within 5 minutes of trigger)
205- Onboarding emails: Every 1-3 days (maintain momentum)
206- Nurture emails: Every 3-7 days (avoid fatigue)
207- Re-engagement: Every 3-5 days (test urgency vs respect)
208- Trial expiration: Accelerating cadence (7 days, 3 days, 1 day, 0, +3)
209210---
211212## Metrics & Benchmarks
213214### Expected Performance by Sequence Type
215216| Metric | Welcome | Nurture | Re-engagement | Trial Expiration |
217|--------|---------|---------|---------------|------------------|
218| Open rate | 50-70% | 25-40% | 15-25% | 40-60% |
219| Click rate | 10-20% | 3-8% | 2-5% | 8-15% |
220| Conversion rate | 5-15% | 1-3% | 3-8% | 10-25% |
221| Unsubscribe rate | <0.5% | <0.3% | 1-3% | <0.5% |
222223### Health Indicators
224225| Signal | Meaning | Action |
226|--------|---------|--------|
227| Open rate declining across sequence | Fatigue or irrelevance | Shorten sequence or improve subject lines |
228| High opens, low clicks | Subject works, body/CTA doesn't | Rewrite body copy, simplify CTA |
229| High click rate, low conversion | Landing page problem | Audit post-click experience |
230| Rising unsubscribes after Email 3 | Too frequent or too salesy | Increase spacing, add more value |
231| Email 1 open rate below 40% | Deliverability issue | Check sender reputation, authentication |
232233---
234235## Segmentation Strategy
236237### Behavioral Segments
238239| Segment | Definition | Sequence Adjustment |
240|---------|-----------|-------------------|
241| Power users | Used core feature 5+ times | Skip beginner content, focus on advanced features |
242| Window shoppers | Signed up, never activated | More hand-holding, simpler first steps |
243| Pricing page visitors | Viewed pricing 2+ times | Address pricing objections directly |
244| Feature explorers | Used 3+ features | Highlight integration and workflow value |
245| Ghost users | No login in 7+ days | Re-engagement sequence |
246247### Personalization Tiers
248249| Tier | Effort | Impact | Example |
250|------|--------|--------|---------|
251| 1: Name + company | Low | Moderate | "Hi Sarah, how's the Acme team finding..." |
252| 2: Behavioral | Medium | High | "Since you set up your first project..." |
253| 3: Segment-specific copy | High | Highest | Entirely different email body per segment |
254255---
256257## Implementation Checklist
258259- [ ] Sequence architecture documented (trigger, goal, length, exits)
260- [ ] All emails written with subject, preview, body, CTA
261- [ ] Branching logic defined for key decision points
262- [ ] Subject line A/B variants created (minimum 3 per email)
263- [ ] UTM parameters configured for all links
264- [ ] Suppression rules set (no overlapping sequences)
265- [ ] Unsubscribe handling confirmed (one-click, CAN-SPAM compliant)
266- [ ] Plain text version created for each email
267- [ ] Send time optimized for recipient timezone
268- [ ] Metrics dashboard configured (opens, clicks, conversions, unsubs)
269- [ ] 30-day post-launch review scheduled
270271---
272273## Proactive Triggers
274275- User mentions low trial-to-paid conversion: ask about trial expiration email sequence before recommending pricing changes
276- User reports high open rates but low clicks: diagnose body copy and CTA before blaming subject lines
277- User wants to "do email marketing": clarify sequence type before writing anything
278- User has a product launch coming: recommend coordinating launch email sequence with in-app messaging
279- User mentions list going cold: suggest re-engagement sequence before recommending acquisition spend
280281---
282283## Related Skills
284285| Skill | Use When |
286|-------|----------|
287| **email-template-builder** | Building HTML email templates and rendering infrastructure |
288| **analytics-tracking** | Setting up email click tracking and UTM attribution |
289| **launch-strategy** | Coordinating email sequences around product launches |
290| **content-creator** | Writing landing page copy that email CTAs point to |
291| **ab-test-setup** | Designing statistically valid email A/B tests |
292293---
294295## Troubleshooting
296297| Symptom | Likely Cause | Fix |
298|---------|-------------|-----|
299| Welcome email open rate below 40% | Deliverability issue or weak subject line | Check sender reputation and SPF/DKIM/DMARC. Test subject variants. |
300| Open rates declining across sequence | Fatigue or irrelevance | Shorten sequence, improve subject lines, or add more value per email. |
301| High opens, low clicks | Body copy or CTA is weak | Rewrite body with stronger benefit and simplify CTA to one action. |
302| High click rate, low conversion | Landing page problem | Audit post-click experience: message match, page speed, form friction. |
303| Rising unsubscribes after email 3 | Too frequent or too salesy | Increase spacing between emails and add more educational content. |
304| Emails clipped by Gmail | HTML template over 102KB | Use `render_size_analyzer.py` from email-template-builder to reduce size. |
305| Sequence not triggering | Automation platform misconfiguration | Verify trigger events, check suppression rules for conflicts. |
306307---
308309## Success Criteria
310311- Welcome sequence open rate above 50% (benchmark: 50-70%)
312- Nurture sequence click-through rate above 3% (benchmark: 3-8%)
313- Trial expiration conversion rate above 10% (benchmark: 10-25%)
314- Unsubscribe rate below 0.5% per email (below 0.3% for nurture)
315- Every email has 3+ subject line A/B variants tested
316- Branching logic covers at least 2 behavioral segments per sequence
317- Sequence-level conversion rate (total conversions / initial sends) above 5%
318319---
320321## Scope & Limitations
322323**In Scope:** Lifecycle email sequence design, copy, timing, branching logic, segmentation, and performance optimization for SaaS/B2B.
324325**Out of Scope:** Email HTML rendering (use email-template-builder), cold outreach sequences (use cold-email), marketing automation platform setup, transactional email infrastructure.
326327**Limitations:** Benchmarks are SaaS/B2B focused. Adjust thresholds for e-commerce, consumer, or other verticals.
328329---
330331## Python Automation Tools
332333### 1. Subject Line Scorer (`scripts/subject_line_scorer.py`)
334Scores sequence email subject lines for open-rate potential and auto-detects sequence type (welcome, trial, nurture, re-engagement).
335336```bash
337python scripts/subject_line_scorer.py "Your trial ends tomorrow"
338python scripts/subject_line_scorer.py --file subjects.txt --json
339```
340341### 2. Sequence Mapper (`scripts/sequence_mapper.py`)
342Generates a visual sequence map with timing, branching logic, and exit conditions from a sequence definition.
343344```bash
345python scripts/sequence_mapper.py sequence_def.json
346python scripts/sequence_mapper.py --sample --json
347```
348349### 3. Performance Analyzer (`scripts/performance_analyzer.py`)
350Analyzes email sequence metrics against benchmarks, identifies bottlenecks, and recommends optimizations.
351352```bash
353python scripts/performance_analyzer.py metrics.json
354python scripts/performance_analyzer.py --sample --json
355```
Run npx skillmds@latest add majiayu000/email-sequence-4 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.
Design and write email automation sequences (welcome/onboarding, nurture, re-engagement, trial expiration, sales) for SaaS and B2B, with subject lines, copy, CTAs, and timing. Use when building drip campaigns or designing lifecycle email. It is listed under Marketing & Growth on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. Capability flags: docs only. 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. This skill is licensed under MIT + Commons Clause.
majiayu000 (@majiayu000) published this skill. Their other Agent Skills are listed on their SkillMD profile.