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

# The /rove skill

> How the autopilot maps an app.

`/rove` is how you point the autopilot at an app inside Claude Code. Claude Code *is* the autopilot, there's no separate AI to set up.

## What it does

<Steps>
  <Step title="Checks your phone">
    Confirms the phone is connected (and runs setup if needed).
  </Step>

  <Step title="Opens the app and explores">
    It looks at each screen, decides where to tap next, and moves through the app like a real person, capturing and naming each screen as it goes.
  </Step>

  <Step title="Builds the Atlas">
    It writes the map (`journeys.json`), then builds `atlas.html` with a video per flow.
  </Step>
</Steps>

## Steering it

Tell it what to map in plain English:

```
/rove   map this app, sign-up, the main thing it does, and settings
```

The more specific you are about the journeys you care about, the better the map.

## Good to know

* It taps things by their on-screen label when it can, so the map survives small layout changes.
* It stays safe: it won't log out, delete data, or buy anything.
* Prefer to drive yourself? You can tap through the app by hand and have Roveflow capture each screen instead, same Atlas at the end.
