dashboard-intelligencelisted
Install: claude install-skill Kemetra/Seshat-BI
# dashboard-intelligence
The **coordinator** for the governed dashboard-intelligence journey (spec 123, US2).
Seshat already ships strong, individually-governed dashboard components; today a user
must wire them by hand and can reach visual implementation without a committed report
purpose. This skill turns that set of skills into ONE coherent, fail-closed sequence:
given an **approved Report Intent** (US1), approved metric contracts, and a ready
semantic model, it sequences the shipped capabilities in the correct order to produce
a reviewable dashboard design, and STOPS at the human blueprint-review seam.
You (the agent reading this) ARE the runtime. This skill is procedure, not an engine:
there is no daemon, no scheduler, no persisted counter. The self-heal loop below is
something YOU perform in-context, exactly like `retail-orchestrate`.
## Scope + non-negotiables (read first)
- **Compose, never fork (FR-008/FR-011).** Reuse the shipped capabilities as they
are. Do NOT re-implement gap detection, planning, or design, and do NOT introduce a
broad new CLI family to wrap them. The one small helper this skill leans on --
`src/seshat/dashboard_coordinator.py` -- is a READ-ONLY state inspector, not a new
verb; it decides the next allowed action and names any blocker.
- **The hard gate is `semantic_model_ready: pass` (FR-010).** Never design a
data-bound visual before it. `warning` / `blocked` / `not_started` all FAIL the
gate. The coordinator reads the gate; it ne