Skip to content

Web dashboard for project status and phase visualization #6

@nakurian

Description

@nakurian

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:

  1. Reads manifest.yaml, phases/*.md, and services/*/specs/
  2. 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
  3. Auto-refreshes when files change (file watcher)

Could be a simple npx agent-architect-dashboard command that serves a local page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions