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.
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/eventmodel/.
Never jump into detailed workflow design without broad domain understanding first. Phase 1 maps the territory; Phase 2 explores each region.
Facilitación del modelado de eventos para descubrir y diseñar sistemas basados en eventos. Cuatro fases: descubrimiento de dominio, diseño del flujo de trabajo (proceso de 9 pasos), generación de escenarios GWT y validación del modelo. Actívelo al iniciar un nuevo proyecto, diseñar características, modelar dominios, escribir escenarios Dado/Cuándo/Entonces o discutir el abastecimiento de eventos y el diseño impulsado por dominios. Fuente: jwilger/agent-skills.