Check current ultrawork session status
Checks current ultrawork session status showing phase, tasks, and evidence.
/plugin marketplace add mnthe/hardworker-marketplace/plugin install ultrawork@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:
"${CLAUDE_PLUGIN_ROOT}/scripts/ultrawork-status.sh" --session {SESSION_ID}
Or list all sessions:
"${CLAUDE_PLUGIN_ROOT}/scripts/ultrawork-status.sh" --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