The dashboard provides live, project-wide visibility into work packages, lanes, and agent activity. It launches during spec-kitty init and can be opened anytime.
spec-kitty dashboard
# or
/spec-kitty.dashboard
If the dashboard isn’t already running, Spec Kitty starts it in the background and opens a browser tab.
Spec Kitty records the active dashboard URL in .kittify/.dashboard. If the browser doesn’t open automatically, copy the URL from that file.
The kanban board mirrors the lane workflow (planned -> doing -> for_review -> done).

The overview summarizes feature progress, artifacts, and worktrees.

If you need a specific port, pass --port:
spec-kitty dashboard --port 8080
If the port is taken, Spec Kitty finds the next available port.
spec-kitty dashboard --kill
This stops the background process and clears the .kittify/.dashboard metadata.
spec-kitty init starts the dashboard automatically for each project. You can re-run spec-kitty init . if the dashboard metadata is missing or stale.
/spec-kitty.dashboard