概要
This skill provides expert architectural guidance for building durable, distributed systems using the Temporal orchestration engine. It helps developers navigate the critical distinction between deterministic orchestration logic (Workflows) and non-deterministic external interactions (Activities), while providing implementation patterns for complex scenarios like the Saga pattern for distributed transactions and human-in-the-loop callbacks. By following these patterns, you can ensure that your long-running processes are automatically recoverable, scalable, and maintainable across microservice boundaries.