{
  "schema_version": "1.0",
  "graph_title": "Cranberry Tech - Trinity Delegation Graph",
  "architect": "Adele",
  "nodes": [
    {
      "id": "1",
      "type": "WHO",
      "label": "Escrow Officer",
      "description": "The human choke point in the transaction.",
      "delegated_task": "MBA TASK: Calculate the total addressable market (TAM) of escrow companies in the US and segment them by tech adoption rate."
    },
    {
      "id": "2",
      "type": "WHO",
      "label": "Buyer",
      "description": "The vulnerable party holding the capital.",
      "delegated_task": "MBA TASK: Draft a customer persona and user journey map for a first-time homebuyer experiencing wire instructions."
    },
    {
      "id": "3",
      "type": "WHAT",
      "label": "Wire Instructions",
      "description": "Static PDF document, highly vulnerable to interception.",
      "delegated_task": "MBA TASK: Research standard operating procedures (SOPs) for how top 5 title companies currently verify wire instructions."
    },
    {
      "id": "4",
      "type": "WHAT",
      "label": "Title Commitment",
      "description": "System of record document outlining property rights.",
      "delegated_task": "MBA TASK: Find the cost structure of generating a title commitment. Where is the margin?"
    },
    {
      "id": "5",
      "type": "WHAT IF",
      "label": "Email Compromise (BEC)",
      "description": "Fraudster intercepts email and swaps routing numbers.",
      "delegated_task": "MBA TASK: Pull FBI IC3 reports on Real Estate wire fraud losses for the last 3 years. We need exact dollar amounts for the pitch."
    },
    {
      "id": "6",
      "type": "WHAT IF",
      "label": "Identity Spoofing",
      "description": "Phishing attack mimicking the escrow officer.",
      "delegated_task": "MBA TASK: Analyze competitors (e.g., CertifID). What is their pricing model and how do we undercut or out-value them?"
    },
    {
      "id": "7",
      "type": "CORE",
      "label": "CRANBERRY TECH",
      "description": "The Membrane protecting the transaction.",
      "delegated_task": "MBA TASK: Build the financial model unit economics. If we save a transaction, what % of the protected wire is our fee?"
    }
  ],
  "edges": [
    { "from": "7", "to": "1", "relationship": "protects" },
    { "from": "7", "to": "2", "relationship": "protects" },
    { "from": "1", "to": "3", "relationship": "generates" },
    { "from": "1", "to": "4", "relationship": "generates" },
    { "from": "2", "to": "3", "relationship": "receives" },
    { "from": "5", "to": "3", "relationship": "corrupts" },
    { "from": "6", "to": "1", "relationship": "impersonates" }
  ]
}