orchestrator-integration
Installation
SKILL.md
Orchestrator integration
Purpose
durable-work defines what durable work is. Something still has to wake up and move it
forward — on a schedule, after a failure, or when a user approval finally arrives. That
something is an orchestrator, and there is more than one candidate. This skill decides which
one is in charge and keeps them from colliding.
When to use / when NOT to use
- Use when setting up recurring or background outbound work, and when a machine has more than one orchestration runtime available.
- Use before enabling anything unattended, to establish what may run with no human present.
- Do NOT use for interactive work. A user at a keyboard is the orchestrator, and this skill adds nothing.
- Do NOT treat this pack as requiring any particular runtime. The workspace format is the interop layer; the runtime is swappable, and that is the point.