Skip to content

The Workspace dashboard

Dashboard overview

This page focuses on what the dashboard shows in a workspace. For the overview (execution kanban, metrics, docs, config), see The Dashboard.

In a separate terminal, in the workspace folder, run:

npx n45-ai@latest status

This brings up a visual dashboard in your browser with a consolidated view of every member. It refreshes on its own as execution moves along.

What you see

  • Overview — the workspace's members, aggregated indicators and the active feature.
  • Features — the list of workspace features; the active one stands out with its status (wip, validate).
  • Feature (hub) — opening a feature gives you a hub with Board, Timeline and Metrics tabs:
    • Board — a unified kanban with the tasks of all members, each card marked with the owning member. You filter by member. Since each member has its own phases, the board shows each member's real roadmap — not a forced sequence across repositories.
    • Timeline — the members' activity in chronological order.
    • Metrics — the feature's rolled-up metrics across the services.
  • Config — the workspace settings (protected branches, branch prefixes, minimum coverage).

Details that help you read the state

  • The Done column is ordered by the most recently finished task — freshly completed work rises to the top.
  • A feature ready for validation shows a validate badge (not just wip).
  • On each member's dashboard (Project), features that came from a workspace carry a workspace badge, so you can spot the origin.

Feature docs

The coordination artifacts — Discovery, Spec, Contract, Manifest — open right from the feature hub, rendered. That's where you re-read the CONTRACT and the per-member screens anytime.

See also