[
  {
    "kind": "trigger",
    "title": "Daily, during any active trial",
    "body": "Runs against every open POC/trial account."
  },
  {
    "kind": "prompt",
    "title": "Pull the usage signal",
    "body": "Login frequency, feature adoption, and activity trend from PostHog."
  },
  {
    "kind": "prompt",
    "title": "Score against the threshold",
    "body": "Compare to the healthy-trial baseline stored in memory."
  },
  {
    "kind": "prompt",
    "title": "Flag the stalled ones",
    "body": "Any trial below threshold for {{stall_days}} days."
  },
  {
    "kind": "result",
    "title": "Alert the owner",
    "body": "Slack DM to the SE/CSM with the specific signal that stalled."
  }
]