Skip to main content
Use research when a task needs evidence before planning, building, or choosing an approach.

When to use it

Use research forUse another skill for
Comparing implementation optionsDirect code edits
Reading source-backed external docsFixing a failing route
Auditing current project behaviorShipping a release

What to provide

InputExample
QuestionCompare the current auth flow with the product requirements.
SourcesUse project files and official provider docs.
OutputSummarize findings, gaps, and recommended next steps.
BoundariesDo not edit files during research.

Example request

/research Compare the current auth flow with the product requirements.
Use project files and official provider docs.
Return findings, gaps, and recommended next steps.
Do not edit files.

Expected output

Agent returns source-backed findings with clear evidence and recommendations.
PageUse it to
Plan skillTurn findings into an implementation plan.
Build skillApply a chosen approach.