visual-dashboard
Visual Dashboard
Section titled “Visual Dashboard”HARD GATE — HARD GATE — Dashboards are read-only. Do NOT use visualization to make decisions without consulting the source data. ‘The chart looks better’ is not a decision.
Browser-based visual companion for bigpowers. Visualizes architecture, plans, and status.
HTTP cockpit (YAML SoT)
Section titled “HTTP cockpit (YAML SoT)”Start the server:
bash visual-dashboard/scripts/start-server.shEndpoints:
| Route | Purpose |
|---|---|
GET /api/status?projectDir=<abs> |
JSON: state, release, epics[], planning_status, active_epic |
GET /cockpit.html?projectDir=<abs> |
Read-only PM view (planning left, epics right) |
GET / |
Agent-pushed HTML screens (legacy, unchanged) |
Example:
curl -s "http://127.0.0.1:PORT/api/status?projectDir=$PWD" | jq .release.versionImplementation: visual-dashboard/scripts/read-specs-status.cjs + server.cjs.
Opencode Progress Panel
Section titled “Opencode Progress Panel”Projects using bigpowers in opencode can read specs/state.yaml, specs/release-plan.yaml, and active specs/epics/*.yaml directly (no checkbox ### WS1 markdown).
Required YAML keys:
- state.yaml —
active_flow,active_epic_id,git,handoff,epic_cycle - release-plan.yaml —
release.version,epics[]withid,title,wsjf,file - execution-status.yaml —
development_statusmap (story/epic →done|pending) - planning-status.yaml — discover workflows and
status: done|pending
Agent screens (optional)
Section titled “Agent screens (optional)”Push HTML to the dashboard session dir for rich diagrams. See start-server.sh for CONTENT_DIR.