Check current ultrawork session status
Checks current ultrawork session status and displays phase, progress, and blockers.
/plugin marketplace add mnthe/hardworker-marketplace/plugin install ultrawork-js@hardworker-marketplace[--all] [--help]The session_id is provided by the hook via systemMessage as CLAUDE_SESSION_ID.
You MUST pass it to the script via --session flag.
Execute the status script with --session:
node "${CLAUDE_PLUGIN_ROOT}/src/scripts/ultrawork-status.js" --session {SESSION_ID}
Or list all sessions:
node "${CLAUDE_PLUGIN_ROOT}/src/scripts/ultrawork-status.js" --all
If additional context is needed, read the session file from the output path.
Interpret the session data and provide:
Example output:
# Ultrawork Status
**Session:** abc123
**Goal:** Implement user auth
**Phase:** EXECUTION
**Exploration:** complete
## Tasks
| ID | Task | Status |
|----|------|--------|
| 1 | Setup schema | ✓ completed |
| 2 | Build API | → in_progress |
| verify | Verification | ⏳ pending |
## Evidence
- 3 test outputs collected
- 2 file changes recorded