Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill saga-orchestration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Saga Orchestration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-saga-orchestration)More formats (shields.io, HTML) on the badges page.
---
version: 4.1.0-fractal
name: saga-orchestration
description: Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows.
---
# Saga Orchestration
Patterns for managing distributed transactions and long-running business processes.
## Do not use this skill when
- The task is unrelated to saga orchestration
- You need a different domain or tool outside this scope
## Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open `resources/implementation-playbook.md`.
## Use this skill when
- Coordinating multi-service transactions
- Implementing compensating transactions
- Managing long-running business workflows
- Handling failures in distributed systems
- Building order fulfillment processes
- Implementing approval workflows
## Core Concepts
## 🧠 Knowledge Modules (Fractal Skills)
### 1. [1. Saga Types](./sub-skills/1-saga-types.md)
### 2. [2. Saga Execution States](./sub-skills/2-saga-execution-states.md)
### 3. [Template 1: Saga Orchestrator Base](./sub-skills/template-1-saga-orchestrator-base.md)
### 4. [Template 2: Order Fulfillment Saga](./sub-skills/template-2-order-fulfillment-saga.md)
### 5. [Template 3: Choreography-Based Saga](./sub-skills/template-3-choreography-based-saga.md)
### 6. [Template 4: Saga with Timeouts](./sub-skills/template-4-saga-with-timeouts.md)
### 7. [Do's](./sub-skills/dos.md)
### 8. [Don'ts](./sub-skills/donts.md)
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!