Check status of all active Servi workers
Polls all worktrees to display Servus worker status and progress.
npx claudepluginhub objectiveous/dots-claude-pluginsPolls all worktrees for .servus-status.json to show Servus worker states.
Usage: /dots-dev:servus-check
git rev-parse --show-toplevelgit worktree listCheck the status of all Servi by reading .servus-status.json from each worktree.
Steps:
Get list of worktrees from git worktree list
For each worktree (excluding main repo):
.servus-status.json existsFormat output as a status dashboard:
=== SERVUS STATUS ===
✓ task/dots-d82.2.2 [working] - Implementing SessionRegistry (2 min ago)
⏳ task/dots-d82.2.3 [started] - Received mission briefing (5 min ago)
⚠️ feature/xyz [waiting_input] - Need clarification on API design (10 min ago)
Total: 3 active Servi
Status icons:
✓ = working⏳ = started (not yet working)⚠️ = waiting_input or blocked✅ = done❓ = no status file (unknown)Show time since last update in human-readable format (X min ago, X hours ago)
If no worktrees have status files, show "No active Servi found."