AI AGENT ADDONS

Long Task Coordinator

charon-fan/agent-playbook

Some tasks take many steps or happen over a long time. They might need to pause and start again later. The long task coordinator helps keep track of everything. It uses a durable state file to remember what has been done and what comes next.

If a task is interrupted, the coordinator can recover from the saved state. It checks if the work is still valid and then continues. This makes long running work safe and reliable.

Use this coordinator for tasks that span multiple turns or involve other agents. It separates recovery from the actual work. This keeps things clear and honest.

Add Long Task Coordinator skill to your workflow

Global

mkdir -p ~/.claude/skills/long-task-coordinator

Project

mkdir -p .claude/skills/long-task-coordinator

Source Repository

Stars
62
Forks
10
Watchers
62
Last Push
1 month ago
Created
7 months ago