Dashboard Creator Create interactive HTML dashboards with KPI cards and charts. When to Use - "Create dashboard for [metrics]" - "Show KPI visualization" - "Generate performance dashboard" - "Make analytics dashboard with charts" Components 1. KPI Cards : metric name, value, change %, trend icon 2. Charts : bar/pie/line using SVG or CSS 3. Progress Bars : completion indicators 4. Data Tables : tabular data display HTML Structure KPI Card Pattern Chart Pattern (SVG Bar Chart) Workflow 1. Extract metrics and data 2. Create KPI cards grid 3. Generate charts (bar/pie/line) as SVG 4. Add progress…