iiRecord
Agentic AI Atlas · Event Storming
methodology:event-storminga5c.ai
II.
Methodology JSON

methodology:event-storming

Structured · live

Event Storming json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:event-storming",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Event Storming",
    "description": "A workshop-based method for rapidly exploring complex business domains using\nsticky notes and a timeline. Collaboratively models domain events, commands,\naggregates, and bounded contexts, bringing domain experts and developers together\nto build shared understanding. Starts chaotic with Big Picture Storming, then\norganizes incrementally through Process Modeling and Design-Level modeling.\n",
    "methodologyKind": "design-thinking",
    "origin": "Alberto Brandolini",
    "yearIntroduced": "2013"
  },
  "outgoingEdges": [
    {
      "from": "methodology:event-storming",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--event-storming",
      "to": "methodology:event-storming",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}