[
  {
    "kind": "trigger",
    "title": "New questionnaire lands",
    "body": "Dropped in the drive folder or attached to a Salesforce opportunity."
  },
  {
    "kind": "shell",
    "title": "Parse the file",
    "body": "Extract every question from the XLSX/CSV/PDF into a row-by-row list."
  },
  {
    "kind": "prompt",
    "title": "Draft from the library",
    "body": "Match each question to the approved-answer library, cite the source."
  },
  {
    "kind": "prompt",
    "title": "Second-pass review",
    "body": "A sub-agent checks every drafted answer against the library and policy docs."
  },
  {
    "kind": "result",
    "title": "Deliver for sign-off",
    "body": "Completed file plus a flagged-answers summary posted to Slack."
  }
]