# Stress-test the spec before it ships

Run seven stakeholder personas against a PRD in parallel and get a ranked list of what to fix.

**Connects:** drive, notion, slack

## How to install

1. Fetch https://eluu.ai/cookbook/prd-stress-test/skill.md and save it into your skills folder as `prd-stress-test`.
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

- Confirms the PRD has a Problem, Non-goals, and Requirements section first
- Runs 7 persona sub-agents in parallel — eng, design, CFO, sales, support, legal, exec
- Scores each dimension 0-100 with a ship, revise, or reject verdict
- Merges all 7 verdicts into one prioritized, non-duplicated fix list

## Skills inside

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

- **Persona scoring rubric**, 5 dimensions, 0-100, one verdict per persona. — https://eluu.ai/cookbook/prd-stress-test/skills/persona-scoring-rubric.md
- **Cross-persona synthesis**, Merge 7 independent reviews into one prioritized fix list, no double-counting. — https://eluu.ai/cookbook/prd-stress-test/skills/cross-persona-synthesis.md
- **PRD completeness check**, Confirm Non-goals, metrics, and scope sections exist before scoring starts. — https://eluu.ai/cookbook/prd-stress-test/skills/prd-completeness-check.md

## Files

- skill.md — https://eluu.ai/cookbook/prd-stress-test/skill.md
- skills/persona-scoring-rubric.md — https://eluu.ai/cookbook/prd-stress-test/skills/persona-scoring-rubric.md
- skills/cross-persona-synthesis.md — https://eluu.ai/cookbook/prd-stress-test/skills/cross-persona-synthesis.md
- skills/prd-completeness-check.md — https://eluu.ai/cookbook/prd-stress-test/skills/prd-completeness-check.md
- workflow.json — https://eluu.ai/cookbook/prd-stress-test/workflow.json
