From consultant
Launch multiple AI agents in parallel for comprehensive research coverage
How this skill is triggered — by the user, by Claude, or both
Slash command
/consultant:researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch multiple agents simultaneously for comprehensive research coverage.
Launch multiple agents simultaneously for comprehensive research coverage.
/consultant:research quick What are the best testing frameworks for React?
/consultant:research standard How do modern authentication systems work?
/consultant:research extensive Deep dive into microservices architecture patterns
/consultant:research What is the current state of WebAssembly? (defaults to standard)
| Intensity | Agents | Best For |
|---|---|---|
| quick | 5 (1 of each) | Simple queries, fast answers |
| standard | 15 (3 of each) | Comprehensive coverage |
| extensive | 40 (8 of each) | Deep-dive, exhaustive reports |
perplexity-researcher: Citations, current dataclaude-researcher: Built-in WebSearch, detailed analysiscodex-researcher: GPT-5 with high reasoninggemini-researcher: Multi-perspective synthesisgrok-researcher: Alternative LLM perspectiveParse $ARGUMENTS to extract:
quick, standard, or extensive (default: standard)Launch agents using multiple Task tool calls in ONE message.
IMPORTANT: All agents MUST be launched in a single message with multiple parallel Task tool calls.
After agents complete, synthesize results:
npx claudepluginhub tinetti/claude-plugins --plugin consultantGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.