You are helping with event-sourced system development following Martin Dilger's "Understanding Eventsourcing" methodology.
/plugin marketplace add jwilger/claude-code-setup/plugin install marvin-sdlc@marvin-sdlc# Event Model Command You are helping with event-sourced system development following Martin Dilger's "Understanding Eventsourcing" methodology. **Arguments provided:** $ARGUMENTS ## Determine the Action Based on the arguments, determine what the user needs: | If args contain... | Action | |-------------------|--------| | `start`, `new`, `brainstorm` | Guide brainstorming session | | `design <name>` | Design a workflow | | `scenarios <name>` or `gwt <name>` | Generate GWT scenarios | | `validate` | Validate the model | | `implement <name>` | Create implementation plan | | `reverse [pat...