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.
Files changed (207) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +196 -0
  3. package/VERSION +1 -0
  4. package/adapters/antigravity.sh +14 -0
  5. package/adapters/claude-code.sh +160 -0
  6. package/adapters/codex.sh +13 -0
  7. package/adapters/copilot.sh +13 -0
  8. package/adapters/cursor.sh +13 -0
  9. package/adapters/gemini.sh +13 -0
  10. package/adapters/lib/__pycache__/modules.cpython-312.pyc +0 -0
  11. package/adapters/lib/modules.py +592 -0
  12. package/adapters/lib/shared.sh +83 -0
  13. package/adapters/lib/sync_plugins.py +113 -0
  14. package/adapters/windsurf.sh +15 -0
  15. package/bin/100xprism.js +29 -0
  16. package/get.sh +24 -0
  17. package/install-project.sh +82 -0
  18. package/install.sh +281 -0
  19. package/lib/adapters/windows.js +429 -0
  20. package/lib/bootstrap.js +33 -0
  21. package/lib/init.js +19 -0
  22. package/lib/install.js +18 -0
  23. package/lib/migrate.js +52 -0
  24. package/lib/platform.js +22 -0
  25. package/lib/update.js +29 -0
  26. package/modules/_lib/reference.md +77 -0
  27. package/modules/a11y-auditor/SKILL.md +151 -0
  28. package/modules/ab-test-setup/SKILL.md +266 -0
  29. package/modules/ab-test-setup/evals/evals.json +105 -0
  30. package/modules/ab-test-setup/references/sample-size-guide.md +263 -0
  31. package/modules/ab-test-setup/references/test-templates.md +277 -0
  32. package/modules/ad-creative/SKILL.md +362 -0
  33. package/modules/ad-creative/evals/evals.json +90 -0
  34. package/modules/ad-creative/references/generative-tools.md +637 -0
  35. package/modules/ad-creative/references/platform-specs.md +213 -0
  36. package/modules/ai-seo/SKILL.md +398 -0
  37. package/modules/ai-seo/evals/evals.json +90 -0
  38. package/modules/ai-seo/references/content-patterns.md +285 -0
  39. package/modules/ai-seo/references/platform-ranking-factors.md +152 -0
  40. package/modules/analytics-tracking/SKILL.md +309 -0
  41. package/modules/analytics-tracking/evals/evals.json +90 -0
  42. package/modules/analytics-tracking/references/event-library.md +260 -0
  43. package/modules/analytics-tracking/references/ga4-implementation.md +300 -0
  44. package/modules/analytics-tracking/references/gtm-implementation.md +390 -0
  45. package/modules/architect/SKILL.md +282 -0
  46. package/modules/branch/SKILL.md +105 -0
  47. package/modules/churn-prevention/SKILL.md +424 -0
  48. package/modules/churn-prevention/evals/evals.json +93 -0
  49. package/modules/churn-prevention/references/cancel-flow-patterns.md +316 -0
  50. package/modules/churn-prevention/references/dunning-playbook.md +408 -0
  51. package/modules/cloud-security/SKILL.md +240 -0
  52. package/modules/cold-email/SKILL.md +178 -0
  53. package/modules/cold-email/evals/evals.json +94 -0
  54. package/modules/cold-email/references/benchmarks.md +83 -0
  55. package/modules/cold-email/references/follow-up-sequences.md +81 -0
  56. package/modules/cold-email/references/frameworks.md +90 -0
  57. package/modules/cold-email/references/personalization.md +79 -0
  58. package/modules/cold-email/references/subject-lines.md +53 -0
  59. package/modules/commit/SKILL.md +195 -0
  60. package/modules/competitor-alternatives/SKILL.md +256 -0
  61. package/modules/competitor-alternatives/evals/evals.json +93 -0
  62. package/modules/competitor-alternatives/references/content-architecture.md +271 -0
  63. package/modules/competitor-alternatives/references/templates.md +223 -0
  64. package/modules/connect/SKILL.md +894 -0
  65. package/modules/content-strategy/SKILL.md +359 -0
  66. package/modules/content-strategy/evals/evals.json +90 -0
  67. package/modules/context-dump/SKILL.md +67 -0
  68. package/modules/copy-editing/SKILL.md +447 -0
  69. package/modules/copy-editing/evals/evals.json +89 -0
  70. package/modules/copy-editing/references/plain-english-alternatives.md +394 -0
  71. package/modules/copywriting/SKILL.md +271 -0
  72. package/modules/copywriting/evals/evals.json +111 -0
  73. package/modules/copywriting/references/cold-email-benchmarks.md +83 -0
  74. package/modules/copywriting/references/cold-email-follow-ups.md +81 -0
  75. package/modules/copywriting/references/cold-email-frameworks.md +90 -0
  76. package/modules/copywriting/references/cold-email-personalization.md +79 -0
  77. package/modules/copywriting/references/cold-email-subject-lines.md +53 -0
  78. package/modules/copywriting/references/copy-frameworks.md +344 -0
  79. package/modules/copywriting/references/email-copy-guidelines.md +113 -0
  80. package/modules/copywriting/references/email-types.md +515 -0
  81. package/modules/copywriting/references/natural-transitions.md +272 -0
  82. package/modules/copywriting/references/sequence-templates.md +168 -0
  83. package/modules/data-query/SKILL.md +58 -0
  84. package/modules/data-viz/SKILL.md +225 -0
  85. package/modules/db/SKILL.md +205 -0
  86. package/modules/db/db-engines/_router.md +24 -0
  87. package/modules/db/db-engines/athena.md +16 -0
  88. package/modules/db/db-engines/cloud-sql.md +16 -0
  89. package/modules/db/db-engines/databricks.md +14 -0
  90. package/modules/db/db-engines/oracle.md +14 -0
  91. package/modules/db/db-engines/postgres.md +15 -0
  92. package/modules/db/db-engines/presto.md +14 -0
  93. package/modules/db/db-engines/snowflake.md +14 -0
  94. package/modules/docs/SKILL.md +100 -0
  95. package/modules/email-sequence/SKILL.md +309 -0
  96. package/modules/email-sequence/evals/evals.json +93 -0
  97. package/modules/email-sequence/references/copy-guidelines.md +113 -0
  98. package/modules/email-sequence/references/email-types.md +515 -0
  99. package/modules/email-sequence/references/sequence-templates.md +168 -0
  100. package/modules/enterprise-design/SKILL.md +75 -0
  101. package/modules/eval/SKILL.md +105 -0
  102. package/modules/figma-translator/SKILL.md +49 -0
  103. package/modules/fix-bugs/SKILL.md +104 -0
  104. package/modules/form-cro/SKILL.md +429 -0
  105. package/modules/form-cro/evals/evals.json +90 -0
  106. package/modules/free-tool-strategy/SKILL.md +178 -0
  107. package/modules/free-tool-strategy/evals/evals.json +90 -0
  108. package/modules/free-tool-strategy/references/tool-types.md +217 -0
  109. package/modules/gate/SKILL.md +232 -0
  110. package/modules/grill-me/SKILL.md +59 -0
  111. package/modules/interaction-engineer/SKILL.md +49 -0
  112. package/modules/issue/SKILL.md +272 -0
  113. package/modules/launch/SKILL.md +345 -0
  114. package/modules/launch-strategy/SKILL.md +353 -0
  115. package/modules/launch-strategy/evals/evals.json +91 -0
  116. package/modules/lint/SKILL.md +126 -0
  117. package/modules/marketing-ideas/SKILL.md +167 -0
  118. package/modules/marketing-ideas/evals/evals.json +90 -0
  119. package/modules/marketing-ideas/references/ideas-by-category.md +366 -0
  120. package/modules/marketing-psychology/SKILL.md +455 -0
  121. package/modules/marketing-psychology/evals/evals.json +88 -0
  122. package/modules/motion-designer/SKILL.md +214 -0
  123. package/modules/onboarding-cro/SKILL.md +220 -0
  124. package/modules/onboarding-cro/evals/evals.json +92 -0
  125. package/modules/onboarding-cro/references/experiments.md +258 -0
  126. package/modules/orchestrate/SKILL.md +77 -0
  127. package/modules/page-cro/SKILL.md +182 -0
  128. package/modules/page-cro/evals/evals.json +111 -0
  129. package/modules/page-cro/references/experiments.md +248 -0
  130. package/modules/page-cro/references/paywall-experiments.md +164 -0
  131. package/modules/paid-ads/SKILL.md +315 -0
  132. package/modules/paid-ads/evals/evals.json +90 -0
  133. package/modules/paid-ads/references/ad-copy-templates.md +207 -0
  134. package/modules/paid-ads/references/audience-targeting.md +243 -0
  135. package/modules/paid-ads/references/platform-setup-checklists.md +277 -0
  136. package/modules/paywall-upgrade-cro/SKILL.md +227 -0
  137. package/modules/paywall-upgrade-cro/evals/evals.json +93 -0
  138. package/modules/paywall-upgrade-cro/references/experiments.md +164 -0
  139. package/modules/popup-cro/SKILL.md +453 -0
  140. package/modules/popup-cro/evals/evals.json +94 -0
  141. package/modules/pr/SKILL.md +203 -0
  142. package/modules/pricing-strategy/SKILL.md +231 -0
  143. package/modules/pricing-strategy/evals/evals.json +90 -0
  144. package/modules/pricing-strategy/references/research-methods.md +152 -0
  145. package/modules/pricing-strategy/references/tier-structure.md +232 -0
  146. package/modules/product-marketing-context/SKILL.md +241 -0
  147. package/modules/product-marketing-context/evals/evals.json +85 -0
  148. package/modules/programmatic-seo/SKILL.md +238 -0
  149. package/modules/programmatic-seo/evals/evals.json +94 -0
  150. package/modules/programmatic-seo/references/playbooks.md +308 -0
  151. package/modules/push/SKILL.md +202 -0
  152. package/modules/referral-program/SKILL.md +255 -0
  153. package/modules/referral-program/evals/evals.json +89 -0
  154. package/modules/referral-program/references/affiliate-programs.md +164 -0
  155. package/modules/referral-program/references/program-examples.md +143 -0
  156. package/modules/release/SKILL.md +293 -0
  157. package/modules/revops/SKILL.md +343 -0
  158. package/modules/revops/evals/evals.json +91 -0
  159. package/modules/revops/references/automation-playbooks.md +290 -0
  160. package/modules/revops/references/lifecycle-definitions.md +278 -0
  161. package/modules/revops/references/routing-rules.md +203 -0
  162. package/modules/revops/references/scoring-models.md +247 -0
  163. package/modules/sales-enablement/SKILL.md +349 -0
  164. package/modules/sales-enablement/evals/evals.json +91 -0
  165. package/modules/sales-enablement/references/deck-frameworks.md +263 -0
  166. package/modules/sales-enablement/references/demo-scripts.md +355 -0
  167. package/modules/sales-enablement/references/objection-library.md +270 -0
  168. package/modules/sales-enablement/references/one-pager-templates.md +208 -0
  169. package/modules/schema-markup/SKILL.md +179 -0
  170. package/modules/schema-markup/evals/evals.json +87 -0
  171. package/modules/schema-markup/references/schema-examples.md +398 -0
  172. package/modules/security/SKILL.md +138 -0
  173. package/modules/seo-audit/SKILL.md +412 -0
  174. package/modules/seo-audit/evals/evals.json +136 -0
  175. package/modules/seo-audit/references/ai-writing-detection.md +200 -0
  176. package/modules/seo-audit/references/content-patterns.md +285 -0
  177. package/modules/seo-audit/references/platform-ranking-factors.md +152 -0
  178. package/modules/signup-flow-cro/SKILL.md +359 -0
  179. package/modules/signup-flow-cro/evals/evals.json +88 -0
  180. package/modules/site-architecture/SKILL.md +357 -0
  181. package/modules/site-architecture/evals/evals.json +88 -0
  182. package/modules/site-architecture/references/mermaid-templates.md +216 -0
  183. package/modules/site-architecture/references/navigation-patterns.md +305 -0
  184. package/modules/site-architecture/references/site-type-templates.md +293 -0
  185. package/modules/social-content/SKILL.md +278 -0
  186. package/modules/social-content/evals/evals.json +92 -0
  187. package/modules/social-content/references/platforms.md +170 -0
  188. package/modules/social-content/references/post-templates.md +177 -0
  189. package/modules/social-content/references/reverse-engineering.md +195 -0
  190. package/modules/spec/SKILL.md +81 -0
  191. package/modules/subagents/SKILL.md +123 -0
  192. package/modules/techdebt/SKILL.md +71 -0
  193. package/modules/terminal-setup/SKILL.md +49 -0
  194. package/modules/test/SKILL.md +493 -0
  195. package/modules/test/references/e2e-patterns.md +294 -0
  196. package/modules/update-claude-md/SKILL.md +52 -0
  197. package/modules/visual-system-architect/SKILL.md +53 -0
  198. package/package.json +44 -0
  199. package/plugins/plugins.json +43 -0
  200. package/shell/aliases.sh +24 -0
  201. package/shell/check-update.sh +212 -0
  202. package/templates/.env.example +199 -0
  203. package/templates/docker-compose.md +46 -0
  204. package/templates/node-frontend.md +56 -0
  205. package/templates/node-fullstack.md +59 -0
  206. package/templates/python-api.md +57 -0
  207. package/update.sh +231 -0
