event-modeling
Installation
SKILL.md
Event Modeling
Value: Communication -- event modeling is a structured conversation that surfaces hidden domain knowledge and creates shared understanding between humans and agents before any code is written.
Purpose
Teaches the agent to facilitate event modeling sessions following Martin
Dilger's "Understanding Eventsourcing" methodology. Produces a complete
event model (actors, events, commands, read models, automations, slices)
that drives all downstream implementation. The model lives in
docs/event_model/.
Practices
Two-Phase Process: Discovery Then Design
Never jump into detailed workflow design without broad domain understanding
Related skills