# Cross-persona synthesis

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.

Merge 7 independent persona reviews into one prioritized fix list, without double-counting overlapping gaps.

## Method
1. Collect all 7 persona scorecards, each with its 5 dimension scores, verdict, and gap list.
2. Pool every gap across all 7 reviews into one list.
3. Merge gaps that describe the same underlying issue from different personas — note which personas raised it, don't list it twice.
4. Order the merged list blockers first: anything tied to a reject verdict from any persona outranks anything tied only to a revise.
5. Flag genuine disagreements separately — where personas reached opposite verdicts or conflicting recommendations on the same point — instead of averaging them into a single score.
6. Confirm every one of the 7 verdicts is represented somewhere in the final output before closing it out.

## Rules
- Never average away a disagreement between personas — a legal reject and a sales ship on the same clause is a flag, not a wash.
- Blockers (any reject-tied gap) always rank above revise-tied gaps, regardless of which persona raised them.
- Do not drop a persona's finding just because another persona didn't raise it — a single-persona blocker still blocks.
- Keep the merged list traceable: every fix item names which persona(s) raised it.

## Output
One prioritized fix list (blockers first), a separate short list of flagged persona disagreements, and the 7 source verdicts for reference.
