[
  {
    "kind": "trigger",
    "title": "New signed contract, or weekly sweep",
    "body": "Added to the executed-contracts folder, or the Monday catch-all."
  },
  {
    "kind": "shell",
    "title": "Parse the document",
    "body": "Extract text from the signed docx or PDF with the document skill."
  },
  {
    "kind": "prompt",
    "title": "Dual-pass extraction",
    "body": "Two independent sub-agents each extract every obligation, dates, and owner."
  },
  {
    "kind": "prompt",
    "title": "Reconcile the passes",
    "body": "Compare both extractions; anything only one pass found gets a third look."
  },
  {
    "kind": "result",
    "title": "Publish to the tracker",
    "body": "Obligations land in the tracker view, deadline reminders scheduled per obligation."
  }
]