1---2name: dashboard-specification3description: Design specifications for effective dashboards. Use when planning new dashboards, improving existing ones, or documenting dashboard requirements before development starts.4---56# Dashboard Specification78# When to use9- A new dashboard is being built and developers need a clear brief before starting10- An existing dashboard is confusing or underused and needs a structured redesign11- Stakeholders and the data team have different ideas about what a dashboard should show12- Documenting dashboard requirements as part of a broader data product process13- Creating a self-service analytics specification that can be handed off without multiple Q&A rounds1415# Process161. **Define the purpose** — write one sentence: "This dashboard answers [question] for [audience] who need to [decision or action]." If it can't be stated in one sentence, the scope needs narrowing first. See `references/dashboard_design_principles.md`.172. **Profile target users** — for each audience (executive, manager, IC), document their visit frequency, the primary question they come to answer, and their technical comfort level. Users with different needs usually need different dashboards, not more filters on one.183. **Define the metric hierarchy** — list primary KPIs (hero numbers at the top), secondary supporting metrics, and detail-level breakdowns. A dashboard with more than 10–12 distinct metrics is trying to do too much.194. **Design the information architecture** — sketch the layout using the hero → trends → breakdowns → details pattern. Position the most important information in the top-left. Use `references/dashboard_requirements_guide.md` for layout patterns.205. **Specify interactivity** — list global filters (date range, region, segment), drill-down paths, click actions, and hover tooltip content. Every filter and drill-down adds complexity; justify each one.216. **Document data requirements and success criteria** — for each metric, record the source table, transformation logic, and refresh frequency. Define how dashboard success will be measured (adoption rate, reduction in ad-hoc requests). Complete `assets/dashboard_spec_template.md`.2223# Inputs the skill needs24- The business question the dashboard is meant to answer25- A list of candidate metrics (team can provide a rough list; you'll curate it)26- The primary audience (role, visit frequency, decision they make)27- Data availability: confirmed source tables and refresh schedules28- Any constraints: tool (Tableau, Looker, Metabase, etc.), branding guidelines2930# Output31- `references/dashboard_design_principles.md` — layout hierarchy, chart selection, information density guidelines32- `references/dashboard_requirements_guide.md` — how to run requirements gathering, avoid scope creep, and validate the spec33- `assets/dashboard_spec_template.md` — complete spec: purpose, users, metric hierarchy, layout wireframe, interactivity, data sources, success criteria