[
  {
    "kind": "trigger",
    "title": "One-off audit",
    "body": "Manual kickoff, long cloud run."
  },
  {
    "kind": "shell",
    "title": "Bulk parse every contract",
    "body": "Extract text from every docx/PDF in the drive with Anthropic's document skill."
  },
  {
    "kind": "prompt",
    "title": "Extract key terms",
    "body": "Parties, effective date, term, value, governing law, and renewal terms per contract."
  },
  {
    "kind": "prompt",
    "title": "Verify a random sample",
    "body": "A second, independent pass re-extracts terms for the sample percentage and compares against the first pass."
  },
  {
    "kind": "result",
    "title": "Publish the index",
    "body": "Searchable index view goes live; any contract that failed verification is flagged, not published silently."
  }
]