codymaster 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/README.md +285 -0
- package/adapters/antigravity.js +15 -0
- package/adapters/claude-code.js +17 -0
- package/adapters/cursor.js +16 -0
- package/commands/bootstrap.md +49 -0
- package/commands/build.md +48 -0
- package/commands/content.md +48 -0
- package/commands/continuity.md +60 -0
- package/commands/debug.md +51 -0
- package/commands/demo.md +96 -0
- package/commands/deploy.md +51 -0
- package/commands/plan.md +42 -0
- package/commands/review.md +55 -0
- package/commands/track.md +46 -0
- package/commands/ux.md +46 -0
- package/dist/agent-dispatch.js +161 -0
- package/dist/chains/builtin.js +85 -0
- package/dist/continuity.js +385 -0
- package/dist/dashboard.js +926 -0
- package/dist/data.js +122 -0
- package/dist/index.js +2434 -0
- package/dist/judge.js +252 -0
- package/dist/parallel-dispatch.js +359 -0
- package/dist/parallel-quality.js +172 -0
- package/dist/skill-chain.js +258 -0
- package/install.sh +513 -0
- package/package.json +79 -0
- package/skills/.content-factory-state.json +132 -0
- package/skills/.git 2/logs/refs/heads/main +1 -0
- package/skills/.git 2/logs/refs/remotes/origin/main +1 -0
- package/skills/.git 2/objects/02/fb0956734b5f8ba3f918b7defd04a89cfe0076 +0 -0
- package/skills/.git 2/objects/08/1e129d75dc6feac6c02037272e6bd1a04e3324 +0 -0
- package/skills/.git 2/objects/0c/5393416f3c5e01c9a655a802bff0dd52f76f0a +0 -0
- package/skills/.git 2/objects/10/0b9be46978a946a77188f68be725098a122001 +0 -0
- package/skills/.git 2/objects/10/cf041167fc9843610eb3d90259ef3396315fdc +0 -0
- package/skills/.git 2/objects/12/5e19538dd6e1338ffe74f6c4c165b00435bf48 +0 -0
- package/skills/.git 2/objects/16/a9b9d0088d5c1347628b45a2620b479d8ad57c +0 -0
- package/skills/.git 2/objects/17/8c2a9ef93c33ae4eec9d58e82321f9229843a1 +0 -0
- package/skills/.git 2/objects/25/397ae41d09104d763bdcac2695209d85cdea89 +0 -0
- package/skills/.git 2/objects/2f/a836b7947f2d458e1f639788bf4bb0983a3305 +0 -0
- package/skills/.git 2/objects/3a/baaaf0a1c0909c0828335791557125fba911e0 +0 -0
- package/skills/.git 2/objects/42/2924221b81f5ce3c4e4daac9a64a24f9b01f9a +0 -0
- package/skills/.git 2/objects/42/ec0ce707447dc11446a34c9995fb8533801731 +0 -0
- package/skills/.git 2/objects/46/e43ce92866d56ce74b1d750db307cfe6154a15 +0 -0
- package/skills/.git 2/objects/48/5e41b633c63f55b8277bcc59f44f67681f671a +0 -0
- package/skills/.git 2/objects/49/49c596a3a89fa240642acd95dd3258e261eb09 +0 -0
- package/skills/.git 2/objects/50/9d42d8412ef8eaf7f7e138476bac2e4d10ce60 +0 -0
- package/skills/.git 2/objects/55/0c8c389d981b463ef849aeb792d8be3ccb6ec8 +0 -0
- package/skills/.git 2/objects/5d/82d3b18410cdda3ace3677436f0cb599dbe2d2 +0 -0
- package/skills/.git 2/objects/60/0617c58e871a38b33bf29e282d132bb3c381ad +0 -0
- package/skills/.git 2/objects/6a/8369a99c687b7245c92ffaf0e0f0dab9014504 +0 -0
- package/skills/.git 2/objects/79/bea435d40ab531c1aaf6be0432c6a5b7aaed21 +0 -0
- package/skills/.git 2/objects/7e/5ebd79251c2f14e4aceb86c74b6b6daae6b500 +0 -0
- package/skills/.git 2/objects/81/98a822a60178d6d5023ddb3e222cddf048742e +0 -0
- package/skills/.git 2/objects/86/0a0e1943dfe53411d2e499a1f16f46a96ef758 +0 -0
- package/skills/.git 2/objects/86/971fb55fdc081fdbae52376f0f13e57a4e9b04 +0 -0
- package/skills/.git 2/objects/88/b89dd609a0a03f8d4fe8bfde20d5b8fc1d326d +0 -0
- package/skills/.git 2/objects/90/8737edb6b7809e32cc01590b4e08ba42a9d40d +0 -0
- package/skills/.git 2/objects/93/d5a8a9a7d4fb7f11491cb596a6880528725118 +0 -0
- package/skills/.git 2/objects/98/46a2ab81d0c3b3eb00ef88fc56989aa7e9f316 +0 -0
- package/skills/.git 2/objects/9b/d8dd1e49cf274eaf9c555f3ab39dce7af5715e +0 -0
- package/skills/.git 2/objects/a1/13329fb0cec96ae78b222d33a24c3b5bc7fa1f +0 -0
- package/skills/.git 2/objects/a9/e6effe626e8a3aea3a8fc3364b492191c6e7d0 +0 -0
- package/skills/.git 2/objects/ad/6de7e48d9782cca9353d1ff0aa1aab7fe1df85 +0 -0
- package/skills/.git 2/objects/af/54ae316f771ff692e299ffcd8bf2f06b413b59 +0 -0
- package/skills/.git 2/objects/b0/4cb8b0b00dad633e731c1472161419e738d674 +0 -0
- package/skills/.git 2/objects/b3/094abb0b9ed46419b269e4a4e36a459690e3b0 +0 -0
- package/skills/.git 2/objects/b9/435c5d4baac2cfc5c83009ddd27b46b60db5f1 +0 -0
- package/skills/.git 2/objects/ba/5da17dbaec5ec2dcfdfd126aead518d1171d5c +0 -0
- package/skills/.git 2/objects/c0/bf58703aa258ba5dd63083bebaec8f223d844c +0 -0
- package/skills/.git 2/objects/c4/701a34edf1fc1bad58ccc57bd03f9426acb59a +0 -0
- package/skills/.git 2/objects/c7/5ccce9a4e5cc74d9b3174550cf6d993ca43638 +0 -0
- package/skills/.git 2/objects/c7/710d59b5a35b0f1f0a0399386643a0bd94c929 +0 -0
- package/skills/.git 2/objects/d1/fe58237112e953e5fec52da22cf38e08be3df9 +5 -0
- package/skills/.git 2/objects/d2/2bbe9fd2f74c95bc5583e803f5e435f1e2cd86 +0 -0
- package/skills/.git 2/objects/d7/e72852ea2bff74581dbf247d400120086229f4 +0 -0
- package/skills/.git 2/objects/d8/d4c3b5553e4fd72807e1d4b49ef07d9ef3ac35 +0 -0
- package/skills/.git 2/objects/dc/75050c2876f6a02ae2a53a3c886f395b622977 +0 -0
- package/skills/.git 2/objects/ee/e8546f95acec500187c08a28a8b9ee02db0dec +0 -0
- package/skills/.git 2/objects/ef/263c059208b416c2146434f10cb2b9fabcba16 +0 -0
- package/skills/.git 2/objects/f3/ae597e84d9a59b88acd21c99bde2eaf686d785 +0 -0
- package/skills/.git 2/objects/f3/f6f5673c821d3d8e76fa267a9e882e7a5387ea +0 -0
- package/skills/.git 2/objects/f9/6e6d0ad02624dd11d5848594d056caef7a5e8b +0 -0
- package/skills/.git 2/objects/ff/278988fc1edf0db3abcf18de795f4cc0b4f3e1 +0 -0
- package/skills/.git 2/refs/heads/main +1 -0
- package/skills/.git 2/refs/remotes/origin/main +1 -0
- package/skills/.pytest_cache 2/v/cache/nodeids +76 -0
- package/skills/.pytest_cache 2/v/cache/stepwise +1 -0
- package/skills/_shared/helpers.md +123 -0
- package/skills/_shared/outputs-convention.md +24 -0
- package/skills/cm-ads-tracker/SKILL.md +109 -0
- package/skills/cm-ads-tracker/evals/evals.json +55 -0
- package/skills/cm-ads-tracker/references/gtm-architecture.md +321 -0
- package/skills/cm-ads-tracker/references/industry-events.md +294 -0
- package/skills/cm-ads-tracker/references/platforms-api.md +238 -0
- package/skills/cm-ads-tracker/templates/capi-payload.md +79 -0
- package/skills/cm-ads-tracker/templates/datalayer-push.js +104 -0
- package/skills/cm-ads-tracker/templates/gtm-variables.js +56 -0
- package/skills/cm-brainstorm-idea/SKILL.md +423 -0
- package/skills/cm-code-review/SKILL.md +151 -0
- package/skills/cm-content-factory/SKILL.md +416 -0
- package/skills/cm-continuity/SKILL.md +399 -0
- package/skills/cm-dashboard/SKILL.md +533 -0
- package/skills/cm-dashboard/ui/app.js +1270 -0
- package/skills/cm-dashboard/ui/index.html +206 -0
- package/skills/cm-dashboard/ui/style.css +440 -0
- package/skills/cm-debugging/SKILL.md +412 -0
- package/skills/cm-deep-search/SKILL.md +242 -0
- package/skills/cm-design-system/SKILL.md +97 -0
- package/skills/cm-design-system/resources/halo-modern.md +40 -0
- package/skills/cm-design-system/resources/lunaris-advanced.md +40 -0
- package/skills/cm-design-system/resources/nitro-enterprise.md +39 -0
- package/skills/cm-design-system/resources/shadcn-default.md +37 -0
- package/skills/cm-dockit/README.md +100 -0
- package/skills/cm-dockit/SKILL.md +302 -0
- package/skills/cm-dockit/index.html +443 -0
- package/skills/cm-dockit/package-lock.json +1850 -0
- package/skills/cm-dockit/package.json +14 -0
- package/skills/cm-dockit/prompts/analysis.md +34 -0
- package/skills/cm-dockit/prompts/api-reference.md +24 -0
- package/skills/cm-dockit/prompts/architecture.md +21 -0
- package/skills/cm-dockit/prompts/data-flow.md +20 -0
- package/skills/cm-dockit/prompts/database.md +21 -0
- package/skills/cm-dockit/prompts/deployment.md +22 -0
- package/skills/cm-dockit/prompts/flows.md +21 -0
- package/skills/cm-dockit/prompts/jtbd.md +20 -0
- package/skills/cm-dockit/prompts/personas.md +24 -0
- package/skills/cm-dockit/prompts/sop-modules.md +40 -0
- package/skills/cm-dockit/scripts/doc-gen.sh +121 -0
- package/skills/cm-dockit/scripts/dockit-dashboard.sh +142 -0
- package/skills/cm-dockit/scripts/dockit-runner.sh +607 -0
- package/skills/cm-dockit/scripts/dockit-task.sh +166 -0
- package/skills/cm-dockit/skills/analyze-codebase.md +174 -0
- package/skills/cm-dockit/skills/api-reference.md +237 -0
- package/skills/cm-dockit/skills/changelog-guide.md +195 -0
- package/skills/cm-dockit/skills/content-guidelines.md +190 -0
- package/skills/cm-dockit/skills/sop-guide.md +184 -0
- package/skills/cm-dockit/skills/tech-docs.md +287 -0
- package/skills/cm-dockit/templates/markdown/structure.md +60 -0
- package/skills/cm-dockit/templates/vitepress-premium/.vitepress/config.mts +110 -0
- package/skills/cm-dockit/templates/vitepress-premium/.vitepress/theme/custom.css +189 -0
- package/skills/cm-dockit/templates/vitepress-premium/.vitepress/theme/index.ts +4 -0
- package/skills/cm-dockit/templates/vitepress-premium/package.json +19 -0
- package/skills/cm-dockit/templates/vitepress-premium/tests/frontend.test.ts +45 -0
- package/skills/cm-dockit/tests/runner.test.ts +66 -0
- package/skills/cm-dockit/workflows/export-markdown.md +82 -0
- package/skills/cm-dockit/workflows/generate-docs.md +68 -0
- package/skills/cm-dockit/workflows/setup-vitepress.md +181 -0
- package/skills/cm-example/SKILL.md +26 -0
- package/skills/cm-execution/SKILL.md +268 -0
- package/skills/cm-git-worktrees/SKILL.md +164 -0
- package/skills/cm-how-it-work/SKILL.md +189 -0
- package/skills/cm-identity-guard/SKILL.md +412 -0
- package/skills/cm-jtbd/SKILL.md +98 -0
- package/skills/cm-planning/SKILL.md +130 -0
- package/skills/cm-project-bootstrap/SKILL.md +161 -0
- package/skills/cm-project-bootstrap/templates/AGENTS.md +42 -0
- package/skills/cm-project-bootstrap/templates/frontend-safety.test.js +51 -0
- package/skills/cm-project-bootstrap/templates/i18n-sync.test.js +38 -0
- package/skills/cm-project-bootstrap/templates/pr-template.md +12 -0
- package/skills/cm-project-bootstrap/templates/project-identity.json +29 -0
- package/skills/cm-project-bootstrap/templates/vitest.config.js +10 -0
- package/skills/cm-quality-gate/SKILL.md +218 -0
- package/skills/cm-readit/SKILL.md +289 -0
- package/skills/cm-readit/audio-player.md +206 -0
- package/skills/cm-readit/examples/blog-reader.js +352 -0
- package/skills/cm-readit/examples/voice-cro.js +390 -0
- package/skills/cm-readit/tts-engine.md +262 -0
- package/skills/cm-readit/ui-patterns.md +362 -0
- package/skills/cm-readit/voice-cro.md +223 -0
- package/skills/cm-safe-deploy/SKILL.md +120 -0
- package/skills/cm-safe-deploy/templates/deploy.sh +89 -0
- package/skills/cm-safe-i18n/SKILL.md +473 -0
- package/skills/cm-secret-shield/SKILL.md +580 -0
- package/skills/cm-skill-chain/SKILL.md +78 -0
- package/skills/cm-skill-index/SKILL.md +318 -0
- package/skills/cm-skill-mastery/SKILL.md +169 -0
- package/skills/cm-start/SKILL.md +65 -0
- package/skills/cm-status/SKILL.md +12 -0
- package/skills/cm-tdd/SKILL.md +370 -0
- package/skills/cm-terminal/SKILL.md +177 -0
- package/skills/cm-test-gate/SKILL.md +242 -0
- package/skills/cm-ui-preview/SKILL.md +291 -0
- package/skills/cm-ux-master/DESIGN_STANDARD_TEMPLATE.md +54 -0
- package/skills/cm-ux-master/SKILL.md +114 -0
- package/skills/cro-methodology/SKILL.md +98 -0
- package/skills/cro-methodology/references/COPYWRITING.md +178 -0
- package/skills/cro-methodology/references/OBJECTIONS.md +135 -0
- package/skills/cro-methodology/references/PERSUASION.md +158 -0
- package/skills/cro-methodology/references/RESEARCH.md +220 -0
- package/skills/cro-methodology/references/funnel-analysis.md +365 -0
- package/skills/cro-methodology/references/testing-methodology.md +330 -0
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
# CRO Research Methods & Tools
|
|
2
|
+
|
|
3
|
+
Don't guess why visitors don't convert. Use these methods to discover the truth.
|
|
4
|
+
|
|
5
|
+
## Research Framework
|
|
6
|
+
|
|
7
|
+
### Quantitative (What is happening)
|
|
8
|
+
- Analytics data
|
|
9
|
+
- Heatmaps
|
|
10
|
+
- Click tracking
|
|
11
|
+
- Funnel analysis
|
|
12
|
+
- A/B test results
|
|
13
|
+
|
|
14
|
+
### Qualitative (Why it's happening)
|
|
15
|
+
- User surveys
|
|
16
|
+
- Customer interviews
|
|
17
|
+
- Usability testing
|
|
18
|
+
- Session recordings
|
|
19
|
+
- Support analysis
|
|
20
|
+
|
|
21
|
+
**Both are essential.** Quantitative shows WHERE problems are. Qualitative shows WHY they exist.
|
|
22
|
+
|
|
23
|
+
## Analytics Analysis
|
|
24
|
+
|
|
25
|
+
### Key Reports
|
|
26
|
+
|
|
27
|
+
**Funnel Visualization**
|
|
28
|
+
- Where do visitors drop off?
|
|
29
|
+
- Which steps have highest abandonment?
|
|
30
|
+
- Do patterns differ by traffic source?
|
|
31
|
+
|
|
32
|
+
**Landing Page Performance**
|
|
33
|
+
- Bounce rate by page
|
|
34
|
+
- Time on page
|
|
35
|
+
- Exit rate vs. bounce rate
|
|
36
|
+
|
|
37
|
+
**Traffic Source Analysis**
|
|
38
|
+
- Conversion rate by source
|
|
39
|
+
- Behavior differences by channel
|
|
40
|
+
- Quality vs. quantity of traffic
|
|
41
|
+
|
|
42
|
+
**Device/Browser Analysis**
|
|
43
|
+
- Mobile vs. desktop conversion
|
|
44
|
+
- Browser-specific issues
|
|
45
|
+
- Page speed by device
|
|
46
|
+
|
|
47
|
+
### Red Flag Metrics
|
|
48
|
+
|
|
49
|
+
- Bounce rate > 70% on key pages
|
|
50
|
+
- Exit rate spikes at specific steps
|
|
51
|
+
- Mobile conversion << desktop (check UX)
|
|
52
|
+
- High traffic, low conversion pages
|
|
53
|
+
- Long time on checkout pages (confusion)
|
|
54
|
+
|
|
55
|
+
## User Surveys
|
|
56
|
+
|
|
57
|
+
### On-Site Surveys (Hotjar, Qualaroo)
|
|
58
|
+
|
|
59
|
+
**Exit intent surveys**:
|
|
60
|
+
- "What stopped you from [action] today?"
|
|
61
|
+
- "What's the one thing we could change to make you [action]?"
|
|
62
|
+
|
|
63
|
+
**Post-purchase surveys**:
|
|
64
|
+
- "What almost stopped you from buying?"
|
|
65
|
+
- "What convinced you to choose us?"
|
|
66
|
+
- "How would you describe [product] to a friend?"
|
|
67
|
+
|
|
68
|
+
**Browsing surveys** (trigger after X seconds):
|
|
69
|
+
- "What brought you here today?"
|
|
70
|
+
- "Is there anything you can't find?"
|
|
71
|
+
|
|
72
|
+
### Email Surveys
|
|
73
|
+
|
|
74
|
+
**New customers (within 7 days)**:
|
|
75
|
+
- "What was your biggest hesitation before buying?"
|
|
76
|
+
- "What finally convinced you?"
|
|
77
|
+
- "What's one thing we could improve?"
|
|
78
|
+
|
|
79
|
+
**Non-converters (abandoned cart)**:
|
|
80
|
+
- "We noticed you didn't complete your order. What stopped you?"
|
|
81
|
+
- Keep it to ONE question for higher response rates
|
|
82
|
+
|
|
83
|
+
### Survey Best Practices
|
|
84
|
+
|
|
85
|
+
1. Ask ONE question (max 2-3)
|
|
86
|
+
2. Open-ended > multiple choice for discovery
|
|
87
|
+
3. Time triggers thoughtfully
|
|
88
|
+
4. Don't annoy—limit frequency
|
|
89
|
+
5. Incentivize for longer surveys
|
|
90
|
+
|
|
91
|
+
## Usability Testing
|
|
92
|
+
|
|
93
|
+
### DIY Testing (5-10 users is enough)
|
|
94
|
+
|
|
95
|
+
**Tasks to test**:
|
|
96
|
+
1. Find [specific product/information]
|
|
97
|
+
2. Complete [primary action]
|
|
98
|
+
3. Understand [value proposition]
|
|
99
|
+
4. Compare [options/plans]
|
|
100
|
+
|
|
101
|
+
**What to observe**:
|
|
102
|
+
- Where do users hesitate?
|
|
103
|
+
- What do they say aloud?
|
|
104
|
+
- What do they click expecting something different?
|
|
105
|
+
- What frustrates them?
|
|
106
|
+
|
|
107
|
+
### 5-Second Test
|
|
108
|
+
|
|
109
|
+
Show page for 5 seconds, then ask:
|
|
110
|
+
- "What is this page about?"
|
|
111
|
+
- "What action should you take?"
|
|
112
|
+
- "What company is this?"
|
|
113
|
+
|
|
114
|
+
Tests clarity of value proposition and hierarchy.
|
|
115
|
+
|
|
116
|
+
### First-Click Testing
|
|
117
|
+
|
|
118
|
+
Give users a task, record where they click first:
|
|
119
|
+
- Is it the right element?
|
|
120
|
+
- Do different user types behave differently?
|
|
121
|
+
|
|
122
|
+
## Session Recordings (Hotjar, FullStory)
|
|
123
|
+
|
|
124
|
+
### What to Look For
|
|
125
|
+
|
|
126
|
+
**Rage clicks**: Rapid clicking = frustration
|
|
127
|
+
**Dead clicks**: Clicking non-clickable elements
|
|
128
|
+
**U-turns**: Going back immediately
|
|
129
|
+
**Form abandonment**: Which fields cause drop-off
|
|
130
|
+
**Scroll depth**: How far do visitors read?
|
|
131
|
+
|
|
132
|
+
### Prioritization
|
|
133
|
+
|
|
134
|
+
Focus on recordings from:
|
|
135
|
+
- High-value pages
|
|
136
|
+
- High drop-off points
|
|
137
|
+
- Specific user segments (buyers vs. non-buyers)
|
|
138
|
+
|
|
139
|
+
## Heatmaps
|
|
140
|
+
|
|
141
|
+
### Click Heatmaps
|
|
142
|
+
- What gets clicked (and what doesn't)?
|
|
143
|
+
- Are CTAs getting attention?
|
|
144
|
+
- Are non-clickable elements being clicked?
|
|
145
|
+
|
|
146
|
+
### Scroll Heatmaps
|
|
147
|
+
- How far do visitors scroll?
|
|
148
|
+
- What percentage see key content?
|
|
149
|
+
- Where do visitors stop reading?
|
|
150
|
+
|
|
151
|
+
### Move Heatmaps
|
|
152
|
+
- Where does attention focus?
|
|
153
|
+
- What gets ignored?
|
|
154
|
+
|
|
155
|
+
### Heatmap Insights → Actions
|
|
156
|
+
|
|
157
|
+
| Finding | Action |
|
|
158
|
+
|---------|--------|
|
|
159
|
+
| CTA not clicked | Test position, color, copy |
|
|
160
|
+
| Important content below fold | Move up or add anchor |
|
|
161
|
+
| Non-clickable element clicked | Make it clickable or remove |
|
|
162
|
+
| Users stop scrolling early | Improve above-fold content |
|
|
163
|
+
|
|
164
|
+
## Competitive Analysis
|
|
165
|
+
|
|
166
|
+
### What to Analyze
|
|
167
|
+
|
|
168
|
+
- Value propositions
|
|
169
|
+
- Pricing/positioning
|
|
170
|
+
- Social proof used
|
|
171
|
+
- Objections addressed
|
|
172
|
+
- Risk reversal offers
|
|
173
|
+
- Onboarding flows
|
|
174
|
+
- Email sequences (sign up!)
|
|
175
|
+
|
|
176
|
+
### Competitive O/CO Mining
|
|
177
|
+
|
|
178
|
+
1. Read competitor reviews (positive and negative)
|
|
179
|
+
2. Note objections customers raise
|
|
180
|
+
3. Note what competitors claim as strengths
|
|
181
|
+
4. Identify gaps in their approach
|
|
182
|
+
|
|
183
|
+
## Customer Interview Guide
|
|
184
|
+
|
|
185
|
+
### Who to Interview
|
|
186
|
+
|
|
187
|
+
- Recent buyers (why they bought)
|
|
188
|
+
- Recent non-buyers (why they didn't)
|
|
189
|
+
- Long-term customers (what keeps them)
|
|
190
|
+
- Churned customers (why they left)
|
|
191
|
+
|
|
192
|
+
### Key Questions
|
|
193
|
+
|
|
194
|
+
**Pre-purchase**:
|
|
195
|
+
- "What triggered you to look for a solution?"
|
|
196
|
+
- "What alternatives did you consider?"
|
|
197
|
+
- "What almost stopped you from buying?"
|
|
198
|
+
- "What convinced you to choose us?"
|
|
199
|
+
|
|
200
|
+
**Post-purchase**:
|
|
201
|
+
- "What result have you achieved?"
|
|
202
|
+
- "What's been harder than expected?"
|
|
203
|
+
- "What would you tell a friend about us?"
|
|
204
|
+
|
|
205
|
+
### Interview Tips
|
|
206
|
+
|
|
207
|
+
1. Let them talk (don't lead)
|
|
208
|
+
2. Ask "why" repeatedly (5 Whys)
|
|
209
|
+
3. Get specific examples
|
|
210
|
+
4. Record for quotes (with permission)
|
|
211
|
+
5. Look for patterns across interviews
|
|
212
|
+
|
|
213
|
+
## Research Prioritization
|
|
214
|
+
|
|
215
|
+
1. Start with analytics (quick, free)
|
|
216
|
+
2. Add on-site survey (1 question)
|
|
217
|
+
3. Review existing support/chat logs
|
|
218
|
+
4. Watch 10-20 session recordings
|
|
219
|
+
5. Run 5 usability tests
|
|
220
|
+
6. Deep-dive interviews (ongoing)
|
|
@@ -0,0 +1,365 @@
|
|
|
1
|
+
# Funnel Analysis Framework
|
|
2
|
+
|
|
3
|
+
Deep methodology for mapping, analyzing, and optimizing conversion funnels.
|
|
4
|
+
|
|
5
|
+
## Funnel Philosophy
|
|
6
|
+
|
|
7
|
+
A funnel isn't just a visualization—it's a diagnostic tool. Every business has a funnel, whether they've mapped it or not. The question is: where is it leaking?
|
|
8
|
+
|
|
9
|
+
**Core insight:** Most businesses focus on the top of the funnel (traffic) when the biggest wins are often in the middle (conversion) or bottom (retention/expansion).
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## Mapping Your Funnel
|
|
14
|
+
|
|
15
|
+
### The Basic Funnel Structure
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
Awareness → Interest → Consideration → Intent → Evaluation → Purchase → Retention → Advocacy
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
### Simplified Business Models
|
|
22
|
+
|
|
23
|
+
**E-commerce:**
|
|
24
|
+
```
|
|
25
|
+
Visit → View Product → Add to Cart → Begin Checkout → Complete Purchase → Repeat Purchase
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
**SaaS:**
|
|
29
|
+
```
|
|
30
|
+
Visit → Signup → Onboard → Activate → Engage → Convert (Paid) → Retain → Expand
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
**Lead Generation:**
|
|
34
|
+
```
|
|
35
|
+
Visit → Lead Magnet → MQL → SQL → Opportunity → Close → Upsell
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
**Content/Media:**
|
|
39
|
+
```
|
|
40
|
+
Visit → Read/View → Subscribe → Engage → Share → Become Regular
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### Identifying All Steps
|
|
44
|
+
|
|
45
|
+
List every step a customer takes from first touch to desired outcome:
|
|
46
|
+
|
|
47
|
+
1. **Acquisition touchpoints** - Where do they first hear about you?
|
|
48
|
+
2. **Engagement actions** - What do they do before converting?
|
|
49
|
+
3. **Conversion moments** - Where do they make commitments?
|
|
50
|
+
4. **Value realization** - When do they get what they came for?
|
|
51
|
+
5. **Expansion opportunities** - How do they become more valuable?
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Blocked Arteries
|
|
56
|
+
|
|
57
|
+
A "blocked artery" is a high-traffic path with underperformance—a point where lots of visitors enter but few progress.
|
|
58
|
+
|
|
59
|
+
### How to Find Blocked Arteries
|
|
60
|
+
|
|
61
|
+
**Step 1: Map traffic volume at each stage**
|
|
62
|
+
|
|
63
|
+
```
|
|
64
|
+
Homepage: 10,000 visitors
|
|
65
|
+
Product page: 3,000 visitors (30% of traffic)
|
|
66
|
+
Add to cart: 600 visitors (20% of product viewers)
|
|
67
|
+
Checkout start: 300 visitors (50% of cart adds)
|
|
68
|
+
Purchase: 150 visitors (50% of checkout starts)
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
**Step 2: Calculate conversion at each step**
|
|
72
|
+
|
|
73
|
+
```
|
|
74
|
+
Homepage → Product: 30%
|
|
75
|
+
Product → Cart: 20% ← Potential blocked artery
|
|
76
|
+
Cart → Checkout: 50%
|
|
77
|
+
Checkout → Purchase: 50%
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
**Step 3: Compare to benchmarks**
|
|
81
|
+
|
|
82
|
+
| Stage | Your Rate | Industry Benchmark | Opportunity |
|
|
83
|
+
|-------|-----------|-------------------|-------------|
|
|
84
|
+
| Home → Product | 30% | 25-35% | On track |
|
|
85
|
+
| Product → Cart | 20% | 5-10% | Actually good |
|
|
86
|
+
| Cart → Checkout | 50% | 60-70% | **Blocked artery** |
|
|
87
|
+
| Checkout → Purchase | 50% | 70-80% | **Blocked artery** |
|
|
88
|
+
|
|
89
|
+
**Step 4: Prioritize by impact**
|
|
90
|
+
|
|
91
|
+
Impact = Traffic Volume × Conversion Gap
|
|
92
|
+
|
|
93
|
+
```
|
|
94
|
+
Cart → Checkout: 600 × (0.65 - 0.50) = 90 potential conversions
|
|
95
|
+
Checkout → Purchase: 300 × (0.75 - 0.50) = 75 potential conversions
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
### Common Blocked Arteries
|
|
99
|
+
|
|
100
|
+
| Location | Typical Causes |
|
|
101
|
+
|----------|----------------|
|
|
102
|
+
| Homepage → Category | Unclear value proposition, poor navigation |
|
|
103
|
+
| Category → Product | Weak product presentation, too many choices |
|
|
104
|
+
| Product → Cart | Missing information, price shock, no urgency |
|
|
105
|
+
| Cart → Checkout | Unexpected costs, account requirement, trust issues |
|
|
106
|
+
| Checkout → Purchase | Form friction, payment options, shipping cost shock |
|
|
107
|
+
| Trial → Paid | Poor onboarding, unclear value, wrong timing |
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## Missing Links
|
|
112
|
+
|
|
113
|
+
A "missing link" is an absent or underutilized funnel stage that leaves value on the table.
|
|
114
|
+
|
|
115
|
+
### Common Missing Links
|
|
116
|
+
|
|
117
|
+
**Pre-purchase:**
|
|
118
|
+
- No retargeting for abandoned visitors
|
|
119
|
+
- No email capture before purchase intent
|
|
120
|
+
- No comparison tools for researchers
|
|
121
|
+
- No social proof at decision points
|
|
122
|
+
|
|
123
|
+
**Purchase:**
|
|
124
|
+
- No upsell/cross-sell offers
|
|
125
|
+
- No subscription/bundle options
|
|
126
|
+
- No referral program at purchase
|
|
127
|
+
- No installation/setup guidance
|
|
128
|
+
|
|
129
|
+
**Post-purchase:**
|
|
130
|
+
- No email onboarding sequence
|
|
131
|
+
- No check-in at key milestones
|
|
132
|
+
- No expansion offers at right time
|
|
133
|
+
- No advocacy program for happy customers
|
|
134
|
+
|
|
135
|
+
### Missing Link Audit
|
|
136
|
+
|
|
137
|
+
| Funnel Stage | Existing Assets | Missing Opportunities |
|
|
138
|
+
|--------------|-----------------|----------------------|
|
|
139
|
+
| Awareness | Ads, content | Referral program? |
|
|
140
|
+
| Interest | Landing pages | Lead magnet? |
|
|
141
|
+
| Consideration | Product pages | Comparison tool? |
|
|
142
|
+
| Intent | Cart | Save for later? |
|
|
143
|
+
| Purchase | Checkout | Order bump? |
|
|
144
|
+
| Onboarding | Email 1 | Video tutorial? |
|
|
145
|
+
| Retention | None | Check-in sequence? |
|
|
146
|
+
| Expansion | None | Usage-based prompts? |
|
|
147
|
+
| Advocacy | None | Referral incentive? |
|
|
148
|
+
|
|
149
|
+
### Cross-Sell Mapping
|
|
150
|
+
|
|
151
|
+
Map products that naturally pair together:
|
|
152
|
+
|
|
153
|
+
| Product A | Natural Cross-Sell | When to Offer |
|
|
154
|
+
|-----------|-------------------|---------------|
|
|
155
|
+
| Running shoes | Socks, insoles | Cart/checkout |
|
|
156
|
+
| SaaS subscription | Premium features | After activation |
|
|
157
|
+
| Course | Coaching add-on | During course |
|
|
158
|
+
| Software | Training | Post-purchase |
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## Industry Funnel Patterns
|
|
163
|
+
|
|
164
|
+
### E-commerce Funnels
|
|
165
|
+
|
|
166
|
+
**Standard:**
|
|
167
|
+
```
|
|
168
|
+
Visit → Browse → Product → Cart → Checkout → Purchase
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
**Enhanced:**
|
|
172
|
+
```
|
|
173
|
+
Visit → Browse → Product → Wishlist/Email → Retarget → Cart → Checkout → Upsell → Purchase → Post-purchase email → Review request → Repeat purchase
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
**Key metrics:**
|
|
177
|
+
- Cart abandonment rate (benchmark: 70%)
|
|
178
|
+
- Checkout abandonment rate (benchmark: 25%)
|
|
179
|
+
- Repeat purchase rate (benchmark: 25-40%)
|
|
180
|
+
|
|
181
|
+
### SaaS Funnels
|
|
182
|
+
|
|
183
|
+
**Standard:**
|
|
184
|
+
```
|
|
185
|
+
Visit → Trial/Freemium → Activation → Engagement → Conversion
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
**Enhanced:**
|
|
189
|
+
```
|
|
190
|
+
Visit → Content → Lead magnet → Nurture → Trial → Onboarding → Activation → Engagement → Conversion → Onboarding (paid) → Expansion → Advocacy
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
**Key metrics:**
|
|
194
|
+
- Trial-to-paid conversion (benchmark: 3-5% freemium, 15-25% free trial)
|
|
195
|
+
- Activation rate (varies by product)
|
|
196
|
+
- Expansion revenue % (benchmark: 30%+ of revenue)
|
|
197
|
+
|
|
198
|
+
### Lead Generation Funnels
|
|
199
|
+
|
|
200
|
+
**Standard:**
|
|
201
|
+
```
|
|
202
|
+
Visit → Form → Lead → Sales contact → Opportunity → Close
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
**Enhanced:**
|
|
206
|
+
```
|
|
207
|
+
Visit → Lead magnet → Nurture → Scorecard/Quiz → MQL → SDR qualify → Demo → SQL → Proposal → Close → Onboarding → Expansion
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
**Key metrics:**
|
|
211
|
+
- Lead-to-MQL conversion (benchmark: 20-30%)
|
|
212
|
+
- MQL-to-SQL conversion (benchmark: 30-50%)
|
|
213
|
+
- SQL-to-close rate (benchmark: 20-40%)
|
|
214
|
+
|
|
215
|
+
### Subscription/Membership Funnels
|
|
216
|
+
|
|
217
|
+
**Standard:**
|
|
218
|
+
```
|
|
219
|
+
Visit → Free content → Subscribe → Retain
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
**Enhanced:**
|
|
223
|
+
```
|
|
224
|
+
Visit → Free content → Email opt-in → Free trial → Subscribe → Onboard → Engage → Retain → Annual upgrade → Advocacy
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
**Key metrics:**
|
|
228
|
+
- Free-to-paid conversion (benchmark: 2-5%)
|
|
229
|
+
- Monthly churn rate (benchmark: 3-7%)
|
|
230
|
+
- Annual vs. monthly mix (benchmark: 30%+ annual)
|
|
231
|
+
|
|
232
|
+
---
|
|
233
|
+
|
|
234
|
+
## Funnel Prioritization Framework
|
|
235
|
+
|
|
236
|
+
### Calculate Opportunity Value
|
|
237
|
+
|
|
238
|
+
For each potential improvement:
|
|
239
|
+
|
|
240
|
+
```
|
|
241
|
+
Opportunity = (Current Volume) × (Conversion Gap) × (Revenue per Conversion)
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
**Example:**
|
|
245
|
+
```
|
|
246
|
+
Current: 1,000 visitors, 2% conversion, $100/conversion = $2,000 revenue
|
|
247
|
+
Potential: 1,000 visitors, 3% conversion, $100/conversion = $3,000 revenue
|
|
248
|
+
Opportunity value: $1,000/month = $12,000/year
|
|
249
|
+
```
|
|
250
|
+
|
|
251
|
+
### Prioritization Matrix
|
|
252
|
+
|
|
253
|
+
| Opportunity | Volume | Gap | Value | Ease | Priority |
|
|
254
|
+
|-------------|--------|-----|-------|------|----------|
|
|
255
|
+
| Checkout abandonment | 500/mo | 25% | $125 | Medium | High |
|
|
256
|
+
| Add cross-sell | 200/mo | 30% | $20 | Easy | High |
|
|
257
|
+
| Reduce form fields | 1000/mo | 10% | $50 | Easy | High |
|
|
258
|
+
| Redesign homepage | 5000/mo | 2% | $100 | Hard | Medium |
|
|
259
|
+
| Add video | 300/mo | 15% | $100 | Medium | Medium |
|
|
260
|
+
|
|
261
|
+
### The 80/20 Rule in Funnels
|
|
262
|
+
|
|
263
|
+
Typically:
|
|
264
|
+
- 80% of revenue comes from 20% of the funnel stages
|
|
265
|
+
- 80% of drop-off happens at 20% of the steps
|
|
266
|
+
- 80% of improvement potential is in 20% of the pages
|
|
267
|
+
|
|
268
|
+
**Focus ruthlessly on the high-impact stages before optimizing everything.**
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
|
|
272
|
+
## Funnel Visualization
|
|
273
|
+
|
|
274
|
+
### Basic Funnel Chart
|
|
275
|
+
|
|
276
|
+
```
|
|
277
|
+
┌─────────────────────────────────────────┐ 10,000
|
|
278
|
+
│ Website Visits │
|
|
279
|
+
├───────────────────────────────┐ │ 3,000 (30%)
|
|
280
|
+
│ Product Page Views │
|
|
281
|
+
├─────────────────────┐ │ │ 600 (20%)
|
|
282
|
+
│ Add to Cart │
|
|
283
|
+
├───────────────┐ │ │ │ 300 (50%)
|
|
284
|
+
│ Checkout │
|
|
285
|
+
├─────────┐ │ │ │ │ 150 (50%)
|
|
286
|
+
│ Purchase│
|
|
287
|
+
└─────────┘
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
### Leakage Analysis
|
|
291
|
+
|
|
292
|
+
At each stage, map where users go instead:
|
|
293
|
+
|
|
294
|
+
```
|
|
295
|
+
Product Page (3,000 visitors)
|
|
296
|
+
├─→ Add to Cart: 600 (20%)
|
|
297
|
+
├─→ Exit site: 1,500 (50%)
|
|
298
|
+
├─→ Browse other products: 600 (20%)
|
|
299
|
+
├─→ Check reviews/FAQ: 200 (7%)
|
|
300
|
+
└─→ Contact support: 100 (3%)
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
**Insight:** 50% exit from product page—that's the primary leak to investigate.
|
|
304
|
+
|
|
305
|
+
---
|
|
306
|
+
|
|
307
|
+
## Funnel Optimization Checklist
|
|
308
|
+
|
|
309
|
+
### Before Optimizing
|
|
310
|
+
|
|
311
|
+
- [ ] Have you mapped the complete funnel?
|
|
312
|
+
- [ ] Do you have baseline conversion rates at each stage?
|
|
313
|
+
- [ ] Have you identified the biggest blocked arteries?
|
|
314
|
+
- [ ] Have you audited for missing links?
|
|
315
|
+
- [ ] Do you know your industry benchmarks?
|
|
316
|
+
- [ ] Have you calculated opportunity values?
|
|
317
|
+
|
|
318
|
+
### During Optimization
|
|
319
|
+
|
|
320
|
+
- [ ] Are you testing bold changes, not tweaks?
|
|
321
|
+
- [ ] Are you measuring the right metrics?
|
|
322
|
+
- [ ] Are you waiting for statistical significance?
|
|
323
|
+
- [ ] Are you documenting learnings?
|
|
324
|
+
|
|
325
|
+
### After Optimization
|
|
326
|
+
|
|
327
|
+
- [ ] Did conversion improve at the target stage?
|
|
328
|
+
- [ ] Did downstream metrics also improve?
|
|
329
|
+
- [ ] Did any metrics unexpectedly decrease?
|
|
330
|
+
- [ ] Can this learning apply to other funnels?
|
|
331
|
+
|
|
332
|
+
---
|
|
333
|
+
|
|
334
|
+
## Advanced: Multi-Touch Attribution
|
|
335
|
+
|
|
336
|
+
### The Problem
|
|
337
|
+
|
|
338
|
+
Customers don't convert in a straight line. They might:
|
|
339
|
+
1. See a Facebook ad
|
|
340
|
+
2. Google your brand
|
|
341
|
+
3. Read a blog post
|
|
342
|
+
4. Leave
|
|
343
|
+
5. Get retargeted
|
|
344
|
+
6. Return via email
|
|
345
|
+
7. Convert
|
|
346
|
+
|
|
347
|
+
Which touchpoint gets credit?
|
|
348
|
+
|
|
349
|
+
### Attribution Models
|
|
350
|
+
|
|
351
|
+
| Model | Description | Best For |
|
|
352
|
+
|-------|-------------|----------|
|
|
353
|
+
| First-touch | First interaction gets 100% | Brand awareness campaigns |
|
|
354
|
+
| Last-touch | Final interaction gets 100% | Direct response |
|
|
355
|
+
| Linear | Equal credit to all touches | Understanding journey |
|
|
356
|
+
| Time-decay | Recent touches get more credit | Short sales cycles |
|
|
357
|
+
| Position-based | 40% first, 40% last, 20% middle | Balanced view |
|
|
358
|
+
| Data-driven | Algorithm assigns based on data | Sophisticated analysis |
|
|
359
|
+
|
|
360
|
+
### Practical Recommendation
|
|
361
|
+
|
|
362
|
+
1. Start with last-touch (simplest)
|
|
363
|
+
2. Add first-touch to understand acquisition
|
|
364
|
+
3. Graduate to position-based for balanced view
|
|
365
|
+
4. Only use data-driven with sufficient volume
|