{ "name": "schedule-job", "description": "Scheduled Task Management - Create, manage, and view scheduled tasks for users (supports cron recurring tasks and one-time tasks)", "hooks": { "PrePrompt": [ { "type": "command", "command": "python scripts/schedule_manager.py list --format brief" } ] }, "category": "Task Scheduling" }