Temporal — оркестрация долгоживущих workflow

★ 8.5 · orchestration

workflow-orchestration-patterns is a Claude Code skill that guides the design of durable workflows with Temporal for distributed systems, microservice orchestration, and long-running business processes. It covers the fundamental separation of workflow and activity code, saga patterns, state management, and determinism constraints required to build reliable distributed transactions. Detailed pattern documentation and worked examples are stored in references/details.md. The skill targets scenarios where processes span hours to years — bookings, order fulfillment, CI/CD pipelines, entity lifecycle management, and human-in-the-loop approval flows. It also explicitly maps out when Temporal is the wrong tool, steering developers away from using it for simple CRUD operations, stateless request/response APIs, or real-time streaming workloads.