Design event model workflows - brainstorm, document, and generate GWT scenarios
/plugin marketplace add jwilger/claude-code-plugins/plugin install sdlc@jwilger-claude-pluginsworkflow-name# SDLC Design Design event model workflows following Martin Dilger's "Understanding Eventsourcing" methodology. This command: 1. Guides brainstorming of workflows 2. Documents workflows and their components 3. Generates Given/When/Then scenarios for slices 4. Validates the event model for completeness ## Arguments `$ARGUMENTS` may contain: - `<workflow-name>` - Design a specific workflow - `gwt <workflow-name>` - Generate GWT scenarios for a workflow - `validate` - Validate the complete event model - (no args) - Start interactive workflow design ## Steps ### 1. Check Configuration Ver...