100xprism 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +196 -0
  3. package/VERSION +1 -0
  4. package/adapters/antigravity.sh +14 -0
  5. package/adapters/claude-code.sh +160 -0
  6. package/adapters/codex.sh +13 -0
  7. package/adapters/copilot.sh +13 -0
  8. package/adapters/cursor.sh +13 -0
  9. package/adapters/gemini.sh +13 -0
  10. package/adapters/lib/__pycache__/modules.cpython-312.pyc +0 -0
  11. package/adapters/lib/modules.py +592 -0
  12. package/adapters/lib/shared.sh +83 -0
  13. package/adapters/lib/sync_plugins.py +113 -0
  14. package/adapters/windsurf.sh +15 -0
  15. package/bin/100xprism.js +29 -0
  16. package/get.sh +24 -0
  17. package/install-project.sh +82 -0
  18. package/install.sh +281 -0
  19. package/lib/adapters/windows.js +429 -0
  20. package/lib/bootstrap.js +33 -0
  21. package/lib/init.js +19 -0
  22. package/lib/install.js +18 -0
  23. package/lib/migrate.js +52 -0
  24. package/lib/platform.js +22 -0
  25. package/lib/update.js +29 -0
  26. package/modules/_lib/reference.md +77 -0
  27. package/modules/a11y-auditor/SKILL.md +151 -0
  28. package/modules/ab-test-setup/SKILL.md +266 -0
  29. package/modules/ab-test-setup/evals/evals.json +105 -0
  30. package/modules/ab-test-setup/references/sample-size-guide.md +263 -0
  31. package/modules/ab-test-setup/references/test-templates.md +277 -0
  32. package/modules/ad-creative/SKILL.md +362 -0
  33. package/modules/ad-creative/evals/evals.json +90 -0
  34. package/modules/ad-creative/references/generative-tools.md +637 -0
  35. package/modules/ad-creative/references/platform-specs.md +213 -0
  36. package/modules/ai-seo/SKILL.md +398 -0
  37. package/modules/ai-seo/evals/evals.json +90 -0
  38. package/modules/ai-seo/references/content-patterns.md +285 -0
  39. package/modules/ai-seo/references/platform-ranking-factors.md +152 -0
  40. package/modules/analytics-tracking/SKILL.md +309 -0
  41. package/modules/analytics-tracking/evals/evals.json +90 -0
  42. package/modules/analytics-tracking/references/event-library.md +260 -0
  43. package/modules/analytics-tracking/references/ga4-implementation.md +300 -0
  44. package/modules/analytics-tracking/references/gtm-implementation.md +390 -0
  45. package/modules/architect/SKILL.md +282 -0
  46. package/modules/branch/SKILL.md +105 -0
  47. package/modules/churn-prevention/SKILL.md +424 -0
  48. package/modules/churn-prevention/evals/evals.json +93 -0
  49. package/modules/churn-prevention/references/cancel-flow-patterns.md +316 -0
  50. package/modules/churn-prevention/references/dunning-playbook.md +408 -0
  51. package/modules/cloud-security/SKILL.md +240 -0
  52. package/modules/cold-email/SKILL.md +178 -0
  53. package/modules/cold-email/evals/evals.json +94 -0
  54. package/modules/cold-email/references/benchmarks.md +83 -0
  55. package/modules/cold-email/references/follow-up-sequences.md +81 -0
  56. package/modules/cold-email/references/frameworks.md +90 -0
  57. package/modules/cold-email/references/personalization.md +79 -0
  58. package/modules/cold-email/references/subject-lines.md +53 -0
  59. package/modules/commit/SKILL.md +195 -0
  60. package/modules/competitor-alternatives/SKILL.md +256 -0
  61. package/modules/competitor-alternatives/evals/evals.json +93 -0
  62. package/modules/competitor-alternatives/references/content-architecture.md +271 -0
  63. package/modules/competitor-alternatives/references/templates.md +223 -0
  64. package/modules/connect/SKILL.md +894 -0
  65. package/modules/content-strategy/SKILL.md +359 -0
  66. package/modules/content-strategy/evals/evals.json +90 -0
  67. package/modules/context-dump/SKILL.md +67 -0
  68. package/modules/copy-editing/SKILL.md +447 -0
  69. package/modules/copy-editing/evals/evals.json +89 -0
  70. package/modules/copy-editing/references/plain-english-alternatives.md +394 -0
  71. package/modules/copywriting/SKILL.md +271 -0
  72. package/modules/copywriting/evals/evals.json +111 -0
  73. package/modules/copywriting/references/cold-email-benchmarks.md +83 -0
  74. package/modules/copywriting/references/cold-email-follow-ups.md +81 -0
  75. package/modules/copywriting/references/cold-email-frameworks.md +90 -0
  76. package/modules/copywriting/references/cold-email-personalization.md +79 -0
  77. package/modules/copywriting/references/cold-email-subject-lines.md +53 -0
  78. package/modules/copywriting/references/copy-frameworks.md +344 -0
  79. package/modules/copywriting/references/email-copy-guidelines.md +113 -0
  80. package/modules/copywriting/references/email-types.md +515 -0
  81. package/modules/copywriting/references/natural-transitions.md +272 -0
  82. package/modules/copywriting/references/sequence-templates.md +168 -0
  83. package/modules/data-query/SKILL.md +58 -0
  84. package/modules/data-viz/SKILL.md +225 -0
  85. package/modules/db/SKILL.md +205 -0
  86. package/modules/db/db-engines/_router.md +24 -0
  87. package/modules/db/db-engines/athena.md +16 -0
  88. package/modules/db/db-engines/cloud-sql.md +16 -0
  89. package/modules/db/db-engines/databricks.md +14 -0
  90. package/modules/db/db-engines/oracle.md +14 -0
  91. package/modules/db/db-engines/postgres.md +15 -0
  92. package/modules/db/db-engines/presto.md +14 -0
  93. package/modules/db/db-engines/snowflake.md +14 -0
  94. package/modules/docs/SKILL.md +100 -0
  95. package/modules/email-sequence/SKILL.md +309 -0
  96. package/modules/email-sequence/evals/evals.json +93 -0
  97. package/modules/email-sequence/references/copy-guidelines.md +113 -0
  98. package/modules/email-sequence/references/email-types.md +515 -0
  99. package/modules/email-sequence/references/sequence-templates.md +168 -0
  100. package/modules/enterprise-design/SKILL.md +75 -0
  101. package/modules/eval/SKILL.md +105 -0
  102. package/modules/figma-translator/SKILL.md +49 -0
  103. package/modules/fix-bugs/SKILL.md +104 -0
  104. package/modules/form-cro/SKILL.md +429 -0
  105. package/modules/form-cro/evals/evals.json +90 -0
  106. package/modules/free-tool-strategy/SKILL.md +178 -0
  107. package/modules/free-tool-strategy/evals/evals.json +90 -0
  108. package/modules/free-tool-strategy/references/tool-types.md +217 -0
  109. package/modules/gate/SKILL.md +232 -0
  110. package/modules/grill-me/SKILL.md +59 -0
  111. package/modules/interaction-engineer/SKILL.md +49 -0
  112. package/modules/issue/SKILL.md +272 -0
  113. package/modules/launch/SKILL.md +345 -0
  114. package/modules/launch-strategy/SKILL.md +353 -0
  115. package/modules/launch-strategy/evals/evals.json +91 -0
  116. package/modules/lint/SKILL.md +126 -0
  117. package/modules/marketing-ideas/SKILL.md +167 -0
  118. package/modules/marketing-ideas/evals/evals.json +90 -0
  119. package/modules/marketing-ideas/references/ideas-by-category.md +366 -0
  120. package/modules/marketing-psychology/SKILL.md +455 -0
  121. package/modules/marketing-psychology/evals/evals.json +88 -0
  122. package/modules/motion-designer/SKILL.md +214 -0
  123. package/modules/onboarding-cro/SKILL.md +220 -0
  124. package/modules/onboarding-cro/evals/evals.json +92 -0
  125. package/modules/onboarding-cro/references/experiments.md +258 -0
  126. package/modules/orchestrate/SKILL.md +77 -0
  127. package/modules/page-cro/SKILL.md +182 -0
  128. package/modules/page-cro/evals/evals.json +111 -0
  129. package/modules/page-cro/references/experiments.md +248 -0
  130. package/modules/page-cro/references/paywall-experiments.md +164 -0
  131. package/modules/paid-ads/SKILL.md +315 -0
  132. package/modules/paid-ads/evals/evals.json +90 -0
  133. package/modules/paid-ads/references/ad-copy-templates.md +207 -0
  134. package/modules/paid-ads/references/audience-targeting.md +243 -0
  135. package/modules/paid-ads/references/platform-setup-checklists.md +277 -0
  136. package/modules/paywall-upgrade-cro/SKILL.md +227 -0
  137. package/modules/paywall-upgrade-cro/evals/evals.json +93 -0
  138. package/modules/paywall-upgrade-cro/references/experiments.md +164 -0
  139. package/modules/popup-cro/SKILL.md +453 -0
  140. package/modules/popup-cro/evals/evals.json +94 -0
  141. package/modules/pr/SKILL.md +203 -0
  142. package/modules/pricing-strategy/SKILL.md +231 -0
  143. package/modules/pricing-strategy/evals/evals.json +90 -0
  144. package/modules/pricing-strategy/references/research-methods.md +152 -0
  145. package/modules/pricing-strategy/references/tier-structure.md +232 -0
  146. package/modules/product-marketing-context/SKILL.md +241 -0
  147. package/modules/product-marketing-context/evals/evals.json +85 -0
  148. package/modules/programmatic-seo/SKILL.md +238 -0
  149. package/modules/programmatic-seo/evals/evals.json +94 -0
  150. package/modules/programmatic-seo/references/playbooks.md +308 -0
  151. package/modules/push/SKILL.md +202 -0
  152. package/modules/referral-program/SKILL.md +255 -0
  153. package/modules/referral-program/evals/evals.json +89 -0
  154. package/modules/referral-program/references/affiliate-programs.md +164 -0
  155. package/modules/referral-program/references/program-examples.md +143 -0
  156. package/modules/release/SKILL.md +293 -0
  157. package/modules/revops/SKILL.md +343 -0
  158. package/modules/revops/evals/evals.json +91 -0
  159. package/modules/revops/references/automation-playbooks.md +290 -0
  160. package/modules/revops/references/lifecycle-definitions.md +278 -0
  161. package/modules/revops/references/routing-rules.md +203 -0
  162. package/modules/revops/references/scoring-models.md +247 -0
  163. package/modules/sales-enablement/SKILL.md +349 -0
  164. package/modules/sales-enablement/evals/evals.json +91 -0
  165. package/modules/sales-enablement/references/deck-frameworks.md +263 -0
  166. package/modules/sales-enablement/references/demo-scripts.md +355 -0
  167. package/modules/sales-enablement/references/objection-library.md +270 -0
  168. package/modules/sales-enablement/references/one-pager-templates.md +208 -0
  169. package/modules/schema-markup/SKILL.md +179 -0
  170. package/modules/schema-markup/evals/evals.json +87 -0
  171. package/modules/schema-markup/references/schema-examples.md +398 -0
  172. package/modules/security/SKILL.md +138 -0
  173. package/modules/seo-audit/SKILL.md +412 -0
  174. package/modules/seo-audit/evals/evals.json +136 -0
  175. package/modules/seo-audit/references/ai-writing-detection.md +200 -0
  176. package/modules/seo-audit/references/content-patterns.md +285 -0
  177. package/modules/seo-audit/references/platform-ranking-factors.md +152 -0
  178. package/modules/signup-flow-cro/SKILL.md +359 -0
  179. package/modules/signup-flow-cro/evals/evals.json +88 -0
  180. package/modules/site-architecture/SKILL.md +357 -0
  181. package/modules/site-architecture/evals/evals.json +88 -0
  182. package/modules/site-architecture/references/mermaid-templates.md +216 -0
  183. package/modules/site-architecture/references/navigation-patterns.md +305 -0
  184. package/modules/site-architecture/references/site-type-templates.md +293 -0
  185. package/modules/social-content/SKILL.md +278 -0
  186. package/modules/social-content/evals/evals.json +92 -0
  187. package/modules/social-content/references/platforms.md +170 -0
  188. package/modules/social-content/references/post-templates.md +177 -0
  189. package/modules/social-content/references/reverse-engineering.md +195 -0
  190. package/modules/spec/SKILL.md +81 -0
  191. package/modules/subagents/SKILL.md +123 -0
  192. package/modules/techdebt/SKILL.md +71 -0
  193. package/modules/terminal-setup/SKILL.md +49 -0
  194. package/modules/test/SKILL.md +493 -0
  195. package/modules/test/references/e2e-patterns.md +294 -0
  196. package/modules/update-claude-md/SKILL.md +52 -0
  197. package/modules/visual-system-architect/SKILL.md +53 -0
  198. package/package.json +44 -0
  199. package/plugins/plugins.json +43 -0
  200. package/shell/aliases.sh +24 -0
  201. package/shell/check-update.sh +212 -0
  202. package/templates/.env.example +199 -0
  203. package/templates/docker-compose.md +46 -0
  204. package/templates/node-frontend.md +56 -0
  205. package/templates/node-fullstack.md +59 -0
  206. package/templates/python-api.md +57 -0
  207. package/update.sh +231 -0
@@ -0,0 +1,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
+ category: marketing
5
+ tier: on-demand
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
+ **Check for product marketing context first:**
15
+ If `.agents/product-marketing-context.md` exists (or `.claude/product-marketing-context.md` in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
16
+
17
+ Before 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 check for product-marketing-context.md first. 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
+ "Checks for product-marketing-context.md",
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
+ }