long-task-coordinator

Installation
SKILL.md

Long Task Coordinator

Keep long-running work recoverable, stateful, and honest.

When to Use This Skill

Use this skill when the work:

  • Spans multiple turns or multiple sessions
  • Involves handoffs to workers, subagents, or background jobs
  • Needs explicit waiting states instead of "still looking" updates
  • Must survive interruption and resume from a durable state file

Skip this skill for small, single-turn tasks. Use planning-with-files when simple planning is enough and recovery logic is not the main concern.

Related Skills

  • planning-with-files keeps multi-step work organized in files.
  • workflow-orchestrator chains follow-up skills after milestones.
  • long-task-coordinator makes long-running work resumable, auditable, and safe to hand off.
Installs
586
GitHub Stars
65
First Seen
Mar 13, 2026
long-task-coordinator — charon-fan/agent-playbook