You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-2Lines changed: 40 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,9 +119,47 @@ Your data in `_bmad-output/` is never touched. Automatic backups are created bef
119
119
120
120
See [UPDATE-GUIDE.md](UPDATE-GUIDE.md) for migration paths and troubleshooting.
121
121
122
-
<!-- STORY-5.4: Output Previews Section -->
122
+
## What Agents Produce
123
123
124
-
<!-- STORY-5.4: Journey Example Link -->
124
+
Here's a sample of real output from a busy parents meal planning project — each excerpt is from the [full 7-agent journey example](_bmad-output/journey-examples/busy-parents-7-agent-journey.md).
125
+
126
+
### Emma 🎯 Contextualize
127
+
128
+
Emma frames the right problem. Here's the Job-to-be-Done she produced:
129
+
130
+
>**Job-to-be-Done:** Eliminate the daily 5:30 PM dinner decision so I can feed my family well without the mental load of planning, shopping, and deciding under time pressure.
131
+
>
132
+
>**Riskiest Assumptions:**
133
+
> 1. Decision fatigue — not cooking skill or ingredient access — is the primary barrier to weeknight dinner success
134
+
> 2. Parents would trust and act on an externally-provided dinner suggestion rather than needing to choose themselves
135
+
> 3. "Good enough" nutrition is an acceptable standard — parents aren't seeking perfection, they're seeking relief from guilt
136
+
137
+
### Liam 💡 Hypothesize
138
+
139
+
Liam turns problems into testable ideas. Here's one of three hypotheses he produced:
140
+
141
+
> **Hypothesis 1: The Pre-Commute Decision Eliminator**
142
+
>
143
+
> We believe that busy parents will act on a single dinner suggestion delivered at 4:00 PM within 3 minutes because the decision burden — not cooking — is their primary barrier, and an earlier intervention catches them before the anxiety spiral begins.
144
+
>
145
+
> **Riskiest Assumption:** Parents will trust and act on an automated suggestion without second-guessing. Research shows they want "someone to tell me what to make" — but "someone" may need to be a trusted person, not an algorithm.
146
+
147
+
### Max 🧭 Systematize
148
+
149
+
Max captures what you learned and decides what to do next:
150
+
151
+
> **Recommendation: PATCH** (iterate on timing, don't pivot direction)
152
+
>
153
+
> The core hypothesis is validated. The product direction (decision elimination via single suggestion) is correct. The timing mechanism needs refinement — shift from fixed 4:00 PM delivery to adaptive delivery based on each user's observed engagement pattern.
154
+
>
155
+
> **Three Actions:**
156
+
> 1. **Implement adaptive timing** — shift the push notification to match each user's observed engagement window. Engineering effort: 1-2 sprints.
157
+
> 2. **Route to Isla for timing investigation** — qualitative research on why users engage at 3:15 PM. Is it anxiety relief, logistical planning, or habit?
158
+
> 3. **Test willingness to pay immediately** — the mechanism works, but we have no commercial validation. Run a landing page test with pricing before further product investment.
159
+
160
+
Want to see the complete walkthrough of all 7 agents applied to the example above?
161
+
162
+
**📖 [See the full 7-agent journey example →](_bmad-output/journey-examples/busy-parents-7-agent-journey.md)**
0 commit comments