关于
This skill equips Claude with the architectural framework needed to design and implement resilient distributed systems. It focuses on the core principles of durable execution, specifically the critical separation between deterministic orchestration logic (Workflows) and non-deterministic side effects (Activities). Users can leverage this skill to implement complex Saga patterns for distributed transactions, manage long-running entity lifecycles, and ensure system reliability through robust retry policies and idempotency. It is particularly useful for developers building microservices that require high consistency, automatic state persistence, and graceful failure recovery.