Create an Event Model for a business process using Adam Dymitruk's methodology. Use for event-driven architecture design.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install event-modeling@melodic-software<process> [--depth <overview|standard|detailed>] [--output <ascii|mermaid|both>]# Create Event Model Create an Event Model for a business process using Adam Dymitruk's visual methodology with blue commands, orange events, and green read models. ## Workflow ### Step 1: Parse Arguments - **process** (required): The business process to model - **depth** (optional): overview | standard | detailed - **output** (optional): ascii | mermaid | both ### Step 2: Research Context Use MCP servers to understand the domain: 1. Research common patterns for this type of process 2. Identify typical events and flows 3. Find industry-specific considerations ### Step 3: Spawn Event...