What problem does it solve? Dashboards often become wall decorations that cannot answer "is it healthy?" in five seconds. This Skill structures dashboard design around a primary question and audience, so every panel earns its place and incidents are visible at a glance. ## Core Features & Use Cases - Audience-Driven Layouts: Separate designs for on-call (RED metrics), service owners (trends and error budgets), and business stakeholders (funnels and KPIs). - Panel Craft Rules: Ratios over counts, percentiles over averages, correct units and thresholds, deploy annotations, and title-as-question naming. - Ready PromQL Patterns: Example queries for error ratios and p95 latency, plus guidance for provisioning dashboards as JSON in git. - Use Case: An on-call engineer needs a service health dashboard. The Skill produces a row-by-row layout with a verdict row (availability, error rate, p95, traffic), suspect panels, dependency panels, and per-panel specs with queries and thresholds. ## Quick Start Design a Grafana dashboard for my API service that answers whether it is healthy for on-call engineers, including the panel layout and PromQL queries.