{
  "vertical": "law",
  "title": "AgentGuard Law Operating Pack",
  "counselReviewPending": true,
  "files": [
    "AGENTS.md",
    "source-of-truth.md",
    "checklist.md",
    "skills/intake.md",
    "skills/conflict-check.md",
    "skills/document-summary.md",
    "skills/billing-reconciliation.md",
    "skills/client-update-draft.md"
  ],
  "capabilityTable": [
    {
      "capability": "READ_ONLY",
      "use": "Classify, summarize, reconcile, and prepare metadata-only packets.",
      "blockedExamples": [
        "Sending client email",
        "Trust ledger update"
      ]
    },
    {
      "capability": "TRANSACT",
      "use": "Create dispatch-ready drafts that still require human approval.",
      "blockedExamples": [
        "Trust transfer",
        "Policy change"
      ]
    },
    {
      "capability": "ADMIN",
      "use": "Trust-account actions, retention changes, and capability grants.",
      "blockedExamples": [
        "Unreviewed client dispatch"
      ]
    },
    {
      "capability": "ORCHESTRATE",
      "use": "Assign, revoke, or coordinate multiple matter agents.",
      "blockedExamples": [
        "Bypassing capability review"
      ]
    }
  ],
  "reviewerCascadeDefaults": [
    "conflict_check",
    "document_summary",
    "client_update_draft",
    "send_client_email",
    "trust_account_action"
  ],
  "receiptFixture": "/verify/law-operating-pack-dag-receipt.json"
}
