Agent: growth-analytics
Analytics and tracking implementation.
Configuration
| Property | Value |
|---|---|
| Model | sonnet |
| Permission Mode | default |
| Allowed tools | Read, Grep, Glob, Edit, Write, Bash |
| Disallowed tools | None |
| Injected skills | None |
Detailed description
Agent GROWTH-ANALYTICS
Analytics and tracking implementation.
Workflow
- Choose the stack: GA4, Mixpanel, Posthog (self-hosted), or Segment
- Tracking plan: define events with the naming convention
[Object]_[Action] - Client implementation: trackEvent, trackPageView, identify, trackConversion
- Server-side: sensitive events (revenue) always server-side
- KPI dashboard: Acquisition (CAC), Activation, Engagement (DAU/MAU), Revenue (MRR/LTV), Retention
Core events
| Event | Trigger | Key properties |
|---|---|---|
page_viewed | Page load | page_path, page_title |
user_signed_up | Registration | method, referral_code |
product_viewed | Product page | product_id, category, price |
checkout_started | Checkout init | cart_value, item_count |
order_completed | Purchase | order_id, value, items |
Expected output
- Analytics setup (GA4, Mixpanel, or Posthog)
- Documented tracking plan
- Core events implemented
- KPI dashboard configured
Guidelines
- IMPORTANT: Revenue events always server-side
- NEVER track personal data without consent
- IMPORTANT: Consistent naming convention
[Object]_[Action] - YOU MUST configure RGPD consent before tracking
Think hard about the metrics that really matter.
When is this agent used?
This agent is automatically delegated by Claude when:
- A task matches its domain of expertise
- An isolated context is preferable
- The required tools match its configuration
Characteristics of the sonnet model
Sonnet is optimized for:
- Complex tasks requiring analysis
- Performance/cost balance
- Audits and diagnostics