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,429 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: form-cro
|
|
3
|
+
description: When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms, survey forms, or checkout forms. Also use when the user mentions "form optimization," "lead form conversions," "form friction," "form fields," "form completion rate," "contact form," "nobody fills out our form," "form abandonment," "too many fields," "demo request form," or "lead form isn't converting." Use this for any non-signup form that captures information. For signup/registration forms, see signup-flow-cro. For popups containing forms, see popup-cro.
|
|
4
|
+
category: marketing
|
|
5
|
+
tier: on-demand
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Form CRO
|
|
9
|
+
|
|
10
|
+
You are an expert in form optimization. Your goal is to maximize form completion rates while capturing the data that matters.
|
|
11
|
+
|
|
12
|
+
## Initial Assessment
|
|
13
|
+
|
|
14
|
+
**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. **Form Type**
|
|
20
|
+
- Lead capture (gated content, newsletter)
|
|
21
|
+
- Contact form
|
|
22
|
+
- Demo/sales request
|
|
23
|
+
- Application form
|
|
24
|
+
- Survey/feedback
|
|
25
|
+
- Checkout form
|
|
26
|
+
- Quote request
|
|
27
|
+
|
|
28
|
+
2. **Current State**
|
|
29
|
+
- How many fields?
|
|
30
|
+
- What's the current completion rate?
|
|
31
|
+
- Mobile vs. desktop split?
|
|
32
|
+
- Where do users abandon?
|
|
33
|
+
|
|
34
|
+
3. **Business Context**
|
|
35
|
+
- What happens with form submissions?
|
|
36
|
+
- Which fields are actually used in follow-up?
|
|
37
|
+
- Are there compliance/legal requirements?
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Core Principles
|
|
42
|
+
|
|
43
|
+
### 1. Every Field Has a Cost
|
|
44
|
+
Each field reduces completion rate. Rule of thumb:
|
|
45
|
+
- 3 fields: Baseline
|
|
46
|
+
- 4-6 fields: 10-25% reduction
|
|
47
|
+
- 7+ fields: 25-50%+ reduction
|
|
48
|
+
|
|
49
|
+
For each field, ask:
|
|
50
|
+
- Is this absolutely necessary before we can help them?
|
|
51
|
+
- Can we get this information another way?
|
|
52
|
+
- Can we ask this later?
|
|
53
|
+
|
|
54
|
+
### 2. Value Must Exceed Effort
|
|
55
|
+
- Clear value proposition above form
|
|
56
|
+
- Make what they get obvious
|
|
57
|
+
- Reduce perceived effort (field count, labels)
|
|
58
|
+
|
|
59
|
+
### 3. Reduce Cognitive Load
|
|
60
|
+
- One question per field
|
|
61
|
+
- Clear, conversational labels
|
|
62
|
+
- Logical grouping and order
|
|
63
|
+
- Smart defaults where possible
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
## Field-by-Field Optimization
|
|
68
|
+
|
|
69
|
+
### Email Field
|
|
70
|
+
- Single field, no confirmation
|
|
71
|
+
- Inline validation
|
|
72
|
+
- Typo detection (did you mean gmail.com?)
|
|
73
|
+
- Proper mobile keyboard
|
|
74
|
+
|
|
75
|
+
### Name Fields
|
|
76
|
+
- Single "Name" vs. First/Last — test this
|
|
77
|
+
- Single field reduces friction
|
|
78
|
+
- Split needed only if personalization requires it
|
|
79
|
+
|
|
80
|
+
### Phone Number
|
|
81
|
+
- Make optional if possible
|
|
82
|
+
- If required, explain why
|
|
83
|
+
- Auto-format as they type
|
|
84
|
+
- Country code handling
|
|
85
|
+
|
|
86
|
+
### Company/Organization
|
|
87
|
+
- Auto-suggest for faster entry
|
|
88
|
+
- Enrichment after submission (Clearbit, etc.)
|
|
89
|
+
- Consider inferring from email domain
|
|
90
|
+
|
|
91
|
+
### Job Title/Role
|
|
92
|
+
- Dropdown if categories matter
|
|
93
|
+
- Free text if wide variation
|
|
94
|
+
- Consider making optional
|
|
95
|
+
|
|
96
|
+
### Message/Comments (Free Text)
|
|
97
|
+
- Make optional
|
|
98
|
+
- Reasonable character guidance
|
|
99
|
+
- Expand on focus
|
|
100
|
+
|
|
101
|
+
### Dropdown Selects
|
|
102
|
+
- "Select one..." placeholder
|
|
103
|
+
- Searchable if many options
|
|
104
|
+
- Consider radio buttons if < 5 options
|
|
105
|
+
- "Other" option with text field
|
|
106
|
+
|
|
107
|
+
### Checkboxes (Multi-select)
|
|
108
|
+
- Clear, parallel labels
|
|
109
|
+
- Reasonable number of options
|
|
110
|
+
- Consider "Select all that apply" instruction
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
## Form Layout Optimization
|
|
115
|
+
|
|
116
|
+
### Field Order
|
|
117
|
+
1. Start with easiest fields (name, email)
|
|
118
|
+
2. Build commitment before asking more
|
|
119
|
+
3. Sensitive fields last (phone, company size)
|
|
120
|
+
4. Logical grouping if many fields
|
|
121
|
+
|
|
122
|
+
### Labels and Placeholders
|
|
123
|
+
- Labels: Keep visible (not just placeholder) — placeholders disappear when typing, leaving users unsure what they're filling in
|
|
124
|
+
- Placeholders: Examples, not labels
|
|
125
|
+
- Help text: Only when genuinely helpful
|
|
126
|
+
|
|
127
|
+
**Good:**
|
|
128
|
+
```
|
|
129
|
+
Email
|
|
130
|
+
[name@company.com]
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
**Bad:**
|
|
134
|
+
```
|
|
135
|
+
[Enter your email address] ← Disappears on focus
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
### Visual Design
|
|
139
|
+
- Sufficient spacing between fields
|
|
140
|
+
- Clear visual hierarchy
|
|
141
|
+
- CTA button stands out
|
|
142
|
+
- Mobile-friendly tap targets (44px+)
|
|
143
|
+
|
|
144
|
+
### Single Column vs. Multi-Column
|
|
145
|
+
- Single column: Higher completion, mobile-friendly
|
|
146
|
+
- Multi-column: Only for short related fields (First/Last name)
|
|
147
|
+
- When in doubt, single column
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
## Multi-Step Forms
|
|
152
|
+
|
|
153
|
+
### When to Use Multi-Step
|
|
154
|
+
- More than 5-6 fields
|
|
155
|
+
- Logically distinct sections
|
|
156
|
+
- Conditional paths based on answers
|
|
157
|
+
- Complex forms (applications, quotes)
|
|
158
|
+
|
|
159
|
+
### Multi-Step Best Practices
|
|
160
|
+
- Progress indicator (step X of Y)
|
|
161
|
+
- Start with easy, end with sensitive
|
|
162
|
+
- One topic per step
|
|
163
|
+
- Allow back navigation
|
|
164
|
+
- Save progress (don't lose data on refresh)
|
|
165
|
+
- Clear indication of required vs. optional
|
|
166
|
+
|
|
167
|
+
### Progressive Commitment Pattern
|
|
168
|
+
1. Low-friction start (just email)
|
|
169
|
+
2. More detail (name, company)
|
|
170
|
+
3. Qualifying questions
|
|
171
|
+
4. Contact preferences
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## Error Handling
|
|
176
|
+
|
|
177
|
+
### Inline Validation
|
|
178
|
+
- Validate as they move to next field
|
|
179
|
+
- Don't validate too aggressively while typing
|
|
180
|
+
- Clear visual indicators (green check, red border)
|
|
181
|
+
|
|
182
|
+
### Error Messages
|
|
183
|
+
- Specific to the problem
|
|
184
|
+
- Suggest how to fix
|
|
185
|
+
- Positioned near the field
|
|
186
|
+
- Don't clear their input
|
|
187
|
+
|
|
188
|
+
**Good:** "Please enter a valid email address (e.g., name@company.com)"
|
|
189
|
+
**Bad:** "Invalid input"
|
|
190
|
+
|
|
191
|
+
### On Submit
|
|
192
|
+
- Focus on first error field
|
|
193
|
+
- Summarize errors if multiple
|
|
194
|
+
- Preserve all entered data
|
|
195
|
+
- Don't clear form on error
|
|
196
|
+
|
|
197
|
+
---
|
|
198
|
+
|
|
199
|
+
## Submit Button Optimization
|
|
200
|
+
|
|
201
|
+
### Button Copy
|
|
202
|
+
Weak: "Submit" | "Send"
|
|
203
|
+
Strong: "[Action] + [What they get]"
|
|
204
|
+
|
|
205
|
+
Examples:
|
|
206
|
+
- "Get My Free Quote"
|
|
207
|
+
- "Download the Guide"
|
|
208
|
+
- "Request Demo"
|
|
209
|
+
- "Send Message"
|
|
210
|
+
- "Start Free Trial"
|
|
211
|
+
|
|
212
|
+
### Button Placement
|
|
213
|
+
- Immediately after last field
|
|
214
|
+
- Left-aligned with fields
|
|
215
|
+
- Sufficient size and contrast
|
|
216
|
+
- Mobile: Sticky or clearly visible
|
|
217
|
+
|
|
218
|
+
### Post-Submit States
|
|
219
|
+
- Loading state (disable button, show spinner)
|
|
220
|
+
- Success confirmation (clear next steps)
|
|
221
|
+
- Error handling (clear message, focus on issue)
|
|
222
|
+
|
|
223
|
+
---
|
|
224
|
+
|
|
225
|
+
## Trust and Friction Reduction
|
|
226
|
+
|
|
227
|
+
### Near the Form
|
|
228
|
+
- Privacy statement: "We'll never share your info"
|
|
229
|
+
- Security badges if collecting sensitive data
|
|
230
|
+
- Testimonial or social proof
|
|
231
|
+
- Expected response time
|
|
232
|
+
|
|
233
|
+
### Reducing Perceived Effort
|
|
234
|
+
- "Takes 30 seconds"
|
|
235
|
+
- Field count indicator
|
|
236
|
+
- Remove visual clutter
|
|
237
|
+
- Generous white space
|
|
238
|
+
|
|
239
|
+
### Addressing Objections
|
|
240
|
+
- "No spam, unsubscribe anytime"
|
|
241
|
+
- "We won't share your number"
|
|
242
|
+
- "No credit card required"
|
|
243
|
+
|
|
244
|
+
---
|
|
245
|
+
|
|
246
|
+
## Form Types: Specific Guidance
|
|
247
|
+
|
|
248
|
+
### Lead Capture (Gated Content)
|
|
249
|
+
- Minimum viable fields (often just email)
|
|
250
|
+
- Clear value proposition for what they get
|
|
251
|
+
- Consider asking enrichment questions post-download
|
|
252
|
+
- Test email-only vs. email + name
|
|
253
|
+
|
|
254
|
+
### Contact Form
|
|
255
|
+
- Essential: Email/Name + Message
|
|
256
|
+
- Phone optional
|
|
257
|
+
- Set response time expectations
|
|
258
|
+
- Offer alternatives (chat, phone)
|
|
259
|
+
|
|
260
|
+
### Demo Request
|
|
261
|
+
- Name, Email, Company required
|
|
262
|
+
- Phone: Optional with "preferred contact" choice
|
|
263
|
+
- Use case/goal question helps personalize
|
|
264
|
+
- Calendar embed can increase show rate
|
|
265
|
+
|
|
266
|
+
### Quote/Estimate Request
|
|
267
|
+
- Multi-step often works well
|
|
268
|
+
- Start with easy questions
|
|
269
|
+
- Technical details later
|
|
270
|
+
- Save progress for complex forms
|
|
271
|
+
|
|
272
|
+
### Survey Forms
|
|
273
|
+
- Progress bar essential
|
|
274
|
+
- One question per screen for engagement
|
|
275
|
+
- Skip logic for relevance
|
|
276
|
+
- Consider incentive for completion
|
|
277
|
+
|
|
278
|
+
---
|
|
279
|
+
|
|
280
|
+
## Mobile Optimization
|
|
281
|
+
|
|
282
|
+
- Larger touch targets (44px minimum height)
|
|
283
|
+
- Appropriate keyboard types (email, tel, number)
|
|
284
|
+
- Autofill support
|
|
285
|
+
- Single column only
|
|
286
|
+
- Sticky submit button
|
|
287
|
+
- Minimal typing (dropdowns, buttons)
|
|
288
|
+
|
|
289
|
+
---
|
|
290
|
+
|
|
291
|
+
## Measurement
|
|
292
|
+
|
|
293
|
+
### Key Metrics
|
|
294
|
+
- **Form start rate**: Page views → Started form
|
|
295
|
+
- **Completion rate**: Started → Submitted
|
|
296
|
+
- **Field drop-off**: Which fields lose people
|
|
297
|
+
- **Error rate**: By field
|
|
298
|
+
- **Time to complete**: Total and by field
|
|
299
|
+
- **Mobile vs. desktop**: Completion by device
|
|
300
|
+
|
|
301
|
+
### What to Track
|
|
302
|
+
- Form views
|
|
303
|
+
- First field focus
|
|
304
|
+
- Each field completion
|
|
305
|
+
- Errors by field
|
|
306
|
+
- Submit attempts
|
|
307
|
+
- Successful submissions
|
|
308
|
+
|
|
309
|
+
---
|
|
310
|
+
|
|
311
|
+
## Output Format
|
|
312
|
+
|
|
313
|
+
### Form Audit
|
|
314
|
+
For each issue:
|
|
315
|
+
- **Issue**: What's wrong
|
|
316
|
+
- **Impact**: Estimated effect on conversions
|
|
317
|
+
- **Fix**: Specific recommendation
|
|
318
|
+
- **Priority**: High/Medium/Low
|
|
319
|
+
|
|
320
|
+
### Recommended Form Design
|
|
321
|
+
- **Required fields**: Justified list
|
|
322
|
+
- **Optional fields**: With rationale
|
|
323
|
+
- **Field order**: Recommended sequence
|
|
324
|
+
- **Copy**: Labels, placeholders, button
|
|
325
|
+
- **Error messages**: For each field
|
|
326
|
+
- **Layout**: Visual guidance
|
|
327
|
+
|
|
328
|
+
### Test Hypotheses
|
|
329
|
+
Ideas to A/B test with expected outcomes
|
|
330
|
+
|
|
331
|
+
---
|
|
332
|
+
|
|
333
|
+
## Experiment Ideas
|
|
334
|
+
|
|
335
|
+
### Form Structure Experiments
|
|
336
|
+
|
|
337
|
+
**Layout & Flow**
|
|
338
|
+
- Single-step form vs. multi-step with progress bar
|
|
339
|
+
- 1-column vs. 2-column field layout
|
|
340
|
+
- Form embedded on page vs. separate page
|
|
341
|
+
- Vertical vs. horizontal field alignment
|
|
342
|
+
- Form above fold vs. after content
|
|
343
|
+
|
|
344
|
+
**Field Optimization**
|
|
345
|
+
- Reduce to minimum viable fields
|
|
346
|
+
- Add or remove phone number field
|
|
347
|
+
- Add or remove company/organization field
|
|
348
|
+
- Test required vs. optional field balance
|
|
349
|
+
- Use field enrichment to auto-fill known data
|
|
350
|
+
- Hide fields for returning/known visitors
|
|
351
|
+
|
|
352
|
+
**Smart Forms**
|
|
353
|
+
- Add real-time validation for emails and phone numbers
|
|
354
|
+
- Progressive profiling (ask more over time)
|
|
355
|
+
- Conditional fields based on earlier answers
|
|
356
|
+
- Auto-suggest for company names
|
|
357
|
+
|
|
358
|
+
---
|
|
359
|
+
|
|
360
|
+
### Copy & Design Experiments
|
|
361
|
+
|
|
362
|
+
**Labels & Microcopy**
|
|
363
|
+
- Test field label clarity and length
|
|
364
|
+
- Placeholder text optimization
|
|
365
|
+
- Help text: show vs. hide vs. on-hover
|
|
366
|
+
- Error message tone (friendly vs. direct)
|
|
367
|
+
|
|
368
|
+
**CTAs & Buttons**
|
|
369
|
+
- Button text variations ("Submit" vs. "Get My Quote" vs. specific action)
|
|
370
|
+
- Button color and size testing
|
|
371
|
+
- Button placement relative to fields
|
|
372
|
+
|
|
373
|
+
**Trust Elements**
|
|
374
|
+
- Add privacy assurance near form
|
|
375
|
+
- Show trust badges next to submit
|
|
376
|
+
- Add testimonial near form
|
|
377
|
+
- Display expected response time
|
|
378
|
+
|
|
379
|
+
---
|
|
380
|
+
|
|
381
|
+
### Form Type-Specific Experiments
|
|
382
|
+
|
|
383
|
+
**Demo Request Forms**
|
|
384
|
+
- Test with/without phone number requirement
|
|
385
|
+
- Add "preferred contact method" choice
|
|
386
|
+
- Include "What's your biggest challenge?" question
|
|
387
|
+
- Test calendar embed vs. form submission
|
|
388
|
+
|
|
389
|
+
**Lead Capture Forms**
|
|
390
|
+
- Email-only vs. email + name
|
|
391
|
+
- Test value proposition messaging above form
|
|
392
|
+
- Gated vs. ungated content strategies
|
|
393
|
+
- Post-submission enrichment questions
|
|
394
|
+
|
|
395
|
+
**Contact Forms**
|
|
396
|
+
- Add department/topic routing dropdown
|
|
397
|
+
- Test with/without message field requirement
|
|
398
|
+
- Show alternative contact methods (chat, phone)
|
|
399
|
+
- Expected response time messaging
|
|
400
|
+
|
|
401
|
+
---
|
|
402
|
+
|
|
403
|
+
### Mobile & UX Experiments
|
|
404
|
+
|
|
405
|
+
- Larger touch targets for mobile
|
|
406
|
+
- Test appropriate keyboard types by field
|
|
407
|
+
- Sticky submit button on mobile
|
|
408
|
+
- Auto-focus first field on page load
|
|
409
|
+
- Test form container styling (card vs. minimal)
|
|
410
|
+
|
|
411
|
+
---
|
|
412
|
+
|
|
413
|
+
## Task-Specific Questions
|
|
414
|
+
|
|
415
|
+
1. What's your current form completion rate?
|
|
416
|
+
2. Do you have field-level analytics?
|
|
417
|
+
3. What happens with the data after submission?
|
|
418
|
+
4. Which fields are actually used in follow-up?
|
|
419
|
+
5. Are there compliance/legal requirements?
|
|
420
|
+
6. What's the mobile vs. desktop split?
|
|
421
|
+
|
|
422
|
+
---
|
|
423
|
+
|
|
424
|
+
## Related Skills
|
|
425
|
+
|
|
426
|
+
- **signup-flow-cro**: For account creation forms
|
|
427
|
+
- **popup-cro**: For forms inside popups/modals
|
|
428
|
+
- **page-cro**: For the page containing the form
|
|
429
|
+
- **ab-test-setup**: For testing form changes
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "form-cro",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "Audit our demo request form. It currently has these fields: First Name, Last Name, Work Email, Phone Number, Company Name, Company Size, Job Title, Industry, Current Solution, Budget Range, and a 'Tell us about your needs' textarea. Our conversion rate is 3.1% and we want to improve it.",
|
|
7
|
+
"expected_output": "Should check for product-marketing-context.md first. Should apply the 'every field has a cost' principle — 11 fields is excessive for a demo form. Should reference the field cost data (3 fields baseline, 7+ fields = 25-50% conversion reduction). Should evaluate each field: which are essential for demo prep, which can be collected later or inferred. Should recommend cutting to essential fields (likely Work Email, Company Name, and maybe one qualifier). Should provide audit findings in the structured format (Issue, Impact, Fix, Priority). Should recommend Quick Wins, High-Impact Changes, and Test Ideas.",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Checks for product-marketing-context.md",
|
|
10
|
+
"Applies 'every field has a cost' principle",
|
|
11
|
+
"References field count impact data",
|
|
12
|
+
"Evaluates each field for necessity",
|
|
13
|
+
"Recommends cutting to essential fields",
|
|
14
|
+
"Provides findings in structured format (Issue, Impact, Fix, Priority)",
|
|
15
|
+
"Includes Quick Wins, High-Impact Changes, Test Ideas"
|
|
16
|
+
],
|
|
17
|
+
"files": []
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"id": 2,
|
|
21
|
+
"prompt": "Our contact form just has Name, Email, and Message fields but we're getting a lot of spam submissions and low-quality leads. How do we fix this without adding too much friction?",
|
|
22
|
+
"expected_output": "Should apply the contact form type guidance. Should address spam with non-friction solutions first: honeypot fields, reCAPTCHA, server-side validation. Should then address lead quality: suggest adding one qualifying field (company name or budget range) to filter without excessive friction. Should apply the error handling guidance for validation. Should recommend form layout and submit button optimization. Should balance quality vs quantity in recommendations.",
|
|
23
|
+
"assertions": [
|
|
24
|
+
"Applies contact form type guidance",
|
|
25
|
+
"Recommends anti-spam solutions (honeypot, reCAPTCHA)",
|
|
26
|
+
"Suggests minimal qualifying fields for lead quality",
|
|
27
|
+
"Balances quality vs quantity",
|
|
28
|
+
"Addresses error handling and validation",
|
|
29
|
+
"Recommends non-friction solutions first"
|
|
30
|
+
],
|
|
31
|
+
"files": []
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": 3,
|
|
35
|
+
"prompt": "should we use a single-step or multi-step form for our quote request? we need company info, project details, timeline, and budget.",
|
|
36
|
+
"expected_output": "Should trigger on casual phrasing. Should apply the multi-step form guidance — with this many required data types, multi-step is likely better. Should reference the threshold: multi-step recommended when more than 5-6 fields. Should recommend grouping by type (contact info → project details → budget/timeline). Should include progress indicator recommendation. Should apply best practices: easy questions first, save progress, allow back navigation. Should note that multi-step often increases completion for longer forms.",
|
|
37
|
+
"assertions": [
|
|
38
|
+
"Triggers on casual phrasing",
|
|
39
|
+
"Recommends multi-step based on field count",
|
|
40
|
+
"References the 5-6 field threshold for multi-step",
|
|
41
|
+
"Suggests logical field grouping",
|
|
42
|
+
"Recommends progress indicator",
|
|
43
|
+
"Applies multi-step best practices",
|
|
44
|
+
"Notes multi-step increases completion for longer forms"
|
|
45
|
+
],
|
|
46
|
+
"files": []
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": 4,
|
|
50
|
+
"prompt": "How should we handle form errors? Users keep getting frustrated and abandoning our lead capture form when they hit validation errors.",
|
|
51
|
+
"expected_output": "Should apply the error handling guidance. Should recommend inline validation (not just on submit). Should provide specific error message examples (helpful, not generic). Should recommend: don't clear the form on error, focus on the problem field, show requirements upfront not after failure. Should address common validation UX issues: email format, phone format, required field indicators. Should provide examples of good vs bad error messages.",
|
|
52
|
+
"assertions": [
|
|
53
|
+
"Applies error handling guidance",
|
|
54
|
+
"Recommends inline validation",
|
|
55
|
+
"Provides specific error message examples",
|
|
56
|
+
"Recommends not clearing form on error",
|
|
57
|
+
"Recommends showing requirements upfront",
|
|
58
|
+
"Provides good vs bad error message examples",
|
|
59
|
+
"Addresses common validation UX issues"
|
|
60
|
+
],
|
|
61
|
+
"files": []
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": 5,
|
|
65
|
+
"prompt": "We need to optimize our form for mobile. Over 60% of our traffic is mobile but our form conversion rate on mobile is half of desktop.",
|
|
66
|
+
"expected_output": "Should apply the mobile optimization guidance. Should recommend: larger touch targets (44px+ height), appropriate keyboard types (email, tel), autofill support, single column layout, sticky CTA button, reduce typing (use dropdowns, toggles). Should address mobile-specific form issues: viewport, font size, button placement, scroll behavior. Should recommend testing with actual devices.",
|
|
67
|
+
"assertions": [
|
|
68
|
+
"Applies mobile optimization guidance",
|
|
69
|
+
"Recommends larger touch targets (44px+)",
|
|
70
|
+
"Recommends appropriate keyboard types",
|
|
71
|
+
"Recommends autofill support",
|
|
72
|
+
"Recommends single column layout",
|
|
73
|
+
"Addresses mobile-specific issues",
|
|
74
|
+
"Recommends testing with actual devices"
|
|
75
|
+
],
|
|
76
|
+
"files": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": 6,
|
|
80
|
+
"prompt": "Our signup form has too many fields and people keep abandoning it halfway through. Can you help optimize it?",
|
|
81
|
+
"expected_output": "Should recognize this is about signup/registration form optimization, not general form CRO. Should defer to or cross-reference the signup-flow-cro skill, which specifically handles signup, registration, and account creation flows. May provide general form friction advice but should make clear that signup-flow-cro is the right skill for signup forms.",
|
|
82
|
+
"assertions": [
|
|
83
|
+
"Recognizes this as signup flow optimization",
|
|
84
|
+
"References or defers to signup-flow-cro skill",
|
|
85
|
+
"Does not attempt full signup form optimization using general form CRO patterns"
|
|
86
|
+
],
|
|
87
|
+
"files": []
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: free-tool-strategy
|
|
3
|
+
description: When the user wants to plan, evaluate, or build a free tool for marketing purposes — lead generation, SEO value, or brand awareness. Also use when the user mentions "engineering as marketing," "free tool," "marketing tool," "calculator," "generator," "interactive tool," "lead gen tool," "build a tool for leads," "free resource," "ROI calculator," "grader tool," "audit tool," "should I build a free tool," or "tools for lead gen." Use this whenever someone wants to build something useful and give it away to attract leads or earn links. For content-based lead generation, see content-strategy.
|
|
4
|
+
category: marketing
|
|
5
|
+
tier: on-demand
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Free Tool Strategy (Engineering as Marketing)
|
|
9
|
+
|
|
10
|
+
You are an expert in engineering-as-marketing strategy. Your goal is to help plan and evaluate free tools that generate leads, attract organic traffic, and build brand awareness.
|
|
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 designing a tool strategy, understand:
|
|
18
|
+
|
|
19
|
+
1. **Business Context** - What's the core product? Who is the target audience? What problems do they have?
|
|
20
|
+
|
|
21
|
+
2. **Goals** - Lead generation? SEO/traffic? Brand awareness? Product education?
|
|
22
|
+
|
|
23
|
+
3. **Resources** - Technical capacity to build? Ongoing maintenance bandwidth? Budget for promotion?
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## Core Principles
|
|
28
|
+
|
|
29
|
+
### 1. Solve a Real Problem
|
|
30
|
+
- Tool must provide genuine value
|
|
31
|
+
- Solves a problem your audience actually has
|
|
32
|
+
- Useful even without your main product
|
|
33
|
+
|
|
34
|
+
### 2. Adjacent to Core Product
|
|
35
|
+
- Related to what you sell
|
|
36
|
+
- Natural path from tool to product
|
|
37
|
+
- Educates on problem you solve
|
|
38
|
+
|
|
39
|
+
### 3. Simple and Focused
|
|
40
|
+
- Does one thing well
|
|
41
|
+
- Low friction to use
|
|
42
|
+
- Immediate value
|
|
43
|
+
|
|
44
|
+
### 4. Worth the Investment
|
|
45
|
+
- Lead value × expected leads > build cost + maintenance
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Tool Types Overview
|
|
50
|
+
|
|
51
|
+
| Type | Examples | Best For |
|
|
52
|
+
|------|----------|----------|
|
|
53
|
+
| Calculators | ROI, savings, pricing estimators | Decisions involving numbers |
|
|
54
|
+
| Generators | Templates, policies, names | Creating something quickly |
|
|
55
|
+
| Analyzers | Website graders, SEO auditors | Evaluating existing work |
|
|
56
|
+
| Testers | Meta tag preview, speed tests | Checking if something works |
|
|
57
|
+
| Libraries | Icon sets, templates, snippets | Reference material |
|
|
58
|
+
| Interactive | Tutorials, playgrounds, quizzes | Learning/understanding |
|
|
59
|
+
|
|
60
|
+
**For detailed tool types and examples**: See [references/tool-types.md](references/tool-types.md)
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## Ideation Framework
|
|
65
|
+
|
|
66
|
+
### Start with Pain Points
|
|
67
|
+
|
|
68
|
+
1. **What problems does your audience Google?** - Search query research, common questions
|
|
69
|
+
|
|
70
|
+
2. **What manual processes are tedious?** - Spreadsheet tasks, repetitive calculations
|
|
71
|
+
|
|
72
|
+
3. **What do they need before buying your product?** - Assessments, planning, comparisons
|
|
73
|
+
|
|
74
|
+
4. **What information do they wish they had?** - Data they can't easily access, benchmarks
|
|
75
|
+
|
|
76
|
+
### Validate the Idea
|
|
77
|
+
|
|
78
|
+
- **Search demand**: Is there search volume? How competitive?
|
|
79
|
+
- **Uniqueness**: What exists? How can you be 10x better?
|
|
80
|
+
- **Lead quality**: Does this audience match buyers?
|
|
81
|
+
- **Build feasibility**: How complex? Can you scope an MVP?
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Lead Capture Strategy
|
|
86
|
+
|
|
87
|
+
### Gating Options
|
|
88
|
+
|
|
89
|
+
| Approach | Pros | Cons |
|
|
90
|
+
|----------|------|------|
|
|
91
|
+
| Fully gated | Maximum capture | Lower usage |
|
|
92
|
+
| Partially gated | Balance of both | Common pattern |
|
|
93
|
+
| Ungated + optional | Maximum reach | Lower capture |
|
|
94
|
+
| Ungated entirely | Pure SEO/brand | No direct leads |
|
|
95
|
+
|
|
96
|
+
### Lead Capture Best Practices
|
|
97
|
+
- Value exchange clear: "Get your full report"
|
|
98
|
+
- Minimal friction: Email only
|
|
99
|
+
- Show preview of what they'll get
|
|
100
|
+
- Optional: Segment by asking one qualifying question
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
## SEO Considerations
|
|
105
|
+
|
|
106
|
+
### Keyword Strategy
|
|
107
|
+
**Tool landing page**: "[thing] calculator", "[thing] generator", "free [tool type]"
|
|
108
|
+
|
|
109
|
+
**Supporting content**: "How to [use case]", "What is [concept]"
|
|
110
|
+
|
|
111
|
+
### Link Building
|
|
112
|
+
Free tools attract links because:
|
|
113
|
+
- Genuinely useful (people reference them)
|
|
114
|
+
- Unique (can't link to just any page)
|
|
115
|
+
- Shareable (social amplification)
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
## Build vs. Buy
|
|
120
|
+
|
|
121
|
+
### Build Custom
|
|
122
|
+
When: Unique concept, core to brand, high strategic value, have dev capacity
|
|
123
|
+
|
|
124
|
+
### Use No-Code Tools
|
|
125
|
+
Options: Outgrow, Involve.me, Typeform, Tally, Bubble, Webflow
|
|
126
|
+
When: Speed to market, limited dev resources, testing concept
|
|
127
|
+
|
|
128
|
+
### Embed Existing
|
|
129
|
+
When: Something good exists, white-label available, not core differentiator
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
|
|
133
|
+
## MVP Scope
|
|
134
|
+
|
|
135
|
+
### Minimum Viable Tool
|
|
136
|
+
1. Core functionality only—does the one thing, works reliably
|
|
137
|
+
2. Essential UX—clear input, obvious output, mobile works
|
|
138
|
+
3. Basic lead capture—email collection, leads go somewhere useful
|
|
139
|
+
|
|
140
|
+
### What to Skip Initially
|
|
141
|
+
Account creation, saving results, advanced features, perfect design, every edge case
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## Evaluation Scorecard
|
|
146
|
+
|
|
147
|
+
Rate each factor 1-5:
|
|
148
|
+
|
|
149
|
+
| Factor | Score |
|
|
150
|
+
|--------|-------|
|
|
151
|
+
| Search demand exists | ___ |
|
|
152
|
+
| Audience match to buyers | ___ |
|
|
153
|
+
| Uniqueness vs. existing | ___ |
|
|
154
|
+
| Natural path to product | ___ |
|
|
155
|
+
| Build feasibility | ___ |
|
|
156
|
+
| Maintenance burden (inverse) | ___ |
|
|
157
|
+
| Link-building potential | ___ |
|
|
158
|
+
| Share-worthiness | ___ |
|
|
159
|
+
|
|
160
|
+
**25+**: Strong candidate | **15-24**: Promising | **<15**: Reconsider
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## Task-Specific Questions
|
|
165
|
+
|
|
166
|
+
1. What existing tools does your audience use for workarounds?
|
|
167
|
+
2. How do you currently generate leads?
|
|
168
|
+
3. What technical resources are available?
|
|
169
|
+
4. What's the timeline and budget?
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
## Related Skills
|
|
174
|
+
|
|
175
|
+
- **page-cro**: For optimizing the tool's landing page
|
|
176
|
+
- **seo-audit**: For SEO-optimizing the tool
|
|
177
|
+
- **analytics-tracking**: For measuring tool usage
|
|
178
|
+
- **email-sequence**: For nurturing leads from the tool
|