Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,9 @@ Create a NEW Miro board. This is a different workshop with different participant
**Round 2: Alternative Paths + Unfulfilled Expectations**

- For each command: "What if it fails? What if it's rejected? What if it partially succeeds?"
- Place happy path events on top (y=0), alternatives below (y=+250)
- Place happy path events on the Main Flow row; route failure/rejection alternatives to the
Exception flows row and additional/secondary alternatives to the Secondary alternatives row
(see the Process Modeling Y-Coordinate Table in `miro-integration.md`)
- **Events that are NOT happening** (Ch. 14): Model unfulfilled expectations via time-triggered events. "End of day happened before Greeting Received" models a forgotten birthday. Prompt agents: "What SHOULD happen but doesn't? What deadlines expire? What expectations go unfulfilled?" Making the time-frame explicit leads to interesting insights
- Continue until all paths reach a stable state (System Happy + User Happy)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ Run these checks BEFORE starting any simulation:
| Criterion | Source Reference | Expected | How to Check | Weight |
|-----------|----------------|----------|--------------|--------|
| Color grammar strict | Ch. 13-14 | Policy (violet) between every Event→Command | Visual audit of flow | Critical |
| Three passes completed | Ch. 14-15 | Rush to Goal → Speak Out Loud → Magic Words | Check for corrected policies (violet at y=200) | Critical |
| Three passes completed | Ch. 14-15 | Rush to Goal → Speak Out Loud → Magic Words | Check for corrected policies on the Pass 2 corrections row (see the Process Modeling Y-Coordinate Table in `miro-integration.md`) | Critical |
| "Always/Immediately" applied | Ch. 14 | Magic Words challenge breaks 50%+ of policies | Count corrected vs original policies | High |
| Alternative paths modeled | Ch. 15 | Failure events at y=250 for each command | Count failure events | High |
| Alternative paths modeled | Ch. 15 | Failure events on the Exception flows / Secondary alternatives rows for each command (see the Process Modeling Y-Coordinate Table in `miro-integration.md`) | Count failure events | High |
| Read models present | Ch. 14 | light_green stickies showing info needed for decisions | Board check | High |
| Win conditions met (4/4) | Ch. 13 | All paths complete, grammar preserved, hot spots addressed, stakeholders happy | Explicit win condition assessment | Critical |
| Legend complete | Ch. 14 | Full color grammar shown | Count legend entries | Medium |
Expand Down
Loading