workflow-orchestration
Installation
SKILL.md
Workflow Orchestration
State file: ~/.openclaw/skill-state/workflow-orchestration/state.yaml
A workflow is a named sequence of skill invocations with optional conditions. Define it once, run it reliably every time.
When to Use
- A recurring task always follows the same skill sequence (e.g. review → plan → execute → verify)
- A multi-step process needs to resume if interrupted
- You want conditional branching: "if step 2 fails, run skill X instead"