@@ -0,0 +1,344 @@
1
+ # Copy Frameworks Reference
2
+
3
+ Headline formulas, page section types, and structural templates.
4
+
5
+ ## Contents
6
+ - Headline Formulas (outcome-focused, problem-focused, audience-focused, differentiation-focused, proof-focused, additional formulas)
7
+ - Landing Page Section Types (core sections, supporting sections)
8
+ - Page Structure Templates (feature-heavy page, varied engaging page, compact landing page, enterprise/B2B landing page, product launch page)
9
+ - Section Writing Tips (problem section, benefits section, how it works section, testimonial selection)
10
+
11
+ ## Headline Formulas
12
+
13
+ ### Outcome-Focused
14
+
15
+ **{Achieve desirable outcome} without {pain point}**
16
+ > Understand how users are really experiencing your site without drowning in numbers
17
+
18
+ **{Achieve desirable outcome} by {how product makes it possible}**
19
+ > Generate more leads by seeing which companies visit your site
20
+
21
+ **Turn {input} into {outcome}**
22
+ > Turn your hard-earned sales into repeat customers
23
+
24
+ **[Achieve outcome] in [timeframe]**
25
+ > Get your tax refund in 10 days
26
+
27
+ ---
28
+
29
+ ### Problem-Focused
30
+
31
+ **Never {unpleasant event} again**
32
+ > Never miss a sales opportunity again
33
+
34
+ **{Question highlighting the main pain point}**
35
+ > Hate returning stuff to Amazon?
36
+
37
+ **Stop [pain]. Start [pleasure].**
38
+ > Stop chasing invoices. Start getting paid on time.
39
+
40
+ ---
41
+
42
+ ### Audience-Focused
43
+
44
+ **{Key feature/product type} for {target audience}**
45
+ > Advanced analytics for Shopify e-commerce
46
+
47
+ **{Key feature/product type} for {target audience} to {what it's used for}**
48
+ > An online whiteboard for teams to ideate and brainstorm together
49
+
50
+ **You don't have to {skills or resources} to {achieve desirable outcome}**
51
+ > With Ahrefs, you don't have to be an SEO pro to rank higher and get more traffic
52
+
53
+ ---
54
+
55
+ ### Differentiation-Focused
56
+
57
+ **The {opposite of usual process} way to {achieve desirable outcome}**
58
+ > The easiest way to turn your passion into income
59
+
60
+ **The [category] that [key differentiator]**
61
+ > The CRM that updates itself
62
+
63
+ ---
64
+
65
+ ### Proof-Focused
66
+
67
+ **[Number] [people] use [product] to [outcome]**
68
+ > 50,000 marketers use Drip to send better emails
69
+
70
+ **{Key benefit of your product}**
71
+ > Sound clear in online meetings
72
+
73
+ ---
74
+
75
+ ### Additional Formulas
76
+
77
+ **The simple way to {outcome}**
78
+ > The simple way to track your time
79
+
80
+ **Finally, {category} that {benefit}**
81
+ > Finally, accounting software that doesn't suck
82
+
83
+ **{Outcome} without {common pain}**
84
+ > Build your website without writing code
85
+
86
+ **Get {benefit} from your {thing}**
87
+ > Get more revenue from your existing traffic
88
+
89
+ **{Action verb} your {thing} like {admirable example}**
90
+ > Market your SaaS like a Fortune 500
91
+
92
+ **What if you could {desirable outcome}?**
93
+ > What if you could close deals 30% faster?
94
+
95
+ **Everything you need to {outcome}**
96
+ > Everything you need to launch your course
97
+
98
+ **The {adjective} {category} built for {audience}**
99
+ > The lightweight CRM built for startups
100
+
101
+ ---
102
+
103
+ ## Landing Page Section Types
104
+
105
+ ### Core Sections
106
+
107
+ **Hero (Above the Fold)**
108
+ - Headline + subheadline
109
+ - Primary CTA
110
+ - Supporting visual (product screenshot, hero image)
111
+ - Optional: Social proof bar
112
+
113
+ **Social Proof Bar**
114
+ - Customer logos (recognizable > many)
115
+ - Key metric ("10,000+ teams")
116
+ - Star rating with review count
117
+ - Short testimonial snippet
118
+
119
+ **Problem/Pain Section**
120
+ - Articulate their problem better than they can
121
+ - Create recognition ("that's exactly my situation")
122
+ - Hint at cost of not solving it
123
+
124
+ **Solution/Benefits Section**
125
+ - Bridge from problem to your solution
126
+ - 3-5 key benefits (not 10)
127
+ - Each: headline + explanation + proof if available
128
+
129
+ **How It Works**
130
+ - 3-4 numbered steps
131
+ - Reduces perceived complexity
132
+ - Each step: action + outcome
133
+
134
+ **Final CTA Section**
135
+ - Recap value proposition
136
+ - Repeat primary CTA
137
+ - Risk reversal (guarantee, free trial)
138
+
139
+ ---
140
+
141
+ ### Supporting Sections
142
+
143
+ **Testimonials**
144
+ - Full quotes with names, roles, companies
145
+ - Photos when possible
146
+ - Specific results over vague praise
147
+ - Formats: quote cards, video, tweet embeds
148
+
149
+ **Case Studies**
150
+ - Problem → Solution → Results
151
+ - Specific metrics and outcomes
152
+ - Customer name and context
153
+ - Can be snippets with "Read more" links
154
+
155
+ **Use Cases**
156
+ - Different ways product is used
157
+ - Helps visitors self-identify
158
+ - "For marketers who need X" format
159
+
160
+ **Personas / "Built For" Sections**
161
+ - Explicitly call out target audience
162
+ - "Perfect for [role]" blocks
163
+ - Addresses "Is this for me?" question
164
+
165
+ **FAQ Section**
166
+ - Address common objections
167
+ - Good for SEO
168
+ - Reduces support burden
169
+ - 5-10 most common questions
170
+
171
+ **Comparison Section**
172
+ - vs. competitors (name them or don't)
173
+ - vs. status quo (spreadsheets, manual processes)
174
+ - Tables or side-by-side format
175
+
176
+ **Integrations / Partners**
177
+ - Logos of tools you connect with
178
+ - "Works with your stack" messaging
179
+ - Builds credibility
180
+
181
+ **Founder Story / Manifesto**
182
+ - Why you built this
183
+ - What you believe
184
+ - Emotional connection
185
+ - Differentiates from faceless competitors
186
+
187
+ **Demo / Product Tour**
188
+ - Interactive demos
189
+ - Video walkthroughs
190
+ - GIF previews
191
+ - Shows product in action
192
+
193
+ **Pricing Preview**
194
+ - Teaser even on non-pricing pages
195
+ - Starting price or "from $X/mo"
196
+ - Moves decision-makers forward
197
+
198
+ **Guarantee / Risk Reversal**
199
+ - Money-back guarantee
200
+ - Free trial terms
201
+ - "Cancel anytime"
202
+ - Reduces friction
203
+
204
+ **Stats Section**
205
+ - Key metrics that build credibility
206
+ - "10,000+ customers"
207
+ - "4.9/5 rating"
208
+ - "$2M saved for customers"
209
+
210
+ ---
211
+
212
+ ## Page Structure Templates
213
+
214
+ ### Feature-Heavy Page (Weak)
215
+
216
+ ```
217
+ 1. Hero
218
+ 2. Feature 1
219
+ 3. Feature 2
220
+ 4. Feature 3
221
+ 5. Feature 4
222
+ 6. CTA
223
+ ```
224
+
225
+ This is a list, not a persuasive narrative.
226
+
227
+ ---
228
+
229
+ ### Varied, Engaging Page (Strong)
230
+
231
+ ```
232
+ 1. Hero with clear value prop
233
+ 2. Social proof bar (logos or stats)
234
+ 3. Problem/pain section
235
+ 4. How it works (3 steps)
236
+ 5. Key benefits (2-3, not 10)
237
+ 6. Testimonial
238
+ 7. Use cases or personas
239
+ 8. Comparison to alternatives
240
+ 9. Case study snippet
241
+ 10. FAQ
242
+ 11. Final CTA with guarantee
243
+ ```
244
+
245
+ This tells a story and addresses objections.
246
+
247
+ ---
248
+
249
+ ### Compact Landing Page
250
+
251
+ ```
252
+ 1. Hero (headline, subhead, CTA, image)
253
+ 2. Social proof bar
254
+ 3. 3 key benefits with icons
255
+ 4. Testimonial
256
+ 5. How it works (3 steps)
257
+ 6. Final CTA with guarantee
258
+ ```
259
+
260
+ Good for ad landing pages where brevity matters.
261
+
262
+ ---
263
+
264
+ ### Enterprise/B2B Landing Page
265
+
266
+ ```
267
+ 1. Hero (outcome-focused headline)
268
+ 2. Logo bar (recognizable companies)
269
+ 3. Problem section (business pain)
270
+ 4. Solution overview
271
+ 5. Use cases by role/department
272
+ 6. Security/compliance section
273
+ 7. Integration logos
274
+ 8. Case study with metrics
275
+ 9. ROI/value section
276
+ 10. Contact/demo CTA
277
+ ```
278
+
279
+ Addresses enterprise buyer concerns.
280
+
281
+ ---
282
+
283
+ ### Product Launch Page
284
+
285
+ ```
286
+ 1. Hero with launch announcement
287
+ 2. Video demo or walkthrough
288
+ 3. Feature highlights (3-5)
289
+ 4. Before/after comparison
290
+ 5. Early testimonials
291
+ 6. Launch pricing or early access offer
292
+ 7. CTA with urgency
293
+ ```
294
+
295
+ Good for ProductHunt, launches, or announcements.
296
+
297
+ ---
298
+
299
+ ## Section Writing Tips
300
+
301
+ ### Problem Section
302
+
303
+ Start with phrases like:
304
+ - "You know the feeling..."
305
+ - "If you're like most [role]..."
306
+ - "Every day, [audience] struggles with..."
307
+ - "We've all been there..."
308
+
309
+ Then describe:
310
+ - The specific frustration
311
+ - The time/money wasted
312
+ - The impact on their work/life
313
+
314
+ ### Benefits Section
315
+
316
+ For each benefit, include:
317
+ - **Headline**: The outcome they get
318
+ - **Body**: How it works (1-2 sentences)
319
+ - **Proof**: Number, testimonial, or example (optional)
320
+
321
+ ### How It Works Section
322
+
323
+ Each step should be:
324
+ - **Numbered**: Creates sense of progress
325
+ - **Simple verb**: "Connect," "Set up," "Get"
326
+ - **Outcome-oriented**: What they get from this step
327
+
328
+ Example:
329
+ 1. Connect your tools (takes 2 minutes)
330
+ 2. Set your preferences
331
+ 3. Get automated reports every Monday
332
+
333
+ ### Testimonial Selection
334
+
335
+ Best testimonials include:
336
+ - Specific results ("increased conversions by 32%")
337
+ - Before/after context ("We used to spend hours...")
338
+ - Role + company for credibility
339
+ - Something quotable and specific
340
+
341
+ Avoid testimonials that just say:
342
+ - "Great product!"
343
+ - "Love it!"
344
+ - "Easy to use!"
@@ -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)