Skip to content
Adeptic AI
← All proofs

Scope generator

Describe a business in a paragraph and watch a phased delivery roadmap assemble in real time, field by field.

The problem

Scoping is the slowest part of a sales cycle. A prospect waits days for a proposal that mostly restates what they said on the call.

How it is built

  1. 01

    Uses streaming structured output, so the roadmap renders progressively instead of making the visitor watch a spinner for thirty seconds.

  2. 02

    Runs on Claude Opus 5. This output is effectively the sales pitch, so it is the one place where paying for the strongest model is justified.

  3. 03

    Commitment is expressed as elapsed time and the client effort required, never as money. The schema has no field for a figure, so the model cannot produce one.

  4. 04

    Phases carry durations and explicit dependencies, which is what separates a plan from a wish list.

Stack

Claude Opus 5AI SDK streamObjectZod schemaProgressive rendering

Demonstrates

  • Streaming structured data, not just streaming text
  • Progressive UI that stays useful while generating
  • Spending model budget where output quality is the product

Where it falls short

  • A generated roadmap is a conversation starter. Real scoping requires seeing your systems and talking to your staff.
  • It deliberately says nothing about cost, because a figure produced without seeing your systems would be a guess dressed up as an estimate.