Hacker News new | ask | show | jobs
by PaulRobinson 2806 days ago
What are the advantages/disadvantages you've found over event storming? Is this just a good way to knowledge crunch with stakeholders to get to a good analysis model, or do you find it leads to specific learnings you don't get with any other method?
1 comments

"event storming" and "knowledge crunch with stakeholders" are two phrases I've never heard before. Can you explain them?
I don't understand it in detail, but event storming is basically a workshop for sharing knowledge about a problem domain. You get SMEs into a room with whoever is executing (devs, designers, etc) on a project and, under the guidance of a facilitator, have a time-boxed, business-oriented discussion about the domain. You identify domain events, ie, all the interactions that occur between users and system components.
Thanks!