Councils
Eine memory-geerdete Debatte, in der Personas auf eine Frage, ein Konzept oder eine Entscheidung reagieren — jede aus ihrer eigenen Erinnerung heraus.
Wofür: Echte, nachvollziehbare Reaktionen statt Meinungen: jede Aussage führt zurück auf die Erinnerung dahinter.
Was es enthält
prompts— die gestellte(n) Frage(n) / das Proposalpersona_ids— wer teilnimmtstatements— jeder Beitrag (Text + Stance + Belege), gruppiert beim Rendernfindings— die Executive Summary + die verdichtete Erkenntnisvotes— formale Stimmen (nur im Decision-Modus)
Daten-Schema
Ein echter, gekürzter Record (gespeichert als JSON):
{
"id": "council_4c1…", "project_id": "proj_a91…",
"persona_ids": ["persona_7f3…", "persona_b2…"],
"prompts": [ { "id": "q0", "kind": "question",
"text": "What makes weekly planning painful?" } ],
"statements": [
{ "persona_id": "persona_7f3…", "text": "Every Monday I rebuild the plan from scratch.",
"stance": { "value": -1, "label": "skeptical" },
"about": { "kind": "prompt", "id": "q0" },
"refs": [ { "kind": "memory", "text": "lost an afternoon to triage in March" } ] }
],
"findings": [ { "kind": "summary", "text": "Triage, not tooling, is the core pain." } ],
"votes": []
}