workflow-orchestration-patterns
workflow orchestration patterns
What it does
- Multi-step processes spanning machines/services/databases
- Distributed transactions requiring all-or-nothing semantics
- Long-running workflows (hours to years) with automatic state persistence
- Failure recovery that must resume from last successful step
- Business processes: bookings, orders, campaigns, approvals
- Entity lifecycle management: inventory tracking, account management, cart workflows
- Infrastructure automation: CI/CD pipelines, provisioning, deployments
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
workflow-orchestration-patterns FAQ
What does the workflow-orchestration-patterns skill do?
Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration. Multi-step processes spanning machines/services/databases Distributed transactions requiring all-or-nothing semantics
How do I install workflow-orchestration-patterns?
Run: npx -y skills add https://github.com/wshobson/agents --skill workflow-orchestration-patterns --agent claude-code — the source lives at github.com/wshobson/agents.
Maintain workflow-orchestration-patterns?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/wshobson-agents-workflow-orchestration-patterns?ref=badge) npx agentictools info skills/wshobson-agents-workflow-orchestration-patterns The second line is the CLI lookup for this page — handy in READMEs and docs.