PRD Forge
The PRD Forge is Phantom’s primary engine for document generation. It takes a simple prompt and expands it into a professional, structured Product Requirements Document.
phantom prd "Dark Mode for Mobile App"
What it Generates
Every PRD generated by Phantom includes:
- Problem Statement: Why are we building this?
- User Stories: Scenarios from the user’s perspective.
- Technical Requirements: Data structures, APIs, and constraints.
- Success Metrics (KPIs): How will we measure success?
- Riskiest Assumptions: What could go wrong?
- GTM Strategy: How will we launch?
Output Formats
PRDs are saved as Markdown files in your current directory by default. You can specify a custom output path:
phantom prd "Dark Mode" --output ./docs/prd-dark-mode.md
Framework Integration
PRD Forge automatically applies the RICE (Reach, Impact, Confidence, Effort) framework to every feature it analyzes to help you prioritize effectively.