workflow-orchestration-patterns

workflow orchestration patterns

wshobson ↓ 9.4k
Claude Code
View source ↗

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

Source

Repository: https://github.com/wshobson/agents

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.

workflow-orchestration-patterns on getagentictools
[![workflow-orchestration-patterns on getagentictools](https://getagentictools.com/badge/skills/wshobson-agents-workflow-orchestration-patterns.svg)](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.