form-wizard-builder

Installation
SKILL.md

Form Wizard Builder

Create multi-step form experiences with validation, state persistence, and review steps.

Core Workflow

  1. Define steps: Break form into logical sections
  2. Create schema: Zod/Yup validation for each step
  3. Build step components: Individual form sections
  4. State management: Shared state across steps (Zustand/Context)
  5. Navigation: Next/Back/Skip logic
  6. Progress indicator: Visual step tracker
  7. Review step: Summary before submission
  8. Error handling: Per-step and final validation

Basic Wizard Structure

// types/wizard.ts
Related skills

More from patricio0312rev/skills

Installs
142
GitHub Stars
38
First Seen
Jan 24, 2026