"EventStorming facilitation knowledge and reference across Big Picture, Process Modeling, and Design-Level formats. Use when: 'run EventStorming', 'model a domain', 'discover bounded contexts', 'Big Picture session', 'map domain events', 'find aggregates', 'DDD workshop', 'bounded context heuristics'. Actions: --big-picture / --process / --design-level (format guidance), --patterns (facilitation patterns/anti-patterns), --glossary, --notation, --remote. No args: interactive discovery — checks Miro for boards (if available), asks goal, recommends format. Not for agentic simulation — use /event-storming:simulation."
Resources
2Install
npx skillscat add melodic-software/claude-code-plugins/plugins-event-storming-skills-methodology Install via the SkillsCat registry.
This skill provides facilitation guidance and reference material for EventStorming across Big Picture, Process Modeling, and Design-Level formats. It helps users navigate domain modeling, bounded context discovery, and workshop notation. Use it to access facilitation patterns, glossaries, or remote workshop guidance when planning or conducting Domain-Driven Design sessions.
Variables
Arguments: $ARGUMENTS
Argument Parsing
Parse $ARGUMENTS for:
- Format filter (optional):
--big-picture: Big Picture EventStorming workshop guidance--process: Process Modeling format and building blocks--design-level: Design-Level EventStorming and software modeling--patterns: Facilitation patterns and anti-patterns catalog--glossary: Terms, definitions, and notation reference--notation: Color scheme and sticky note types quick reference--remote: Remote/digital workshop adaptations and tool guidance
- Free-form query: any other text is treated as a topic to search across all reference docs
If no filter is specified, run the Interactive Discovery flow below.
To run an agentic AI-driven workshop (multi-persona simulation on Miro) rather than read facilitation guidance, use /event-storming:simulation.
Interactive Discovery (no args)
When invoked with no arguments, help the user figure out what they need. Don't dump information — ask questions.
Step 1: Check for existing boards
Miro availability gate: this step needs a Miro MCP server. If Miro tools are unavailable in the session (no miro_list_boards tool), skip board discovery entirely and go straight to Step 2 — do not error. Reference-only guidance (every --<format> action) works with no Miro at all.
When Miro IS available, query it for recent boards: miro_list_boards. Look for boards with EventStorming-related names (containing "Big Picture", "Process Model", "Design-Level", "EventStorming", or domain-specific names from prior sessions). Sort by last modified.
If recent boards exist, present them:
"I found these EventStorming boards:
- [Board Name] (last modified [date]) — [item count] items
- [Board Name] (last modified [date]) — [item count] items
Would you like to:
- Continue working with one of these boards
- Start a new EventStorming session
- Just learn about EventStorming (reference mode)"
If the user picks an existing board, read it via miro_list_board_items (full pagination) to understand what's there — what format was used, what phase it's in, what building blocks are present. Then suggest next steps:
- If it's a Big Picture with no PM/DL follow-up → suggest
/event-storming:simulation --process-modelor/event-storming:simulation --valueon the winning problem - If it's a Big Picture with PM done → suggest
/event-storming:simulation --design-levelor/event-storming:simulation --crc - If it has value stickies → suggest contrasting/diverging perspectives
- If it looks incomplete → suggest resuming where it left off
Step 2: If starting fresh, identify the goal
Use AskUserQuestion:
"What are you trying to accomplish? This determines which EventStorming format to use:
- Explore a whole business/domain — discover what we don't know, find the biggest problems, identify bounded contexts (Big Picture)
- Design a specific process — model how a particular workflow should work end-to-end (Process Modeling)
- Design software — discover aggregates, commands, and events for implementation (Design-Level)
- Improve an existing process — retrospective on what's broken and where to fix it (Retrospective)
- Understand value delivery — where value is created and destroyed, for whom (Value Exploration)
- Onboard someone — teach how the business works through guided discovery (Induction)
- Optimize user experience — follow the customer journey, find friction, design for flawless execution (UX-Driven)
- I'm not sure — let's figure it out together"
Step 3: Scope the domain
Based on their choice, ask:
"What domain or problem space are we exploring?
Examples: e-commerce, conference organization, healthcare scheduling, insurance claims, logistics..."
Then do 3+ web-research searches for domain context before proceeding — use the Perplexity MCP tools if present, otherwise the built-in WebSearch/WebFetch. If no web-research surface is available, ask the user for the domain context instead of guessing.
Step 4: Recommend and execute
Based on goal + domain, recommend the specific format and confirm:
"Based on [goal], I recommend starting with [format]. This will involve [brief description].
To read the facilitation guidance, use
/event-storming:methodology --[format]. To run it as an agentic multi-persona simulation on Miro, use/event-storming:simulation --[mode] [domain]."
If the user said "I'm not sure" in Step 2, ask clarifying questions:
- "Is this a new project or an existing system?"
- "Are you trying to understand the problem or design a solution?"
- "How many people/perspectives need to be represented?"
Then recommend based on Brandolini's transition funnel: almost always start with Big Picture.
Overview
EventStorming is a flexible workshop format for collaborative exploration of complex business domains. It uses simple notation (colored sticky notes on an unlimited modeling surface) to rapidly build a shared understanding of a business process.
Three main formats, increasing in precision:
- Big Picture — Explore the entire business domain with all stakeholders. Discover bounded contexts, hotspots, and key business events. The broadest format.
- Process Modeling — Zoom into a specific business process. Model the flow with events, commands, policies, read models, and external systems. A cooperative game.
- Design-Level — Zoom into software design. Discover aggregates, define command/event contracts, and bridge to implementation. The most precise format.
Core principle: EventStorming is not about the stickies — it is about the conversations the stickies trigger. The real value is shared understanding, not the artifact.
Source authority hierarchy
Brandolini's book (Introducing EventStorming, Leanpub) is the canonical source for all methodology content. When research returns step orderings, procedures, or workflow modifications from secondary sources (Bourgau, MrPicky, practitioners):
- Always cross-check against Brandolini before adopting into the skill
- Secondary sources are enrichments tagged
[BOURGAU]or[SUPPLEMENTED], never replacements for canonical content - When sources conflict, Brandolini wins
- When Brandolini is silent (e.g., Design-Level at ~10% written), secondary sources fill the gap with clear attribution
This matters because secondary authors publish their interpretations of how to facilitate Brandolini's method — often good interpretations, but not Brandolini's prescribed sequence.
Notation Quick Reference
| Color | Element | Description |
|---|---|---|
| Orange | Domain Event | Something that happened (past tense). The fundamental building block |
| Blue | Command / Action | An intention or decision that triggers an event |
| Lilac/Purple | Policy | Reactive logic — "whenever X happens, do Y". Connects events to commands |
| Yellow (small) | Actor / Person | A human role that issues commands |
| Yellow (large) | Read Model | Information a person needs to make a decision |
| Pink/Red | External System | A system outside the current domain boundary |
| Magenta/Hot Pink | Hot Spot | A problem, question, conflict, or unresolved issue |
| Green | Opportunity | Value, revenue, or positive outcome |
| Pale Yellow | Aggregate | A consistency boundary (Design-Level only) |
For complete notation details: see @./reference/notation-and-building-blocks.md
Reference Documents
Load these based on what the user needs:
For running a Big Picture workshop: @./reference/big-picture-workshop.md
- Room setup, invitations, phases, facilitation, aftermath, variations, remote mode
For process-level modeling: @./reference/process-modeling.md
- Building blocks in detail, game strategies, cooperative game structure
For Design-Level software modeling: @./reference/design-level.md
- Aggregates, domain events, commands, bridging to code, user stories
For facilitation patterns and anti-patterns: @./reference/patterns-and-anti-patterns.md
- Named patterns catalog, anti-patterns catalog, red zone tips
For remote / digital workshop adaptations: @./reference/remote-eventstorming.md
- Brandolini's remote guidance, format-specific adaptations, tool landscape, remote vs in-person decision matrix
For complete notation, glossary, and tools: @./reference/glossary-and-tools.md
- Full glossary of terms, physical tools (stickies, markers, surfaces), digital tools
Applying EventStorming to Your Codebase
EventStorming output (sticky notes on a wall) bridges to code via DDD tactical patterns. Each
sticky-note color maps to a concrete code element in a DDD codebase — commands, domain events,
aggregates, read models, policies. See reference/design-level.md ("Relationship to Your
Architecture") for the sticky-color-to-tactical-pattern mapping and how to translate it to the
building blocks your own stack uses.
EventStorming directly informs bounded context discovery, domain event design, aggregate
boundaries, command/query separation, policy identification, and hot-spot tracking — seereference/design-level.md for the concrete code mapping.
When using this skill for domain modeling, read the consuming project's own architecture and
language conventions (its CLAUDE.md / .claude/rules or equivalent) and map the tactical
patterns onto that stack's building blocks rather than assuming a particular framework.
Export options
When the user wants shareable artifacts from EventStorming output, and the document-skills plugin
(or equivalent document tooling) is available in the session, hand off to it:
- Board results slides —
document-skills:pptxfor Big Picture results, Process Model swimlanes - Workshop guide —
document-skills:docxfor participant materials and facilitation notes - Stakeholder report —
document-skills:pdffor comprehensive modeling report
If no document tooling is present, emit the artifact as markdown instead.