<!-- Canonical page: https://docs.radforge.dev/reference/cli/plan/ -->

# rad plan

<!-- GENERATED FILE. Run npm run generate in documentation/. Do not edit by hand. -->

```text
Usage: rad plan --target <path> [options]

Write a mutation plan for one source file without running it.

Options:
  --target <path>         Source file to plan.
  --repo-root <path>      Repository root. Defaults to the current working directory.
  --budget <count>        Limit mutation candidates in the generated plan.
  --allow-broad-tests     Allow a broad test set when narrow selection fails.
  --json                  Render JSON output.
```
