Skip to main content
Define is the third stage of the Build pipeline. It translates the concept and the research into a structured product requirements document: the spec that Design and Develop will execute against.

What the stage produces

  • The PRD itself, written one section at a time, plus an executive summary
  • In revision mode, targeted edits to an already-approved document

Who runs it

The PRD Agent. Its defining rule, from its own system prompt: “Every section you write must be grounded in the prior stages’ artifacts, not invented from scratch.” Because it writes against the actual ideation and research records, every requirement traces back to evidence. When a section needs a fact it does not have, it consults the Research or Ideation Agent directly, or fills small factual gaps with a web search, rather than guessing.

The outline-approval gate

The document is not generated in one shot. The flow is:
1

Outline first

The Orchestrator scaffolds a PRD outline from your chosen template and the project context.
2

You approve it

The outline is the contract for the document. Nothing gets written until the structure is right, so reshaping the doc costs a conversation, not a rewrite.
3

Section-by-section writing

The PRD Agent writes one section per delegation, loading the project’s locked constraints before writing each one.

The four templates

What it reads

  • The ideation concept brief
  • The research synthesis from Discover
  • The section spec from your approved outline
  • The project’s locked constraints

How you steer it

  • Spend your attention on the outline. It is the highest-leverage review point; approving a good outline is most of the work of getting a good PRD.
  • Challenge sections against the evidence. Every claim should trace to an ideation or research artifact; if one does not, say so and the section gets rewritten against the record.
  • Use revision mode for changes. After approval, the agent makes targeted edits instead of regenerating, so an approved spec stays approved and your review effort is not thrown away.
If your product has real technical complexity, run the optional Architecture sub-phase inside Define before moving on. The Architect Agent turns the PRD into system design documents and ADRs.

What happens next

With the PRD approved (and architecture documented, if you opted in), the Orchestrator proposes the transition to Design. The Design Agent reads the concept, the research, and the PRD, and designs the product you actually defined. Continue to Architecture or skip ahead to Design.