A web app that analyzes Product Requirements Documents (PRDs) using Claude and produces structured strategic recommendations.
Paste a PRD, spec, or epic and get back:
- PRD Quality Scorecard — rates completeness across 8 dimensions
- Jobs to Be Done Analysis — identifies core user jobs and solution fit
- Hidden Assumptions Audit — surfaces 5-7 untested assumptions with validation methods
- Impact Forecast — probabilistic assessment of utilization and revenue impact
- 10x Moonshot Alternatives — 2-3 higher-leverage alternative approaches
- Pre-Mortem (Success) — what went right and why
- Pre-Mortem (Failure) — what went wrong and why
- Top Recommendations — 3-5 prioritized next steps
npm installCreate .env.local:
ANTHROPIC_API_KEY=your-key-here
ANALYSIS_MODEL=haiku
Model options: haiku (fast/cheap), sonnet (balanced), opus (highest quality).
npm run devOpen http://localhost:3000.
Set ANTHROPIC_API_KEY and ANALYSIS_MODEL as environment variables on your host (e.g. Render).
npm run build
npm start- Next.js 15 (App Router)
- Tailwind CSS v4
- Claude API via
@anthropic-ai/sdk - react-markdown + remark-gfm