What problem does it solve?
Check and execute deferred actions from a timestamped queue. Use when user says
"check deferred", "scheduled tasks", "queued actions", or at session start to
process overdue work. Supports check (execute due actions), add (schedule new),
and list (show pending with countdown). Supports one-time and recurring actions
(daily, weekly, monthly, or custom cron-like intervals). Parses docs/deferred-actions.md.
Do NOT use for immediate task execution or todo list management.
Core Features & Use Cases
- Reads and processes a timestamped action queue from docs/deferred-actions.md
- Supports three commands: /deferred check, /deferred add, /deferred list
- Handles one-time and recurring actions; advances due dates and status; supports recur-until
Quick Start
Ask the assistant to run the deferred check to process due actions now.