Skip to main content
ClaudeWave
Skill333 estrellas del repoactualizado today

multi-step-form-design

This skill provides a framework for structuring multi-step forms that break complex data collection into cognitively manageable stages with progress indicators, conditional logic, and save-and-resume mechanics. Use it when scoping a multi-step form for the first time, auditing single-page forms with poor conversion rates, deciding whether to split a form across multiple pages, or designing adaptive logic that responds to user input by removing irrelevant fields.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/rampstackco/claude-skills /tmp/multi-step-form-design && cp -r /tmp/multi-step-form-design/dist/pi/.agents/skills/multi-step-form-design ~/.claude/skills/multi-step-form-design
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Multi-Step Form Design

A senior growth practitioner's playbook for designing forms with multiple steps, progress indicators, conditional logic, and save-and-resume mechanics. The discipline of breaking complex data collection into stages that respect cognitive load while maintaining completion intent.

Most multi-step forms are either kitchen-sink-single-pages dressed up as steps or arbitrary chunking that adds friction without adding clarity. The form looks more sophisticated; the completion rate does not move; the audience is no better served than before.

The multi-step forms that work do something different. Each step represents a coherent unit of cognitive work the user can complete with confidence. Progress indicators reinforce momentum. Conditional logic responds to earlier answers and removes irrelevant fields. The form feels like a guided process, not an obstacle course.

The voice is the senior growth practitioner who has watched multi-step forms convert at twice the single-page rate and watched them collapse to half. Practical, opinionated about when steps add value and when they add friction, willing to call out arbitrary chunking that does not earn its complexity.

When to use this skill: scoping a multi-step form for the first time, auditing a long single-page form that converts poorly, deciding when to break a form into steps and when to keep it on one page, or designing the conditional logic that makes the form feel adaptive.

---

## What this skill covers

This skill spans multi-step form design across acquisition, onboarding, and intake contexts. The growth-tooling distinctions:

- `lead-magnet-design` covers lead-magnet methodology; forms are one delivery surface for lead magnets but this skill is about the form itself.
- `landing-page-copy` is the page wrapping the form. This skill is the form itself.
- `accessibility-audit` covers accessibility deeply; forms have specific accessibility requirements; this skill references but does not replace accessibility-audit.
- `pm-spec-writing` is the spec for engineers building the form. This skill is about WHAT to build; pm-spec-writing is about communicating it.
- **`multi-step-form-design` (this skill)** is the form's structure, step architecture, progression, and validation.

The audience: growth marketers, product marketers, marketing teams designing acquisition forms, in-house teams designing onboarding flows, agencies running form-based growth tooling for clients.

Out of scope: form-builder platform configurations (those stay implementation-side); deep accessibility audits (covered by `accessibility-audit`); landing-page copy that wraps the form (covered by `landing-page-copy`).

---

## The multi-step decision: when to break into steps vs keep single-page

Before designing the steps, decide whether the form should be multi-step at all.

**Multi-step earns the build when:**

- The form has more than 8-10 fields. Single-page forms beyond this point overwhelm the audience visually.
- The fields naturally group into logical categories. Personal info, then situation, then preferences. Steps that reflect real groupings respect cognitive load.
- The audience benefits from progressive commitment. Each step builds investment; the user is more likely to complete after they have engaged with step 2 than they would have been if they had seen step 5's complexity upfront.
- Different paths through the form make sense based on early answers. Conditional logic that adapts the form to the user is hard to do on a single page.

**Multi-step does NOT earn the build when:**

- The form has 4-6 fields. A single-page form is faster to complete and faster to maintain.
- The fields do not group naturally. Arbitrary chunking is friction.
- The audience expects speed. Quick contact forms, simple lead-capture forms, and high-intent CTAs often convert better as single-page.
- The team cannot maintain the multi-step complexity. Multi-step forms have more failure modes; the maintenance overhead is real.

The decision is not "should the form be multi-step"; it is "is multi-step the right structure for this specific data collection and audience."

Detail in [`references/multi-step-decision-criteria.md`](references/multi-step-decision-criteria.md).

---

## Kitchen-sink-single-page vs progress-theater vs genuinely-staged

The keystone framing.

**Kitchen-sink-single-page.** 30 fields on one page. Overwhelms before the user even starts. Drop-off near 100 percent on anything beyond a contact form. The audience scrolls, sees the length, and leaves. Cost: the form's data collection scope is correct; the structure is wrong; nobody completes it.

**Progress-theater.** The form is broken into 5 steps but the steps are arbitrary. "Step 1: name. Step 2: email. Step 3: phone. Step 4: company. Step 5: role." The progress bar exists; the staging logic does not. Cost: the form feels broken; users reach step 3 wondering why they did not just fill a single page; the completion rate may be slightly better than kitchen-sink but the audience perceives the format as gimmicky.

**Genuinely-staged.** Each step represents a coherent unit of cognitive work. The user finishes a step and feels they accomplished something. Steps progress from low-friction to higher-commitment as intent compounds. Cost: the design effort upfront is significant; the maintenance is real; the conversion rate often outperforms both alternatives meaningfully.

