Chart Pack from Data
Build a single interactive HTML page of charts that answers a defined set of questions about a dataset. Scopes the questions and the right chart type per question FIRST (so you don't make a pretty chart that answers nothing), then analyzes the data into chart-ready series, then builds one self-contained HTML page rendering every chart with titles, axis labels, and a one-line takeaway caption each. Use this for a dashboard of charts, a visualization pack, a metrics page, or turning a CSV into graphs and plots.
How it runs
| # | Step | Who runs it | What happens |
|---|---|---|---|
| 1 | Scope the questions | Planner | lock the questions and the chart type that answers each |
| 2 | Analyze into chart-ready series | Researcher | aggregate the data into the exact series each chart needs |
| 3 | Build the chart page | Developer | render every chart in one self-contained index.html |
| 4 | Evaluate | Reviewer | Grade the deliverable against every acceptance criterion. All pass → finish; any fail → loop back and fix the gap. |
| 5 | Finish | Developer | All acceptance criteria met. Stamp a short summary and report DONE. |
Say something like "make charts from data" or "chart pack" or "visualize this dataset" or "graphs from a csv" or "build a charts page" in chat to start it.