Problem
/project:status outputs a text dashboard in the terminal. For team leads managing multiple developers and services, a visual dashboard would be more useful.
Proposed solution
A lightweight web dashboard (could be a Next.js app or even a static HTML page) that:
- Reads
manifest.yaml, phases/*.md, and services/*/specs/
- Displays:
- Phase progress timeline (which phases are complete, in progress, pending)
- Service grid (status, spec status, build status, owner, last updated)
- Dependency graph visualization (mermaid or D3)
- Approval status and audit trail
- Link to each SPEC.md and BUILD-REPORT.md
- Auto-refreshes when files change (file watcher)
Could be a simple npx agent-architect-dashboard command that serves a local page.
Problem
/project:statusoutputs a text dashboard in the terminal. For team leads managing multiple developers and services, a visual dashboard would be more useful.Proposed solution
A lightweight web dashboard (could be a Next.js app or even a static HTML page) that:
manifest.yaml,phases/*.md, andservices/*/specs/Could be a simple
npx agent-architect-dashboardcommand that serves a local page.