Use this scaffold when building your lead magnet. The clearer your PRD, the fewer tokens you waste fixing vague specs.
PRD Scaffold
Executive Summary
[2-3 sentences: What does this lead magnet do? What problem does it solve for the user?]
User Flow
- User lands on [page/URL]
- User inputs [specific data: form fields, file upload, etc.]
- App processes via [LLM model] with [brief prompt description]
- User sees [specific output format: score, plan, diagnosis, etc.]
- User [CTA action: books call, downloads result, joins email list]
Technical Spec
Inputs:
- [List each form field with type: text, number, dropdown, etc.]
- [Any validation rules]
LLM Configuration:
- Model: [GPT-4o-mini, Gemini Flash, etc.]
- Max tokens: [response length limit]
- Temperature: [0-1, creativity vs. consistency]
- System prompt: [brief description of what it does]