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 / goal
  • findings — key problems, recommendations (with effort·value score), open questions
  • statements — the quoted persona voices
  • references — the source councils
  • sections — 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": [] } ]
}

What it's made of

Composed from the shared primitives:
open
New here? Take the 60-second tour.

Feedback

Sent along, transparently: Page · Version 0.2.0

Or open a GitHub issue ↗