From parallel
Checks the status of a running parallel-cli research task by run ID. Useful for monitoring long-running research jobs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/parallel:status <run_id><run_id>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
parallel-cli research status "$ARGUMENTS" --json
If CLI not found, tell user to run /parallel:parallel-cli-setup.
npx claudepluginhub parallel-web/parallel-agent-skills --plugin parallelPolls a parallel research task for its result using a run ID. Useful for retrieving completed async research outputs as structured JSON.
Deprecated stub that redirects to /research --parallel for parallel multi-scout research. Use /research --parallel instead.
Checks Output SDK workflow status (RUNNING, COMPLETED, FAILED, TERMINATED). Use for monitoring async executions, verifying completion before results, polling in scripts, or handling failures.