Best use case
Use Saga Pattern Orchestrator when you need to coordinate long-running distributed transactions using saga patterns with compensation logic, especially when the work is driven by saga and distributed transaction.
Architecture · Global library
Coordinate long-running distributed transactions using saga patterns with compensation logic
Best use case
Use Saga Pattern Orchestrator when you need to coordinate long-running distributed transactions using saga patterns with compensation logic, especially when the work is driven by saga and distributed transaction.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show saga-pattern-orchestratorUse
orchestrator-mcp skills export saga-pattern-orchestrator --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/saga-pattern-orchestrator ./your-agent-skills/saga-pattern-orchestrator
# or open skills/saga-pattern-orchestrator/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.
Separate read and write models to optimize for query performance and command processing independently
Separate read and write models into typed CQRS flows with query optimization and command safety.