What problem does it solve?
The dashboard skill prevents your Holocron project dashboard from going stale by rebuilding its state from your current writing files, so your planning, progress, and voiceover status stay accurate.
Core Features & Use Cases
- Interactive dashboard regeneration: Refreshes the project dashboard data and inline JSON fallback used by index.html.
- Schema-validated output: Emits a data.json object that is validated against templates/dashboard/data.schema.json to avoid rendering crashes from key drift.
- Build-aware history updates: Updates dashboard-history.json snapshots and injects refreshed JSON into the five-tab dashboard surface.
- Optional deep analysis: Supports a deeper prose scan mode for extra analytics when requested.
Quick Start
Run /holocron:dashboard to regenerate data.json, refresh dashboard-history.json, and update the inline fallback in index.html.