stepper-wizard-patterns
Installation
SKILL.md
Stepper Wizard Patterns
Stepper Design
Progress Indication
- Step numbers + labels (Step 1: Account Details).
- Current step highlighted, completed steps checked, upcoming steps dimmed.
- Horizontal on desktop (top of form), vertical on mobile (left sidebar or inline).
Rules
- 3-7 steps maximum. More than 7 = break into sections or simplify.
- Allow back navigation without losing data.
- Validate per step, not at the end.
- Save progress for long forms. Allow resuming later.
- Final review step for important flows (purchases, applications).