What problem does it solve? Analytics implementations fail silently: events with typos never reach dashboards, A/B tests run without sample size calculations, funnels show false drop-offs from tracking gaps, and dashboards freeze loading raw events client-side. This Skill provides patterns for trustworthy instrumentation, experimentation, analysis, and visualization. ## Core Features & Use Cases - Tracking Setup: Typed event taxonomies, consent management (GDPR/CCPA), server-side tracking proxies, and UTM capture for GA4, Plausible, PostHog, and Mixpanel. - A/B Testing & Statistics: Experiment design with sample size calculation, deterministic variant assignment, chi-square significance testing, and feature flag lifecycle management. - Funnels & Dashboards: Flow-correlated funnel step tracking, cohort retention queries, KPI cards with comparison indicators, server-side aggregation endpoints, and CSV export. - Use Case: When adding a checkout funnel to a Next.js app, use this Skill to emit a typed funnel tracker with flow IDs, a PostgreSQL drop-off query, and a dashboard with pre-aggregated metrics. ## Quick Start Ask the AI to audit the analytics tracking in this project and implement a typed event taxonomy with consent management and server-side tracking.