Research patterns and best practices for a feature
/plugin marketplace add akaszubski/autonomous-dev/plugin install autonomous-dev@autonomous-devFeature description (e.g., "JWT authentication patterns")Invoke the researcher agent to find patterns, best practices, and security considerations for a feature.
Invoke the researcher agent with the user's feature description.
ARGUMENTS: {{ARGUMENTS}}
Use the Task tool to invoke the researcher agent with subagent_type="researcher" and provide the feature description from ARGUMENTS.
You describe a feature or technology. The researcher agent will:
Time: 2-5 minutes (vs 20-30 min full pipeline)
/research JWT authentication patterns
/research rate limiting with Redis and sliding window
/research full-text search with PostgreSQL vs Elasticsearch
The researcher provides:
Use /research when you need:
After research, you can:
/plan <feature> to design approach/auto-implement <feature> if you want everything done| Command | Time | What It Does |
|---|---|---|
/research | 2-5 min | Research only (this command) |
/plan | 3-5 min | Research + planning |
/auto-implement | 20-30 min | Full pipeline (research → plan → test → implement → review → security → docs) |
This command invokes the researcher agent with:
Part of: Individual agent commands (GitHub #44)
Related: /plan, /auto-implement
/researchLightweight router for intelligent codebase exploration via researcher agent