[
  {
    "kind": "trigger",
    "title": "New RFP received",
    "body": "Logged against a Salesforce opportunity or dropped in the drive folder."
  },
  {
    "kind": "prompt",
    "title": "Outline the sections",
    "body": "Match the RFP's structure to the standard response outline."
  },
  {
    "kind": "prompt",
    "title": "Draft from the library",
    "body": "Pull the closest past answer per section, adapt to this RFP."
  },
  {
    "kind": "prompt",
    "title": "Validate per section",
    "body": "Check every section against its library source and flag unsupported claims."
  },
  {
    "kind": "result",
    "title": "Deliver the draft",
    "body": "Full draft saved to drive, section-by-section flags posted to Slack."
  }
]