← Blog
GuidesProduct

The 90-Second Client Intake Pattern for Small Teams

Intake should feel immediate for clients and structured for operators. This pattern keeps both without sacrificing data quality.

On this page
  1. Build two tracks in one flow
  2. Use a constrained first screen
  3. Implement the 90-second intake sequence
  4. Add progressive enrichment after first submit
  5. Measure friction at handoffs
  6. Prevent common intake failure modes
  7. 2-week rollout plan

Intake has one job: convert initial client intent into structured operational context fast. If intake takes too long, clients abandon. If it is too loose, teams rebuild context manually later. See how portal setup can happen in 10 minutes when intake is designed correctly.

Intake objective

Speed without structure creates downstream chaos. Structure without speed kills completion.

Build two tracks in one flow

Great intake combines:

  • a client speed track (minimal friction to submit), and
  • an operator context track (enough metadata to route and execute).

Two-track intake model

TrackPrimary goalMinimum data captured
Client speed trackSubmit quickly with confidenceIdentity, category, key artifact
Operator context trackRoute correctly on first touchPriority, owner routing key, dependency signals

Use a constrained first screen

Most intake abandonment happens before first meaningful action. The first screen should do only three things:

First-screen requirements

  • One clear CTA and one obvious next step.
  • 2-4 required fields max for first submit.
  • Category hints with concrete examples.
  • Visible trust cue (security/privacy statement).

First-screen design quality

High friction

12 fields, multiple optional paths, no examples.

Low friction

3 required fields, one path, category examples, immediate progress cue.

Implement the 90-second intake sequence

90-second intake flow

0-20s: Start

One CTA with plain-language promise: “Submit request in under 90 seconds.”

20-45s: Identify

Capture client identity + request category only.

45-70s: Submit core artifact

Guide first upload with accepted format and one sample.

70-90s: Confirm and route

Show completion receipt, expected response time, and next action.
intake-minimum-fields.json
{
"clientId": "required",
"requestCategory": "required",
"primaryArtifact": "required",
"priorityHint": "optional",
"notes": "optional"
}

Minimum viable payload for routing

Add progressive enrichment after first submit

Do not request all metadata upfront. Ask for additional context after successful first submit.

Progressive enrichment stages

Stage 1: Capture intent

Get only what is needed to create the request and route to the right queue.

Stage 2: Capture execution detail

Request supporting fields based on selected category and client type.

Stage 3: Capture optimization data

Collect optional process details that help future automation, not immediate routing.

Measure friction at handoffs

Track conversion at each handoff to pinpoint abandonment and ambiguity.

Intake handoff metrics

Start → submit rate

adoption

Share of users who complete initial request.

Submit → valid rate

quality

Requests passing initial validation without correction.

Submit → routed SLA

speed

Time to assign request to owner queue.

3

handoffs to monitor: start, submit, route

Source: Folio intake benchmark

Prevent common intake failure modes

Rapid intake tradeoffs

Pros

  • Faster first completion rates.
  • Lower abandonment on mobile devices.
  • Cleaner initial dataset for routing automation.

Cons

  • Requires strong post-submit enrichment design.
  • Needs category taxonomy discipline to avoid routing errors.

2-week rollout plan

Intake rollout sequence

Days 1-3

Map existing intake

Audit current fields, abandonment points, and manual routing fixes.

Days 4-7

Launch constrained first screen

Deploy minimal first-submit path with explicit examples.

Days 8-10

Add progressive enrichment

Move non-essential fields to post-submit stage.

Days 11-14

Tune by handoff metrics

Adjust copy, validation, and category cues based on drop-off data.

Implementation rule

If intake requires training to complete, it is over-engineered. Good intake should be self-guided and auditable.

Get more intake playbooks

The 90-second intake pattern works because it captures intent first, structure second, and detail third, in that order.