09.03.10 — Run skills#
Surface the choices to make before a local dispatch, compose the command, and hand it back. The skill never launches the run itself.
Listing (potentially non-exhaustive)#
| Skill | Target |
|---|---|
propose-visual-review | Offer headed (--not-headless) vs headless (CI-shaped) before a run, then compose the command |
propose-visual-review#
input : an upcoming local run
output : the headed vs headless choice:
- --not-headless: watch the browser, useful when debugging a flaky flow
- headless (CI-shaped): faster, matches what CI does
+ the trade-off and what to watch for during a headed run
+ the composed command, handed back for the user to launchRole#
- Surface the pre-run choice; explain the trade-off.
- Compose the command.
- Don’t launch it — the user runs it.