Task Runner

Persistent task queue system. Users add tasks at any time via natural language; tasks are stored in a single persistent queue file and executed asynchronously via subagents. A heartbeat/cron dispatcher wakes periodically to check pending tasks, spawn workers, and report completions. The system never "finishes" — it always remains ready for the next task.

modbender Updated 12 repo stars

File contents

modbender/skill-library-mcp/tree/main/data/autonomous-task-runner commit f0723da8e6

Frequently asked questions

npx skillmds@latest add modbender/task-runner-2