Design a saga pattern for distributed transactions across services. Use for complex distributed transaction design.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install event-modeling@melodic-software<transaction> [--style <orchestration|choreography>] [--services <svc1,svc2>]# Design Saga Pattern Design a saga pattern for distributed transactions using either orchestration or choreography style. ## Workflow ### Step 1: Parse Arguments - **transaction** (required): The distributed transaction to design - **style** (optional): orchestration | choreography | recommend - **services** (optional): Explicit list of services ### Step 2: Research Context Use MCP servers to understand the domain: 1. Research saga patterns for similar transactions 2. Identify best practices and anti-patterns 3. Find relevant framework documentation ### Step 3: Load Saga Patterns S...