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.
Master workflow orchestration architecture with Temporal, covering fundamental design decisions, resilience patterns, and best practices for building reliable distributed systems.
Detailed pattern documentation lives in references/details.md. Read that file when the navigation tier above is insufficient.
Workflow Violations:
datetime.now() instead of workflow.now()Activity Mistakes:
Monitoring:
Scalability:
Official Documentation:
Key Principles:
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/workflow-orchestration-patterns · pinned to the source commit
git clone https://github.com/wshobson/agents.git
cd agents
git checkout d82998e7df393c671ede2387a8435075f0b633f5
mkdir -p ".claude/skills/workflow-orchestration-patterns"
cp -r "plugins/backend-development/skills/workflow-orchestration-patterns" ".claude/skills/workflow-orchestration-patterns"Review the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
Scanner static-checks@0.1.0 · commit d82998e7df39. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.