Dashboard view showing repository info, open sprint progress, worktrees, and agent-managed PRs.
Display a dashboard view of the current project state. Combines data from the local configuration, GitHub milestones, pull requests, worktrees, and run state into a single overview.
Usage
locusstatus
Dashboard Sections
Repository Info
Shows the GitHub repository (owner/repo), configured AI provider and model, and the base branch.
Sprint Progress
Shows all open sprints (GitHub Milestones). For each sprint, displays:
Sprint name and completion count (e.g., "3 of 7 done")
Due date (if set)
A progress bar
Issue breakdown by status: in-progress, queued, failed, done
If no open sprints exist, displays "no open sprints".
Active Run
If a run is in progress (from locus run), shows:
Run type (sprint or parallel) and run ID
Task counts: done, running, pending, failed
Active Worktrees
Lists any active git worktrees created by Locus for parallel issue execution, showing the issue number and branch name.
Agent PRs
Lists up to 5 open pull requests with the agent:managed label, showing PR number, title, and state. If more than 5 exist, a count of additional PRs is shown.