name: dashboard-requirements
description: Specifies requirements for an analytics dashboard including metrics, visualizations, filters, and data sources. Use when requesting dashboards from data teams, defining KPI tracking, or documenting reporting needs.
license: Apache-2.0
metadata:
category: validation
frameworks: [triple-diamond, lean-startup, design-thinking]
author: product-on-purpose
version: "1.0.0"
Dashboard Requirements
A dashboard requirements document specifies what questions a dashboard should answer, what metrics it displays, and how data should be visualized. Clear requirements help data teams build dashboards that actually inform decisions rather than just displaying numbers.
When to Use
- When requesting a new dashboard from data/analytics teams
- To define KPI tracking for a product, feature, or team
- When formalizing ad-hoc reporting into a persistent dashboard
- Before quarterly planning to specify what visibility you need
- When onboarding stakeholders who need self-serve analytics
Instructions
When asked to specify dashboard requirements, follow these steps:
Define the Purpose
Start with the questions this dashboard should answer, not the charts it should show. What decisions will this dashboard inform? A dashboard without clear purpose becomes a vanity metrics display.
Identify the Audience
Specify who will use this dashboard, how often, and in what context. An executive weekly review has different needs than a team's daily standup board.
Specify Key Metrics
For each metric, document: name, business definition (in plain language), calculation formula, data source, and baseline/target values. Ambiguous metrics lead to misaligned dashboards.
Design Visualizations
Recommend chart types based on what the data should communicate. Time trends need line charts; comparisons need bar charts; compositions need pie/treemaps. Include dimension breakdowns.
Define Filters and Segments
Specify what drill-downs users need: date ranges, user segments, product areas, geographic regions. Anticipate the "slice and dice" questions users will ask.
Document Data Sources
Identify where data comes from and any known data quality issues. Note latency requirements—does the dashboard need real-time data or is daily refresh sufficient?
Set Permissions and Access
Determine who can view what. Some metrics may need restricted access. Consider both security requirements and organizational politics.
Output Format
Use the template in references/TEMPLATE.md to structure the output.
Quality Checklist
Before finalizing, verify:
Examples
See references/EXAMPLE.md for a completed example.
1---2name: dashboard-requirements3description: <!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->4---5
6<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->
7---
8name: dashboard-requirements
9description: Specifies requirements for an analytics dashboard including metrics, visualizations, filters, and data sources. Use when requesting dashboards from data teams, defining KPI tracking, or documenting reporting needs.
10license: Apache-2.0
11metadata:
12 category: validation
13 frameworks: [triple-diamond, lean-startup, design-thinking]
14 author: product-on-purpose
15 version: "1.0.0"
16---
17
18# Dashboard Requirements
19
20A dashboard requirements document specifies what questions a dashboard should answer, what metrics it displays, and how data should be visualized. Clear requirements help data teams build dashboards that actually inform decisions rather than just displaying numbers.
21
22## When to Use
23
24- When requesting a new dashboard from data/analytics teams
25- To define KPI tracking for a product, feature, or team
26- When formalizing ad-hoc reporting into a persistent dashboard
27- Before quarterly planning to specify what visibility you need
28- When onboarding stakeholders who need self-serve analytics
29
30## Instructions
31
32When asked to specify dashboard requirements, follow these steps:
33
341. **Define the Purpose**
35 Start with the questions this dashboard should answer, not the charts it should show. What decisions will this dashboard inform? A dashboard without clear purpose becomes a vanity metrics display.
36
372. **Identify the Audience**
38 Specify who will use this dashboard, how often, and in what context. An executive weekly review has different needs than a team's daily standup board.
39
403. **Specify Key Metrics**
41 For each metric, document: name, business definition (in plain language), calculation formula, data source, and baseline/target values. Ambiguous metrics lead to misaligned dashboards.
42
434. **Design Visualizations**
44 Recommend chart types based on what the data should communicate. Time trends need line charts; comparisons need bar charts; compositions need pie/treemaps. Include dimension breakdowns.
45
465. **Define Filters and Segments**
47 Specify what drill-downs users need: date ranges, user segments, product areas, geographic regions. Anticipate the "slice and dice" questions users will ask.
48
496. **Document Data Sources**
50 Identify where data comes from and any known data quality issues. Note latency requirements—does the dashboard need real-time data or is daily refresh sufficient?
51
527. **Set Permissions and Access**
53 Determine who can view what. Some metrics may need restricted access. Consider both security requirements and organizational politics.
54
55## Output Format
56
57Use the template in `references/TEMPLATE.md` to structure the output.
58
59## Quality Checklist
60
61Before finalizing, verify:
62
63- [ ] Purpose is framed as questions to answer, not charts to build
64- [ ] All metrics have clear definitions and calculation formulas
65- [ ] Data sources are identified and accessible
66- [ ] Visualization choices match the type of insight needed
67- [ ] Filters enable the drill-downs users will want
68- [ ] Refresh frequency matches decision-making cadence
69
70## Examples
71
72See `references/EXAMPLE.md` for a completed example.