> ## Documentation Index
> Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Research skill

> Use the research skill to gather source-backed findings for project decisions.

Use `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

```text theme={null}
/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.

## Related

| Page                               | Use it to                                  |
| ---------------------------------- | ------------------------------------------ |
| [Plan skill](/agent/skills/plan)   | Turn findings into an implementation plan. |
| [Build skill](/agent/skills/build) | Apply a chosen approach.                   |
