Review Before Submit
Pattern:
- early steps collect inputs
- final step shows reports or explanations
- host renders a summary of current field values
Typical final step nodes:
{ title: "Review", children: [ { kind: "report", report: "risk" }, { kind: "explanation", explanation: "why" }, ],}This works well when the user needs confidence before final submit or when outputs are decision support.