---
description: Add an automation workflow (schedule / event trigger) to svamp
allowed-tools: Bash(svamp workflow add:*), Bash(svamp workflow:*)
---
Turn the request below into a svamp workflow. First check the syntax with
`svamp workflow guide` if unsure, then create it with `svamp workflow add`, choosing the
right trigger (`--on schedule --cron "…"`, `--on dispatch`, or `--on idle`) and the
`--run "<command>"` step(s) from the description. Those three are the only wired
triggers — there is no channel or issue trigger.

For a schedule, pass `--tz <IANA zone>` (e.g. `--tz UTC`) unless the request clearly means the
daemon host's own clock. A cron with no `--tz` is evaluated in **host-local wall-clock time**, not
UTC — so it fires at a different absolute time on each machine and shifts with that host's DST.

Request: $ARGUMENTS

After creating it, reply with one line: the workflow name + its trigger.
