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)#

SkillTarget
propose-visual-reviewOffer 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 launch

Role#

  • Surface the pre-run choice; explain the trade-off.
  • Compose the command.
  • Don’t launch it — the user runs it.