research when a task needs evidence before planning, building, or choosing an approach.
When to use it
Use research for | Use another skill for |
|---|---|
| Comparing implementation options | Direct code edits |
| Reading source-backed external docs | Fixing a failing route |
| Auditing current project behavior | Shipping a release |
What to provide
| Input | Example |
|---|---|
| Question | Compare the current auth flow with the product requirements. |
| Sources | Use project files and official provider docs. |
| Output | Summarize findings, gaps, and recommended next steps. |
| Boundaries | Do not edit files during research. |
Example request
Expected output
Agent returns source-backed findings with clear evidence and recommendations.Related
| Page | Use it to |
|---|---|
| Plan skill | Turn findings into an implementation plan. |
| Build skill | Apply a chosen approach. |