@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,200 @@
|
|
|
1
|
+
# AI Writing Detection
|
|
2
|
+
|
|
3
|
+
Words, phrases, and punctuation patterns commonly associated with AI-generated text. Avoid these to ensure writing sounds natural and human.
|
|
4
|
+
|
|
5
|
+
Sources: Grammarly (2025), Microsoft 365 Life Hacks (2025), GPTHuman (2025), Walter Writes (2025), Textero (2025), Plagiarism Today (2025), Rolling Stone (2025), MDPI Blog (2025)
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Contents
|
|
10
|
+
- Em Dashes: The Primary AI Tell
|
|
11
|
+
- Overused Verbs
|
|
12
|
+
- Overused Adjectives
|
|
13
|
+
- Overused Transitions and Connectors
|
|
14
|
+
- Phrases That Signal AI Writing (Opening Phrases, Transitional Phrases, Concluding Phrases, Structural Patterns)
|
|
15
|
+
- Filler Words and Empty Intensifiers
|
|
16
|
+
- Academic-Specific AI Tells
|
|
17
|
+
- How to Self-Check
|
|
18
|
+
|
|
19
|
+
## Em Dashes: The Primary AI Tell
|
|
20
|
+
|
|
21
|
+
**The em dash (—) has become one of the most reliable markers of AI-generated content.**
|
|
22
|
+
|
|
23
|
+
Em dashes are longer than hyphens (-) and are used for emphasis, interruptions, or parenthetical information. While they have legitimate uses in writing, AI models drastically overuse them.
|
|
24
|
+
|
|
25
|
+
### Why Em Dashes Signal AI Writing
|
|
26
|
+
- AI models were trained on edited books, academic papers, and style guides where em dashes appear frequently
|
|
27
|
+
- AI uses em dashes as a shortcut for sentence variety instead of commas, colons, or parentheses
|
|
28
|
+
- Most human writers rarely use em dashes because they don't exist as a standard keyboard key
|
|
29
|
+
- The overuse is so consistent that it has become the unofficial signature of ChatGPT writing
|
|
30
|
+
|
|
31
|
+
### What To Do Instead
|
|
32
|
+
| Instead of | Use |
|
|
33
|
+
|------------|-----|
|
|
34
|
+
| The results—which were surprising—showed... | The results, which were surprising, showed... |
|
|
35
|
+
| This approach—unlike traditional methods—allows... | This approach, unlike traditional methods, allows... |
|
|
36
|
+
| The study found—as expected—that... | The study found, as expected, that... |
|
|
37
|
+
| Communication skills—both written and verbal—are essential | Communication skills (both written and verbal) are essential |
|
|
38
|
+
|
|
39
|
+
### Guidelines
|
|
40
|
+
- Use commas for most parenthetical information
|
|
41
|
+
- Use colons to introduce explanations or lists
|
|
42
|
+
- Use parentheses for supplementary information
|
|
43
|
+
- Reserve em dashes for rare, deliberate emphasis only
|
|
44
|
+
- If you find yourself using more than one em dash per page, revise
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Overused Verbs
|
|
49
|
+
|
|
50
|
+
| Avoid | Use Instead |
|
|
51
|
+
|-------|-------------|
|
|
52
|
+
| delve (into) | explore, examine, investigate, look at |
|
|
53
|
+
| leverage | use, apply, draw on |
|
|
54
|
+
| optimise | improve, refine, enhance |
|
|
55
|
+
| utilise | use |
|
|
56
|
+
| facilitate | help, enable, support |
|
|
57
|
+
| foster | encourage, support, develop, nurture |
|
|
58
|
+
| bolster | strengthen, support, reinforce |
|
|
59
|
+
| underscore | emphasise, highlight, stress |
|
|
60
|
+
| unveil | reveal, show, introduce, present |
|
|
61
|
+
| navigate | manage, handle, work through |
|
|
62
|
+
| streamline | simplify, make more efficient |
|
|
63
|
+
| enhance | improve, strengthen |
|
|
64
|
+
| endeavour | try, attempt, effort |
|
|
65
|
+
| ascertain | find out, determine, establish |
|
|
66
|
+
| elucidate | explain, clarify, make clear |
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Overused Adjectives
|
|
71
|
+
|
|
72
|
+
| Avoid | Use Instead |
|
|
73
|
+
|-------|-------------|
|
|
74
|
+
| robust | strong, reliable, thorough, solid |
|
|
75
|
+
| comprehensive | complete, thorough, full, detailed |
|
|
76
|
+
| pivotal | key, critical, central, important |
|
|
77
|
+
| crucial | important, key, essential, critical |
|
|
78
|
+
| vital | important, essential, necessary |
|
|
79
|
+
| transformative | significant, important, major |
|
|
80
|
+
| cutting-edge | new, advanced, recent, modern |
|
|
81
|
+
| groundbreaking | new, original, significant |
|
|
82
|
+
| innovative | new, original, creative |
|
|
83
|
+
| seamless | smooth, easy, effortless |
|
|
84
|
+
| intricate | complex, detailed, complicated |
|
|
85
|
+
| nuanced | subtle, complex, detailed |
|
|
86
|
+
| multifaceted | complex, varied, diverse |
|
|
87
|
+
| holistic | complete, whole, comprehensive |
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## Overused Transitions and Connectors
|
|
92
|
+
|
|
93
|
+
| Avoid | Use Instead |
|
|
94
|
+
|-------|-------------|
|
|
95
|
+
| furthermore | also, in addition, and |
|
|
96
|
+
| moreover | also, and, besides |
|
|
97
|
+
| notwithstanding | despite, even so, still |
|
|
98
|
+
| that being said | however, but, still |
|
|
99
|
+
| at its core | essentially, fundamentally, basically |
|
|
100
|
+
| to put it simply | in short, simply put |
|
|
101
|
+
| it is worth noting that | note that, importantly |
|
|
102
|
+
| in the realm of | in, within, regarding |
|
|
103
|
+
| in the landscape of | in, within |
|
|
104
|
+
| in today's [anything] | currently, now, today |
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
## Phrases That Signal AI Writing
|
|
109
|
+
|
|
110
|
+
### Opening Phrases to Avoid
|
|
111
|
+
- "In today's fast-paced world..."
|
|
112
|
+
- "In today's digital age..."
|
|
113
|
+
- "In an era of..."
|
|
114
|
+
- "In the ever-evolving landscape of..."
|
|
115
|
+
- "In the realm of..."
|
|
116
|
+
- "It's important to note that..."
|
|
117
|
+
- "Let's delve into..."
|
|
118
|
+
- "Imagine a world where..."
|
|
119
|
+
|
|
120
|
+
### Transitional Phrases to Avoid
|
|
121
|
+
- "That being said..."
|
|
122
|
+
- "With that in mind..."
|
|
123
|
+
- "It's worth mentioning that..."
|
|
124
|
+
- "At its core..."
|
|
125
|
+
- "To put it simply..."
|
|
126
|
+
- "In essence..."
|
|
127
|
+
- "This begs the question..."
|
|
128
|
+
|
|
129
|
+
### Concluding Phrases to Avoid
|
|
130
|
+
- "In conclusion..."
|
|
131
|
+
- "To sum up..."
|
|
132
|
+
- "By [doing X], you can [achieve Y]..."
|
|
133
|
+
- "In the final analysis..."
|
|
134
|
+
- "All things considered..."
|
|
135
|
+
- "At the end of the day..."
|
|
136
|
+
|
|
137
|
+
### Structural Patterns to Avoid
|
|
138
|
+
- "Whether you're a [X], [Y], or [Z]..." (listing three examples after "whether")
|
|
139
|
+
- "It's not just [X], it's also [Y]..."
|
|
140
|
+
- "Think of [X] as [elaborate metaphor]..."
|
|
141
|
+
- Starting sentences with "By" followed by a gerund: "By understanding X, you can Y..."
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## Filler Words and Empty Intensifiers
|
|
146
|
+
|
|
147
|
+
These words often add nothing to meaning. Remove them or find specific alternatives:
|
|
148
|
+
|
|
149
|
+
- absolutely
|
|
150
|
+
- actually
|
|
151
|
+
- basically
|
|
152
|
+
- certainly
|
|
153
|
+
- clearly
|
|
154
|
+
- definitely
|
|
155
|
+
- essentially
|
|
156
|
+
- extremely
|
|
157
|
+
- fundamentally
|
|
158
|
+
- incredibly
|
|
159
|
+
- interestingly
|
|
160
|
+
- naturally
|
|
161
|
+
- obviously
|
|
162
|
+
- quite
|
|
163
|
+
- really
|
|
164
|
+
- significantly
|
|
165
|
+
- simply
|
|
166
|
+
- surely
|
|
167
|
+
- truly
|
|
168
|
+
- ultimately
|
|
169
|
+
- undoubtedly
|
|
170
|
+
- very
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
## Academic-Specific AI Tells
|
|
175
|
+
|
|
176
|
+
| Avoid | Use Instead |
|
|
177
|
+
|-------|-------------|
|
|
178
|
+
| shed light on | clarify, explain, reveal |
|
|
179
|
+
| pave the way for | enable, allow, make possible |
|
|
180
|
+
| a myriad of | many, numerous, various |
|
|
181
|
+
| a plethora of | many, numerous, several |
|
|
182
|
+
| paramount | very important, essential, critical |
|
|
183
|
+
| pertaining to | about, regarding, concerning |
|
|
184
|
+
| prior to | before |
|
|
185
|
+
| subsequent to | after |
|
|
186
|
+
| in light of | because of, given, considering |
|
|
187
|
+
| with respect to | about, regarding, for |
|
|
188
|
+
| in terms of | regarding, for, about |
|
|
189
|
+
| the fact that | that (or rewrite sentence) |
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## How to Self-Check
|
|
194
|
+
|
|
195
|
+
1. Read your text aloud. If phrases sound unnatural in speech, revise them
|
|
196
|
+
2. Ask: "Would I say this in a conversation with a colleague?"
|
|
197
|
+
3. Check for repetitive sentence structures
|
|
198
|
+
4. Look for clusters of the words listed above
|
|
199
|
+
5. Ensure varied sentence lengths (not all similar length)
|
|
200
|
+
6. Verify each intensifier adds genuine meaning
|
|
@@ -0,0 +1,359 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: signup-flow-cro
|
|
3
|
+
description: When the user wants to optimize signup, registration, account creation, or trial activation flows. Also use when the user mentions "signup conversions," "registration friction," "signup form optimization," "free trial signup," "reduce signup dropoff," "account creation flow," "people aren't signing up," "signup abandonment," "trial conversion rate," "nobody completes registration," "too many steps to sign up," or "simplify our signup." Use this whenever the user has a signup or registration flow that isn't performing. For post-signup onboarding, see onboarding-cro. For lead capture forms (not account creation), see form-cro.
|
|
4
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Signup Flow CRO
|
|
9
|
+
|
|
10
|
+
You are an expert in optimizing signup and registration flows. Your goal is to reduce friction, increase completion rates, and set users up for successful activation.
|
|
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, understand:
|
|
18
|
+
|
|
19
|
+
1. **Flow Type**
|
|
20
|
+
- Free trial signup
|
|
21
|
+
- Freemium account creation
|
|
22
|
+
- Paid account creation
|
|
23
|
+
- Waitlist/early access signup
|
|
24
|
+
- B2B vs B2C
|
|
25
|
+
|
|
26
|
+
2. **Current State**
|
|
27
|
+
- How many steps/screens?
|
|
28
|
+
- What fields are required?
|
|
29
|
+
- What's the current completion rate?
|
|
30
|
+
- Where do users drop off?
|
|
31
|
+
|
|
32
|
+
3. **Business Constraints**
|
|
33
|
+
- What data is genuinely needed at signup?
|
|
34
|
+
- Are there compliance requirements?
|
|
35
|
+
- What happens immediately after signup?
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## Core Principles
|
|
40
|
+
|
|
41
|
+
### 1. Minimize Required Fields
|
|
42
|
+
Every field reduces conversion. For each field, ask:
|
|
43
|
+
- Do we absolutely need this before they can use the product?
|
|
44
|
+
- Can we collect this later through progressive profiling?
|
|
45
|
+
- Can we infer this from other data?
|
|
46
|
+
|
|
47
|
+
**Typical field priority:**
|
|
48
|
+
- Essential: Email (or phone), Password
|
|
49
|
+
- Often needed: Name
|
|
50
|
+
- Usually deferrable: Company, Role, Team size, Phone, Address
|
|
51
|
+
|
|
52
|
+
### 2. Show Value Before Asking for Commitment
|
|
53
|
+
- What can you show/give before requiring signup?
|
|
54
|
+
- Can they experience the product before creating an account?
|
|
55
|
+
- Reverse the order: value first, signup second
|
|
56
|
+
|
|
57
|
+
### 3. Reduce Perceived Effort
|
|
58
|
+
- Show progress if multi-step
|
|
59
|
+
- Group related fields
|
|
60
|
+
- Use smart defaults
|
|
61
|
+
- Pre-fill when possible
|
|
62
|
+
|
|
63
|
+
### 4. Remove Uncertainty
|
|
64
|
+
- Clear expectations ("Takes 30 seconds")
|
|
65
|
+
- Show what happens after signup
|
|
66
|
+
- No surprises (hidden requirements, unexpected steps)
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Field-by-Field Optimization
|
|
71
|
+
|
|
72
|
+
### Email Field
|
|
73
|
+
- Single field (no email confirmation field)
|
|
74
|
+
- Inline validation for format
|
|
75
|
+
- Check for common typos (gmial.com → gmail.com)
|
|
76
|
+
- Clear error messages
|
|
77
|
+
|
|
78
|
+
### Password Field
|
|
79
|
+
- Show password toggle (eye icon)
|
|
80
|
+
- Show requirements upfront, not after failure
|
|
81
|
+
- Consider passphrase hints for strength
|
|
82
|
+
- Update requirement indicators in real-time
|
|
83
|
+
|
|
84
|
+
**Better password UX:**
|
|
85
|
+
- Allow paste (don't disable)
|
|
86
|
+
- Show strength meter instead of rigid rules
|
|
87
|
+
- Consider passwordless options
|
|
88
|
+
|
|
89
|
+
### Name Field
|
|
90
|
+
- Single "Full name" field vs. First/Last split (test this)
|
|
91
|
+
- Only require if immediately used (personalization)
|
|
92
|
+
- Consider making optional
|
|
93
|
+
|
|
94
|
+
### Social Auth Options
|
|
95
|
+
- Place prominently (often higher conversion than email)
|
|
96
|
+
- Show most relevant options for your audience
|
|
97
|
+
- B2C: Google, Apple, Facebook
|
|
98
|
+
- B2B: Google, Microsoft, SSO
|
|
99
|
+
- Clear visual separation from email signup
|
|
100
|
+
- Consider "Sign up with Google" as primary
|
|
101
|
+
|
|
102
|
+
### Phone Number
|
|
103
|
+
- Defer unless essential (SMS verification, calling leads)
|
|
104
|
+
- If required, explain why
|
|
105
|
+
- Use proper input type with country code handling
|
|
106
|
+
- Format as they type
|
|
107
|
+
|
|
108
|
+
### Company/Organization
|
|
109
|
+
- Defer if possible
|
|
110
|
+
- Auto-suggest as they type
|
|
111
|
+
- Infer from email domain when possible
|
|
112
|
+
|
|
113
|
+
### Use Case / Role Questions
|
|
114
|
+
- Defer to onboarding if possible
|
|
115
|
+
- If needed at signup, keep to one question
|
|
116
|
+
- Use progressive disclosure (don't show all options at once)
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
## Single-Step vs. Multi-Step
|
|
121
|
+
|
|
122
|
+
### Single-Step Works When:
|
|
123
|
+
- 3 or fewer fields
|
|
124
|
+
- Simple B2C products
|
|
125
|
+
- High-intent visitors (from ads, waitlist)
|
|
126
|
+
|
|
127
|
+
### Multi-Step Works When:
|
|
128
|
+
- More than 3-4 fields needed
|
|
129
|
+
- Complex B2B products needing segmentation
|
|
130
|
+
- You need to collect different types of info
|
|
131
|
+
|
|
132
|
+
### Multi-Step Best Practices
|
|
133
|
+
- Show progress indicator
|
|
134
|
+
- Lead with easy questions (name, email)
|
|
135
|
+
- Put harder questions later (after psychological commitment)
|
|
136
|
+
- Each step should feel completable in seconds
|
|
137
|
+
- Allow back navigation
|
|
138
|
+
- Save progress (don't lose data on refresh)
|
|
139
|
+
|
|
140
|
+
**Progressive commitment pattern:**
|
|
141
|
+
1. Email only (lowest barrier)
|
|
142
|
+
2. Password + name
|
|
143
|
+
3. Customization questions (optional)
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
## Trust and Friction Reduction
|
|
148
|
+
|
|
149
|
+
### At the Form Level
|
|
150
|
+
- "No credit card required" (if true)
|
|
151
|
+
- "Free forever" or "14-day free trial"
|
|
152
|
+
- Privacy note: "We'll never share your email"
|
|
153
|
+
- Security badges if relevant
|
|
154
|
+
- Testimonial near signup form
|
|
155
|
+
|
|
156
|
+
### Error Handling
|
|
157
|
+
- Inline validation (not just on submit)
|
|
158
|
+
- Specific error messages ("Email already registered" + recovery path)
|
|
159
|
+
- Don't clear the form on error
|
|
160
|
+
- Focus on the problem field
|
|
161
|
+
|
|
162
|
+
### Microcopy
|
|
163
|
+
- Placeholder text: Use for examples, not labels
|
|
164
|
+
- Labels: Keep visible (not just placeholders) — placeholders disappear when typing, leaving users unsure what they're filling in
|
|
165
|
+
- Help text: Only when needed, placed close to field
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
## Mobile Signup Optimization
|
|
170
|
+
|
|
171
|
+
- Larger touch targets (44px+ height)
|
|
172
|
+
- Appropriate keyboard types (email, tel, etc.)
|
|
173
|
+
- Autofill support
|
|
174
|
+
- Reduce typing (social auth, pre-fill)
|
|
175
|
+
- Single column layout
|
|
176
|
+
- Sticky CTA button
|
|
177
|
+
- Test with actual devices
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## Post-Submit Experience
|
|
182
|
+
|
|
183
|
+
### Success State
|
|
184
|
+
- Clear confirmation
|
|
185
|
+
- Immediate next step
|
|
186
|
+
- If email verification required:
|
|
187
|
+
- Explain what to do
|
|
188
|
+
- Easy resend option
|
|
189
|
+
- Check spam reminder
|
|
190
|
+
- Option to change email if wrong
|
|
191
|
+
|
|
192
|
+
### Verification Flows
|
|
193
|
+
- Consider delaying verification until necessary
|
|
194
|
+
- Magic link as alternative to password
|
|
195
|
+
- Let users explore while awaiting verification
|
|
196
|
+
- Clear re-engagement if verification stalls
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
200
|
+
## Measurement
|
|
201
|
+
|
|
202
|
+
### Key Metrics
|
|
203
|
+
- Form start rate (landed → started filling)
|
|
204
|
+
- Form completion rate (started → submitted)
|
|
205
|
+
- Field-level drop-off (which fields lose people)
|
|
206
|
+
- Time to complete
|
|
207
|
+
- Error rate by field
|
|
208
|
+
- Mobile vs. desktop completion
|
|
209
|
+
|
|
210
|
+
### What to Track
|
|
211
|
+
- Each field interaction (focus, blur, error)
|
|
212
|
+
- Step progression in multi-step
|
|
213
|
+
- Social auth vs. email signup ratio
|
|
214
|
+
- Time between steps
|
|
215
|
+
|
|
216
|
+
---
|
|
217
|
+
|
|
218
|
+
## Output Format
|
|
219
|
+
|
|
220
|
+
### Audit Findings
|
|
221
|
+
For each issue found:
|
|
222
|
+
- **Issue**: What's wrong
|
|
223
|
+
- **Impact**: Why it matters (with estimated impact if possible)
|
|
224
|
+
- **Fix**: Specific recommendation
|
|
225
|
+
- **Priority**: High/Medium/Low
|
|
226
|
+
|
|
227
|
+
### Recommended Changes
|
|
228
|
+
Organized by:
|
|
229
|
+
1. Quick wins (same-day fixes)
|
|
230
|
+
2. High-impact changes (week-level effort)
|
|
231
|
+
3. Test hypotheses (things to A/B test)
|
|
232
|
+
|
|
233
|
+
### Form Redesign (if requested)
|
|
234
|
+
- Recommended field set with rationale
|
|
235
|
+
- Field order
|
|
236
|
+
- Copy for labels, placeholders, buttons, errors
|
|
237
|
+
- Visual layout suggestions
|
|
238
|
+
|
|
239
|
+
---
|
|
240
|
+
|
|
241
|
+
## Common Signup Flow Patterns
|
|
242
|
+
|
|
243
|
+
### B2B SaaS Trial
|
|
244
|
+
1. Email + Password (or Google auth)
|
|
245
|
+
2. Name + Company (optional: role)
|
|
246
|
+
3. → Onboarding flow
|
|
247
|
+
|
|
248
|
+
### B2C App
|
|
249
|
+
1. Google/Apple auth OR Email
|
|
250
|
+
2. → Product experience
|
|
251
|
+
3. Profile completion later
|
|
252
|
+
|
|
253
|
+
### Waitlist/Early Access
|
|
254
|
+
1. Email only
|
|
255
|
+
2. Optional: Role/use case question
|
|
256
|
+
3. → Waitlist confirmation
|
|
257
|
+
|
|
258
|
+
### E-commerce Account
|
|
259
|
+
1. Guest checkout as default
|
|
260
|
+
2. Account creation optional post-purchase
|
|
261
|
+
3. OR Social auth with single click
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
265
|
+
## Experiment Ideas
|
|
266
|
+
|
|
267
|
+
### Form Design Experiments
|
|
268
|
+
|
|
269
|
+
**Layout & Structure**
|
|
270
|
+
- Single-step vs. multi-step signup flow
|
|
271
|
+
- Multi-step with progress bar vs. without
|
|
272
|
+
- 1-column vs. 2-column field layout
|
|
273
|
+
- Form embedded on page vs. separate signup page
|
|
274
|
+
- Horizontal vs. vertical field alignment
|
|
275
|
+
|
|
276
|
+
**Field Optimization**
|
|
277
|
+
- Reduce to minimum fields (email + password only)
|
|
278
|
+
- Add or remove phone number field
|
|
279
|
+
- Single "Name" field vs. "First/Last" split
|
|
280
|
+
- Add or remove company/organization field
|
|
281
|
+
- Test required vs. optional field balance
|
|
282
|
+
|
|
283
|
+
**Authentication Options**
|
|
284
|
+
- Add SSO options (Google, Microsoft, GitHub, LinkedIn)
|
|
285
|
+
- SSO prominent vs. email form prominent
|
|
286
|
+
- Test which SSO options resonate (varies by audience)
|
|
287
|
+
- SSO-only vs. SSO + email option
|
|
288
|
+
|
|
289
|
+
**Visual Design**
|
|
290
|
+
- Test button colors and sizes for CTA prominence
|
|
291
|
+
- Plain background vs. product-related visuals
|
|
292
|
+
- Test form container styling (card vs. minimal)
|
|
293
|
+
- Mobile-optimized layout testing
|
|
294
|
+
|
|
295
|
+
---
|
|
296
|
+
|
|
297
|
+
### Copy & Messaging Experiments
|
|
298
|
+
|
|
299
|
+
**Headlines & CTAs**
|
|
300
|
+
- Test headline variations above signup form
|
|
301
|
+
- CTA button text: "Create Account" vs. "Start Free Trial" vs. "Get Started"
|
|
302
|
+
- Add clarity around trial length in CTA
|
|
303
|
+
- Test value proposition emphasis in form header
|
|
304
|
+
|
|
305
|
+
**Microcopy**
|
|
306
|
+
- Field labels: minimal vs. descriptive
|
|
307
|
+
- Placeholder text optimization
|
|
308
|
+
- Error message clarity and tone
|
|
309
|
+
- Password requirement display (upfront vs. on error)
|
|
310
|
+
|
|
311
|
+
**Trust Elements**
|
|
312
|
+
- Add social proof next to signup form
|
|
313
|
+
- Test trust badges near form (security, compliance)
|
|
314
|
+
- Add "No credit card required" messaging
|
|
315
|
+
- Include privacy assurance copy
|
|
316
|
+
|
|
317
|
+
---
|
|
318
|
+
|
|
319
|
+
### Trial & Commitment Experiments
|
|
320
|
+
|
|
321
|
+
**Free Trial Variations**
|
|
322
|
+
- Credit card required vs. not required for trial
|
|
323
|
+
- Test trial length impact (7 vs. 14 vs. 30 days)
|
|
324
|
+
- Freemium vs. free trial model
|
|
325
|
+
- Trial with limited features vs. full access
|
|
326
|
+
|
|
327
|
+
**Friction Points**
|
|
328
|
+
- Email verification required vs. delayed vs. removed
|
|
329
|
+
- Test CAPTCHA impact on completion
|
|
330
|
+
- Terms acceptance checkbox vs. implicit acceptance
|
|
331
|
+
- Phone verification for high-value accounts
|
|
332
|
+
|
|
333
|
+
---
|
|
334
|
+
|
|
335
|
+
### Post-Submit Experiments
|
|
336
|
+
|
|
337
|
+
- Clear next steps messaging after signup
|
|
338
|
+
- Instant product access vs. email confirmation first
|
|
339
|
+
- Personalized welcome message based on signup data
|
|
340
|
+
- Auto-login after signup vs. require login
|
|
341
|
+
|
|
342
|
+
---
|
|
343
|
+
|
|
344
|
+
## Task-Specific Questions
|
|
345
|
+
|
|
346
|
+
1. What's your current signup completion rate?
|
|
347
|
+
2. Do you have field-level analytics on drop-off?
|
|
348
|
+
3. What data is absolutely required before they can use the product?
|
|
349
|
+
4. Are there compliance or verification requirements?
|
|
350
|
+
5. What happens immediately after signup?
|
|
351
|
+
|
|
352
|
+
---
|
|
353
|
+
|
|
354
|
+
## Related Skills
|
|
355
|
+
|
|
356
|
+
- **onboarding-cro**: For optimizing what happens after signup
|
|
357
|
+
- **form-cro**: For non-signup forms (lead capture, contact)
|
|
358
|
+
- **page-cro**: For the landing page leading to signup
|
|
359
|
+
- **ab-test-setup**: For testing signup flow changes
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "signup-flow-cro",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "Audit our signup flow. We have a 3-step process: Step 1 asks for email, password, and full name. Step 2 asks for company name, company size, role, and industry. Step 3 asks for use case and how they heard about us. Current completion rate is 45%.",
|
|
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 identify the flow type (likely B2B SaaS trial). Should apply the core principles: minimize required fields (which of these are genuinely needed before they can use the product?). Should evaluate each step: Step 1 is reasonable, Step 2 fields are mostly deferrable to progressive profiling, Step 3 is entirely deferrable. Should recommend cutting to Step 1 only or at most 2 steps. Should provide audit findings in structured format (Issue, Impact, Fix, Priority). Should include Quick Wins, High-Impact Changes, and Test Hypotheses.",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Uses approved TASK-PACKET.md inputs or PRODUCT.md context first",
|
|
10
|
+
"Identifies flow type",
|
|
11
|
+
"Applies minimize required fields principle",
|
|
12
|
+
"Evaluates each field for necessity",
|
|
13
|
+
"Recommends deferring most Step 2 and all Step 3 fields",
|
|
14
|
+
"Provides findings in structured format",
|
|
15
|
+
"Includes Quick Wins, High-Impact Changes, Test Hypotheses"
|
|
16
|
+
],
|
|
17
|
+
"files": []
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"id": 2,
|
|
21
|
+
"prompt": "Should we add Google and Microsoft SSO to our signup page? We're a B2B project management tool and currently only have email/password signup.",
|
|
22
|
+
"expected_output": "Should apply the social auth options guidance. For B2B, should recommend Google and Microsoft as the primary SSO options (matching the B2B recommendation). Should explain benefits: higher conversion (less friction), pre-verified email, faster onboarding. Should recommend placing SSO prominently (often higher conversion than email). Should address implementation considerations: clear visual separation from email signup, button copy ('Sign up with Google' not just Google icon), consider which option to emphasize based on audience.",
|
|
23
|
+
"assertions": [
|
|
24
|
+
"Applies social auth options guidance",
|
|
25
|
+
"Recommends Google and Microsoft for B2B",
|
|
26
|
+
"Explains conversion benefits of SSO",
|
|
27
|
+
"Recommends prominent placement",
|
|
28
|
+
"Addresses visual separation from email signup",
|
|
29
|
+
"Provides implementation recommendations"
|
|
30
|
+
],
|
|
31
|
+
"files": []
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": 3,
|
|
35
|
+
"prompt": "our signup form is just email and password but we still only get 35% of visitors to complete it. what else could be wrong?",
|
|
36
|
+
"expected_output": "Should trigger on casual phrasing. Should investigate beyond just form fields since the form is already minimal. Should apply trust and friction reduction guidance: is there a 'No credit card required' message? Privacy assurance? Testimonial near the form? Should check form-level issues: error handling, password requirements clarity, submit button copy. Should also look at pre-form factors: is the value proposition clear? Is the page optimized? (cross-reference page-cro). Should provide diagnostic checklist and recommendations.",
|
|
37
|
+
"assertions": [
|
|
38
|
+
"Triggers on casual phrasing",
|
|
39
|
+
"Investigates beyond form fields",
|
|
40
|
+
"Applies trust and friction reduction",
|
|
41
|
+
"Checks for 'No credit card required' messaging",
|
|
42
|
+
"Checks error handling and password UX",
|
|
43
|
+
"Considers pre-form factors (value prop, page CRO)",
|
|
44
|
+
"Provides diagnostic checklist"
|
|
45
|
+
],
|
|
46
|
+
"files": []
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": 4,
|
|
50
|
+
"prompt": "We require email verification before users can access the product. Is that hurting our conversion? Should we change it?",
|
|
51
|
+
"expected_output": "Should apply the verification flows guidance. Should explain that requiring verification before product access does create friction and likely reduces activation. Should recommend alternatives: delay verification until needed (let users explore first), magic link as alternative to password, let users start while verification is pending. Should discuss when email verification IS required (compliance, preventing abuse). Should provide specific recommendations for improving the verification experience if kept.",
|
|
52
|
+
"assertions": [
|
|
53
|
+
"Applies verification flows guidance",
|
|
54
|
+
"Explains verification friction impact",
|
|
55
|
+
"Recommends delaying verification",
|
|
56
|
+
"Suggests letting users explore while pending",
|
|
57
|
+
"Discusses when verification is required",
|
|
58
|
+
"Provides improvements if verification is kept"
|
|
59
|
+
],
|
|
60
|
+
"files": []
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": 5,
|
|
64
|
+
"prompt": "What experiments should we run on our signup page? We want to improve our trial signup rate.",
|
|
65
|
+
"expected_output": "Should apply the experiment ideas section. Should provide experiments across categories: form design experiments (layout, field count, SSO), copy and messaging experiments (headline, CTA text, trust elements), trial and commitment experiments (credit card required vs not, trial length), and post-submit experiments. Should prioritize experiments by likely impact. Should cross-reference ab-test-setup for proper experiment design.",
|
|
66
|
+
"assertions": [
|
|
67
|
+
"Applies experiment ideas section",
|
|
68
|
+
"Covers form design experiments",
|
|
69
|
+
"Covers copy and messaging experiments",
|
|
70
|
+
"Covers trial and commitment experiments",
|
|
71
|
+
"Prioritizes by likely impact",
|
|
72
|
+
"Cross-references ab-test-setup skill"
|
|
73
|
+
],
|
|
74
|
+
"files": []
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": 6,
|
|
78
|
+
"prompt": "Users sign up fine but then never activate. Only 20% complete onboarding. What do we do?",
|
|
79
|
+
"expected_output": "Should recognize this is a post-signup onboarding problem, not a signup flow problem. Should defer to or cross-reference the onboarding-cro skill, which handles post-signup activation and onboarding optimization. Signup-flow-cro covers getting users through the signup form, not what happens after.",
|
|
80
|
+
"assertions": [
|
|
81
|
+
"Recognizes this as post-signup onboarding, not signup flow",
|
|
82
|
+
"References or defers to onboarding-cro skill",
|
|
83
|
+
"Explains signup-flow-cro covers the signup form, not post-signup"
|
|
84
|
+
],
|
|
85
|
+
"files": []
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
}
|