A two-layer task system with reusable templates and a prioritized work queue. Define recurring tasks once, then run them on demand.
None. Works immediately.
| You say... | What happens |
|---|---|
| “Create a task template for weekly status reports” | Saves a reusable task definition |
| “Run my weekly report task” | Executes a saved template |
| “What's in my task queue?” | Shows prioritized work items |
| “Add 'review PR #42' to my queue as high priority” | Adds a work item |
| “Mark the deployment task as done” | Updates task status |