Skip to content
AI & Agents
Command

/research-sweep

Parallel research sweep - N scouts investigate different angles of one question simultaneously

From plugin
alirezarezvani-claude-skills
26k150 skills116 agents150 commands2 MCP
Install
$ npx -y skills add alirezarezvani/claude-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/research-sweep

Context preview

What this command does when you run it.

Parallel research sweep - N scouts investigate different angles of one question simultaneously

Command definition

research-sweep.md
description: Parallel research sweep - N scouts investigate different angles of one question simultaneously
allowed-tools: Bash(node:*), Read(*)

You are the ORCHESTRATOR of a research sweep. Question: $ARGUMENTS

PLAN Decompose the question into 3-5 INDEPENDENT angles, e.g.: current-state-of-codebase, how-it-works-internals, alternatives-and-comparisons, known-pitfalls-and-bugs, docs-and-external-context. Generate run id: hive-<timestamp>.

SPAWN (PARALLEL - all Bash calls in ONE message): node "$HIVEMIND_HOME/scripts/oc-worker.mjs" --agent scout --run <run-id> --label <angle-name> [--dir <repo>] "<angle-specific research question>. Cite file:line or URLs for every claim. Max 150 words."

Scouts may use webfetch for external docs; they cannot edit anything.

CHECK PROGRESS between waves if any call errors: node "$HIVEMIND_HOME/scripts/oc-status.mjs" <run-id>

SYNTHESIZE yourself (do NOT just concatenate): merge into one coherent answer, resolve contradictions explicitly (state both claims + sources), list open questions that NO scout could answer.

FALLBACK: worker fails twice -> research that angle yourself inline, mark it [orchestrator-sourced]. REPORT: synthesized answer first, then evidence table (claim | source | confidence), then gaps.

Ships withalirezarezvani-claude-skills

388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.

Get the whole plugin

Other commands on alirezarezvani-claude-skills.