Funnel Analysis
Finds exactly which step of a multi-step funnel is losing the most users, ranked by revenue impact instead of gut feeling.
Overview
Funnel Analysis runs when conversion is low and the team needs to know where users drop off, a product change may have hit a specific step, or an A/B test needs a real baseline before setting a target effect size.
What it covers
- Defines the ordered funnel steps and the time window a user has to complete them, since ambiguous definitions invalidate the whole analysis.
- Builds a user-level funnel dataset from the events log and calculates step-to-step and overall conversion.
- Analyzes time-to-convert between steps (median, P75, P95) to catch friction that doesn't show up as drop-off.
- Segments the funnel by channel, device, or cohort and ranks segments by conversion.
- Ranks drop-off points by users lost times estimated revenue impact, and produces the funnel report with recommendations.
Part of Data Analytics Skills
This is one of 31 skills in the Data Analytics Skills library, in the Data Analysis & Investigation group.
Installation
- Clone the repo once:
git clone https://github.com/nimrodfisher/data-analytics-skills.git - Copy just this skill:
cp -r data-analytics-skills/03-data-analysis-investigation/funnel-analysis ~/.claude/skills/(or~/.agents/skills/for Codex) - Ask your agent something like "where are we losing the most users in our signup funnel" and it activates on its own.
See the Data Analytics Skills entry for the full library.
Related assets
Frontend Design
Generates distinctive, production-grade UI that avoids generic "AI slop," with bold typography, cohesive color, and precise motion, implemented as real code.
Graphify
Turns a codebase, plus its docs, PDFs, images, and video, into a queryable knowledge graph that a coding agent can traverse instead of grepping raw files, and never guesses silently: every edge is tagged EXTRACTED, INFERRED, or AMBIGUOUS so you know what was found versus inferred.
Caveman
Makes your coding agent answer in a stripped down, high signal style that keeps every technical fact and cuts filler, saving output tokens on chat style questions.