@miranda0808/maya-codex 0.1.0
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/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
# Natural Transitions
|
|
2
|
+
|
|
3
|
+
Transitional phrases to guide readers through your content. Good signposting improves readability, user engagement, and helps search engines understand content structure.
|
|
4
|
+
|
|
5
|
+
Adapted from: University of Manchester Academic Phrasebank (2023), Plain English Campaign, web content best practices
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Contents
|
|
10
|
+
- Previewing Content Structure
|
|
11
|
+
- Introducing a New Topic
|
|
12
|
+
- Referring Back
|
|
13
|
+
- Moving Between Sections
|
|
14
|
+
- Indicating Addition
|
|
15
|
+
- Indicating Contrast
|
|
16
|
+
- Indicating Similarity
|
|
17
|
+
- Indicating Cause and Effect
|
|
18
|
+
- Giving Examples
|
|
19
|
+
- Emphasising Key Points
|
|
20
|
+
- Providing Evidence (neutral attribution, expert quotes, supporting claims)
|
|
21
|
+
- Summarising Sections
|
|
22
|
+
- Concluding Content
|
|
23
|
+
- Question-Based Transitions
|
|
24
|
+
- List Introductions
|
|
25
|
+
- Hedging Language
|
|
26
|
+
- Best Practice Guidelines
|
|
27
|
+
- Transitions to Avoid (AI Tells)
|
|
28
|
+
|
|
29
|
+
## Previewing Content Structure
|
|
30
|
+
|
|
31
|
+
Use to orient readers and set expectations:
|
|
32
|
+
|
|
33
|
+
- Here's what we'll cover...
|
|
34
|
+
- This guide walks you through...
|
|
35
|
+
- Below, you'll find...
|
|
36
|
+
- We'll start with X, then move to Y...
|
|
37
|
+
- First, let's look at...
|
|
38
|
+
- Let's break this down step by step.
|
|
39
|
+
- The sections below explain...
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## Introducing a New Topic
|
|
44
|
+
|
|
45
|
+
- When it comes to X,...
|
|
46
|
+
- Regarding X,...
|
|
47
|
+
- Speaking of X,...
|
|
48
|
+
- Now let's talk about X.
|
|
49
|
+
- Another key factor is...
|
|
50
|
+
- X is worth exploring because...
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## Referring Back
|
|
55
|
+
|
|
56
|
+
Use to connect ideas and reinforce key points:
|
|
57
|
+
|
|
58
|
+
- As mentioned earlier,...
|
|
59
|
+
- As we covered above,...
|
|
60
|
+
- Remember when we discussed X?
|
|
61
|
+
- Building on that point,...
|
|
62
|
+
- Going back to X,...
|
|
63
|
+
- Earlier, we explained that...
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
## Moving Between Sections
|
|
68
|
+
|
|
69
|
+
- Now let's look at...
|
|
70
|
+
- Next up:...
|
|
71
|
+
- Moving on to...
|
|
72
|
+
- With that covered, let's turn to...
|
|
73
|
+
- Now that you understand X, here's Y.
|
|
74
|
+
- That brings us to...
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## Indicating Addition
|
|
79
|
+
|
|
80
|
+
- Also,...
|
|
81
|
+
- Plus,...
|
|
82
|
+
- On top of that,...
|
|
83
|
+
- What's more,...
|
|
84
|
+
- Another benefit is...
|
|
85
|
+
- Beyond that,...
|
|
86
|
+
- In addition,...
|
|
87
|
+
- There's also...
|
|
88
|
+
|
|
89
|
+
**Note:** Use "moreover" and "furthermore" sparingly. They can sound AI-generated when overused.
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## Indicating Contrast
|
|
94
|
+
|
|
95
|
+
- However,...
|
|
96
|
+
- But,...
|
|
97
|
+
- That said,...
|
|
98
|
+
- On the flip side,...
|
|
99
|
+
- In contrast,...
|
|
100
|
+
- Unlike X, Y...
|
|
101
|
+
- While X is true, Y...
|
|
102
|
+
- Despite this,...
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Indicating Similarity
|
|
107
|
+
|
|
108
|
+
- Similarly,...
|
|
109
|
+
- Likewise,...
|
|
110
|
+
- In the same way,...
|
|
111
|
+
- Just like X, Y also...
|
|
112
|
+
- This mirrors...
|
|
113
|
+
- The same applies to...
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Indicating Cause and Effect
|
|
118
|
+
|
|
119
|
+
- So,...
|
|
120
|
+
- This means...
|
|
121
|
+
- As a result,...
|
|
122
|
+
- That's why...
|
|
123
|
+
- Because of this,...
|
|
124
|
+
- This leads to...
|
|
125
|
+
- The outcome?...
|
|
126
|
+
- Here's what happens:...
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
## Giving Examples
|
|
131
|
+
|
|
132
|
+
- For example,...
|
|
133
|
+
- For instance,...
|
|
134
|
+
- Here's an example:...
|
|
135
|
+
- Take X, for instance.
|
|
136
|
+
- Consider this:...
|
|
137
|
+
- A good example is...
|
|
138
|
+
- To illustrate,...
|
|
139
|
+
- Like when...
|
|
140
|
+
- Say you want to...
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Emphasising Key Points
|
|
145
|
+
|
|
146
|
+
- Here's the key takeaway:...
|
|
147
|
+
- The important thing is...
|
|
148
|
+
- What matters most is...
|
|
149
|
+
- Don't miss this:...
|
|
150
|
+
- Pay attention to...
|
|
151
|
+
- This is critical:...
|
|
152
|
+
- The bottom line?...
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## Providing Evidence
|
|
157
|
+
|
|
158
|
+
Use when citing sources, data, or expert opinions:
|
|
159
|
+
|
|
160
|
+
### Neutral attribution
|
|
161
|
+
- According to [Source],...
|
|
162
|
+
- [Source] reports that...
|
|
163
|
+
- Research shows that...
|
|
164
|
+
- Data from [Source] indicates...
|
|
165
|
+
- A study by [Source] found...
|
|
166
|
+
|
|
167
|
+
### Expert quotes
|
|
168
|
+
- As [Expert] puts it,...
|
|
169
|
+
- [Expert] explains,...
|
|
170
|
+
- In the words of [Expert],...
|
|
171
|
+
- [Expert] notes that...
|
|
172
|
+
|
|
173
|
+
### Supporting claims
|
|
174
|
+
- This is backed by...
|
|
175
|
+
- Evidence suggests...
|
|
176
|
+
- The numbers confirm...
|
|
177
|
+
- This aligns with findings from...
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## Summarising Sections
|
|
182
|
+
|
|
183
|
+
- To recap,...
|
|
184
|
+
- Here's the short version:...
|
|
185
|
+
- In short,...
|
|
186
|
+
- The takeaway?...
|
|
187
|
+
- So what does this mean?...
|
|
188
|
+
- Let's pull this together:...
|
|
189
|
+
- Quick summary:...
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## Concluding Content
|
|
194
|
+
|
|
195
|
+
- Wrapping up,...
|
|
196
|
+
- The bottom line is...
|
|
197
|
+
- Here's what to do next:...
|
|
198
|
+
- To sum up,...
|
|
199
|
+
- Final thoughts:...
|
|
200
|
+
- Ready to get started?...
|
|
201
|
+
- Now it's your turn.
|
|
202
|
+
|
|
203
|
+
**Note:** Avoid "In conclusion" at the start of a paragraph. It's overused and signals AI writing.
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
## Question-Based Transitions
|
|
208
|
+
|
|
209
|
+
Useful for conversational tone and featured snippet optimization:
|
|
210
|
+
|
|
211
|
+
- So what does this mean for you?
|
|
212
|
+
- But why does this matter?
|
|
213
|
+
- How do you actually do this?
|
|
214
|
+
- What's the catch?
|
|
215
|
+
- Sound complicated? It's not.
|
|
216
|
+
- Wondering where to start?
|
|
217
|
+
- Still not sure? Here's the breakdown.
|
|
218
|
+
|
|
219
|
+
---
|
|
220
|
+
|
|
221
|
+
## List Introductions
|
|
222
|
+
|
|
223
|
+
For numbered lists and step-by-step content:
|
|
224
|
+
|
|
225
|
+
- Here's how to do it:
|
|
226
|
+
- Follow these steps:
|
|
227
|
+
- The process is straightforward:
|
|
228
|
+
- Here's what you need to know:
|
|
229
|
+
- Key things to consider:
|
|
230
|
+
- The main factors are:
|
|
231
|
+
|
|
232
|
+
---
|
|
233
|
+
|
|
234
|
+
## Hedging Language
|
|
235
|
+
|
|
236
|
+
For claims that need qualification or aren't absolute:
|
|
237
|
+
|
|
238
|
+
- may, might, could
|
|
239
|
+
- tends to, generally
|
|
240
|
+
- often, usually, typically
|
|
241
|
+
- in most cases
|
|
242
|
+
- it appears that
|
|
243
|
+
- evidence suggests
|
|
244
|
+
- this can help
|
|
245
|
+
- many experts believe
|
|
246
|
+
|
|
247
|
+
---
|
|
248
|
+
|
|
249
|
+
## Best Practice Guidelines
|
|
250
|
+
|
|
251
|
+
1. **Match tone to audience**: B2B content can be slightly more formal; B2C often benefits from conversational transitions
|
|
252
|
+
2. **Vary your transitions**: Repeating the same phrase gets noticed (and not in a good way)
|
|
253
|
+
3. **Don't over-signpost**: Trust your reader; every sentence doesn't need a transition
|
|
254
|
+
4. **Use for scannability**: Transitions at paragraph starts help skimmers navigate
|
|
255
|
+
5. **Keep it natural**: Read aloud; if it sounds forced, simplify
|
|
256
|
+
6. **Front-load key info**: Put the important word or phrase early in the transition
|
|
257
|
+
|
|
258
|
+
---
|
|
259
|
+
|
|
260
|
+
## Transitions to Avoid (AI Tells)
|
|
261
|
+
|
|
262
|
+
These phrases are overused in AI-generated content:
|
|
263
|
+
|
|
264
|
+
- "That being said,..."
|
|
265
|
+
- "It's worth noting that..."
|
|
266
|
+
- "At its core,..."
|
|
267
|
+
- "In today's digital landscape,..."
|
|
268
|
+
- "When it comes to the realm of..."
|
|
269
|
+
- "This begs the question..."
|
|
270
|
+
- "Let's delve into..."
|
|
271
|
+
|
|
272
|
+
See the seo-audit skill's `references/ai-writing-detection.md` for a complete list of AI writing tells.
|
|
@@ -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
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
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
|
+
**Use approved context inputs first:**
|
|
15
|
+
In Maya task workflows, start with the approved `TASK-PACKET.md` inputs and listed brand sections. If `PRODUCT.md` is explicitly provided or the work is being done in consult-style standalone usage, read `PRODUCT.md` before asking questions. If `PRODUCT.md` is missing, do not pretend the output is fully brand-calibrated.
|
|
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 use approved TASK-PACKET.md inputs first in Maya task workflows, and read PRODUCT.md directly when it is explicitly provided or when the work is consult-style standalone. 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
|
+
"Uses approved TASK-PACKET.md inputs or PRODUCT.md context first",
|
|
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
|
+
}
|