product-analytics

Define event tracking schemas and validate analytics data modeling.

258|26|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/majiayu000/claude-arsenal --skill product-analytics-majiayu000
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: product-analytics
Source: https://github.com/majiayu000/claude-arsenal/tree/main/skills/product-analytics
Command: npx skills add https://github.com/majiayu000/claude-arsenal --skill product-analytics-majiayu000

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Teams struggle to extract actionable insights from analytics. This Skill provides a framework for event tracking, metrics selection, experiments, and retention analysis.

Core Features & Use Cases

  • North Star + AARRR: Align teams around one metric and actionable inputs.
  • Event tracking & data modeling: Define events, properties, and data flows.
  • Experimentation & accuracy: Guidance on designing and analyzing A/B tests.

Quick Start

Define a basic event: user_signed_up with properties (signup_method, plan) and set a NSM with activation funnel.

Frequently Asked Questions about product-analytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up event tracking to ensure data quality and privacy compliance?▼

Event tracking requires defining clear naming conventions using object_action format, specifying required and optional properties, and excluding PII from all events. This framework ensures consistent data collection, reduces downstream analytics errors, and maintains privacy standards across your implementation.

What's the best way to define a North Star metric and connect it to AARRR metrics?▼

A North Star metric aligns teams around a single outcome tied to activation, retention, revenue, or referral goals. The AARRR framework breaks this into Acquisition, Activation, Retention, Revenue, and Referral inputs, allowing you to track which actions drive your primary metric and identify bottlenecks.

How do I design and analyze A/B experiments with statistical rigor?▼

Rigorous experimentation requires defining event schemas, tracking variant assignments, and calculating sample size and significance thresholds before launch. This prevents false positives, ensures reproducible results, and lets you confidently validate feature impacts on product metrics.

Can I use event tracking data to build cohorts for retention analysis?▼

Yes. Define cohorts by segmenting users based on event properties—such as signup method or plan type—then track their engagement over time using retention curves. This identifies which user segments remain active and which need intervention.

What properties should I include in my event schema to avoid common tracking mistakes?▼

Include required properties for context (user ID, timestamp, event name) and optional properties for analysis (plan, source, variant). Exclude PII, enforce consistent naming, and document each property's type and allowed values to reduce data quality issues and privacy violations.

How do I implement tracking plans across multiple platforms and teams?▼

Document a single source-of-truth tracking plan that specifies events, properties, naming conventions, and privacy rules. Share it with engineering, analytics, and product teams to ensure consistent implementation across web, mobile, and server-side platforms.