workspace-dashboard
Workspace Dashboard
Generate a self-contained HTML dashboard that visualizes the entire insight-wave workspace configuration — installed plugins, themes, MCP servers, markets, hooks, and health — into a single browsable page. The dashboard opens in the user's browser and supports drill-down into every section.
Core Concept
cogni-workspace is the foundation that every other plugin reads from. Plugins arrive via the marketplace, themes shape every visual output, MCP servers power rendering and browser automation, market catalogs drive bilingual research, and hooks run quietly in the background on every session. This information is scattered across .workspace-config.json, references/*.json, and per-plugin plugin.json files — useful but invisible.
The dashboard turns that scattered state into a single visual overview. It is complementary to workspace-status:
workspace-statusanswers "is anything broken?" — text-based, OK/WARNING/CRITICAL flags, designed for diagnosis.workspace-dashboardanswers "what is configured?" — visual, rich, designed for exploration.
Both are read-only. Neither modifies workspace state.