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.
- package/LICENSE +21 -0
- package/README.md +196 -0
- package/VERSION +1 -0
- package/adapters/antigravity.sh +14 -0
- package/adapters/claude-code.sh +160 -0
- package/adapters/codex.sh +13 -0
- package/adapters/copilot.sh +13 -0
- package/adapters/cursor.sh +13 -0
- package/adapters/gemini.sh +13 -0
- package/adapters/lib/__pycache__/modules.cpython-312.pyc +0 -0
- package/adapters/lib/modules.py +592 -0
- package/adapters/lib/shared.sh +83 -0
- package/adapters/lib/sync_plugins.py +113 -0
- package/adapters/windsurf.sh +15 -0
- package/bin/100xprism.js +29 -0
- package/get.sh +24 -0
- package/install-project.sh +82 -0
- package/install.sh +281 -0
- package/lib/adapters/windows.js +429 -0
- package/lib/bootstrap.js +33 -0
- package/lib/init.js +19 -0
- package/lib/install.js +18 -0
- package/lib/migrate.js +52 -0
- package/lib/platform.js +22 -0
- package/lib/update.js +29 -0
- package/modules/_lib/reference.md +77 -0
- package/modules/a11y-auditor/SKILL.md +151 -0
- package/modules/ab-test-setup/SKILL.md +266 -0
- package/modules/ab-test-setup/evals/evals.json +105 -0
- package/modules/ab-test-setup/references/sample-size-guide.md +263 -0
- package/modules/ab-test-setup/references/test-templates.md +277 -0
- package/modules/ad-creative/SKILL.md +362 -0
- package/modules/ad-creative/evals/evals.json +90 -0
- package/modules/ad-creative/references/generative-tools.md +637 -0
- package/modules/ad-creative/references/platform-specs.md +213 -0
- package/modules/ai-seo/SKILL.md +398 -0
- package/modules/ai-seo/evals/evals.json +90 -0
- package/modules/ai-seo/references/content-patterns.md +285 -0
- package/modules/ai-seo/references/platform-ranking-factors.md +152 -0
- package/modules/analytics-tracking/SKILL.md +309 -0
- package/modules/analytics-tracking/evals/evals.json +90 -0
- package/modules/analytics-tracking/references/event-library.md +260 -0
- package/modules/analytics-tracking/references/ga4-implementation.md +300 -0
- package/modules/analytics-tracking/references/gtm-implementation.md +390 -0
- package/modules/architect/SKILL.md +282 -0
- package/modules/branch/SKILL.md +105 -0
- package/modules/churn-prevention/SKILL.md +424 -0
- package/modules/churn-prevention/evals/evals.json +93 -0
- package/modules/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/modules/churn-prevention/references/dunning-playbook.md +408 -0
- package/modules/cloud-security/SKILL.md +240 -0
- package/modules/cold-email/SKILL.md +178 -0
- package/modules/cold-email/evals/evals.json +94 -0
- package/modules/cold-email/references/benchmarks.md +83 -0
- package/modules/cold-email/references/follow-up-sequences.md +81 -0
- package/modules/cold-email/references/frameworks.md +90 -0
- package/modules/cold-email/references/personalization.md +79 -0
- package/modules/cold-email/references/subject-lines.md +53 -0
- package/modules/commit/SKILL.md +195 -0
- package/modules/competitor-alternatives/SKILL.md +256 -0
- package/modules/competitor-alternatives/evals/evals.json +93 -0
- package/modules/competitor-alternatives/references/content-architecture.md +271 -0
- package/modules/competitor-alternatives/references/templates.md +223 -0
- package/modules/connect/SKILL.md +894 -0
- package/modules/content-strategy/SKILL.md +359 -0
- package/modules/content-strategy/evals/evals.json +90 -0
- package/modules/context-dump/SKILL.md +67 -0
- package/modules/copy-editing/SKILL.md +447 -0
- package/modules/copy-editing/evals/evals.json +89 -0
- package/modules/copy-editing/references/plain-english-alternatives.md +394 -0
- package/modules/copywriting/SKILL.md +271 -0
- package/modules/copywriting/evals/evals.json +111 -0
- package/modules/copywriting/references/cold-email-benchmarks.md +83 -0
- package/modules/copywriting/references/cold-email-follow-ups.md +81 -0
- package/modules/copywriting/references/cold-email-frameworks.md +90 -0
- package/modules/copywriting/references/cold-email-personalization.md +79 -0
- package/modules/copywriting/references/cold-email-subject-lines.md +53 -0
- package/modules/copywriting/references/copy-frameworks.md +344 -0
- package/modules/copywriting/references/email-copy-guidelines.md +113 -0
- package/modules/copywriting/references/email-types.md +515 -0
- package/modules/copywriting/references/natural-transitions.md +272 -0
- package/modules/copywriting/references/sequence-templates.md +168 -0
- package/modules/data-query/SKILL.md +58 -0
- package/modules/data-viz/SKILL.md +225 -0
- package/modules/db/SKILL.md +205 -0
- package/modules/db/db-engines/_router.md +24 -0
- package/modules/db/db-engines/athena.md +16 -0
- package/modules/db/db-engines/cloud-sql.md +16 -0
- package/modules/db/db-engines/databricks.md +14 -0
- package/modules/db/db-engines/oracle.md +14 -0
- package/modules/db/db-engines/postgres.md +15 -0
- package/modules/db/db-engines/presto.md +14 -0
- package/modules/db/db-engines/snowflake.md +14 -0
- package/modules/docs/SKILL.md +100 -0
- package/modules/email-sequence/SKILL.md +309 -0
- package/modules/email-sequence/evals/evals.json +93 -0
- package/modules/email-sequence/references/copy-guidelines.md +113 -0
- package/modules/email-sequence/references/email-types.md +515 -0
- package/modules/email-sequence/references/sequence-templates.md +168 -0
- package/modules/enterprise-design/SKILL.md +75 -0
- package/modules/eval/SKILL.md +105 -0
- package/modules/figma-translator/SKILL.md +49 -0
- package/modules/fix-bugs/SKILL.md +104 -0
- package/modules/form-cro/SKILL.md +429 -0
- package/modules/form-cro/evals/evals.json +90 -0
- package/modules/free-tool-strategy/SKILL.md +178 -0
- package/modules/free-tool-strategy/evals/evals.json +90 -0
- package/modules/free-tool-strategy/references/tool-types.md +217 -0
- package/modules/gate/SKILL.md +232 -0
- package/modules/grill-me/SKILL.md +59 -0
- package/modules/interaction-engineer/SKILL.md +49 -0
- package/modules/issue/SKILL.md +272 -0
- package/modules/launch/SKILL.md +345 -0
- package/modules/launch-strategy/SKILL.md +353 -0
- package/modules/launch-strategy/evals/evals.json +91 -0
- package/modules/lint/SKILL.md +126 -0
- package/modules/marketing-ideas/SKILL.md +167 -0
- package/modules/marketing-ideas/evals/evals.json +90 -0
- package/modules/marketing-ideas/references/ideas-by-category.md +366 -0
- package/modules/marketing-psychology/SKILL.md +455 -0
- package/modules/marketing-psychology/evals/evals.json +88 -0
- package/modules/motion-designer/SKILL.md +214 -0
- package/modules/onboarding-cro/SKILL.md +220 -0
- package/modules/onboarding-cro/evals/evals.json +92 -0
- package/modules/onboarding-cro/references/experiments.md +258 -0
- package/modules/orchestrate/SKILL.md +77 -0
- package/modules/page-cro/SKILL.md +182 -0
- package/modules/page-cro/evals/evals.json +111 -0
- package/modules/page-cro/references/experiments.md +248 -0
- package/modules/page-cro/references/paywall-experiments.md +164 -0
- package/modules/paid-ads/SKILL.md +315 -0
- package/modules/paid-ads/evals/evals.json +90 -0
- package/modules/paid-ads/references/ad-copy-templates.md +207 -0
- package/modules/paid-ads/references/audience-targeting.md +243 -0
- package/modules/paid-ads/references/platform-setup-checklists.md +277 -0
- package/modules/paywall-upgrade-cro/SKILL.md +227 -0
- package/modules/paywall-upgrade-cro/evals/evals.json +93 -0
- package/modules/paywall-upgrade-cro/references/experiments.md +164 -0
- package/modules/popup-cro/SKILL.md +453 -0
- package/modules/popup-cro/evals/evals.json +94 -0
- package/modules/pr/SKILL.md +203 -0
- package/modules/pricing-strategy/SKILL.md +231 -0
- package/modules/pricing-strategy/evals/evals.json +90 -0
- package/modules/pricing-strategy/references/research-methods.md +152 -0
- package/modules/pricing-strategy/references/tier-structure.md +232 -0
- package/modules/product-marketing-context/SKILL.md +241 -0
- package/modules/product-marketing-context/evals/evals.json +85 -0
- package/modules/programmatic-seo/SKILL.md +238 -0
- package/modules/programmatic-seo/evals/evals.json +94 -0
- package/modules/programmatic-seo/references/playbooks.md +308 -0
- package/modules/push/SKILL.md +202 -0
- package/modules/referral-program/SKILL.md +255 -0
- package/modules/referral-program/evals/evals.json +89 -0
- package/modules/referral-program/references/affiliate-programs.md +164 -0
- package/modules/referral-program/references/program-examples.md +143 -0
- package/modules/release/SKILL.md +293 -0
- package/modules/revops/SKILL.md +343 -0
- package/modules/revops/evals/evals.json +91 -0
- package/modules/revops/references/automation-playbooks.md +290 -0
- package/modules/revops/references/lifecycle-definitions.md +278 -0
- package/modules/revops/references/routing-rules.md +203 -0
- package/modules/revops/references/scoring-models.md +247 -0
- package/modules/sales-enablement/SKILL.md +349 -0
- package/modules/sales-enablement/evals/evals.json +91 -0
- package/modules/sales-enablement/references/deck-frameworks.md +263 -0
- package/modules/sales-enablement/references/demo-scripts.md +355 -0
- package/modules/sales-enablement/references/objection-library.md +270 -0
- package/modules/sales-enablement/references/one-pager-templates.md +208 -0
- package/modules/schema-markup/SKILL.md +179 -0
- package/modules/schema-markup/evals/evals.json +87 -0
- package/modules/schema-markup/references/schema-examples.md +398 -0
- package/modules/security/SKILL.md +138 -0
- package/modules/seo-audit/SKILL.md +412 -0
- package/modules/seo-audit/evals/evals.json +136 -0
- package/modules/seo-audit/references/ai-writing-detection.md +200 -0
- package/modules/seo-audit/references/content-patterns.md +285 -0
- package/modules/seo-audit/references/platform-ranking-factors.md +152 -0
- package/modules/signup-flow-cro/SKILL.md +359 -0
- package/modules/signup-flow-cro/evals/evals.json +88 -0
- package/modules/site-architecture/SKILL.md +357 -0
- package/modules/site-architecture/evals/evals.json +88 -0
- package/modules/site-architecture/references/mermaid-templates.md +216 -0
- package/modules/site-architecture/references/navigation-patterns.md +305 -0
- package/modules/site-architecture/references/site-type-templates.md +293 -0
- package/modules/social-content/SKILL.md +278 -0
- package/modules/social-content/evals/evals.json +92 -0
- package/modules/social-content/references/platforms.md +170 -0
- package/modules/social-content/references/post-templates.md +177 -0
- package/modules/social-content/references/reverse-engineering.md +195 -0
- package/modules/spec/SKILL.md +81 -0
- package/modules/subagents/SKILL.md +123 -0
- package/modules/techdebt/SKILL.md +71 -0
- package/modules/terminal-setup/SKILL.md +49 -0
- package/modules/test/SKILL.md +493 -0
- package/modules/test/references/e2e-patterns.md +294 -0
- package/modules/update-claude-md/SKILL.md +52 -0
- package/modules/visual-system-architect/SKILL.md +53 -0
- package/package.json +44 -0
- package/plugins/plugins.json +43 -0
- package/shell/aliases.sh +24 -0
- package/shell/check-update.sh +212 -0
- package/templates/.env.example +199 -0
- package/templates/docker-compose.md +46 -0
- package/templates/node-frontend.md +56 -0
- package/templates/node-fullstack.md +59 -0
- package/templates/python-api.md +57 -0
- package/update.sh +231 -0
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
# Onboarding Experiment Ideas
|
|
2
|
+
|
|
3
|
+
Comprehensive list of A/B tests and experiments for user onboarding and activation.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- Flow Simplification Experiments (reduce friction, step sequencing, progress & motivation)
|
|
7
|
+
- Guided Experience Experiments (product tours, CTA optimization, UI guidance)
|
|
8
|
+
- Personalization Experiments (user segmentation, dynamic content)
|
|
9
|
+
- Quick Wins & Engagement Experiments (time-to-value, motivation mechanics, support & help)
|
|
10
|
+
- Email & Multi-Channel Experiments (onboarding emails, email content, feedback loops)
|
|
11
|
+
- Re-engagement Experiments (stalled user recovery, return experience)
|
|
12
|
+
- Technical & UX Experiments (performance, mobile onboarding, accessibility)
|
|
13
|
+
- Metrics to Track
|
|
14
|
+
|
|
15
|
+
## Flow Simplification Experiments
|
|
16
|
+
|
|
17
|
+
### Reduce Friction
|
|
18
|
+
|
|
19
|
+
| Test | Hypothesis |
|
|
20
|
+
|------|------------|
|
|
21
|
+
| Email verification timing | During vs. after onboarding |
|
|
22
|
+
| Empty states vs. dummy data | Pre-populated examples |
|
|
23
|
+
| Pre-filled templates | Accelerate setup with templates |
|
|
24
|
+
| OAuth options | Faster account linking |
|
|
25
|
+
| Required step count | Fewer required steps |
|
|
26
|
+
| Optional vs. required fields | Minimize requirements |
|
|
27
|
+
| Skip options | Allow bypassing non-critical steps |
|
|
28
|
+
|
|
29
|
+
### Step Sequencing
|
|
30
|
+
|
|
31
|
+
| Test | Hypothesis |
|
|
32
|
+
|------|------------|
|
|
33
|
+
| Step ordering | Test different sequences |
|
|
34
|
+
| Value-first ordering | Highest-value features first |
|
|
35
|
+
| Friction placement | Move hard steps later |
|
|
36
|
+
| Required vs. optional balance | Ratio of required steps |
|
|
37
|
+
| Single vs. branching paths | One path vs. personalized |
|
|
38
|
+
| Quick start vs. full setup | Minimal path to value |
|
|
39
|
+
|
|
40
|
+
### Progress & Motivation
|
|
41
|
+
|
|
42
|
+
| Test | Hypothesis |
|
|
43
|
+
|------|------------|
|
|
44
|
+
| Progress bars | Show completion percentage |
|
|
45
|
+
| Checklist length | 3-5 items vs. 5-7 items |
|
|
46
|
+
| Gamification | Badges, rewards, achievements |
|
|
47
|
+
| Completion messaging | "X% complete" visibility |
|
|
48
|
+
| Starting point | Begin at 20% vs. 0% |
|
|
49
|
+
| Celebration moments | Acknowledge completions |
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Guided Experience Experiments
|
|
54
|
+
|
|
55
|
+
### Product Tours
|
|
56
|
+
|
|
57
|
+
| Test | Hypothesis |
|
|
58
|
+
|------|------------|
|
|
59
|
+
| Interactive tours | Tools like Navattic, Storylane |
|
|
60
|
+
| Tooltip vs. modal guidance | Subtle vs. attention-grabbing |
|
|
61
|
+
| Video tutorials | For complex workflows |
|
|
62
|
+
| Self-paced vs. guided | User control vs. structured |
|
|
63
|
+
| Tour length | Shorter vs. comprehensive |
|
|
64
|
+
| Tour triggering | Automatic vs. user-initiated |
|
|
65
|
+
|
|
66
|
+
### CTA Optimization
|
|
67
|
+
|
|
68
|
+
| Test | Hypothesis |
|
|
69
|
+
|------|------------|
|
|
70
|
+
| CTA text variations | Action-oriented copy testing |
|
|
71
|
+
| CTA placement | Position within screens |
|
|
72
|
+
| In-app tooltips | Feature discovery prompts |
|
|
73
|
+
| Sticky CTAs | Persist during onboarding |
|
|
74
|
+
| CTA contrast | Visual prominence |
|
|
75
|
+
| Secondary CTAs | "Learn more" vs. primary only |
|
|
76
|
+
|
|
77
|
+
### UI Guidance
|
|
78
|
+
|
|
79
|
+
| Test | Hypothesis |
|
|
80
|
+
|------|------------|
|
|
81
|
+
| Hotspot highlights | Draw attention to key features |
|
|
82
|
+
| Coachmarks | Contextual tips |
|
|
83
|
+
| Feature announcements | New feature discovery |
|
|
84
|
+
| Contextual help | Help where users need it |
|
|
85
|
+
| Search vs. guided | Self-service vs. directed |
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## Personalization Experiments
|
|
90
|
+
|
|
91
|
+
### User Segmentation
|
|
92
|
+
|
|
93
|
+
| Test | Hypothesis |
|
|
94
|
+
|------|------------|
|
|
95
|
+
| Role-based onboarding | Different paths by role |
|
|
96
|
+
| Goal-based paths | Customize by stated goal |
|
|
97
|
+
| Role-specific dashboards | Relevant default views |
|
|
98
|
+
| Use-case question | Personalize based on answer |
|
|
99
|
+
| Industry-specific paths | Vertical customization |
|
|
100
|
+
| Experience-based | Beginner vs. expert paths |
|
|
101
|
+
|
|
102
|
+
### Dynamic Content
|
|
103
|
+
|
|
104
|
+
| Test | Hypothesis |
|
|
105
|
+
|------|------------|
|
|
106
|
+
| Personalized welcome | Name, company, role |
|
|
107
|
+
| Industry examples | Relevant use cases |
|
|
108
|
+
| Dynamic recommendations | Based on user answers |
|
|
109
|
+
| Template suggestions | Pre-filled for segment |
|
|
110
|
+
| Feature highlighting | Relevant to stated goals |
|
|
111
|
+
| Benchmark data | Industry-specific metrics |
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
## Quick Wins & Engagement Experiments
|
|
116
|
+
|
|
117
|
+
### Time-to-Value
|
|
118
|
+
|
|
119
|
+
| Test | Hypothesis |
|
|
120
|
+
|------|------------|
|
|
121
|
+
| First quick win | "Complete your first X" |
|
|
122
|
+
| Success messages | After key actions |
|
|
123
|
+
| Progress celebrations | Milestone moments |
|
|
124
|
+
| Next step suggestions | After each completion |
|
|
125
|
+
| Value demonstration | Show what they achieved |
|
|
126
|
+
| Outcome preview | What success looks like |
|
|
127
|
+
|
|
128
|
+
### Motivation Mechanics
|
|
129
|
+
|
|
130
|
+
| Test | Hypothesis |
|
|
131
|
+
|------|------------|
|
|
132
|
+
| Achievement badges | Gamification elements |
|
|
133
|
+
| Streaks | Consecutive day engagement |
|
|
134
|
+
| Leaderboards | Social comparison (if appropriate) |
|
|
135
|
+
| Rewards | Incentives for completion |
|
|
136
|
+
| Unlock mechanics | Features revealed progressively |
|
|
137
|
+
|
|
138
|
+
### Support & Help
|
|
139
|
+
|
|
140
|
+
| Test | Hypothesis |
|
|
141
|
+
|------|------------|
|
|
142
|
+
| Free onboarding calls | For complex products |
|
|
143
|
+
| Contextual help | Throughout onboarding |
|
|
144
|
+
| Chat support | Availability during onboarding |
|
|
145
|
+
| Proactive outreach | For stuck users |
|
|
146
|
+
| Self-service resources | Help docs, videos |
|
|
147
|
+
| Community access | Peer support early |
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
## Email & Multi-Channel Experiments
|
|
152
|
+
|
|
153
|
+
### Onboarding Emails
|
|
154
|
+
|
|
155
|
+
| Test | Hypothesis |
|
|
156
|
+
|------|------------|
|
|
157
|
+
| Founder welcome email | Personal vs. generic |
|
|
158
|
+
| Behavior-based triggers | Action/inaction based |
|
|
159
|
+
| Email timing | Immediate vs. delayed |
|
|
160
|
+
| Email frequency | More vs. fewer touches |
|
|
161
|
+
| Quick tips format | Short actionable content |
|
|
162
|
+
| Video in email | More engaging format |
|
|
163
|
+
|
|
164
|
+
### Email Content
|
|
165
|
+
|
|
166
|
+
| Test | Hypothesis |
|
|
167
|
+
|------|------------|
|
|
168
|
+
| Subject lines | Open rate optimization |
|
|
169
|
+
| Personalization depth | Name vs. behavior-based |
|
|
170
|
+
| CTA prominence | Single clear action |
|
|
171
|
+
| Social proof inclusion | Testimonials in email |
|
|
172
|
+
| Urgency messaging | Trial reminders |
|
|
173
|
+
| Plain text vs. designed | Format testing |
|
|
174
|
+
|
|
175
|
+
### Feedback Loops
|
|
176
|
+
|
|
177
|
+
| Test | Hypothesis |
|
|
178
|
+
|------|------------|
|
|
179
|
+
| NPS during onboarding | When to ask |
|
|
180
|
+
| Blocking question | "What's stopping you?" |
|
|
181
|
+
| NPS follow-up | Actions based on score |
|
|
182
|
+
| In-app feedback | Thumbs up/down on features |
|
|
183
|
+
| Survey timing | When to request feedback |
|
|
184
|
+
| Feedback incentives | Reward for completing |
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
## Re-engagement Experiments
|
|
189
|
+
|
|
190
|
+
### Stalled User Recovery
|
|
191
|
+
|
|
192
|
+
| Test | Hypothesis |
|
|
193
|
+
|------|------------|
|
|
194
|
+
| Re-engagement email timing | When to send |
|
|
195
|
+
| Personal outreach | Human vs. automated |
|
|
196
|
+
| Simplified path | Reduced steps for returners |
|
|
197
|
+
| Incentive offers | Discount or extended trial |
|
|
198
|
+
| Problem identification | Ask what's blocking |
|
|
199
|
+
| Demo offer | Live walkthrough |
|
|
200
|
+
|
|
201
|
+
### Return Experience
|
|
202
|
+
|
|
203
|
+
| Test | Hypothesis |
|
|
204
|
+
|------|------------|
|
|
205
|
+
| Welcome back message | Acknowledge return |
|
|
206
|
+
| Progress resume | Pick up where left off |
|
|
207
|
+
| Changed state | What happened while away |
|
|
208
|
+
| Re-onboarding | Fresh start option |
|
|
209
|
+
| Urgency messaging | Trial time remaining |
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
## Technical & UX Experiments
|
|
214
|
+
|
|
215
|
+
### Performance
|
|
216
|
+
|
|
217
|
+
| Test | Hypothesis |
|
|
218
|
+
|------|------------|
|
|
219
|
+
| Load time optimization | Faster = higher completion |
|
|
220
|
+
| Progressive loading | Perceived performance |
|
|
221
|
+
| Offline capability | Mobile experience |
|
|
222
|
+
| Error handling | Graceful failure recovery |
|
|
223
|
+
|
|
224
|
+
### Mobile Onboarding
|
|
225
|
+
|
|
226
|
+
| Test | Hypothesis |
|
|
227
|
+
|------|------------|
|
|
228
|
+
| Touch targets | Size and spacing |
|
|
229
|
+
| Swipe navigation | Mobile-native patterns |
|
|
230
|
+
| Screen count | Fewer screens needed |
|
|
231
|
+
| Input optimization | Mobile-friendly forms |
|
|
232
|
+
| Permission timing | When to ask |
|
|
233
|
+
|
|
234
|
+
### Accessibility
|
|
235
|
+
|
|
236
|
+
| Test | Hypothesis |
|
|
237
|
+
|------|------------|
|
|
238
|
+
| Screen reader support | Accessibility impact |
|
|
239
|
+
| Keyboard navigation | Non-mouse users |
|
|
240
|
+
| Color contrast | Visibility |
|
|
241
|
+
| Font sizing | Readability |
|
|
242
|
+
|
|
243
|
+
---
|
|
244
|
+
|
|
245
|
+
## Metrics to Track
|
|
246
|
+
|
|
247
|
+
For all experiments, measure:
|
|
248
|
+
|
|
249
|
+
| Metric | Description |
|
|
250
|
+
|--------|-------------|
|
|
251
|
+
| Activation rate | % reaching activation event |
|
|
252
|
+
| Time to activation | Hours/days to first value |
|
|
253
|
+
| Step completion rate | % completing each step |
|
|
254
|
+
| Drop-off points | Where users abandon |
|
|
255
|
+
| Return rate | Users who come back |
|
|
256
|
+
| Day 1/7/30 retention | Engagement over time |
|
|
257
|
+
| Feature adoption | Which features get used |
|
|
258
|
+
| Support requests | Volume during onboarding |
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: orchestrate
|
|
3
|
+
description: Apply the Workflow Orchestration methodology for complex, multi-step tasks — plan-first approach, subagent strategy, self-improvement loop, verification before done, elegant solutions, and autonomous bug fixing. Use for any non-trivial task with 3+ steps or architectural decisions.
|
|
4
|
+
category: engineering
|
|
5
|
+
tier: core
|
|
6
|
+
slash_command: /orchestrate
|
|
7
|
+
allowed-tools: Bash Read Edit Write Grep Glob Agent Task Workflow
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Orchestrate — Complex Task Orchestration
|
|
11
|
+
|
|
12
|
+
Apply workflow orchestration methodology for multi-step tasks with 3+ steps or architectural decisions.
|
|
13
|
+
|
|
14
|
+
## How to use
|
|
15
|
+
- `/orchestrate <task>` — plan-first approach for any non-trivial task
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Methodology
|
|
20
|
+
|
|
21
|
+
### 1. Plan first (invoke `writing-plans` skill)
|
|
22
|
+
|
|
23
|
+
**Always start by invoking the `writing-plans` skill** (or native plan mode if your platform has it) to produce a structured plan with TDD-style task steps. Write it to wherever `writing-plans` puts plans for this repo — do not assume a fixed path. Do not proceed to coding until the plan is written and reviewed.
|
|
24
|
+
|
|
25
|
+
- If something goes sideways mid-task: STOP, re-plan using `writing-plans` again
|
|
26
|
+
- Track progress via `tasks/todo.md` checkboxes
|
|
27
|
+
|
|
28
|
+
### 2. Use subagents (fan out independent work)
|
|
29
|
+
- Offload research, exploration, and parallel analysis to subagents
|
|
30
|
+
- Keep main context window clean and focused
|
|
31
|
+
- One task per subagent for precision
|
|
32
|
+
- Invoke the `subagents` skill for the **fan-out ladder** and **standard return contract**
|
|
33
|
+
|
|
34
|
+
Once the plan splits into **independent workstreams**, do not implement them serially.
|
|
35
|
+
Fan them out using the ladder from the `subagents` skill (Workflow tool → parallel
|
|
36
|
+
subagents → serial fallback):
|
|
37
|
+
|
|
38
|
+
```
|
|
39
|
+
plan (writing-plans)
|
|
40
|
+
→ parallel implementation subagents # one per independent workstream, isolated
|
|
41
|
+
each returns { summary, files[], diff, risks[], confidence }
|
|
42
|
+
→ gather the structured diffs
|
|
43
|
+
→ independent reviewer subagent # fresh context, runs /code-review — no self-review bias
|
|
44
|
+
returns { findings[]{severity,file,detail}, verdict }
|
|
45
|
+
→ merge / verify gate # apply, run /gate, only then mark done
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
Reference `dispatching-parallel-agents` and `subagent-driven-development` for the
|
|
49
|
+
mechanics. Use worktree isolation when subagents edit files in parallel so they don't
|
|
50
|
+
collide. Workstreams that share state (same module, ordering dependency) stay serial.
|
|
51
|
+
|
|
52
|
+
### 3. Self-improvement loop
|
|
53
|
+
- After any correction: note the pattern in `tasks/lessons.md`
|
|
54
|
+
- Review lessons at session start for relevant context
|
|
55
|
+
|
|
56
|
+
### 4. Verify before done
|
|
57
|
+
- Never mark complete without proving it works
|
|
58
|
+
- Run tests, check logs, diff behaviour vs main
|
|
59
|
+
- Ask: "Would a staff engineer approve this?"
|
|
60
|
+
|
|
61
|
+
### 5. Demand elegance
|
|
62
|
+
- After a working but messy fix: "Implement the elegant solution"
|
|
63
|
+
- Skip this for simple, obvious fixes
|
|
64
|
+
|
|
65
|
+
### 6. Autonomous bug fixing
|
|
66
|
+
- When given a bug: investigate and fix. Do not wait for hand-holding.
|
|
67
|
+
- Pair with `/fix` for CI failures and log-based bugs.
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## Task Management
|
|
72
|
+
|
|
73
|
+
1. Write plan → `tasks/todo.md`
|
|
74
|
+
2. Check in before implementation starts
|
|
75
|
+
3. Mark items complete as you go
|
|
76
|
+
4. Document results in review section
|
|
77
|
+
5. Capture lessons → `tasks/lessons.md`
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: page-cro
|
|
3
|
+
description: When the user wants to optimize, improve, or increase conversions on any marketing page — including homepage, landing pages, pricing pages, feature pages, or blog posts. Also use when the user says "CRO," "conversion rate optimization," "this page isn't converting," "improve conversions," "why isn't this page working," "my landing page sucks," "nobody's converting," "low conversion rate," "bounce rate is too high," "people leave without signing up," or "this page needs work." Use this even if the user just shares a URL and asks for feedback — they probably want conversion help. For signup/registration flows, see signup-flow-cro. For post-signup activation, see onboarding-cro. For forms outside of signup, see form-cro. For popups/modals, see popup-cro.
|
|
4
|
+
category: marketing
|
|
5
|
+
tier: on-demand
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Page Conversion Rate Optimization (CRO)
|
|
9
|
+
|
|
10
|
+
You are a conversion rate optimization expert. Your goal is to analyze marketing pages and provide actionable recommendations to improve conversion rates.
|
|
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, identify:
|
|
18
|
+
|
|
19
|
+
1. **Page Type**: Homepage, landing page, pricing, feature, blog, about, other
|
|
20
|
+
2. **Primary Conversion Goal**: Sign up, request demo, purchase, subscribe, download, contact sales
|
|
21
|
+
3. **Traffic Context**: Where are visitors coming from? (organic, paid, email, social)
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## CRO Analysis Framework
|
|
26
|
+
|
|
27
|
+
Analyze the page across these dimensions, in order of impact:
|
|
28
|
+
|
|
29
|
+
### 1. Value Proposition Clarity (Highest Impact)
|
|
30
|
+
|
|
31
|
+
**Check for:**
|
|
32
|
+
- Can a visitor understand what this is and why they should care within 5 seconds?
|
|
33
|
+
- Is the primary benefit clear, specific, and differentiated?
|
|
34
|
+
- Is it written in the customer's language (not company jargon)?
|
|
35
|
+
|
|
36
|
+
**Common issues:**
|
|
37
|
+
- Feature-focused instead of benefit-focused
|
|
38
|
+
- Too vague or too clever (sacrificing clarity)
|
|
39
|
+
- Trying to say everything instead of the most important thing
|
|
40
|
+
|
|
41
|
+
### 2. Headline Effectiveness
|
|
42
|
+
|
|
43
|
+
**Evaluate:**
|
|
44
|
+
- Does it communicate the core value proposition?
|
|
45
|
+
- Is it specific enough to be meaningful?
|
|
46
|
+
- Does it match the traffic source's messaging?
|
|
47
|
+
|
|
48
|
+
**Strong headline patterns:**
|
|
49
|
+
- Outcome-focused: "Get [desired outcome] without [pain point]"
|
|
50
|
+
- Specificity: Include numbers, timeframes, or concrete details
|
|
51
|
+
- Social proof: "Join 10,000+ teams who..."
|
|
52
|
+
|
|
53
|
+
### 3. CTA Placement, Copy, and Hierarchy
|
|
54
|
+
|
|
55
|
+
**Primary CTA assessment:**
|
|
56
|
+
- Is there one clear primary action?
|
|
57
|
+
- Is it visible without scrolling?
|
|
58
|
+
- Does the button copy communicate value, not just action?
|
|
59
|
+
- Weak: "Submit," "Sign Up," "Learn More"
|
|
60
|
+
- Strong: "Start Free Trial," "Get My Report," "See Pricing"
|
|
61
|
+
|
|
62
|
+
**CTA hierarchy:**
|
|
63
|
+
- Is there a logical primary vs. secondary CTA structure?
|
|
64
|
+
- Are CTAs repeated at key decision points?
|
|
65
|
+
|
|
66
|
+
### 4. Visual Hierarchy and Scannability
|
|
67
|
+
|
|
68
|
+
**Check:**
|
|
69
|
+
- Can someone scanning get the main message?
|
|
70
|
+
- Are the most important elements visually prominent?
|
|
71
|
+
- Is there enough white space?
|
|
72
|
+
- Do images support or distract from the message?
|
|
73
|
+
|
|
74
|
+
### 5. Trust Signals and Social Proof
|
|
75
|
+
|
|
76
|
+
**Types to look for:**
|
|
77
|
+
- Customer logos (especially recognizable ones)
|
|
78
|
+
- Testimonials (specific, attributed, with photos)
|
|
79
|
+
- Case study snippets with real numbers
|
|
80
|
+
- Review scores and counts
|
|
81
|
+
- Security badges (where relevant)
|
|
82
|
+
|
|
83
|
+
**Placement:** Near CTAs and after benefit claims
|
|
84
|
+
|
|
85
|
+
### 6. Objection Handling
|
|
86
|
+
|
|
87
|
+
**Common objections to address:**
|
|
88
|
+
- Price/value concerns
|
|
89
|
+
- "Will this work for my situation?"
|
|
90
|
+
- Implementation difficulty
|
|
91
|
+
- "What if it doesn't work?"
|
|
92
|
+
|
|
93
|
+
**Address through:** FAQ sections, guarantees, comparison content, process transparency
|
|
94
|
+
|
|
95
|
+
### 7. Friction Points
|
|
96
|
+
|
|
97
|
+
**Look for:**
|
|
98
|
+
- Too many form fields
|
|
99
|
+
- Unclear next steps
|
|
100
|
+
- Confusing navigation
|
|
101
|
+
- Required information that shouldn't be required
|
|
102
|
+
- Mobile experience issues
|
|
103
|
+
- Long load times
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## Output Format
|
|
108
|
+
|
|
109
|
+
Structure your recommendations as:
|
|
110
|
+
|
|
111
|
+
### Quick Wins (Implement Now)
|
|
112
|
+
Easy changes with likely immediate impact.
|
|
113
|
+
|
|
114
|
+
### High-Impact Changes (Prioritize)
|
|
115
|
+
Bigger changes that require more effort but will significantly improve conversions.
|
|
116
|
+
|
|
117
|
+
### Test Ideas
|
|
118
|
+
Hypotheses worth A/B testing rather than assuming.
|
|
119
|
+
|
|
120
|
+
### Copy Alternatives
|
|
121
|
+
For key elements (headlines, CTAs), provide 2-3 alternatives with rationale.
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## Page-Specific Frameworks
|
|
126
|
+
|
|
127
|
+
### Homepage CRO
|
|
128
|
+
- Clear positioning for cold visitors
|
|
129
|
+
- Quick path to most common conversion
|
|
130
|
+
- Handle both "ready to buy" and "still researching"
|
|
131
|
+
|
|
132
|
+
### Landing Page CRO
|
|
133
|
+
- Message match with traffic source
|
|
134
|
+
- Single CTA (remove navigation if possible)
|
|
135
|
+
- Complete argument on one page
|
|
136
|
+
|
|
137
|
+
### Pricing Page CRO
|
|
138
|
+
- Clear plan comparison
|
|
139
|
+
- Recommended plan indication
|
|
140
|
+
- Address "which plan is right for me?" anxiety
|
|
141
|
+
|
|
142
|
+
### Feature Page CRO
|
|
143
|
+
- Connect feature to benefit
|
|
144
|
+
- Use cases and examples
|
|
145
|
+
- Clear path to try/buy
|
|
146
|
+
|
|
147
|
+
### Blog Post CRO
|
|
148
|
+
- Contextual CTAs matching content topic
|
|
149
|
+
- Inline CTAs at natural stopping points
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
## Experiment Ideas
|
|
154
|
+
|
|
155
|
+
When recommending experiments, consider tests for:
|
|
156
|
+
- Hero section (headline, visual, CTA)
|
|
157
|
+
- Trust signals and social proof placement
|
|
158
|
+
- Pricing presentation
|
|
159
|
+
- Form optimization
|
|
160
|
+
- Navigation and UX
|
|
161
|
+
|
|
162
|
+
**For comprehensive experiment ideas by page type**: See [references/experiments.md](references/experiments.md)
|
|
163
|
+
|
|
164
|
+
---
|
|
165
|
+
|
|
166
|
+
## Task-Specific Questions
|
|
167
|
+
|
|
168
|
+
1. What's your current conversion rate and goal?
|
|
169
|
+
2. Where is traffic coming from?
|
|
170
|
+
3. What does your signup/purchase flow look like after this page?
|
|
171
|
+
4. Do you have user research, heatmaps, or session recordings?
|
|
172
|
+
5. What have you already tried?
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## Related Skills
|
|
177
|
+
|
|
178
|
+
- **signup-flow-cro**: If the issue is in the signup process itself
|
|
179
|
+
- **form-cro**: If forms on the page need optimization
|
|
180
|
+
- **popup-cro**: If considering popups as part of the strategy
|
|
181
|
+
- **copywriting**: If the page needs a complete copy rewrite
|
|
182
|
+
- **ab-test-setup**: To properly test recommended changes
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "page-cro",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "Here's my SaaS landing page: https://example.com/product. We get about 5,000 visitors/month from Google Ads but only 1.2% convert to free trial signups. Can you help me figure out what's wrong?",
|
|
7
|
+
"expected_output": "Should check for product-marketing-context.md first. Should identify page type (landing page) and conversion goal (free trial signup). Should analyze across the CRO framework dimensions: value proposition clarity, headline effectiveness, CTA placement/copy/hierarchy, visual hierarchy, trust signals, objection handling, and friction points. Should provide recommendations organized as Quick Wins, High-Impact Changes, and Test Ideas. Should note the message match issue between Google Ads and landing page. Should provide 2-3 headline and CTA copy alternatives with rationale.",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Checks for product-marketing-context.md",
|
|
10
|
+
"Identifies page type as landing page",
|
|
11
|
+
"Identifies conversion goal as free trial signup",
|
|
12
|
+
"Analyzes value proposition clarity",
|
|
13
|
+
"Analyzes CTA placement and copy",
|
|
14
|
+
"Notes message match between ads and landing page",
|
|
15
|
+
"Output has Quick Wins section",
|
|
16
|
+
"Output has High-Impact Changes section",
|
|
17
|
+
"Output has Test Ideas section",
|
|
18
|
+
"Provides 2-3 headline or CTA alternatives"
|
|
19
|
+
],
|
|
20
|
+
"files": []
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": 2,
|
|
24
|
+
"prompt": "Our pricing page has three tiers but nobody picks the middle one. 60% choose the cheapest plan and 30% bounce entirely. What should we change?",
|
|
25
|
+
"expected_output": "Should apply the Pricing Page CRO framework. Should address plan comparison clarity, recommended plan indication, and 'which plan is right for me?' anxiety. Should analyze whether the middle tier's value proposition is differentiated enough. Should recommend trust signals and social proof near pricing. Should suggest specific experiments like changing plan names, adjusting feature differentiation, adding an annual toggle, or highlighting the recommended plan visually. Output should include Quick Wins, High-Impact Changes, and Test Ideas sections.",
|
|
26
|
+
"assertions": [
|
|
27
|
+
"Applies Pricing Page CRO framework",
|
|
28
|
+
"Addresses recommended plan indication",
|
|
29
|
+
"Addresses 'which plan is right for me' anxiety",
|
|
30
|
+
"Analyzes middle tier differentiation",
|
|
31
|
+
"Suggests specific experiments",
|
|
32
|
+
"Output has Quick Wins section",
|
|
33
|
+
"Output has High-Impact Changes section",
|
|
34
|
+
"Output has Test Ideas section"
|
|
35
|
+
],
|
|
36
|
+
"files": []
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": 3,
|
|
40
|
+
"prompt": "this page isn't converting. can you take a look? it's our homepage for a B2B project management tool",
|
|
41
|
+
"expected_output": "Should trigger on the casual 'this page isn't converting' phrasing. Should identify this as a Homepage CRO analysis. Should ask clarifying questions about current conversion rate, traffic sources, and conversion goal. Should apply the full CRO Analysis Framework starting with value proposition clarity. Should address the homepage-specific guidance: serving multiple audiences, leading with broadest value prop, and providing clear paths for different visitor intents. Should provide structured output with Quick Wins, High-Impact Changes, Test Ideas, and Copy Alternatives.",
|
|
42
|
+
"assertions": [
|
|
43
|
+
"Triggers on casual phrasing",
|
|
44
|
+
"Identifies as Homepage CRO",
|
|
45
|
+
"Asks about current conversion rate",
|
|
46
|
+
"Asks about traffic sources",
|
|
47
|
+
"Applies CRO Analysis Framework",
|
|
48
|
+
"Addresses serving multiple audiences",
|
|
49
|
+
"Addresses clear paths for different visitor intents",
|
|
50
|
+
"Output has structured sections"
|
|
51
|
+
],
|
|
52
|
+
"files": []
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": 4,
|
|
56
|
+
"prompt": "We have a blog that gets 20k organic visits/month but almost nobody clicks through to our product. How do we get more conversions from blog readers?",
|
|
57
|
+
"expected_output": "Should apply the Blog Post CRO framework. Should recommend contextual CTAs matching content topics and inline CTAs at natural stopping points. Should analyze whether CTAs are relevant to the content topic or generic. Should suggest specific CTA placements: within content, end of post, sidebar, sticky bar. Should recommend testing different CTA formats (inline text links, banner cards, exit-intent). Should cross-reference copywriting skill for CTA copy improvement.",
|
|
58
|
+
"assertions": [
|
|
59
|
+
"Applies Blog Post CRO framework",
|
|
60
|
+
"Recommends contextual CTAs matching content",
|
|
61
|
+
"Recommends inline CTAs at natural stopping points",
|
|
62
|
+
"Suggests specific CTA placements",
|
|
63
|
+
"Suggests testing different CTA formats",
|
|
64
|
+
"Cross-references copywriting or related skill"
|
|
65
|
+
],
|
|
66
|
+
"files": []
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": 5,
|
|
70
|
+
"prompt": "We redesigned our landing page and conversions dropped from 4.2% to 2.8%. Here's the new page. What went wrong?",
|
|
71
|
+
"expected_output": "Should approach this as a diagnostic CRO audit focused on what changed. Should systematically compare against the CRO framework dimensions to identify likely regression causes. Should check for common redesign mistakes: losing trust signals, weaker value proposition clarity, CTA hierarchy changes, added friction, broken message match with traffic sources. Should provide specific fixes organized by likely impact. Should recommend reverting high-risk changes while testing others.",
|
|
72
|
+
"assertions": [
|
|
73
|
+
"Approaches as diagnostic audit",
|
|
74
|
+
"Checks for lost trust signals",
|
|
75
|
+
"Checks for weakened value proposition",
|
|
76
|
+
"Checks for CTA hierarchy changes",
|
|
77
|
+
"Checks for added friction",
|
|
78
|
+
"Checks for broken message match with traffic sources",
|
|
79
|
+
"Provides fixes organized by impact",
|
|
80
|
+
"Recommends reverting high-risk changes"
|
|
81
|
+
],
|
|
82
|
+
"files": []
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": 6,
|
|
86
|
+
"prompt": "Our signup form has too many fields and people keep abandoning it halfway through. Can you help optimize it?",
|
|
87
|
+
"expected_output": "Should recognize this is about signup form optimization, not general page CRO. Should defer to or cross-reference the signup-flow-cro skill, which specifically handles signup, registration, and account creation flows. May provide some general friction reduction advice but should make clear that signup-flow-cro is the right skill for this task.",
|
|
88
|
+
"assertions": [
|
|
89
|
+
"Recognizes this as signup flow optimization",
|
|
90
|
+
"References or defers to signup-flow-cro skill",
|
|
91
|
+
"Does not attempt full page-cro analysis on a form"
|
|
92
|
+
],
|
|
93
|
+
"files": []
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": 7,
|
|
97
|
+
"prompt": "Review this feature page for our API monitoring tool. Most traffic comes from organic search for 'API monitoring tools'. We want them to start a free trial.",
|
|
98
|
+
"expected_output": "Should apply the Feature Page CRO framework: connect feature to benefit, show use cases and examples, clear path to try/buy. Should reference the experiments section and suggest prioritized test ideas for hero section, trust signals, and CTA variations. Should note the organic search traffic source and check for message match with search intent. Should cross-reference ab-test-setup skill for proper test implementation.",
|
|
99
|
+
"assertions": [
|
|
100
|
+
"Applies Feature Page CRO framework",
|
|
101
|
+
"Connects features to benefits",
|
|
102
|
+
"Suggests use cases and examples",
|
|
103
|
+
"Provides clear path to try/buy",
|
|
104
|
+
"Notes organic traffic source and search intent match",
|
|
105
|
+
"Suggests specific experiment hypotheses",
|
|
106
|
+
"Cross-references ab-test-setup skill"
|
|
107
|
+
],
|
|
108
|
+
"files": []
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
}
|