Recurring work without recurring effort
Dispatch supports scheduled tasks — recurring jobs that fire on a cron-like schedule. Set once, run forever. The natural fit: daily summaries, weekly reports, end-of-month checklists, anything you'd otherwise build a script and a launchd plist for.
Schedule shape: cron expression + task definition + output destination. The task runs against your designated working folder with the same security policy as ad-hoc Dispatch tasks. Output lands wherever the task says — usually a date-stamped file in /output/.
Practical rhythms: daily at 8am for "summarize yesterday's emails / commits / tickets," Friday at 5pm for "weekly progress report," 1st of month for "billing reconciliation." The mobile push notification becomes your reminder that the work is ready, not a request to do it.