[
  {
    "kind": "trigger",
    "title": "New NDA received",
    "body": "Attached to an email or dropped in the NDA-inbox folder."
  },
  {
    "kind": "shell",
    "title": "Parse the docx",
    "body": "Extract clause text with the docx skill."
  },
  {
    "kind": "prompt",
    "title": "Check against standard terms",
    "body": "Compare every clause to the NDA policy, term, mutuality, governing law, confidentiality."
  },
  {
    "kind": "prompt",
    "title": "Build the checklist",
    "body": "Clause-by-clause pass/deviation record with the reasoning for each."
  },
  {
    "kind": "result",
    "title": "Recommend or escalate",
    "body": "Within-policy NDAs get a packet; anything outside policy escalates with the deviation flagged."
  }
]