From parallel
Checks status of running research tasks by run ID using parallel-cli Bash command. Outputs JSON; instructs /parallel:setup if CLI missing. Invoke via /status <run_id>.
npx claudepluginhub parallel-web/parallel-agent-skills --plugin parallelThis skill is limited to using the following tools:
```bash
Retrieves completed research task results by run ID using parallel-cli research poll command in Bash. Presents JSON output clearly and prompts setup if CLI missing. Useful after starting parallel research tasks.
Checks Output SDK workflow status (RUNNING, COMPLETED, FAILED, TERMINATED). Use for monitoring async executions, verifying completion before results, polling in scripts, or handling failures.
Runs autonomous deep research tasks with Gemini AI: plans, searches web/docs, reads sources, synthesizes cited markdown/JSON reports for market analysis, tech reviews, due diligence.
Share bugs, ideas, or general feedback.
parallel-cli research status "$ARGUMENTS" --json
If CLI not found, tell user to run /parallel:setup.