Quick Start
Get your PRD built in 5 minutes.
💡Prerequisites
This guide uses Claude Code (recommended), but your PRD works with any AI coding tool. If you need help installing, follow the Claude Code Setup guide.
1
Create Your Project Folder
Open your terminal and create a new project:
bash
mkdir my-project
cd my-project2
Save Your PRD
Copy the PRD markdown file from your email and save it as PRD.md in your project folder.
3
Start Claude Code
Open Claude Code in your project folder:
bash
claude4
Load Your PRD
In Claude Code, tell it to read your PRD:
text
Read PRD.md and implement it phase by phase. Start with Phase 1.5
Review and Proceed
Claude will work through each implementation phase. Review the code after each phase and say “proceed” when you're ready to continue. If something looks wrong, ask Claude to fix it before proceeding.
ℹ️Need More Detail?
For a comprehensive walkthrough with troubleshooting tips, see the Complete Build Guide.