# Go from rough idea to buildable PRD

Turn a rough idea into a grounded PRD with real metrics and a Non-goals section, or it doesn't ship.

**Connects:** linear, posthog, drive, notion

## How to install

1. Fetch https://eluu.ai/cookbook/prd-from-idea/skill.md and save it into your skills folder as `prd-from-idea`.
2. Ask the user the first-run questions the skill lists, and store the answers in memory.
3. Run the skill once end to end and review the output with the user.

## What this does

- Pulls past research synthesis, related Linear issues, and live PostHog metrics
- Drafts the PRD with Problem, Goals, Requirements, and Non-goals sections
- Flags any metric without a source instead of guessing a number
- Adds evals and fallback behavior automatically when the feature is AI

## Skills inside

The full method, including each of these, is in skill.md. Individually fetchable:

- **PRD structure**, Problem, goals, requirements, Non-goals, in the team's standard shape. — https://eluu.ai/cookbook/prd-from-idea/skills/prd-structure.md
- **Metric grounding**, Every quantitative claim traces to a real PostHog number or a stored baseline. — https://eluu.ai/cookbook/prd-from-idea/skills/metric-grounding.md
- **AI-feature extension**, For AI features, add evals, confidence thresholds, and fallback behavior. — https://eluu.ai/cookbook/prd-from-idea/skills/ai-feature-extension.md

## Files

- skill.md — https://eluu.ai/cookbook/prd-from-idea/skill.md
- skills/prd-structure.md — https://eluu.ai/cookbook/prd-from-idea/skills/prd-structure.md
- skills/metric-grounding.md — https://eluu.ai/cookbook/prd-from-idea/skills/metric-grounding.md
- skills/ai-feature-extension.md — https://eluu.ai/cookbook/prd-from-idea/skills/ai-feature-extension.md
- workflow.json — https://eluu.ai/cookbook/prd-from-idea/workflow.json
