Event Storming

Use when discovering a domain through events, commands, actors, policies, aggregates, read models, external systems, and temporal workflows before implementation. Do NOT use for event schema/topic contracts (use `event-contract-design`), webhook handler implementation (use `webhook-integration`), generic state transition modeling (use `state-machine-modeling`), or persistence schema design (use `entity-relationship-modeling`).

jacob-balslev Updated

File contents

jacob-balslev/skills/tree/main/skills/software-architecture/event-storming commit bd41ddfaf1

Frequently asked questions

npx skillmds@latest add jacob-balslev/event-storming-2