This page is part of the ForgeSDLC knowledge base — an AI-assisted, human-directed methodology for taking product work from concept to production. For the core operating model and vocabulary, see Forge SDLC overview and What is ForgeSDLC?.
Interaction design patterns and principles
Purpose: Project-agnostic guidance for designing how users accomplish goals — predictable behavior, clear feedback, and patterns that scale across platforms and design systems.
Overview
Interaction design (IxD) defines the behavior of an interface: states, transitions, errors, navigation, and input. It sits between user research (what people need) and visual design (how it looks). Strong IxD reduces cognitive load, prevents errors, and makes systems learnable and efficient.
Interaction design principles
Principle
Definition
Example
If violated
Visibility
Important options and system state are discoverable
Primary actions visible on screen; settings findable
Users miss features or feel “stuck”
Feedback
The system acknowledges actions and progress
Button pressed state; toast after save
Uncertainty, double submits, distrust
Constraints
Limits guide valid actions
Disabled submit until form valid; date picker ranges
Errors, frustration
Mapping
Controls relate clearly to their effects
Vertical slider matches “up = more”
Wrong mental model, mistakes
Consistency
Similar problems have similar solutions
Same gesture means “back” everywhere
Slower learning, errors
Affordance (Gibson/Norman)
Perceived possibilities for action
Handle suggests pulling
Users do not try the right action
Signifiers
Perceptible cues that indicate affordances
Label “Menu”, chevron on expandable
Mystery meat UI
Interaction design process
Navigation patterns
Pattern
Type
When to use
Platform notes
Top bar / app bar
Global
Few primary sections; branding and key actions
Web + desktop; combine with overflow on small widths
Sidebar / rail
Global
Many sections; persistent wayfinding
Desktop-first; collapse to drawer on mobile
Breadcrumbs
Local
Deep hierarchies; “where am I?”
Web; less common in native mobile
Tabs
Local
Peer views of same object or section
OS conventions for scrollable vs fixed tabs
Steppers / wizard
Local
Linear multi-step tasks
Mobile: one step per screen; clear back/save
In-page anchors / “related”
Contextual
Long pages; cross-links within task
Ensure focus management for a11y
Input patterns
Pattern
Guidance
Forms
Progressive disclosure; inline validation; smart defaults from context
Search
Autocomplete; filters and facets for large sets; empty and no-results states
Selection
Checkbox (multi), radio (single in set), toggle (binary on/off), dropdown (many options, single), date picker (known format + keyboard fallback)
Direct manipulation
Drag-and-drop with clear handles; gestures documented and consistent
Feedback patterns
Pattern
Use when
Skeleton
Layout known; content loading
Spinner
Short indeterminate waits
Progress bar
Determinate long operations
Success / error
Completed or failed actions — pair errors with recovery