# PRD completeness check

A reusable skill the "Stress-test the spec before it ships" recipe pulls in. Add it once and every agent on the team can use it.

Confirm the PRD has Problem, Non-goals, and Requirements sections filled in before any persona scores it.

## Method
1. Open the PRD at {{prd_path}} and locate the Problem, Non-goals, Requirements, and metrics sections.
2. Check that each required section exists and has real content — a heading with no text under it does not count.
3. Check that the Non-goals section lists actual exclusions, not a placeholder line like "TBD."
4. Check that any quantitative claim in the PRD has a source or is marked "[baseline needed: ...]" rather than left bare.
5. If every required section passes, clear the PRD to move to persona scoring.
6. If any section is missing or empty, stop before fan-out and return the specific gap instead of scoring an incomplete draft.

## Rules
- Non-goals is mandatory — a PRD with an empty or missing Non-goals section does not proceed to scoring.
- Do not guess at missing content to let the PRD pass; flag the gap and stop.
- This check runs once per PRD version — re-run it if the PRD is revised and resubmitted.
- Completeness is a gate, not a score — it blocks fan-out, it does not count as one of the 5 scored dimensions.

## Output
A pass/fail result. On fail: the specific missing or empty section(s), returned instead of a scorecard. On pass: clearance to fan out.
