| name | schedule |
| description | Scheduled task management โ list, create, deploy, disable scheduled jobs. Manages infra/channels/_scheduled.yaml. Generates platform-native service definitions (launchd/systemd/cron) and deploys to remotes. Trigger: "/schedule", "schedule", "scheduled tasks", "cron job", "schedule deploy", "schedule list". |
| metadata | {"scope":"core"} |
Schedule
Manage scheduled tasks in infra/channels/_scheduled.yaml.
Read the referenced file ONLY when triggered.
Arguments
| Argument | Effect | Default |
|---|
list or (none) | List scheduled tasks | โ |
create | Create new scheduled task | โ |
deploy {name} | Deploy to remote | โ |
disable {name} | Disable task | โ |
status | Show run status | โ |
Decision Tree
User wants to...
โโโ List scheduled tasks โ Read references/workflow.md (ยง List)
โโโ Create new task โ Read references/workflow.md (ยง Create)
โโโ Deploy to remote โ Read references/workflow.md (ยง Deploy)
โโโ Disable a task โ Read references/workflow.md (ยง Disable)
โโโ Check status โ Read references/workflow.md (ยง Status)
โโโ Questions about scheduling โ Answer from this file