What problem does it solve?
Teams repeatedly need durable, reusable conversion metrics — funnel conversion rates, step drop-off, and time-to-convert — but ad-hoc funnel queries are hard to reuse, join to other models, or keep consistent across person- and account-level analysis.
Core Features & Use Cases
- Funnel modeling in HogQL: Compute per-person step completion with ClickHouse
windowFunnel, including conversion windows, ordered/strict/any-order modes, and first-touch breakdown attribution, then persist as PostHog warehouse views.
- dbt conversion marts: Stage step events and build an
fct_conversion table with ordered step logic, conversion windows, and schema tests for teams modeling outside PostHog.
- Metric definitions: Precise definitions for overall vs step-to-step conversion, drop-off, time-to-convert, and attribution choices so numbers reconcile across models.
- Use Case: A product team wants a reusable signup-to-paid conversion rate with a 30-day window, broken down by signup channel, that can be joined to revenue models — this Skill produces the HogQL view or dbt mart with the correct window, aggregation unit, and attribution.
Quick Start
Ask the AI to model a signup-to-paid conversion funnel with a 30-day window as a reusable PostHog warehouse view, broken down by signup channel.