[
  {
    "kind": "trigger",
    "title": "Every Monday, 6:00 AM",
    "body": "Weekly sweep before the planning meeting."
  },
  {
    "kind": "prompt",
    "title": "Pull the week's feedback",
    "body": "Slack channel, Zendesk tickets, Intercom conversations since last run."
  },
  {
    "kind": "prompt",
    "title": "Cluster into themes",
    "body": "Group by topic, count distinct customers per theme."
  },
  {
    "kind": "prompt",
    "title": "Attach verbatim quotes",
    "body": "One representative quote per theme, sourced and linked."
  },
  {
    "kind": "result",
    "title": "Publish + post",
    "body": "Feedback-themes view updated, digest posted to"
  }
]