100xprism 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +196 -0
- package/VERSION +1 -0
- package/adapters/antigravity.sh +14 -0
- package/adapters/claude-code.sh +160 -0
- package/adapters/codex.sh +13 -0
- package/adapters/copilot.sh +13 -0
- package/adapters/cursor.sh +13 -0
- package/adapters/gemini.sh +13 -0
- package/adapters/lib/__pycache__/modules.cpython-312.pyc +0 -0
- package/adapters/lib/modules.py +592 -0
- package/adapters/lib/shared.sh +83 -0
- package/adapters/lib/sync_plugins.py +113 -0
- package/adapters/windsurf.sh +15 -0
- package/bin/100xprism.js +29 -0
- package/get.sh +24 -0
- package/install-project.sh +82 -0
- package/install.sh +281 -0
- package/lib/adapters/windows.js +429 -0
- package/lib/bootstrap.js +33 -0
- package/lib/init.js +19 -0
- package/lib/install.js +18 -0
- package/lib/migrate.js +52 -0
- package/lib/platform.js +22 -0
- package/lib/update.js +29 -0
- package/modules/_lib/reference.md +77 -0
- package/modules/a11y-auditor/SKILL.md +151 -0
- package/modules/ab-test-setup/SKILL.md +266 -0
- package/modules/ab-test-setup/evals/evals.json +105 -0
- package/modules/ab-test-setup/references/sample-size-guide.md +263 -0
- package/modules/ab-test-setup/references/test-templates.md +277 -0
- package/modules/ad-creative/SKILL.md +362 -0
- package/modules/ad-creative/evals/evals.json +90 -0
- package/modules/ad-creative/references/generative-tools.md +637 -0
- package/modules/ad-creative/references/platform-specs.md +213 -0
- package/modules/ai-seo/SKILL.md +398 -0
- package/modules/ai-seo/evals/evals.json +90 -0
- package/modules/ai-seo/references/content-patterns.md +285 -0
- package/modules/ai-seo/references/platform-ranking-factors.md +152 -0
- package/modules/analytics-tracking/SKILL.md +309 -0
- package/modules/analytics-tracking/evals/evals.json +90 -0
- package/modules/analytics-tracking/references/event-library.md +260 -0
- package/modules/analytics-tracking/references/ga4-implementation.md +300 -0
- package/modules/analytics-tracking/references/gtm-implementation.md +390 -0
- package/modules/architect/SKILL.md +282 -0
- package/modules/branch/SKILL.md +105 -0
- package/modules/churn-prevention/SKILL.md +424 -0
- package/modules/churn-prevention/evals/evals.json +93 -0
- package/modules/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/modules/churn-prevention/references/dunning-playbook.md +408 -0
- package/modules/cloud-security/SKILL.md +240 -0
- package/modules/cold-email/SKILL.md +178 -0
- package/modules/cold-email/evals/evals.json +94 -0
- package/modules/cold-email/references/benchmarks.md +83 -0
- package/modules/cold-email/references/follow-up-sequences.md +81 -0
- package/modules/cold-email/references/frameworks.md +90 -0
- package/modules/cold-email/references/personalization.md +79 -0
- package/modules/cold-email/references/subject-lines.md +53 -0
- package/modules/commit/SKILL.md +195 -0
- package/modules/competitor-alternatives/SKILL.md +256 -0
- package/modules/competitor-alternatives/evals/evals.json +93 -0
- package/modules/competitor-alternatives/references/content-architecture.md +271 -0
- package/modules/competitor-alternatives/references/templates.md +223 -0
- package/modules/connect/SKILL.md +894 -0
- package/modules/content-strategy/SKILL.md +359 -0
- package/modules/content-strategy/evals/evals.json +90 -0
- package/modules/context-dump/SKILL.md +67 -0
- package/modules/copy-editing/SKILL.md +447 -0
- package/modules/copy-editing/evals/evals.json +89 -0
- package/modules/copy-editing/references/plain-english-alternatives.md +394 -0
- package/modules/copywriting/SKILL.md +271 -0
- package/modules/copywriting/evals/evals.json +111 -0
- package/modules/copywriting/references/cold-email-benchmarks.md +83 -0
- package/modules/copywriting/references/cold-email-follow-ups.md +81 -0
- package/modules/copywriting/references/cold-email-frameworks.md +90 -0
- package/modules/copywriting/references/cold-email-personalization.md +79 -0
- package/modules/copywriting/references/cold-email-subject-lines.md +53 -0
- package/modules/copywriting/references/copy-frameworks.md +344 -0
- package/modules/copywriting/references/email-copy-guidelines.md +113 -0
- package/modules/copywriting/references/email-types.md +515 -0
- package/modules/copywriting/references/natural-transitions.md +272 -0
- package/modules/copywriting/references/sequence-templates.md +168 -0
- package/modules/data-query/SKILL.md +58 -0
- package/modules/data-viz/SKILL.md +225 -0
- package/modules/db/SKILL.md +205 -0
- package/modules/db/db-engines/_router.md +24 -0
- package/modules/db/db-engines/athena.md +16 -0
- package/modules/db/db-engines/cloud-sql.md +16 -0
- package/modules/db/db-engines/databricks.md +14 -0
- package/modules/db/db-engines/oracle.md +14 -0
- package/modules/db/db-engines/postgres.md +15 -0
- package/modules/db/db-engines/presto.md +14 -0
- package/modules/db/db-engines/snowflake.md +14 -0
- package/modules/docs/SKILL.md +100 -0
- package/modules/email-sequence/SKILL.md +309 -0
- package/modules/email-sequence/evals/evals.json +93 -0
- package/modules/email-sequence/references/copy-guidelines.md +113 -0
- package/modules/email-sequence/references/email-types.md +515 -0
- package/modules/email-sequence/references/sequence-templates.md +168 -0
- package/modules/enterprise-design/SKILL.md +75 -0
- package/modules/eval/SKILL.md +105 -0
- package/modules/figma-translator/SKILL.md +49 -0
- package/modules/fix-bugs/SKILL.md +104 -0
- package/modules/form-cro/SKILL.md +429 -0
- package/modules/form-cro/evals/evals.json +90 -0
- package/modules/free-tool-strategy/SKILL.md +178 -0
- package/modules/free-tool-strategy/evals/evals.json +90 -0
- package/modules/free-tool-strategy/references/tool-types.md +217 -0
- package/modules/gate/SKILL.md +232 -0
- package/modules/grill-me/SKILL.md +59 -0
- package/modules/interaction-engineer/SKILL.md +49 -0
- package/modules/issue/SKILL.md +272 -0
- package/modules/launch/SKILL.md +345 -0
- package/modules/launch-strategy/SKILL.md +353 -0
- package/modules/launch-strategy/evals/evals.json +91 -0
- package/modules/lint/SKILL.md +126 -0
- package/modules/marketing-ideas/SKILL.md +167 -0
- package/modules/marketing-ideas/evals/evals.json +90 -0
- package/modules/marketing-ideas/references/ideas-by-category.md +366 -0
- package/modules/marketing-psychology/SKILL.md +455 -0
- package/modules/marketing-psychology/evals/evals.json +88 -0
- package/modules/motion-designer/SKILL.md +214 -0
- package/modules/onboarding-cro/SKILL.md +220 -0
- package/modules/onboarding-cro/evals/evals.json +92 -0
- package/modules/onboarding-cro/references/experiments.md +258 -0
- package/modules/orchestrate/SKILL.md +77 -0
- package/modules/page-cro/SKILL.md +182 -0
- package/modules/page-cro/evals/evals.json +111 -0
- package/modules/page-cro/references/experiments.md +248 -0
- package/modules/page-cro/references/paywall-experiments.md +164 -0
- package/modules/paid-ads/SKILL.md +315 -0
- package/modules/paid-ads/evals/evals.json +90 -0
- package/modules/paid-ads/references/ad-copy-templates.md +207 -0
- package/modules/paid-ads/references/audience-targeting.md +243 -0
- package/modules/paid-ads/references/platform-setup-checklists.md +277 -0
- package/modules/paywall-upgrade-cro/SKILL.md +227 -0
- package/modules/paywall-upgrade-cro/evals/evals.json +93 -0
- package/modules/paywall-upgrade-cro/references/experiments.md +164 -0
- package/modules/popup-cro/SKILL.md +453 -0
- package/modules/popup-cro/evals/evals.json +94 -0
- package/modules/pr/SKILL.md +203 -0
- package/modules/pricing-strategy/SKILL.md +231 -0
- package/modules/pricing-strategy/evals/evals.json +90 -0
- package/modules/pricing-strategy/references/research-methods.md +152 -0
- package/modules/pricing-strategy/references/tier-structure.md +232 -0
- package/modules/product-marketing-context/SKILL.md +241 -0
- package/modules/product-marketing-context/evals/evals.json +85 -0
- package/modules/programmatic-seo/SKILL.md +238 -0
- package/modules/programmatic-seo/evals/evals.json +94 -0
- package/modules/programmatic-seo/references/playbooks.md +308 -0
- package/modules/push/SKILL.md +202 -0
- package/modules/referral-program/SKILL.md +255 -0
- package/modules/referral-program/evals/evals.json +89 -0
- package/modules/referral-program/references/affiliate-programs.md +164 -0
- package/modules/referral-program/references/program-examples.md +143 -0
- package/modules/release/SKILL.md +293 -0
- package/modules/revops/SKILL.md +343 -0
- package/modules/revops/evals/evals.json +91 -0
- package/modules/revops/references/automation-playbooks.md +290 -0
- package/modules/revops/references/lifecycle-definitions.md +278 -0
- package/modules/revops/references/routing-rules.md +203 -0
- package/modules/revops/references/scoring-models.md +247 -0
- package/modules/sales-enablement/SKILL.md +349 -0
- package/modules/sales-enablement/evals/evals.json +91 -0
- package/modules/sales-enablement/references/deck-frameworks.md +263 -0
- package/modules/sales-enablement/references/demo-scripts.md +355 -0
- package/modules/sales-enablement/references/objection-library.md +270 -0
- package/modules/sales-enablement/references/one-pager-templates.md +208 -0
- package/modules/schema-markup/SKILL.md +179 -0
- package/modules/schema-markup/evals/evals.json +87 -0
- package/modules/schema-markup/references/schema-examples.md +398 -0
- package/modules/security/SKILL.md +138 -0
- package/modules/seo-audit/SKILL.md +412 -0
- package/modules/seo-audit/evals/evals.json +136 -0
- package/modules/seo-audit/references/ai-writing-detection.md +200 -0
- package/modules/seo-audit/references/content-patterns.md +285 -0
- package/modules/seo-audit/references/platform-ranking-factors.md +152 -0
- package/modules/signup-flow-cro/SKILL.md +359 -0
- package/modules/signup-flow-cro/evals/evals.json +88 -0
- package/modules/site-architecture/SKILL.md +357 -0
- package/modules/site-architecture/evals/evals.json +88 -0
- package/modules/site-architecture/references/mermaid-templates.md +216 -0
- package/modules/site-architecture/references/navigation-patterns.md +305 -0
- package/modules/site-architecture/references/site-type-templates.md +293 -0
- package/modules/social-content/SKILL.md +278 -0
- package/modules/social-content/evals/evals.json +92 -0
- package/modules/social-content/references/platforms.md +170 -0
- package/modules/social-content/references/post-templates.md +177 -0
- package/modules/social-content/references/reverse-engineering.md +195 -0
- package/modules/spec/SKILL.md +81 -0
- package/modules/subagents/SKILL.md +123 -0
- package/modules/techdebt/SKILL.md +71 -0
- package/modules/terminal-setup/SKILL.md +49 -0
- package/modules/test/SKILL.md +493 -0
- package/modules/test/references/e2e-patterns.md +294 -0
- package/modules/update-claude-md/SKILL.md +52 -0
- package/modules/visual-system-architect/SKILL.md +53 -0
- package/package.json +44 -0
- package/plugins/plugins.json +43 -0
- package/shell/aliases.sh +24 -0
- package/shell/check-update.sh +212 -0
- package/templates/.env.example +199 -0
- package/templates/docker-compose.md +46 -0
- package/templates/node-frontend.md +56 -0
- package/templates/node-fullstack.md +59 -0
- package/templates/python-api.md +57 -0
- package/update.sh +231 -0
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: email-sequence
|
|
3
|
+
description: When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," "lifecycle emails," "trigger-based emails," "email funnel," "email workflow," "what emails should I send," "welcome series," or "email cadence." Use this for any multi-email automated flow. For cold outreach emails, see cold-email. For in-app onboarding, see onboarding-cro.
|
|
4
|
+
category: marketing
|
|
5
|
+
tier: on-demand
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Email Sequence Design
|
|
9
|
+
|
|
10
|
+
You are an expert in email marketing and automation. Your goal is to create email sequences that nurture relationships, drive action, and move people toward conversion.
|
|
11
|
+
|
|
12
|
+
## Initial Assessment
|
|
13
|
+
|
|
14
|
+
**Check for product marketing context first:**
|
|
15
|
+
If `.agents/product-marketing-context.md` exists (or `.claude/product-marketing-context.md` in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
|
|
16
|
+
|
|
17
|
+
Before creating a sequence, understand:
|
|
18
|
+
|
|
19
|
+
1. **Sequence Type**
|
|
20
|
+
- Welcome/onboarding sequence
|
|
21
|
+
- Lead nurture sequence
|
|
22
|
+
- Re-engagement sequence
|
|
23
|
+
- Post-purchase sequence
|
|
24
|
+
- Event-based sequence
|
|
25
|
+
- Educational sequence
|
|
26
|
+
- Sales sequence
|
|
27
|
+
|
|
28
|
+
2. **Audience Context**
|
|
29
|
+
- Who are they?
|
|
30
|
+
- What triggered them into this sequence?
|
|
31
|
+
- What do they already know/believe?
|
|
32
|
+
- What's their current relationship with you?
|
|
33
|
+
|
|
34
|
+
3. **Goals**
|
|
35
|
+
- Primary conversion goal
|
|
36
|
+
- Relationship-building goals
|
|
37
|
+
- Segmentation goals
|
|
38
|
+
- What defines success?
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Core Principles
|
|
43
|
+
|
|
44
|
+
### 1. One Email, One Job
|
|
45
|
+
- Each email has one primary purpose
|
|
46
|
+
- One main CTA per email
|
|
47
|
+
- Don't try to do everything
|
|
48
|
+
|
|
49
|
+
### 2. Value Before Ask
|
|
50
|
+
- Lead with usefulness
|
|
51
|
+
- Build trust through content
|
|
52
|
+
- Earn the right to sell
|
|
53
|
+
|
|
54
|
+
### 3. Relevance Over Volume
|
|
55
|
+
- Fewer, better emails win
|
|
56
|
+
- Segment for relevance
|
|
57
|
+
- Quality > frequency
|
|
58
|
+
|
|
59
|
+
### 4. Clear Path Forward
|
|
60
|
+
- Every email moves them somewhere
|
|
61
|
+
- Links should do something useful
|
|
62
|
+
- Make next steps obvious
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## Email Sequence Strategy
|
|
67
|
+
|
|
68
|
+
### Sequence Length
|
|
69
|
+
- Welcome: 3-7 emails
|
|
70
|
+
- Lead nurture: 5-10 emails
|
|
71
|
+
- Onboarding: 5-10 emails
|
|
72
|
+
- Re-engagement: 3-5 emails
|
|
73
|
+
|
|
74
|
+
Depends on:
|
|
75
|
+
- Sales cycle length
|
|
76
|
+
- Product complexity
|
|
77
|
+
- Relationship stage
|
|
78
|
+
|
|
79
|
+
### Timing/Delays
|
|
80
|
+
- Welcome email: Immediately
|
|
81
|
+
- Early sequence: 1-2 days apart
|
|
82
|
+
- Nurture: 2-4 days apart
|
|
83
|
+
- Long-term: Weekly or bi-weekly
|
|
84
|
+
|
|
85
|
+
Consider:
|
|
86
|
+
- B2B: Avoid weekends
|
|
87
|
+
- B2C: Test weekends
|
|
88
|
+
- Time zones: Send at local time
|
|
89
|
+
|
|
90
|
+
### Subject Line Strategy
|
|
91
|
+
- Clear > Clever
|
|
92
|
+
- Specific > Vague
|
|
93
|
+
- Benefit or curiosity-driven
|
|
94
|
+
- 40-60 characters ideal
|
|
95
|
+
- Test emoji (they're polarizing)
|
|
96
|
+
|
|
97
|
+
**Patterns that work:**
|
|
98
|
+
- Question: "Still struggling with X?"
|
|
99
|
+
- How-to: "How to [achieve outcome] in [timeframe]"
|
|
100
|
+
- Number: "3 ways to [benefit]"
|
|
101
|
+
- Direct: "[First name], your [thing] is ready"
|
|
102
|
+
- Story tease: "The mistake I made with [topic]"
|
|
103
|
+
|
|
104
|
+
### Preview Text
|
|
105
|
+
- Extends the subject line
|
|
106
|
+
- ~90-140 characters
|
|
107
|
+
- Don't repeat subject line
|
|
108
|
+
- Complete the thought or add intrigue
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## Sequence Types Overview
|
|
113
|
+
|
|
114
|
+
### Welcome Sequence (Post-Signup)
|
|
115
|
+
**Length**: 5-7 emails over 12-14 days
|
|
116
|
+
**Goal**: Activate, build trust, convert
|
|
117
|
+
|
|
118
|
+
Key emails:
|
|
119
|
+
1. Welcome + deliver promised value (immediate)
|
|
120
|
+
2. Quick win (day 1-2)
|
|
121
|
+
3. Story/Why (day 3-4)
|
|
122
|
+
4. Social proof (day 5-6)
|
|
123
|
+
5. Overcome objection (day 7-8)
|
|
124
|
+
6. Core feature highlight (day 9-11)
|
|
125
|
+
7. Conversion (day 12-14)
|
|
126
|
+
|
|
127
|
+
### Lead Nurture Sequence (Pre-Sale)
|
|
128
|
+
**Length**: 6-8 emails over 2-3 weeks
|
|
129
|
+
**Goal**: Build trust, demonstrate expertise, convert
|
|
130
|
+
|
|
131
|
+
Key emails:
|
|
132
|
+
1. Deliver lead magnet + intro (immediate)
|
|
133
|
+
2. Expand on topic (day 2-3)
|
|
134
|
+
3. Problem deep-dive (day 4-5)
|
|
135
|
+
4. Solution framework (day 6-8)
|
|
136
|
+
5. Case study (day 9-11)
|
|
137
|
+
6. Differentiation (day 12-14)
|
|
138
|
+
7. Objection handler (day 15-18)
|
|
139
|
+
8. Direct offer (day 19-21)
|
|
140
|
+
|
|
141
|
+
### Re-Engagement Sequence
|
|
142
|
+
**Length**: 3-4 emails over 2 weeks
|
|
143
|
+
**Trigger**: 30-60 days of inactivity
|
|
144
|
+
**Goal**: Win back or clean list
|
|
145
|
+
|
|
146
|
+
Key emails:
|
|
147
|
+
1. Check-in (genuine concern)
|
|
148
|
+
2. Value reminder (what's new)
|
|
149
|
+
3. Incentive (special offer)
|
|
150
|
+
4. Last chance (stay or unsubscribe)
|
|
151
|
+
|
|
152
|
+
### Onboarding Sequence (Product Users)
|
|
153
|
+
**Length**: 5-7 emails over 14 days
|
|
154
|
+
**Goal**: Activate, drive to aha moment, upgrade
|
|
155
|
+
**Note**: Coordinate with in-app onboarding—email supports, doesn't duplicate
|
|
156
|
+
|
|
157
|
+
Key emails:
|
|
158
|
+
1. Welcome + first step (immediate)
|
|
159
|
+
2. Getting started help (day 1)
|
|
160
|
+
3. Feature highlight (day 2-3)
|
|
161
|
+
4. Success story (day 4-5)
|
|
162
|
+
5. Check-in (day 7)
|
|
163
|
+
6. Advanced tip (day 10-12)
|
|
164
|
+
7. Upgrade/expand (day 14+)
|
|
165
|
+
|
|
166
|
+
**For detailed templates**: See [references/sequence-templates.md](references/sequence-templates.md)
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
## Email Types by Category
|
|
171
|
+
|
|
172
|
+
### Onboarding Emails
|
|
173
|
+
- New users series
|
|
174
|
+
- New customers series
|
|
175
|
+
- Key onboarding step reminders
|
|
176
|
+
- New user invites
|
|
177
|
+
|
|
178
|
+
### Retention Emails
|
|
179
|
+
- Upgrade to paid
|
|
180
|
+
- Upgrade to higher plan
|
|
181
|
+
- Ask for review
|
|
182
|
+
- Proactive support offers
|
|
183
|
+
- Product usage reports
|
|
184
|
+
- NPS survey
|
|
185
|
+
- Referral program
|
|
186
|
+
|
|
187
|
+
### Billing Emails
|
|
188
|
+
- Switch to annual
|
|
189
|
+
- Failed payment recovery
|
|
190
|
+
- Cancellation survey
|
|
191
|
+
- Upcoming renewal reminders
|
|
192
|
+
|
|
193
|
+
### Usage Emails
|
|
194
|
+
- Daily/weekly/monthly summaries
|
|
195
|
+
- Key event notifications
|
|
196
|
+
- Milestone celebrations
|
|
197
|
+
|
|
198
|
+
### Win-Back Emails
|
|
199
|
+
- Expired trials
|
|
200
|
+
- Cancelled customers
|
|
201
|
+
|
|
202
|
+
### Campaign Emails
|
|
203
|
+
- Monthly roundup / newsletter
|
|
204
|
+
- Seasonal promotions
|
|
205
|
+
- Product updates
|
|
206
|
+
- Industry news roundup
|
|
207
|
+
- Pricing updates
|
|
208
|
+
|
|
209
|
+
**For detailed email type reference**: See [references/email-types.md](references/email-types.md)
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
## Email Copy Guidelines
|
|
214
|
+
|
|
215
|
+
### Structure
|
|
216
|
+
1. **Hook**: First line grabs attention
|
|
217
|
+
2. **Context**: Why this matters to them
|
|
218
|
+
3. **Value**: The useful content
|
|
219
|
+
4. **CTA**: What to do next
|
|
220
|
+
5. **Sign-off**: Human, warm close
|
|
221
|
+
|
|
222
|
+
### Formatting
|
|
223
|
+
- Short paragraphs (1-3 sentences)
|
|
224
|
+
- White space between sections
|
|
225
|
+
- Bullet points for scanability
|
|
226
|
+
- Bold for emphasis (sparingly)
|
|
227
|
+
- Mobile-first (most read on phone)
|
|
228
|
+
|
|
229
|
+
### Tone
|
|
230
|
+
- Conversational, not formal
|
|
231
|
+
- First-person (I/we) and second-person (you)
|
|
232
|
+
- Active voice
|
|
233
|
+
- Read it out loud—does it sound human?
|
|
234
|
+
|
|
235
|
+
### Length
|
|
236
|
+
- 50-125 words for transactional
|
|
237
|
+
- 150-300 words for educational
|
|
238
|
+
- 300-500 words for story-driven
|
|
239
|
+
|
|
240
|
+
### CTA Guidelines
|
|
241
|
+
- Buttons for primary actions
|
|
242
|
+
- Links for secondary actions
|
|
243
|
+
- One clear primary CTA per email
|
|
244
|
+
- Button text: Action + outcome
|
|
245
|
+
|
|
246
|
+
**For detailed copy, personalization, and testing guidelines**: See [references/copy-guidelines.md](references/copy-guidelines.md)
|
|
247
|
+
|
|
248
|
+
---
|
|
249
|
+
|
|
250
|
+
## Output Format
|
|
251
|
+
|
|
252
|
+
### Sequence Overview
|
|
253
|
+
```
|
|
254
|
+
Sequence Name: [Name]
|
|
255
|
+
Trigger: [What starts the sequence]
|
|
256
|
+
Goal: [Primary conversion goal]
|
|
257
|
+
Length: [Number of emails]
|
|
258
|
+
Timing: [Delay between emails]
|
|
259
|
+
Exit Conditions: [When they leave the sequence]
|
|
260
|
+
```
|
|
261
|
+
|
|
262
|
+
### For Each Email
|
|
263
|
+
```
|
|
264
|
+
Email [#]: [Name/Purpose]
|
|
265
|
+
Send: [Timing]
|
|
266
|
+
Subject: [Subject line]
|
|
267
|
+
Preview: [Preview text]
|
|
268
|
+
Body: [Full copy]
|
|
269
|
+
CTA: [Button text] → [Link destination]
|
|
270
|
+
Segment/Conditions: [If applicable]
|
|
271
|
+
```
|
|
272
|
+
|
|
273
|
+
### Metrics Plan
|
|
274
|
+
What to measure and benchmarks
|
|
275
|
+
|
|
276
|
+
---
|
|
277
|
+
|
|
278
|
+
## Task-Specific Questions
|
|
279
|
+
|
|
280
|
+
1. What triggers entry to this sequence?
|
|
281
|
+
2. What's the primary goal/conversion action?
|
|
282
|
+
3. What do they already know about you?
|
|
283
|
+
4. What other emails are they receiving?
|
|
284
|
+
5. What's your current email performance?
|
|
285
|
+
|
|
286
|
+
---
|
|
287
|
+
|
|
288
|
+
## Tool Integrations
|
|
289
|
+
|
|
290
|
+
For implementation, see the [tools registry](../../tools/REGISTRY.md). Key email tools:
|
|
291
|
+
|
|
292
|
+
| Tool | Best For | MCP | Guide |
|
|
293
|
+
|------|----------|:---:|-------|
|
|
294
|
+
| **Customer.io** | Behavior-based automation | - | [customer-io.md](../../tools/integrations/customer-io.md) |
|
|
295
|
+
| **Mailchimp** | SMB email marketing | ✓ | [mailchimp.md](../../tools/integrations/mailchimp.md) |
|
|
296
|
+
| **Resend** | Developer-friendly transactional | ✓ | [resend.md](../../tools/integrations/resend.md) |
|
|
297
|
+
| **SendGrid** | Transactional email at scale | - | [sendgrid.md](../../tools/integrations/sendgrid.md) |
|
|
298
|
+
| **Kit** | Creator/newsletter focused | - | [kit.md](../../tools/integrations/kit.md) |
|
|
299
|
+
|
|
300
|
+
---
|
|
301
|
+
|
|
302
|
+
## Related Skills
|
|
303
|
+
|
|
304
|
+
- **churn-prevention**: For cancel flows, save offers, and dunning strategy (email supports this)
|
|
305
|
+
- **onboarding-cro**: For in-app onboarding (email supports this)
|
|
306
|
+
- **copywriting**: For landing pages emails link to
|
|
307
|
+
- **ab-test-setup**: For testing email elements
|
|
308
|
+
- **popup-cro**: For email capture popups
|
|
309
|
+
- **revops**: For lifecycle stages that trigger email sequences
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "email-sequence",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "Create a welcome email sequence for new users who sign up for our project management tool's free trial. The trial is 14 days. We want to get them to their aha moment (creating their first project and inviting a team member).",
|
|
7
|
+
"expected_output": "Should check for product-marketing-context.md first. Should create a welcome sequence (5-7 emails) following the core principles: one email one job, value before ask. Should map each email to a specific goal in the 14-day trial journey. Should include timing/delays between emails. Each email should follow the email copy structure: hook → context → value → CTA → sign-off. Should include subject lines following the subject line strategy. Should align sequence with the aha moment (first project + team invite). Output should follow the structured format with sequence overview and per-email specs.",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Checks for product-marketing-context.md",
|
|
10
|
+
"Creates 5-7 email welcome sequence",
|
|
11
|
+
"Follows one email one job principle",
|
|
12
|
+
"Maps emails to trial timeline (14 days)",
|
|
13
|
+
"Includes timing between emails",
|
|
14
|
+
"Each email has hook, context, value, CTA",
|
|
15
|
+
"Includes subject lines for each email",
|
|
16
|
+
"Aligns with stated aha moment",
|
|
17
|
+
"Output follows structured per-email format"
|
|
18
|
+
],
|
|
19
|
+
"files": []
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": 2,
|
|
23
|
+
"prompt": "We need a lead nurture sequence for people who download our 'State of DevOps 2024' report. Goal is to get them to book a demo of our CI/CD platform.",
|
|
24
|
+
"expected_output": "Should create a lead nurture sequence (6-8 emails). Should follow value before ask — first emails should provide related value, not immediately push for demo. Should map the sequence from awareness (report download) through consideration (related content, case studies) to decision (demo request). Should include timing between emails. Each email should have clear subject line, hook, single CTA. Should gradually increase commitment asks across the sequence.",
|
|
25
|
+
"assertions": [
|
|
26
|
+
"Creates 6-8 email lead nurture sequence",
|
|
27
|
+
"Follows value before ask principle",
|
|
28
|
+
"Maps from awareness through consideration to decision",
|
|
29
|
+
"Includes timing between emails",
|
|
30
|
+
"Each email has clear subject line and single CTA",
|
|
31
|
+
"Gradually increases commitment asks",
|
|
32
|
+
"Connects to original download topic"
|
|
33
|
+
],
|
|
34
|
+
"files": []
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": 3,
|
|
38
|
+
"prompt": "our email open rates have tanked. used to be 35% now we're at 18%. what's going on and how do we fix our subject lines?",
|
|
39
|
+
"expected_output": "Should trigger on casual phrasing. Should diagnose potential causes of declining open rates: sender reputation, list hygiene, subject line quality, sending frequency, deliverability issues. Should apply the subject line strategy from the skill: test curiosity vs benefit vs urgency patterns, personalization, optimal length. Should recommend a re-engagement campaign to clean the list. Should provide specific subject line formulas and examples. Should suggest testing framework for subject lines.",
|
|
40
|
+
"assertions": [
|
|
41
|
+
"Triggers on casual phrasing",
|
|
42
|
+
"Diagnoses potential causes beyond just subject lines",
|
|
43
|
+
"Addresses sender reputation and deliverability",
|
|
44
|
+
"Recommends list hygiene or re-engagement",
|
|
45
|
+
"Applies subject line strategy with specific patterns",
|
|
46
|
+
"Provides subject line formulas and examples",
|
|
47
|
+
"Suggests testing framework"
|
|
48
|
+
],
|
|
49
|
+
"files": []
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": 4,
|
|
53
|
+
"prompt": "Build a re-engagement sequence for subscribers who haven't opened any emails in 90 days. We have about 5,000 inactive subscribers.",
|
|
54
|
+
"expected_output": "Should create a re-engagement sequence (3-4 emails). Should follow the re-engagement pattern: first email acknowledges absence and offers value, middle emails escalate with compelling reasons to re-engage, final email is a clear 'last chance' before removal. Should recommend aggressive subject lines to break through. Should include a sunset policy (remove non-responders after sequence completes). Should address the impact on deliverability of keeping inactive subscribers.",
|
|
55
|
+
"assertions": [
|
|
56
|
+
"Creates 3-4 email re-engagement sequence",
|
|
57
|
+
"Acknowledges absence in first email",
|
|
58
|
+
"Escalates through the sequence",
|
|
59
|
+
"Includes 'last chance' final email",
|
|
60
|
+
"Recommends sunset policy for non-responders",
|
|
61
|
+
"Addresses deliverability impact of inactive subscribers",
|
|
62
|
+
"Uses compelling subject lines"
|
|
63
|
+
],
|
|
64
|
+
"files": []
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": 5,
|
|
68
|
+
"prompt": "What's the ideal timing for our onboarding email sequence? We send the first email immediately after signup, but we're not sure about the rest.",
|
|
69
|
+
"expected_output": "Should provide timing guidance for onboarding sequences. Should reference the timing and delays framework: immediate first email (welcome/confirmation), then suggest data-driven timing based on user behavior triggers vs fixed time delays. Should recommend behavior-triggered emails when possible (user completed action → next email) with time-based fallbacks. Should provide typical timing patterns for SaaS onboarding (day 0, day 1, day 3, day 5, day 7, etc.). Should note that optimal timing depends on product complexity and trial length.",
|
|
70
|
+
"assertions": [
|
|
71
|
+
"Provides timing guidance for onboarding sequences",
|
|
72
|
+
"Recommends immediate first email",
|
|
73
|
+
"Discusses behavior-triggered vs time-based timing",
|
|
74
|
+
"Provides typical timing patterns",
|
|
75
|
+
"Notes timing depends on product and trial length",
|
|
76
|
+
"Recommends behavior triggers with time-based fallbacks"
|
|
77
|
+
],
|
|
78
|
+
"files": []
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": 6,
|
|
82
|
+
"prompt": "Help me optimize our post-signup onboarding experience. Users sign up but 60% never complete setup.",
|
|
83
|
+
"expected_output": "Should recognize this is an in-app onboarding optimization task, not an email sequence task. Should defer to or cross-reference the onboarding-cro skill, which handles in-app onboarding flows, checklists, and activation optimization. May offer to help with the email component of onboarding but should make clear that onboarding-cro is the primary skill for this task.",
|
|
84
|
+
"assertions": [
|
|
85
|
+
"Recognizes this as in-app onboarding optimization",
|
|
86
|
+
"References or defers to onboarding-cro skill",
|
|
87
|
+
"Does not attempt full onboarding redesign using email patterns",
|
|
88
|
+
"May offer email component support"
|
|
89
|
+
],
|
|
90
|
+
"files": []
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
# Email Copy Guidelines
|
|
2
|
+
|
|
3
|
+
## Contents
|
|
4
|
+
- Structure
|
|
5
|
+
- Formatting
|
|
6
|
+
- Tone
|
|
7
|
+
- Length
|
|
8
|
+
- CTA Buttons vs. Links
|
|
9
|
+
- Personalization (merge fields, dynamic content, triggered emails)
|
|
10
|
+
- Segmentation Strategies (by behavior, by stage, by profile)
|
|
11
|
+
- Testing and Optimization (what to test, how to test, metrics to track)
|
|
12
|
+
|
|
13
|
+
## Structure
|
|
14
|
+
|
|
15
|
+
1. **Hook**: First line grabs attention
|
|
16
|
+
2. **Context**: Why this matters to them
|
|
17
|
+
3. **Value**: The useful content
|
|
18
|
+
4. **CTA**: What to do next
|
|
19
|
+
5. **Sign-off**: Human, warm close
|
|
20
|
+
|
|
21
|
+
## Formatting
|
|
22
|
+
|
|
23
|
+
- Short paragraphs (1-3 sentences)
|
|
24
|
+
- White space between sections
|
|
25
|
+
- Bullet points for scanability
|
|
26
|
+
- Bold for emphasis (sparingly)
|
|
27
|
+
- Mobile-first (most read on phone)
|
|
28
|
+
|
|
29
|
+
## Tone
|
|
30
|
+
|
|
31
|
+
- Conversational, not formal
|
|
32
|
+
- First-person (I/we) and second-person (you)
|
|
33
|
+
- Active voice
|
|
34
|
+
- Match your brand but lean friendly
|
|
35
|
+
- Read it out loud—does it sound human?
|
|
36
|
+
|
|
37
|
+
## Length
|
|
38
|
+
|
|
39
|
+
- Shorter is usually better
|
|
40
|
+
- 50-125 words for transactional
|
|
41
|
+
- 150-300 words for educational
|
|
42
|
+
- 300-500 words for story-driven
|
|
43
|
+
- If it's long, it better be good
|
|
44
|
+
|
|
45
|
+
## CTA Buttons vs. Links
|
|
46
|
+
|
|
47
|
+
- Buttons: Primary actions, high-visibility
|
|
48
|
+
- Links: Secondary actions, in-text
|
|
49
|
+
- One clear primary CTA per email
|
|
50
|
+
- Button text: Action + outcome
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## Personalization
|
|
55
|
+
|
|
56
|
+
### Merge Fields
|
|
57
|
+
- First name (fallback to "there" or "friend")
|
|
58
|
+
- Company name (B2B)
|
|
59
|
+
- Relevant data (usage, plan, etc.)
|
|
60
|
+
|
|
61
|
+
### Dynamic Content
|
|
62
|
+
- Based on segment
|
|
63
|
+
- Based on behavior
|
|
64
|
+
- Based on stage
|
|
65
|
+
|
|
66
|
+
### Triggered Emails
|
|
67
|
+
- Action-based sends
|
|
68
|
+
- More relevant than time-based
|
|
69
|
+
- Examples: Feature used, milestone hit, inactivity
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## Segmentation Strategies
|
|
74
|
+
|
|
75
|
+
### By Behavior
|
|
76
|
+
- Openers vs. non-openers
|
|
77
|
+
- Clickers vs. non-clickers
|
|
78
|
+
- Active vs. inactive
|
|
79
|
+
|
|
80
|
+
### By Stage
|
|
81
|
+
- Trial vs. paid
|
|
82
|
+
- New vs. long-term
|
|
83
|
+
- Engaged vs. at-risk
|
|
84
|
+
|
|
85
|
+
### By Profile
|
|
86
|
+
- Industry/role (B2B)
|
|
87
|
+
- Use case / goal
|
|
88
|
+
- Company size
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## Testing and Optimization
|
|
93
|
+
|
|
94
|
+
### What to Test
|
|
95
|
+
- Subject lines (highest impact)
|
|
96
|
+
- Send times
|
|
97
|
+
- Email length
|
|
98
|
+
- CTA placement and copy
|
|
99
|
+
- Personalization level
|
|
100
|
+
- Sequence timing
|
|
101
|
+
|
|
102
|
+
### How to Test
|
|
103
|
+
- A/B test one variable at a time
|
|
104
|
+
- Sufficient sample size
|
|
105
|
+
- Statistical significance
|
|
106
|
+
- Document learnings
|
|
107
|
+
|
|
108
|
+
### Metrics to Track
|
|
109
|
+
- Open rate (benchmark: 20-40%)
|
|
110
|
+
- Click rate (benchmark: 2-5%)
|
|
111
|
+
- Unsubscribe rate (keep under 0.5%)
|
|
112
|
+
- Conversion rate (specific to sequence goal)
|
|
113
|
+
- Revenue per email (if applicable)
|