The litmus test. Ask a user who completed step 2 what they just did. Can they describe the unit of work as something coherent ("I gave you the basics about my company") or is the answer atomized ("I typed my company name in a field")? Coherent answers signal genuinely-staged; atomized answers signal progress-theater.

---

## Step architecture: what belongs on each step

The structure that makes steps coherent.

**The principle.** Each step should represent a coherent unit of work from the user's perspective.

**Common step patterns.**

- *
accessibility-auditSkill

Run a comprehensive WCAG accessibility audit covering perceivable, operable, understandable, and robust principles. Use this skill whenever the user wants to audit accessibility, review WCAG compliance, fix accessibility issues, prepare for accessibility certification, address an accessibility lawsuit risk, or systematically improve a site's accessibility. Triggers on accessibility audit, WCAG audit, a11y audit, accessibility compliance, ADA compliance, screen reader test, keyboard navigation, accessibility report, fix accessibility, axe scan. Also triggers when accessibility issues have been reported and need systematic remediation.

ads-creative-developmentSkill

How to produce ad creative that converts at performance scale. Hook patterns, format selection, video pacing, variation systems, sequential testing methodology, fatigue detection, brand-voice alignment without conversion dilution, and platform-specific creative norms. Triggers on ad creative, ad design, hook patterns, ad video pacing, creative testing, ad variations, creative refresh, creative fatigue, refresh ad creative, video ads for Meta, TikTok creative, LinkedIn ad creative, ad asset library. Also triggers when a team is producing creative at scale, planning a creative test cycle, or auditing why creative is not converting.

ads-performance-analyticsSkill

How to read paid media dashboards without fooling yourself. Attribution models, platform reporting quirks, multi-platform reconciliation, ROAS vs LTV horizon traps, statistical noise in performance metrics, incrementality testing, and the failure modes that produce expensive lessons. Triggers on read paid media dashboard, attribution analysis, ROAS vs LTV, multi-platform reconciliation, ad incrementality, geo holdout, conversion lift study, ghost bidding, paid media reporting, board-deck paid media metrics, blended CAC, MMM, MTA, last-click attribution. Also triggers when a marketer is about to scale, kill, or rebudget a campaign based on platform metrics, or when reconciling platform reports against warehouse revenue.

after-action-reportSkill

Run a structured after-action review (postmortem, retrospective) on a launch, incident, or completed project to capture timeline, root cause analysis, contributing factors, and actionable lessons. Use this skill whenever the user wants to run a postmortem, retrospective, AAR, or after-action review on any past event. Triggers on after-action report, AAR, postmortem, retrospective, retro, post-incident review, what went well what didn't, lessons learned, blameless postmortem, root cause analysis, RCA, five whys. Also triggers when the user has just shipped something or just resolved an incident and wants to capture learnings.

ai-content-collaborationSkill

How humans and AI compose in content workflows. Where AI legitimately participates, where humans must own, hybrid workflow patterns, voice ownership preservation, the AI slop problem, disclosure and transparency, team calibration, and the ethics of intellectually honest AI-assisted content production. Triggers on AI content workflow, AI-assisted writing, hybrid content production, AI in editorial, AI slop, AI disclosure, AI usage policy, AI content ethics, voice preservation with AI, team AI calibration. Also triggers when content feels generic despite quality tools, when team AI usage has drifted into inconsistency, or when a regulated or trust-sensitive context requires explicit AI policy.

analytics-strategySkill

Design measurement frameworks including event taxonomy, KPI hierarchy, dashboard architecture, attribution models, and analytics implementation strategy. Use this skill whenever the user wants to plan analytics, design dashboards, build event taxonomies, define KPIs, set up tracking, or audit existing measurement. Triggers on analytics strategy, measurement plan, event taxonomy, tracking plan, KPI framework, dashboard design, north star metric, attribution model, conversion tracking, GA4 setup, Mixpanel setup, analytics audit. Also triggers when the user has data but no clear way to use it, or wants to make decisions but doesn't know what to track.

art-directionSkill

Direct visual and creative work for campaigns, photography, illustration, video, and branded experiences. Use this skill whenever the user wants to brief a photographer, direct illustrators, plan a creative campaign, develop visual concepts, write a creative direction document, or evaluate creative work for fit. Triggers on art direction, photo brief, photography brief, illustration brief, campaign concept, creative concept, visual direction, mood board, look and feel, visual treatment, video direction. Also triggers when the user has approved brand identity but needs to extend it into specific creative deliverables.

backup-and-disaster-recoverySkill

Plan and run backups, set recovery objectives, and run disaster recovery drills. Use this skill when defining RPO/RTO targets, designing backup architecture, deciding what to back up and how often, planning for full-region or platform outages, or running a restoration drill. Triggers on backup, restore, RPO, RTO, disaster recovery, DR, business continuity, what if the database is gone, what if our hosting goes down, recovery drill, ransomware planning. Also triggers when an incident reveals a gap in restoration capability.