What problem does it solve? Saga workflow configurations on the Rierino platform are stored as dense JSON graphs that are difficult for developers and business stakeholders to interpret. This Skill reads those configurations and produces clear, human-readable documentation of what each workflow actually does. ## Core Features & Use Cases - Saga Explanation: Fetches a saga via the Rierino MCP server and explains its trigger, inputs, outputs, and every step in execution order. - Branching & Data Flow Analysis: Traces CONDITION branches, SUCCESS/FAIL routing, and how data moves between steps, including error paths. - Resource Enrichment: Fetches referenced query definitions and handler code so steps are explained by actual behavior, not just field names. - Use Case: A product manager asks "what does the order fulfillment saga do?" and receives a structured walkthrough covering validation, inventory checks, stock reservation, shipment creation, and failure handling in plain language. ## Quick Start Ask the assistant to explain what a specific saga does by providing its saga ID from the Rierino platform.