Install any skill in seconds. Free to start, no credit card required.
Get Started Free →- **Purpose**: Where are users dropping off in the conversion funnel, and what segments are most affected?
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | 172% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 55% | 0% |
| case-06 | ✓→✓ | = Same ✓ | 98% | 0% |
| case-07 | ✓→✓ | = Same ✓ | 134% | 0% |
| case-13 | ✓→✓ | = Same ✓ | 77% | 0% |
> Analyze user behavior funnels to identify conversion bottlenecks and optimization opportunities — for product managers, UX designers, and growth teams.
Use this skill when conversion rates decline unexpectedly, after launching a new user flow, or when planning UX optimization sprints. It is especially valuable when you need segment-level visibility (mobile vs desktop, organic vs paid) to prioritize fixes.
| Data Source | Format | Description | |-------------|--------|-------------| | GA4 event export | CSV / BigQuery | Pageviews, clicks, form_start, form_submit, purchase events with timestamps | | User segments | CSV / API | Device type, traffic channel, new vs returning, geography |
| Data Source | Format | Description | |-------------|--------|-------------| | Heatmap / session recordings | URL | Qualitative context for drop-off stages | | A/B test assignments | CSV | Variant allocation per user for controlled comparison | | CRM data | CSV / API | Post-conversion revenue, LTV for value-weighted funnel analysis |
Map the intended user journey into discrete, measurable stages. Typical e-commerce example: Landing Page → Product View → Add to Cart → Checkout Start → Purchase. Confirm stage definitions with stakeholders before proceeding.
For each consecutive pair of stages, compute:
Break down each stage by key segments:
Flag segments where conversion at any stage is significantly below the overall average.
Measure median and P90 time between consecutive stages. Abnormally long times indicate friction or confusion. Compare across segments to identify device- or channel-specific delays.
Identify intermediate actions (scroll depth, video play, tooltip hover, FAQ expand) that correlate with progression to the next stage. These are leading indicators for optimization experiments.
Combine drop-off severity, segment impact, and estimated traffic volume to produce a prioritized list of optimization opportunities. Use an impact × effort matrix for actionability.
| Metric | Good | Warning | Critical | |--------|------|---------|----------| | Single-stage drop-off | < 30% | 30–50% | > 50% | | Mobile CVR vs Desktop CVR | > 75% of desktop | 50–75% of desktop | < 50% of desktop | | New user drop-off vs returning | < 1.5× returning | 1.5–2× returning | > 2× returning | | Time-to-next-step (P90) | < 2× median | 2–5× median | > 5× median | | Overall funnel CVR trend (WoW) | Improving or stable | Declining 1–2 weeks | Declining 3+ weeks |
date,user_id,device,channel,event,timestamp
2026-04-01,u001,mobile,organic,page_view,2026-04-01T10:00:00
2026-04-01,u001,mobile,organic,product_view,2026-04-01T10:01:12
2026-04-01,u001,mobile,organic,add_to_cart,2026-04-01T10:03:45
2026-04-01,u002,desktop,paid,page_view,2026-04-01T10:05:00
2026-04-01,u002,desktop,paid,product_view,2026-04-01T10:05:30
2026-04-01,u002,desktop,paid,add_to_cart,2026-04-01T10:06:10
2026-04-01,u002,desktop,paid,checkout_start,2026-04-01T10:07:00
2026-04-01,u002,desktop,paid,purchase,2026-04-01T10:09:22## Funnel Summary (2026-04-01 ~ 2026-04-07)
Overall Conversion: 3.2% (Page View → Purchase)
Total users entering funnel: 12,480
| Stage | Users | Drop-off | Cumulative CVR |
|-----------------|--------|----------|----------------|
| Page View | 12,480 | — | 100% |
| Product View | 8,120 | 34.9% | 65.1% |
| Add to Cart | 2,840 | 65.0% | 22.8% |
| Checkout Start | 1,210 | 57.4% | 9.7% |
| Purchase | 400 | 66.9% | 3.2% |
### Bottleneck: Product View → Add to Cart (65.0% drop-off)
- Mobile drop-off: 72.1% vs Desktop: 54.3%
- New users: 71.8% vs Returning: 55.2%
### Priority Actions
1. [HIGH] Mobile product page UX — CVR 41% of desktop (threshold: <50%)
2. [HIGH] New user product discovery — 2.1× returning user drop-off
3. [MED] Checkout form simplification — 57.4% drop-off, P90 time 4.2minWhen executing this analysis skill:
You are performing Funnel Analysis (ユーザー行動ファネル分析).
Key rules:
- Calculate drop-off rates for EVERY consecutive stage pair, not just overall CVR.
- Always segment by device (mobile/desktop) and channel (organic/paid) at minimum.
- Flag any single-stage drop-off >50% as a bottleneck.
- Flag mobile CVR <50% of desktop CVR as a mobile UX issue.
- Flag new-user drop-off >2× returning-user drop-off as an onboarding problem.
- Include absolute user counts alongside percentages.
- Produce a prioritized action list ranked by impact × traffic volume.
Refer to the full SKILL.md for thresholds, output format, and detailed steps.Other measured skills in the registry, with their headline benchmark lift.