Skip to content
🤖 Consolidated, AI-optimized BMAD docs: llms-full.txt. Fetch this plain text file for complete context.

How to Create a PRD

Use the prd workflow to create a strategic Product Requirements Document with Functional Requirements (FRs) and Non-Functional Requirements (NFRs).


  • Medium to large feature sets
  • Multi-screen user experiences
  • Complex business logic
  • Multiple system integrations
  • Phased delivery required

  • BMad Method installed
  • PM agent available
  • Optional: Product brief from Phase 1

Start a fresh chat and load the PM agent.

*create-prd

The workflow will:

  • Load any existing product brief
  • Ask about your project scope
  • Gather requirements through conversation

Work with the agent to define:

  • Functional Requirements (FRs) - What the system should do
  • Non-Functional Requirements (NFRs) - How well it should do it

The agent produces a comprehensive PRD scaled to your project.


A PRD.md document containing:

  • Executive summary
  • Problem statement
  • User personas
  • Functional requirements (FRs)
  • Non-functional requirements (NFRs)
  • Success metrics
  • Risks and assumptions

The PRD adapts to your project complexity:

ScalePagesFocus
Light10-15Focused FRs/NFRs, simplified analysis
Standard20-30Comprehensive FRs/NFRs, thorough analysis
Comprehensive30-50+Extensive FRs/NFRs, multi-phase, stakeholder analysis

In V6, the PRD focuses on WHAT to build (requirements). Epic and Stories are created AFTER architecture via the create-epics-and-stories workflow for better quality.


E-commerce checkout → PRD with:

  • 15 FRs (user account, cart management, payment flow)
  • 8 NFRs (performance, security, scalability)

Run product-brief from Phase 1 to kickstart the PRD for better results.

Planning defines what to build and why. Leave how (technical design) to Phase 3 (Solutioning).

Always run document-project before planning brownfield projects. AI agents need existing codebase context.


After PRD:

  1. Create UX Design (optional) - If UX is critical
  2. Create Architecture - Technical design
  3. Create Epics and Stories - After architecture