Add cross-skill dashboard / status command #5

Closed
opened 2026-04-24 02:55:40 +00:00 by frank · 1 comment
Owner

Summary

Unified 'status' command showing scope lock, pricing version, security score, launch readiness %, sprint velocity, tech debt count, integration risk � all in one view.

Why

Each skill has its own 'show' command but no unified view. Solo devs need a 'where am I across everything' answer in 10 seconds. This is the orchestrator's killer feature that no competitor has.

Implementation

  • Read all sidecar files for a given slug
  • Compute summary stats from each
  • Render as compact terminal table or markdown
  • Add 'render' variant that writes PROJECT_STATUS.md
  • Color-code areas needing attention

Effort

Medium (1-3 days)

## Summary Unified 'status' command showing scope lock, pricing version, security score, launch readiness %, sprint velocity, tech debt count, integration risk � all in one view. ## Why Each skill has its own 'show' command but no unified view. Solo devs need a 'where am I across everything' answer in 10 seconds. This is the orchestrator's killer feature that no competitor has. ## Implementation - Read all sidecar files for a given slug - Compute summary stats from each - Render as compact terminal table or markdown - Add 'render' variant that writes PROJECT_STATUS.md - Color-code areas needing attention ## Effort Medium (1-3 days)
frank closed this issue 2026-04-24 17:03:53 +00:00
Author
Owner

Implemented in 6c2d4e9. dashboard.py status <slug> shows terminal dashboard. dashboard.py render <slug> writes PROJECT_STATUS.md + a self-contained dark-themed HTML dashboard that auto-opens in the browser. Reads all sidecar files with OK/WARN/CRIT/-- status per skill.

Implemented in 6c2d4e9. `dashboard.py status <slug>` shows terminal dashboard. `dashboard.py render <slug>` writes PROJECT_STATUS.md + a self-contained dark-themed HTML dashboard that auto-opens in the browser. Reads all sidecar files with OK/WARN/CRIT/-- status per skill.
Sign in to join this conversation.
No description provided.