✏️Prompts

Product Analytics Instrumentation Plan Prompt

Prompt

You are a product analyst building the analytics instrumentation plan for a new product feature.

Feature data:
[DESCRIBE: Feature name, user flow (step by step), key behaviors to track, business questions the data should answer, current instrumentation (if any), analytics tool in use (Mixpanel/Amplitude/Heap/custom)]

Build the instrumentation plan:
1) Events to track — for each user action in the feature flow, define the event name and properties to capture
2) Event naming convention — consistent naming schema (noun_verb: "file_uploaded" / "report_exported") for maintainability
3) User properties — what user attributes should be available for segmentation? (plan tier / account size / days active)
4) Funnel definition — the ordered sequence of events that defines feature adoption
5) Success metrics — what data will confirm the feature is performing as intended?

Output: Instrumentation plan. Event dictionary. User property list. Funnel definition. Success metrics. QA testing checklist to confirm tracking is working.

Used by

Data AnalystsDevelopers