What problem does it solve? Automating recurring AI assistant work normally requires manual repetition or external cron tooling. This Skill lets you define one-time and recurring tasks as JSON files with stored prompts, then runs them unattended through a persistent background scheduler service. ## Core Features & Use Cases - Task CRUD Operations: Create, list, update, pause, resume, delete, and immediately run scheduled tasks via a PowerShell task manager CLI. - Flexible Scheduling: Supports cron expressions, one-time ISO 8601 datetimes, and friendly aliases like "daily at 9am" or "weekly on monday". - Execution Logging & Error Handling: Per-task and service logs track every run, with automatic pausing after 3 consecutive errors and configurable timeouts. - Use Case: Schedule a weekly status report by creating a task with the prompt "Generate the program 300 weekly status report" set to run every Monday at 9 AM, then review its output in the task logs. ## Quick Start Ask your agent to create a recurring task that runs a specific prompt every weekday morning, then confirm the schedule and start the scheduler service.