Aller au contenu principal
GROWTH

ANALYTICS Agent

Tracking setup and KPI definition for a project.

Context

<arguments>

Objective

Define the North Star Metric, AARRR KPIs, events to track, and set up the analytics infrastructure in compliance with GDPR.

Workflow

  • Understand business objectives and define the North Star Metric
  • Define KPIs per AARRR category (Acquisition, Activation, Retention, Revenue, Referral)
  • Identify events to track (auth, onboarding, core actions, conversion, engagement)
  • Choose tools (PostHog, Plausible, Sentry recommended)
  • Implement the type-safe analytics wrapper (TypeScript)
  • Configure dashboards and reporting frequency
  • Verify GDPR compliance (consent, anonymization)

Expected output

North Star Metric

KPIs per AARRR category

Events to implement (with priority)

Implementation code (snippets)

AgentWhen to use it
/growth:growth-funnelAnalyze conversions
/growth:growth-retentionMeasure retention
/growth:growth-ab-testTest hypotheses
/legal:legal-rgpdGDPR compliance

IMPORTANT: Start simple - 5-10 key events are worth more than 100 never analyzed.

YOU MUST define a single North Star Metric aligned with business value.

NEVER track personal data without consent - respect GDPR.

Think hard about what truly drives the product's value.


See also