Template: Wireflow Mapping Sheet

Purpose

To merge flow diagrams (user actions, decisions) with wireframe layouts (screen structure), ensuring clarity for both design and dev teams.


Table – Wireflow Mapping

Flow Step IDUser Action / DecisionWireframe IDScreen Thumbnail (insert in Figma/Doc)System ResponseNotes / Variants
F1Click “Book Demo”WF1[Wireframe – Landing Hero]Load booking formShow loading state
F2Fill form fieldsWF2[Wireframe – Booking Form]Validate inputInline validation required
F3Submit formWF2[Wireframe – Booking Form: Submit Variant]Trigger backend APIHandle timeout/error
F4Slot availableWF3[Wireframe – Confirmation Screen]Send email + calendar inviteSuccess message
F5Slot unavailableWF2[Wireframe – Error State]Show alternate slotsRetry path

Usage Notes

  • Always pair flow IDs (F1, F2…) with Wireframe IDs (WF1, WF2…) → avoids mismatch.
  • Keep thumbnails small in document but link to full wireframe in Figma.
  • Add variants inline (empty/loading/error) instead of making separate rows unless complex.
  • This sheet is especially useful during handoff walkthroughs → devs see both logic + layout.