Reports
Die Antwort — Kernprobleme und Empfehlungen, und/oder eine erzählerische, präsentationsreife Aufbereitung der ganzen Studie.
Wofür: Präsentationsreif und als PDF exportierbar — und selbst zitierbare Evidenz, die in eine größere Studie einfließen kann.
Was es enthält
prompts— der Ausgangspunkt / das Ziel der Studiefindings— Kernprobleme, Empfehlungen (mit Aufwand·Nutzen-Score), offene Fragenstatements— die zitierten Persona-Stimmenreferences— die Quell-Councilssections— erzählerische, präsentationsreife Abschnitte mit Figuren
Daten-Schema
Ein echter, gekürzter Record (gespeichert als 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": [] } ]
}