Demo walkthrough → real dashboard
Brainstorm session for splitting presentation from data, then layering Impeccable design on top.
Today's starting point
static/index.html — single 1700-line file
Each scenario: hand-edited HTML
steps · screenshots · pass/fail · test plan IDs
data interleaved with markup ⇒ every status update = HTML edit
Where we're going
A data-driven dashboard. Scenarios live as structured records (YAML/JSON). Pages are rendered from those records. Adding a scenario or flipping a status = edit one data file, no HTML touched.
First question coming in the terminal — no clicks needed yet.