OTO
reference · oto draft --help at v0.6.1

oto draft

a model drafts one document's proposal (needs the draft extra)

oto draft [-h] [--project PROJECT] [--model MODEL] [--force] [--show SHOW] slug

slug the document's slug in the corpus

Options

OptionWhat it does
--project PROJECTproject root (default: current directory)
--model MODELmodel id (default: claude-opus-5)
--forceredraft over an existing proposal file
--show SHOWhow many items to list per section

Where to use it

Let a model write the first draft of one document's proposal.

oto draft total-loss-procedure --project claims

writes proposals/total-loss-procedure.json to the same rules a person follows, recording which model wrote it; needs the draft extra and an API key

As the terminal prints it
usage: oto draft [-h] [--project PROJECT] [--model MODEL] [--force] [--show SHOW] slug

positional arguments:
  slug               the document's slug in the corpus

options:
  -h, --help         show this help message and exit
  --project PROJECT  project root (default: current directory)
  --model MODEL      model id (default: claude-opus-5)
  --force            redraft over an existing proposal file
  --show SHOW        how many items to list per section