pome scenarios lists the curated scenario catalog shipped with the CLI. Use it to
discover runnable scenarios per twin and copy them into your project for editing.
The catalog is the source of truth for pome scenarios and the /pome-test skill.
Per-twin scenario descriptions live on each twin reference page.
Usage
Arguments
| Argument | Required | Description |
|---|---|---|
[twin] | No | Twin id (github, stripe, or slack). Omit to list available twins. |
Options
| Flag | Default | Description |
|---|---|---|
--copy | off | Copy the twin’s runnable scenarios into the local project. |
--dest <dir> | ./scenarios/ | With --copy, write into this directory instead of ./scenarios/. |
--force | off | With --copy, overwrite existing files in the destination. |
Behavior
- No args — prints available twins and one-line descriptions.
<twin>— lists runnable scenarios for that twin. Reference-only seed files (e.g.00-default-seed.md) are skipped.--copy— writes the same runnable files into./scenarios/(or--dest). Existing files are preserved unless--forceis set.
Examples
Related
After copying, run a scenario withpome run: