What problem does it solve?
Many products lack a consistent, privacy-compliant analytics implementation, leading to fragmented event definitions, unreliable funnels, and unsafe handling of PII; this Skill centralizes taxonomy-first analytics design, instrumentation, and validation so teams can measure features and experiments reliably and safely.
Core Features & Use Cases
- Analytics strategy & discovery: capture goals, key questions, platform and privacy requirements before any code is written.
- Provider selection & abstraction: configure SDKs (Segment, Amplitude, Mixpanel, PostHog, Plausible, Umami) and implement a unified AnalyticsProvider with track/identify/page methods to decouple instrumentation from vendor choice.
- Event taxonomy, data model & funnels: design consistent event names and properties, model events/users/sessions for warehousing, and instrument conversion funnels and A/B test assignments.
- Privacy, consent & validation: implement consent gating, PII audits, user deletion endpoints, and automated checks to ensure no tracking before consent and no PII in events.
- Delivery & verification: staged rollout, analytics debug validation, funnel correctness checks, and automatic rollback on regressions.
Quick Start
Use the analytics skill to design an event taxonomy and implement consent-gated Segment tracking for the signup funnel.