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