superharnesslisted
Install: claude install-skill artificemachine/superharness
## When to use which command
| User intent | Command |
|---|---|
| "what tasks are open", "show contract" | `/shux-contract` |
| "is the watcher running", "health check", "any issues" | `/shux-status` |
| "dispatch this task", "delegate <id>" | `/shux-delegate <id>` |
| "check prerequisites", "is superharness set up right" | `/shux-doctor` |
| "close task <id>", "mark done" | `/shux-close <id>` (only if status is report_ready or review_passed) |
| "what shux commands exist", "help", "usage" | `/shux-help` |
| anything else shux-related | `/shux <subcommand> [args]` |
## Rules
- After `/shux-contract`, ask which task to enqueue — never enqueue without being asked.
- Before `/shux-close`, confirm the task's status is `report_ready` or `review_passed`.
- When a problem surfaces (task stuck, discussion stalled), state what you observe, check whether auto-mode (watcher/reconciler) would resolve it, and only then propose a `/shux-*` action.