@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,168 @@
|
|
|
1
|
+
# Email Sequence Templates
|
|
2
|
+
|
|
3
|
+
Detailed templates for common email sequences.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- Welcome Sequence (Post-Signup)
|
|
7
|
+
- Lead Nurture Sequence (Pre-Sale)
|
|
8
|
+
- Re-Engagement Sequence
|
|
9
|
+
- Onboarding Sequence (Product Users)
|
|
10
|
+
|
|
11
|
+
## Welcome Sequence (Post-Signup)
|
|
12
|
+
|
|
13
|
+
**Email 1: Welcome (Immediate)**
|
|
14
|
+
- Subject: Welcome to [Product] — here's your first step
|
|
15
|
+
- Deliver what was promised (lead magnet, access, etc.)
|
|
16
|
+
- Single next action
|
|
17
|
+
- Set expectations for future emails
|
|
18
|
+
|
|
19
|
+
**Email 2: Quick Win (Day 1-2)**
|
|
20
|
+
- Subject: Get your first [result] in 10 minutes
|
|
21
|
+
- Enable small success
|
|
22
|
+
- Build confidence
|
|
23
|
+
- Link to helpful resource
|
|
24
|
+
|
|
25
|
+
**Email 3: Story/Why (Day 3-4)**
|
|
26
|
+
- Subject: Why we built [Product]
|
|
27
|
+
- Origin story or mission
|
|
28
|
+
- Connect emotionally
|
|
29
|
+
- Show you understand their problem
|
|
30
|
+
|
|
31
|
+
**Email 4: Social Proof (Day 5-6)**
|
|
32
|
+
- Subject: How [Customer] achieved [Result]
|
|
33
|
+
- Case study or testimonial
|
|
34
|
+
- Relatable to their situation
|
|
35
|
+
- Soft CTA to explore
|
|
36
|
+
|
|
37
|
+
**Email 5: Overcome Objection (Day 7-8)**
|
|
38
|
+
- Subject: "I don't have time for X" — sound familiar?
|
|
39
|
+
- Address common hesitation
|
|
40
|
+
- Reframe the obstacle
|
|
41
|
+
- Show easy path forward
|
|
42
|
+
|
|
43
|
+
**Email 6: Core Feature (Day 9-11)**
|
|
44
|
+
- Subject: Have you tried [Feature] yet?
|
|
45
|
+
- Highlight underused capability
|
|
46
|
+
- Show clear benefit
|
|
47
|
+
- Direct CTA to try it
|
|
48
|
+
|
|
49
|
+
**Email 7: Conversion (Day 12-14)**
|
|
50
|
+
- Subject: Ready to [upgrade/buy/commit]?
|
|
51
|
+
- Summarize value
|
|
52
|
+
- Clear offer
|
|
53
|
+
- Urgency if appropriate
|
|
54
|
+
- Risk reversal (guarantee, trial)
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## Lead Nurture Sequence (Pre-Sale)
|
|
59
|
+
|
|
60
|
+
**Email 1: Deliver + Introduce (Immediate)**
|
|
61
|
+
- Deliver the lead magnet
|
|
62
|
+
- Brief intro to who you are
|
|
63
|
+
- Preview what's coming
|
|
64
|
+
|
|
65
|
+
**Email 2: Expand on Topic (Day 2-3)**
|
|
66
|
+
- Related insight to lead magnet
|
|
67
|
+
- Establish expertise
|
|
68
|
+
- Light CTA to content
|
|
69
|
+
|
|
70
|
+
**Email 3: Problem Deep-Dive (Day 4-5)**
|
|
71
|
+
- Articulate their problem deeply
|
|
72
|
+
- Show you understand
|
|
73
|
+
- Hint at solution
|
|
74
|
+
|
|
75
|
+
**Email 4: Solution Framework (Day 6-8)**
|
|
76
|
+
- Your approach/methodology
|
|
77
|
+
- Educational, not salesy
|
|
78
|
+
- Builds toward your product
|
|
79
|
+
|
|
80
|
+
**Email 5: Case Study (Day 9-11)**
|
|
81
|
+
- Real results from real customer
|
|
82
|
+
- Specific and relatable
|
|
83
|
+
- Soft CTA
|
|
84
|
+
|
|
85
|
+
**Email 6: Differentiation (Day 12-14)**
|
|
86
|
+
- Why your approach is different
|
|
87
|
+
- Address alternatives
|
|
88
|
+
- Build preference
|
|
89
|
+
|
|
90
|
+
**Email 7: Objection Handler (Day 15-18)**
|
|
91
|
+
- Common concern addressed
|
|
92
|
+
- FAQ or myth-busting
|
|
93
|
+
- Reduce friction
|
|
94
|
+
|
|
95
|
+
**Email 8: Direct Offer (Day 19-21)**
|
|
96
|
+
- Clear pitch
|
|
97
|
+
- Strong value proposition
|
|
98
|
+
- Specific CTA
|
|
99
|
+
- Urgency if available
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## Re-Engagement Sequence
|
|
104
|
+
|
|
105
|
+
**Email 1: Check-In (Day 30-60 of inactivity)**
|
|
106
|
+
- Subject: Is everything okay, [Name]?
|
|
107
|
+
- Genuine concern
|
|
108
|
+
- Ask what happened
|
|
109
|
+
- Easy win to re-engage
|
|
110
|
+
|
|
111
|
+
**Email 2: Value Reminder (Day 2-3 after)**
|
|
112
|
+
- Subject: Remember when you [achieved X]?
|
|
113
|
+
- Remind of past value
|
|
114
|
+
- What's new since they left
|
|
115
|
+
- Quick CTA
|
|
116
|
+
|
|
117
|
+
**Email 3: Incentive (Day 5-7 after)**
|
|
118
|
+
- Subject: We miss you — here's something special
|
|
119
|
+
- Offer if appropriate
|
|
120
|
+
- Limited time
|
|
121
|
+
- Clear CTA
|
|
122
|
+
|
|
123
|
+
**Email 4: Last Chance (Day 10-14 after)**
|
|
124
|
+
- Subject: Should we stop emailing you?
|
|
125
|
+
- Honest and direct
|
|
126
|
+
- One-click to stay or go
|
|
127
|
+
- Clean the list if no response
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## Onboarding Sequence (Product Users)
|
|
132
|
+
|
|
133
|
+
Coordinate with in-app onboarding. Email supports, doesn't duplicate.
|
|
134
|
+
|
|
135
|
+
**Email 1: Welcome + First Step (Immediate)**
|
|
136
|
+
- Confirm signup
|
|
137
|
+
- One critical action
|
|
138
|
+
- Link directly to that action
|
|
139
|
+
|
|
140
|
+
**Email 2: Getting Started Help (Day 1)**
|
|
141
|
+
- If they haven't completed step 1
|
|
142
|
+
- Quick tip or video
|
|
143
|
+
- Support option
|
|
144
|
+
|
|
145
|
+
**Email 3: Feature Highlight (Day 2-3)**
|
|
146
|
+
- Key feature they should know
|
|
147
|
+
- Specific use case
|
|
148
|
+
- In-app link
|
|
149
|
+
|
|
150
|
+
**Email 4: Success Story (Day 4-5)**
|
|
151
|
+
- Customer who succeeded
|
|
152
|
+
- Relatable journey
|
|
153
|
+
- Motivational
|
|
154
|
+
|
|
155
|
+
**Email 5: Check-In (Day 7)**
|
|
156
|
+
- How's it going?
|
|
157
|
+
- Ask for feedback
|
|
158
|
+
- Offer help
|
|
159
|
+
|
|
160
|
+
**Email 6: Advanced Tip (Day 10-12)**
|
|
161
|
+
- Power feature
|
|
162
|
+
- For engaged users
|
|
163
|
+
- Level-up content
|
|
164
|
+
|
|
165
|
+
**Email 7: Upgrade/Expand (Day 14+)**
|
|
166
|
+
- For trial users: conversion push
|
|
167
|
+
- For free users: upgrade prompt
|
|
168
|
+
- For paid: expansion opportunity
|
|
@@ -0,0 +1,429 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: form-cro
|
|
3
|
+
description: When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms, survey forms, or checkout forms. Also use when the user mentions "form optimization," "lead form conversions," "form friction," "form fields," "form completion rate," "contact form," "nobody fills out our form," "form abandonment," "too many fields," "demo request form," or "lead form isn't converting." Use this for any non-signup form that captures information. For signup/registration forms, see signup-flow-cro. For popups containing forms, see popup-cro.
|
|
4
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Form CRO
|
|
9
|
+
|
|
10
|
+
You are an expert in form optimization. Your goal is to maximize form completion rates while capturing the data that matters.
|
|
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 providing recommendations, identify:
|
|
18
|
+
|
|
19
|
+
1. **Form Type**
|
|
20
|
+
- Lead capture (gated content, newsletter)
|
|
21
|
+
- Contact form
|
|
22
|
+
- Demo/sales request
|
|
23
|
+
- Application form
|
|
24
|
+
- Survey/feedback
|
|
25
|
+
- Checkout form
|
|
26
|
+
- Quote request
|
|
27
|
+
|
|
28
|
+
2. **Current State**
|
|
29
|
+
- How many fields?
|
|
30
|
+
- What's the current completion rate?
|
|
31
|
+
- Mobile vs. desktop split?
|
|
32
|
+
- Where do users abandon?
|
|
33
|
+
|
|
34
|
+
3. **Business Context**
|
|
35
|
+
- What happens with form submissions?
|
|
36
|
+
- Which fields are actually used in follow-up?
|
|
37
|
+
- Are there compliance/legal requirements?
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Core Principles
|
|
42
|
+
|
|
43
|
+
### 1. Every Field Has a Cost
|
|
44
|
+
Each field reduces completion rate. Rule of thumb:
|
|
45
|
+
- 3 fields: Baseline
|
|
46
|
+
- 4-6 fields: 10-25% reduction
|
|
47
|
+
- 7+ fields: 25-50%+ reduction
|
|
48
|
+
|
|
49
|
+
For each field, ask:
|
|
50
|
+
- Is this absolutely necessary before we can help them?
|
|
51
|
+
- Can we get this information another way?
|
|
52
|
+
- Can we ask this later?
|
|
53
|
+
|
|
54
|
+
### 2. Value Must Exceed Effort
|
|
55
|
+
- Clear value proposition above form
|
|
56
|
+
- Make what they get obvious
|
|
57
|
+
- Reduce perceived effort (field count, labels)
|
|
58
|
+
|
|
59
|
+
### 3. Reduce Cognitive Load
|
|
60
|
+
- One question per field
|
|
61
|
+
- Clear, conversational labels
|
|
62
|
+
- Logical grouping and order
|
|
63
|
+
- Smart defaults where possible
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
## Field-by-Field Optimization
|
|
68
|
+
|
|
69
|
+
### Email Field
|
|
70
|
+
- Single field, no confirmation
|
|
71
|
+
- Inline validation
|
|
72
|
+
- Typo detection (did you mean gmail.com?)
|
|
73
|
+
- Proper mobile keyboard
|
|
74
|
+
|
|
75
|
+
### Name Fields
|
|
76
|
+
- Single "Name" vs. First/Last — test this
|
|
77
|
+
- Single field reduces friction
|
|
78
|
+
- Split needed only if personalization requires it
|
|
79
|
+
|
|
80
|
+
### Phone Number
|
|
81
|
+
- Make optional if possible
|
|
82
|
+
- If required, explain why
|
|
83
|
+
- Auto-format as they type
|
|
84
|
+
- Country code handling
|
|
85
|
+
|
|
86
|
+
### Company/Organization
|
|
87
|
+
- Auto-suggest for faster entry
|
|
88
|
+
- Enrichment after submission (Clearbit, etc.)
|
|
89
|
+
- Consider inferring from email domain
|
|
90
|
+
|
|
91
|
+
### Job Title/Role
|
|
92
|
+
- Dropdown if categories matter
|
|
93
|
+
- Free text if wide variation
|
|
94
|
+
- Consider making optional
|
|
95
|
+
|
|
96
|
+
### Message/Comments (Free Text)
|
|
97
|
+
- Make optional
|
|
98
|
+
- Reasonable character guidance
|
|
99
|
+
- Expand on focus
|
|
100
|
+
|
|
101
|
+
### Dropdown Selects
|
|
102
|
+
- "Select one..." placeholder
|
|
103
|
+
- Searchable if many options
|
|
104
|
+
- Consider radio buttons if < 5 options
|
|
105
|
+
- "Other" option with text field
|
|
106
|
+
|
|
107
|
+
### Checkboxes (Multi-select)
|
|
108
|
+
- Clear, parallel labels
|
|
109
|
+
- Reasonable number of options
|
|
110
|
+
- Consider "Select all that apply" instruction
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
## Form Layout Optimization
|
|
115
|
+
|
|
116
|
+
### Field Order
|
|
117
|
+
1. Start with easiest fields (name, email)
|
|
118
|
+
2. Build commitment before asking more
|
|
119
|
+
3. Sensitive fields last (phone, company size)
|
|
120
|
+
4. Logical grouping if many fields
|
|
121
|
+
|
|
122
|
+
### Labels and Placeholders
|
|
123
|
+
- Labels: Keep visible (not just placeholder) — placeholders disappear when typing, leaving users unsure what they're filling in
|
|
124
|
+
- Placeholders: Examples, not labels
|
|
125
|
+
- Help text: Only when genuinely helpful
|
|
126
|
+
|
|
127
|
+
**Good:**
|
|
128
|
+
```
|
|
129
|
+
Email
|
|
130
|
+
[name@company.com]
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
**Bad:**
|
|
134
|
+
```
|
|
135
|
+
[Enter your email address] ← Disappears on focus
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
### Visual Design
|
|
139
|
+
- Sufficient spacing between fields
|
|
140
|
+
- Clear visual hierarchy
|
|
141
|
+
- CTA button stands out
|
|
142
|
+
- Mobile-friendly tap targets (44px+)
|
|
143
|
+
|
|
144
|
+
### Single Column vs. Multi-Column
|
|
145
|
+
- Single column: Higher completion, mobile-friendly
|
|
146
|
+
- Multi-column: Only for short related fields (First/Last name)
|
|
147
|
+
- When in doubt, single column
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
## Multi-Step Forms
|
|
152
|
+
|
|
153
|
+
### When to Use Multi-Step
|
|
154
|
+
- More than 5-6 fields
|
|
155
|
+
- Logically distinct sections
|
|
156
|
+
- Conditional paths based on answers
|
|
157
|
+
- Complex forms (applications, quotes)
|
|
158
|
+
|
|
159
|
+
### Multi-Step Best Practices
|
|
160
|
+
- Progress indicator (step X of Y)
|
|
161
|
+
- Start with easy, end with sensitive
|
|
162
|
+
- One topic per step
|
|
163
|
+
- Allow back navigation
|
|
164
|
+
- Save progress (don't lose data on refresh)
|
|
165
|
+
- Clear indication of required vs. optional
|
|
166
|
+
|
|
167
|
+
### Progressive Commitment Pattern
|
|
168
|
+
1. Low-friction start (just email)
|
|
169
|
+
2. More detail (name, company)
|
|
170
|
+
3. Qualifying questions
|
|
171
|
+
4. Contact preferences
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## Error Handling
|
|
176
|
+
|
|
177
|
+
### Inline Validation
|
|
178
|
+
- Validate as they move to next field
|
|
179
|
+
- Don't validate too aggressively while typing
|
|
180
|
+
- Clear visual indicators (green check, red border)
|
|
181
|
+
|
|
182
|
+
### Error Messages
|
|
183
|
+
- Specific to the problem
|
|
184
|
+
- Suggest how to fix
|
|
185
|
+
- Positioned near the field
|
|
186
|
+
- Don't clear their input
|
|
187
|
+
|
|
188
|
+
**Good:** "Please enter a valid email address (e.g., name@company.com)"
|
|
189
|
+
**Bad:** "Invalid input"
|
|
190
|
+
|
|
191
|
+
### On Submit
|
|
192
|
+
- Focus on first error field
|
|
193
|
+
- Summarize errors if multiple
|
|
194
|
+
- Preserve all entered data
|
|
195
|
+
- Don't clear form on error
|
|
196
|
+
|
|
197
|
+
---
|
|
198
|
+
|
|
199
|
+
## Submit Button Optimization
|
|
200
|
+
|
|
201
|
+
### Button Copy
|
|
202
|
+
Weak: "Submit" | "Send"
|
|
203
|
+
Strong: "[Action] + [What they get]"
|
|
204
|
+
|
|
205
|
+
Examples:
|
|
206
|
+
- "Get My Free Quote"
|
|
207
|
+
- "Download the Guide"
|
|
208
|
+
- "Request Demo"
|
|
209
|
+
- "Send Message"
|
|
210
|
+
- "Start Free Trial"
|
|
211
|
+
|
|
212
|
+
### Button Placement
|
|
213
|
+
- Immediately after last field
|
|
214
|
+
- Left-aligned with fields
|
|
215
|
+
- Sufficient size and contrast
|
|
216
|
+
- Mobile: Sticky or clearly visible
|
|
217
|
+
|
|
218
|
+
### Post-Submit States
|
|
219
|
+
- Loading state (disable button, show spinner)
|
|
220
|
+
- Success confirmation (clear next steps)
|
|
221
|
+
- Error handling (clear message, focus on issue)
|
|
222
|
+
|
|
223
|
+
---
|
|
224
|
+
|
|
225
|
+
## Trust and Friction Reduction
|
|
226
|
+
|
|
227
|
+
### Near the Form
|
|
228
|
+
- Privacy statement: "We'll never share your info"
|
|
229
|
+
- Security badges if collecting sensitive data
|
|
230
|
+
- Testimonial or social proof
|
|
231
|
+
- Expected response time
|
|
232
|
+
|
|
233
|
+
### Reducing Perceived Effort
|
|
234
|
+
- "Takes 30 seconds"
|
|
235
|
+
- Field count indicator
|
|
236
|
+
- Remove visual clutter
|
|
237
|
+
- Generous white space
|
|
238
|
+
|
|
239
|
+
### Addressing Objections
|
|
240
|
+
- "No spam, unsubscribe anytime"
|
|
241
|
+
- "We won't share your number"
|
|
242
|
+
- "No credit card required"
|
|
243
|
+
|
|
244
|
+
---
|
|
245
|
+
|
|
246
|
+
## Form Types: Specific Guidance
|
|
247
|
+
|
|
248
|
+
### Lead Capture (Gated Content)
|
|
249
|
+
- Minimum viable fields (often just email)
|
|
250
|
+
- Clear value proposition for what they get
|
|
251
|
+
- Consider asking enrichment questions post-download
|
|
252
|
+
- Test email-only vs. email + name
|
|
253
|
+
|
|
254
|
+
### Contact Form
|
|
255
|
+
- Essential: Email/Name + Message
|
|
256
|
+
- Phone optional
|
|
257
|
+
- Set response time expectations
|
|
258
|
+
- Offer alternatives (chat, phone)
|
|
259
|
+
|
|
260
|
+
### Demo Request
|
|
261
|
+
- Name, Email, Company required
|
|
262
|
+
- Phone: Optional with "preferred contact" choice
|
|
263
|
+
- Use case/goal question helps personalize
|
|
264
|
+
- Calendar embed can increase show rate
|
|
265
|
+
|
|
266
|
+
### Quote/Estimate Request
|
|
267
|
+
- Multi-step often works well
|
|
268
|
+
- Start with easy questions
|
|
269
|
+
- Technical details later
|
|
270
|
+
- Save progress for complex forms
|
|
271
|
+
|
|
272
|
+
### Survey Forms
|
|
273
|
+
- Progress bar essential
|
|
274
|
+
- One question per screen for engagement
|
|
275
|
+
- Skip logic for relevance
|
|
276
|
+
- Consider incentive for completion
|
|
277
|
+
|
|
278
|
+
---
|
|
279
|
+
|
|
280
|
+
## Mobile Optimization
|
|
281
|
+
|
|
282
|
+
- Larger touch targets (44px minimum height)
|
|
283
|
+
- Appropriate keyboard types (email, tel, number)
|
|
284
|
+
- Autofill support
|
|
285
|
+
- Single column only
|
|
286
|
+
- Sticky submit button
|
|
287
|
+
- Minimal typing (dropdowns, buttons)
|
|
288
|
+
|
|
289
|
+
---
|
|
290
|
+
|
|
291
|
+
## Measurement
|
|
292
|
+
|
|
293
|
+
### Key Metrics
|
|
294
|
+
- **Form start rate**: Page views → Started form
|
|
295
|
+
- **Completion rate**: Started → Submitted
|
|
296
|
+
- **Field drop-off**: Which fields lose people
|
|
297
|
+
- **Error rate**: By field
|
|
298
|
+
- **Time to complete**: Total and by field
|
|
299
|
+
- **Mobile vs. desktop**: Completion by device
|
|
300
|
+
|
|
301
|
+
### What to Track
|
|
302
|
+
- Form views
|
|
303
|
+
- First field focus
|
|
304
|
+
- Each field completion
|
|
305
|
+
- Errors by field
|
|
306
|
+
- Submit attempts
|
|
307
|
+
- Successful submissions
|
|
308
|
+
|
|
309
|
+
---
|
|
310
|
+
|
|
311
|
+
## Output Format
|
|
312
|
+
|
|
313
|
+
### Form Audit
|
|
314
|
+
For each issue:
|
|
315
|
+
- **Issue**: What's wrong
|
|
316
|
+
- **Impact**: Estimated effect on conversions
|
|
317
|
+
- **Fix**: Specific recommendation
|
|
318
|
+
- **Priority**: High/Medium/Low
|
|
319
|
+
|
|
320
|
+
### Recommended Form Design
|
|
321
|
+
- **Required fields**: Justified list
|
|
322
|
+
- **Optional fields**: With rationale
|
|
323
|
+
- **Field order**: Recommended sequence
|
|
324
|
+
- **Copy**: Labels, placeholders, button
|
|
325
|
+
- **Error messages**: For each field
|
|
326
|
+
- **Layout**: Visual guidance
|
|
327
|
+
|
|
328
|
+
### Test Hypotheses
|
|
329
|
+
Ideas to A/B test with expected outcomes
|
|
330
|
+
|
|
331
|
+
---
|
|
332
|
+
|
|
333
|
+
## Experiment Ideas
|
|
334
|
+
|
|
335
|
+
### Form Structure Experiments
|
|
336
|
+
|
|
337
|
+
**Layout & Flow**
|
|
338
|
+
- Single-step form vs. multi-step with progress bar
|
|
339
|
+
- 1-column vs. 2-column field layout
|
|
340
|
+
- Form embedded on page vs. separate page
|
|
341
|
+
- Vertical vs. horizontal field alignment
|
|
342
|
+
- Form above fold vs. after content
|
|
343
|
+
|
|
344
|
+
**Field Optimization**
|
|
345
|
+
- Reduce to minimum viable fields
|
|
346
|
+
- Add or remove phone number field
|
|
347
|
+
- Add or remove company/organization field
|
|
348
|
+
- Test required vs. optional field balance
|
|
349
|
+
- Use field enrichment to auto-fill known data
|
|
350
|
+
- Hide fields for returning/known visitors
|
|
351
|
+
|
|
352
|
+
**Smart Forms**
|
|
353
|
+
- Add real-time validation for emails and phone numbers
|
|
354
|
+
- Progressive profiling (ask more over time)
|
|
355
|
+
- Conditional fields based on earlier answers
|
|
356
|
+
- Auto-suggest for company names
|
|
357
|
+
|
|
358
|
+
---
|
|
359
|
+
|
|
360
|
+
### Copy & Design Experiments
|
|
361
|
+
|
|
362
|
+
**Labels & Microcopy**
|
|
363
|
+
- Test field label clarity and length
|
|
364
|
+
- Placeholder text optimization
|
|
365
|
+
- Help text: show vs. hide vs. on-hover
|
|
366
|
+
- Error message tone (friendly vs. direct)
|
|
367
|
+
|
|
368
|
+
**CTAs & Buttons**
|
|
369
|
+
- Button text variations ("Submit" vs. "Get My Quote" vs. specific action)
|
|
370
|
+
- Button color and size testing
|
|
371
|
+
- Button placement relative to fields
|
|
372
|
+
|
|
373
|
+
**Trust Elements**
|
|
374
|
+
- Add privacy assurance near form
|
|
375
|
+
- Show trust badges next to submit
|
|
376
|
+
- Add testimonial near form
|
|
377
|
+
- Display expected response time
|
|
378
|
+
|
|
379
|
+
---
|
|
380
|
+
|
|
381
|
+
### Form Type-Specific Experiments
|
|
382
|
+
|
|
383
|
+
**Demo Request Forms**
|
|
384
|
+
- Test with/without phone number requirement
|
|
385
|
+
- Add "preferred contact method" choice
|
|
386
|
+
- Include "What's your biggest challenge?" question
|
|
387
|
+
- Test calendar embed vs. form submission
|
|
388
|
+
|
|
389
|
+
**Lead Capture Forms**
|
|
390
|
+
- Email-only vs. email + name
|
|
391
|
+
- Test value proposition messaging above form
|
|
392
|
+
- Gated vs. ungated content strategies
|
|
393
|
+
- Post-submission enrichment questions
|
|
394
|
+
|
|
395
|
+
**Contact Forms**
|
|
396
|
+
- Add department/topic routing dropdown
|
|
397
|
+
- Test with/without message field requirement
|
|
398
|
+
- Show alternative contact methods (chat, phone)
|
|
399
|
+
- Expected response time messaging
|
|
400
|
+
|
|
401
|
+
---
|
|
402
|
+
|
|
403
|
+
### Mobile & UX Experiments
|
|
404
|
+
|
|
405
|
+
- Larger touch targets for mobile
|
|
406
|
+
- Test appropriate keyboard types by field
|
|
407
|
+
- Sticky submit button on mobile
|
|
408
|
+
- Auto-focus first field on page load
|
|
409
|
+
- Test form container styling (card vs. minimal)
|
|
410
|
+
|
|
411
|
+
---
|
|
412
|
+
|
|
413
|
+
## Task-Specific Questions
|
|
414
|
+
|
|
415
|
+
1. What's your current form completion rate?
|
|
416
|
+
2. Do you have field-level analytics?
|
|
417
|
+
3. What happens with the data after submission?
|
|
418
|
+
4. Which fields are actually used in follow-up?
|
|
419
|
+
5. Are there compliance/legal requirements?
|
|
420
|
+
6. What's the mobile vs. desktop split?
|
|
421
|
+
|
|
422
|
+
---
|
|
423
|
+
|
|
424
|
+
## Related Skills
|
|
425
|
+
|
|
426
|
+
- **signup-flow-cro**: For account creation forms
|
|
427
|
+
- **popup-cro**: For forms inside popups/modals
|
|
428
|
+
- **page-cro**: For the page containing the form
|
|
429
|
+
- **ab-test-setup**: For testing form changes
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "form-cro",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "Audit our demo request form. It currently has these fields: First Name, Last Name, Work Email, Phone Number, Company Name, Company Size, Job Title, Industry, Current Solution, Budget Range, and a 'Tell us about your needs' textarea. Our conversion rate is 3.1% and we want to improve it.",
|
|
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 apply the 'every field has a cost' principle — 11 fields is excessive for a demo form. Should reference the field cost data (3 fields baseline, 7+ fields = 25-50% conversion reduction). Should evaluate each field: which are essential for demo prep, which can be collected later or inferred. Should recommend cutting to essential fields (likely Work Email, Company Name, and maybe one qualifier). Should provide audit findings in the structured format (Issue, Impact, Fix, Priority). Should recommend Quick Wins, High-Impact Changes, and Test Ideas.",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Uses approved TASK-PACKET.md inputs or PRODUCT.md context first",
|
|
10
|
+
"Applies 'every field has a cost' principle",
|
|
11
|
+
"References field count impact data",
|
|
12
|
+
"Evaluates each field for necessity",
|
|
13
|
+
"Recommends cutting to essential fields",
|
|
14
|
+
"Provides findings in structured format (Issue, Impact, Fix, Priority)",
|
|
15
|
+
"Includes Quick Wins, High-Impact Changes, Test Ideas"
|
|
16
|
+
],
|
|
17
|
+
"files": []
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"id": 2,
|
|
21
|
+
"prompt": "Our contact form just has Name, Email, and Message fields but we're getting a lot of spam submissions and low-quality leads. How do we fix this without adding too much friction?",
|
|
22
|
+
"expected_output": "Should apply the contact form type guidance. Should address spam with non-friction solutions first: honeypot fields, reCAPTCHA, server-side validation. Should then address lead quality: suggest adding one qualifying field (company name or budget range) to filter without excessive friction. Should apply the error handling guidance for validation. Should recommend form layout and submit button optimization. Should balance quality vs quantity in recommendations.",
|
|
23
|
+
"assertions": [
|
|
24
|
+
"Applies contact form type guidance",
|
|
25
|
+
"Recommends anti-spam solutions (honeypot, reCAPTCHA)",
|
|
26
|
+
"Suggests minimal qualifying fields for lead quality",
|
|
27
|
+
"Balances quality vs quantity",
|
|
28
|
+
"Addresses error handling and validation",
|
|
29
|
+
"Recommends non-friction solutions first"
|
|
30
|
+
],
|
|
31
|
+
"files": []
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": 3,
|
|
35
|
+
"prompt": "should we use a single-step or multi-step form for our quote request? we need company info, project details, timeline, and budget.",
|
|
36
|
+
"expected_output": "Should trigger on casual phrasing. Should apply the multi-step form guidance — with this many required data types, multi-step is likely better. Should reference the threshold: multi-step recommended when more than 5-6 fields. Should recommend grouping by type (contact info → project details → budget/timeline). Should include progress indicator recommendation. Should apply best practices: easy questions first, save progress, allow back navigation. Should note that multi-step often increases completion for longer forms.",
|
|
37
|
+
"assertions": [
|
|
38
|
+
"Triggers on casual phrasing",
|
|
39
|
+
"Recommends multi-step based on field count",
|
|
40
|
+
"References the 5-6 field threshold for multi-step",
|
|
41
|
+
"Suggests logical field grouping",
|
|
42
|
+
"Recommends progress indicator",
|
|
43
|
+
"Applies multi-step best practices",
|
|
44
|
+
"Notes multi-step increases completion for longer forms"
|
|
45
|
+
],
|
|
46
|
+
"files": []
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": 4,
|
|
50
|
+
"prompt": "How should we handle form errors? Users keep getting frustrated and abandoning our lead capture form when they hit validation errors.",
|
|
51
|
+
"expected_output": "Should apply the error handling guidance. Should recommend inline validation (not just on submit). Should provide specific error message examples (helpful, not generic). Should recommend: don't clear the form on error, focus on the problem field, show requirements upfront not after failure. Should address common validation UX issues: email format, phone format, required field indicators. Should provide examples of good vs bad error messages.",
|
|
52
|
+
"assertions": [
|
|
53
|
+
"Applies error handling guidance",
|
|
54
|
+
"Recommends inline validation",
|
|
55
|
+
"Provides specific error message examples",
|
|
56
|
+
"Recommends not clearing form on error",
|
|
57
|
+
"Recommends showing requirements upfront",
|
|
58
|
+
"Provides good vs bad error message examples",
|
|
59
|
+
"Addresses common validation UX issues"
|
|
60
|
+
],
|
|
61
|
+
"files": []
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": 5,
|
|
65
|
+
"prompt": "We need to optimize our form for mobile. Over 60% of our traffic is mobile but our form conversion rate on mobile is half of desktop.",
|
|
66
|
+
"expected_output": "Should apply the mobile optimization guidance. Should recommend: larger touch targets (44px+ height), appropriate keyboard types (email, tel), autofill support, single column layout, sticky CTA button, reduce typing (use dropdowns, toggles). Should address mobile-specific form issues: viewport, font size, button placement, scroll behavior. Should recommend testing with actual devices.",
|
|
67
|
+
"assertions": [
|
|
68
|
+
"Applies mobile optimization guidance",
|
|
69
|
+
"Recommends larger touch targets (44px+)",
|
|
70
|
+
"Recommends appropriate keyboard types",
|
|
71
|
+
"Recommends autofill support",
|
|
72
|
+
"Recommends single column layout",
|
|
73
|
+
"Addresses mobile-specific issues",
|
|
74
|
+
"Recommends testing with actual devices"
|
|
75
|
+
],
|
|
76
|
+
"files": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": 6,
|
|
80
|
+
"prompt": "Our signup form has too many fields and people keep abandoning it halfway through. Can you help optimize it?",
|
|
81
|
+
"expected_output": "Should recognize this is about signup/registration form optimization, not general form CRO. Should defer to or cross-reference the signup-flow-cro skill, which specifically handles signup, registration, and account creation flows. May provide general form friction advice but should make clear that signup-flow-cro is the right skill for signup forms.",
|
|
82
|
+
"assertions": [
|
|
83
|
+
"Recognizes this as signup flow optimization",
|
|
84
|
+
"References or defers to signup-flow-cro skill",
|
|
85
|
+
"Does not attempt full signup form optimization using general form CRO patterns"
|
|
86
|
+
],
|
|
87
|
+
"files": []
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|