[
  {
    "kind": "trigger",
    "title": "New MSA lands in Drive",
    "body": "Counterparty draft dropped in the contracts-inbox folder."
  },
  {
    "kind": "shell",
    "title": "Parse the docx",
    "body": "Extract clause text and structure with the docx skill."
  },
  {
    "kind": "prompt",
    "title": "Redline against the playbook",
    "body": "Classify each clause and apply the fallback position as tracked changes."
  },
  {
    "kind": "prompt",
    "title": "Adversarial review",
    "body": "A second sub-agent checks every redline and flags what it can't confirm."
  },
  {
    "kind": "result",
    "title": "Deliver the tracked-changes docx",
    "body": "Saved to Drive, summary and open flags posted to Slack for sign-off."
  }
]