Beginner

Metric definition library (single source of truth) template

Creates a standardized metric dictionary to prevent KPI drift across teams. Useful for scaling reporting and ensuring consistent definitions.

Build a metric definition library for these KPIs: {kpi_list}.

Inputs:
- Existing definitions (if any): {existing_definitions}
- Systems where data lives: {systems}
- Reporting cadence and audiences: {cadence_audiences}

Output:
A table with columns:
- KPI name
- Definition (plain English)
- Formula (with field names)
- Included/excluded items
- Data source and table/report
- Owner
- Refresh cadence
- Common pitfalls / edge cases
- Validation checks

Keep definitions unambiguous and audit-friendly.

Related Prompts