Report Servus status to the UI
Reports a Servus worker's status to the Dots UI. Use this to update bead status as `pending`, `working`, `blocked`, or `done` for tracking in the Vibing, Escalation, and Beads sections.
/plugin marketplace add objectiveous/dots-claude-plugins/plugin install dots@dots-claude-pluginsReports a Servus worker's status to the Dots UI.
Usage: /dots:vibe-status <bead-id> <status> [reason]
| Status | Description | UI Category |
|---|---|---|
pending | Servus created but not yet working | Beads |
working | Actively working on the bead | Vibing |
blocked | Blocked and needs help | Escalation |
done | Completed the work | (hidden) |
report_status(bead_id, status, reason) MCP tool with:
bead_id: The bead IDstatus: One of pending, working, blocked, donereason: Optional reason (required for blocked status)# Mark a vibe as working
/dots:vibe-status dots-d82.3 working
# Mark a vibe as blocked with a reason
/dots:vibe-status dots-d82.3 blocked "Need API credentials"
# Mark a vibe as done
/dots:vibe-status dots-d82.3 done
This command is primarily used by Servi to report their status back to the Dominus. The Dots UI will automatically update to reflect the new status:
working vibesblocked vibesdone