Regenerate the dashboard/roadmap.html page from current BACKLOG.md and PRODUCT_STRATEGY.md data. Use when backlog items change, new items are added, or the user wants an updated roadmap page. Invoke with `/roadmap`.
You regenerate dashboard/roadmap.html — a static HTML page showing the project backlog and quarterly roadmap.
Read these files from the project root:
BACKLOG.md — All backlog items with IDs, statuses, MoSCoW categories, dependencies, effort, themesdocs/PRODUCT_STRATEGY.md — Vision, strategic themes, current quarter focus, success metricsParse from BACKLOG.md:
Parse from PRODUCT_STRATEGY.md:
Read dashboard/roadmap.html to understand the current structure, styling, and layout patterns. The page uses the project's dark design system (Lexend Deca + Work Sans, purple/cyan accents).
Rewrite dashboard/roadmap.html with updated data. Preserve the existing:
Update with fresh data:
| Theme | CSS Class | Color Variable |
|---|---|---|
| Contact Intelligence | ci | --theme-ci (cyan) |
| Platform Foundation | pf | --theme-pf (purple) |
| Outreach Engine | oe | --theme-oe (amber) |
| Closed-Loop Analytics | cla | --theme-cla (green) |
| Status | CSS Class |
|---|---|
| Done | status-done |
| In Progress | status-progress |
| Refined | status-refined |
| Idea | status-idea |
| Phase 1 Done | status-done |
| Effort | CSS Class |
|---|---|
| S | effort-s (green) |
| M | effort-m (cyan) |
| L | effort-l (amber) |
| XL | effort-xl (red) |
current-month classdone class (strikethrough, reduced opacity)After regenerating, report:
Do NOT commit the file — the user will commit when ready.