| 1 | # Scheduled Tasks Skill DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own the workflow for managing Agent Zero scheduled, planned, and adhoc tasks. |
| 6 | - Keep scheduler tool usage and date/time guidance accurate. |
| 7 | |
| 8 | ## Ownership |
| 9 | |
| 10 | - `SKILL.md` owns scheduler action descriptions, schedule field guidance, safety rules, and examples. |
| 11 | |
| 12 | ## Local Contracts |
| 13 | |
| 14 | - Inspect existing tasks before create, update, delete, or run operations. |
| 15 | - Use cron-like `schedule` fields for recurring tasks and ISO datetimes in `plan` for planned tasks. |
| 16 | - Do not create recursive scheduling prompts or run scheduled tasks unless the user asks. |
| 17 | |
| 18 | ## Work Guidance |
| 19 | |
| 20 | - Update this skill when scheduler tool actions, field names, or timezone behavior changes. |
| 21 | - Keep examples valid JSON tool arguments. |
| 22 | |
| 23 | ## Verification |
| 24 | |
| 25 | - Manually read `SKILL.md` for stale scheduler action names and date guidance. |
| 26 | |
| 27 | ## Child DOX Index |
| 28 | |
| 29 | No child DOX files. |