researcherlisted
Install: claude install-skill createusernam/setup_project
# /researcher — Multi-Agent Research Flow
General-purpose research skill. Multiple agents explore in parallel, reach consensus, synthesize.
General-purpose across domains — market research, technical feasibility, competitive analysis, user behavior, domain knowledge, any open question. Domain-specific applications extend it via `--mode custom` rather than a dedicated mode.
**Cost posture**: free-first by default. Retrieval ladder starts with local/no-API-key tools; paid APIs only on explicit user request. Research cache with TTL avoids repeat searches. Bounded swarm size — many agents are for context-hygiene and broad sampling, not quality-through-quantity.
## Usage
```
/researcher [--mode market|technical|user|domain|custom]
[--question "research question"]
[--angles "angle1, angle2, angle3"]
[--context "relevant background"]
[--baseline <path>] # additive mode: research EXTENDS an existing doc
```
**Mode descriptions:**
| Mode | Purpose | Worker types |
|---|---|---|
| `market` | Market landscape, sizing, competitors | domain + competitive |
| `technical` | Technical feasibility, tools, approaches | technical |
| `user` | User behavior, pain points, workarounds | user-behavior |
| `domain` | Domain knowledge, concepts, terminology | domain |
| `custom` | Free-form: user specifies angles and worker types explicitly | as specified in `--angles` |
Without args: orchestrator decomposes the question automatically, infers