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`). Do NOT use for implement Shopify webhook signature verification and idempotent retries. Do NOT use for draw the state machine for this one status field. Do NOT use for create a normalized data model and indexes. Do NOT use for write event-bus infrastructure code. Do NOT use for define the schema, topic, compatibility, and fixtures for a selected event.

jacob-balslev 2d66f8c 4 files · 33.0 KB Updated

File contents

jacob-balslev/skill-graph/tree/main/marketplace/skills/event-storming commit 2d66f8ced5

Frequently asked questions

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