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 Proposal
  • persona_ids — wer teilnimmt
  • statements — jeder Beitrag (Text + Stance + Belege), gruppiert beim Rendern
  • findings — die Executive Summary + die verdichtete Erkenntnis
  • votes — 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": []
}

Woraus es besteht

Zusammengesetzt aus den geteilten Primitiven:
öffnen
Neu hier? Nimm die 60-Sekunden-Tour.

Feedback

Wird transparent mitgesendet: Seite · Version 0.2.0

Oder ein GitHub-Issue öffnen ↗