src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-04-testing.md
Display: Orientation → Walkthrough → Detail Pass → [Testing]
Scan the diff and spec for changes that produce behavior a human could directly observe. Categories to look for:
For each observable behavior, determine:
Target 2–5 suggestions for a typical change. If more than 5 qualify, prioritize by how much confidence the observation provides relative to effort. A change with zero observable behavior is fine — do not pad with trivial observations.
Output as a single message:
Orientation → Walkthrough → Detail Pass → [Testing]
Then the testing suggestions using this format:
### How to See It Working
**{Brief description}**
Do: {specific action}
Expect: {observable result}
**{Brief description}**
Do: {specific action}
Expect: {observable result}
Include code blocks for commands or requests where helpful.
If the change has no observable behavior, replace the suggestions with:
### How to See It Working
This change is internal — no user-visible behavior to observe. The diff and tests tell the full story.
End the message with:
---
You've seen the change and how to verify it. When you're ready to make a call, just say so.
When the human signals they're ready to make a decision about this {change_type}, read fully and follow ./step-05-wrapup.md