Reports
The answer — key problems and recommendations, and/or a narrative, presentation-grade write-up of the whole study.
Why it matters: Presentation-grade and PDF-exportable — and itself citable evidence that can feed a larger study.
What it holds
prompts— the study's starting point / goalfindings— key problems, recommendations (with effort·value score), open questionsstatements— the quoted persona voicesreferences— the source councilssections— narrative, presentation-grade sections with figures
Data shape
A real, trimmed record (stored as JSON):
{
"id": "syn_22b…", "title": "Weekly planning — the core problem",
"scope": "convergence", "goal": "Find the single sharpest pain",
"prompts": [ { "kind": "goal", "text": "What is the core problem to solve?" } ],
"findings": [
{ "kind": "key_problem", "text": "Monday triage, not tooling.",
"refs": [ { "kind": "council", "id": "council_4c1…" } ] },
{ "kind": "recommendation", "text": "Auto-carry unfinished tasks.",
"score": { "effort": 2, "value": 5 } }
],
"statements": [ { "persona_id": "persona_7f3…", "text": "If it just carried over, I'd trust it." } ],
"references": [ { "kind": "council", "id": "council_4c1…" } ],
"sections": [ { "id": "s1", "heading": "The problem", "markdown": "…", "figures": [] } ]
}