{
 "orgbrain/data-version": "1",
 "generatedAt": "2026-09-23T20:35:40.903Z",
 "source": {
  "repo": "kotoba-lang/kyber",
  "rev": "055c94b00d71b92703aa825476708c9ea0fc8e1f",
  "url": "https://github.com/kotoba-lang/kyber",
  "files": {
   "docs/orgbrain/org-ontology.schema.edn": {
    "sha256": "e41f8929e1e6833251163c499c7aa5953bfdecdd2d4942333eb03c42a420ac08",
    "bytes": 7143
   },
   "docs/orgbrain/contract-review.bpmn.edn": {
    "sha256": "5ed2ac561960cbc5d6b9462f87b5363dcf4a3cc6a1c85c039c749fd77d6c1da0",
    "bytes": 1755
   },
   "docs/orgbrain/incident-escalation.bpmn.edn": {
    "sha256": "dc7e7a1bf8f69725612ab6e2f600bc60727bba1a42ec0ec0dc99504c75d6b114",
    "bytes": 2234
   },
   "docs/orgbrain/incorporation.bpmn.edn": {
    "sha256": "9615c37cc0752cdfed66af34a38dfc1340641269022e57748b6c588674c9f0e3",
    "bytes": 1760
   },
   "docs/orgbrain/invoice-to-payment.bpmn.edn": {
    "sha256": "99a23e110925d839d6df58b9199e2628dfc26ba16d85425e540f432c492877ae",
    "bytes": 1593
   },
   "docs/orgbrain/it-access-provisioning.bpmn.edn": {
    "sha256": "e9e3c7e6a08fbcf353b8adc409bc1fd7c12dfc3a2efd3e74187dda9490ad8f99",
    "bytes": 2185
   },
   "docs/orgbrain/onboarding-offboarding.bpmn.edn": {
    "sha256": "f683fda9365a201f2121de9a5ce2ee3044f0a447b4f874bbb0510a9453924d74",
    "bytes": 1851
   }
  }
 },
 "weights": {
  "raci-coverage": 0.3,
  "authority-concentration": 0.2,
  "delegation-depth": 0.15,
  "single-point-of-failure": 0.2,
  "approval-gap": 0.15
 },
 "ontology": {
  "orgbrain/schema-version": "0.1.0",
  "orgbrain/authorities": [
   "approve-spend",
   "sign-contract",
   "hire",
   "fire",
   "compliance",
   "it-admin"
  ],
  "orgbrain/levels": [
   "board",
   "exec",
   "manager",
   "staff"
  ],
  "orgbrain/roles": [
   {
    "orgbrain/role-id": "ceo",
    "orgbrain/name": "CEO",
    "orgbrain/level": "board",
    "orgbrain/min-headcount": 1
   },
   {
    "orgbrain/role-id": "cfo",
    "orgbrain/name": "CFO",
    "orgbrain/level": "exec",
    "orgbrain/min-headcount": 1
   },
   {
    "orgbrain/role-id": "coo",
    "orgbrain/name": "COO",
    "orgbrain/level": "exec",
    "orgbrain/min-headcount": 1
   },
   {
    "orgbrain/role-id": "cto",
    "orgbrain/name": "CTO",
    "orgbrain/level": "exec",
    "orgbrain/min-headcount": 1
   },
   {
    "orgbrain/role-id": "hr-manager",
    "orgbrain/name": "HR Manager",
    "orgbrain/level": "manager",
    "orgbrain/min-headcount": 1
   },
   {
    "orgbrain/role-id": "finance-staff",
    "orgbrain/name": "Finance Staff",
    "orgbrain/level": "staff",
    "orgbrain/min-headcount": 2
   },
   {
    "orgbrain/role-id": "it-admin",
    "orgbrain/name": "IT Admin",
    "orgbrain/level": "staff",
    "orgbrain/min-headcount": 2
   }
  ],
  "orgbrain/delegations": [
   {
    "orgbrain/from-role": "board",
    "orgbrain/to-role": "ceo",
    "orgbrain/authority": "approve-spend"
   },
   {
    "orgbrain/from-role": "board",
    "orgbrain/to-role": "ceo",
    "orgbrain/authority": "sign-contract"
   },
   {
    "orgbrain/from-role": "board",
    "orgbrain/to-role": "ceo",
    "orgbrain/authority": "hire"
   },
   {
    "orgbrain/from-role": "ceo",
    "orgbrain/to-role": "cfo",
    "orgbrain/authority": "approve-spend"
   },
   {
    "orgbrain/from-role": "ceo",
    "orgbrain/to-role": "coo",
    "orgbrain/authority": "hire"
   },
   {
    "orgbrain/from-role": "cfo",
    "orgbrain/to-role": "finance-staff",
    "orgbrain/authority": "approve-spend"
   },
   {
    "orgbrain/from-role": "cto",
    "orgbrain/to-role": "it-admin",
    "orgbrain/authority": "it-admin"
   },
   {
    "orgbrain/from-role": "board",
    "orgbrain/to-role": "board",
    "orgbrain/authority": "sign-contract"
   },
   {
    "orgbrain/from-role": "board",
    "orgbrain/to-role": "board",
    "orgbrain/authority": "hire"
   },
   {
    "orgbrain/from-role": "ceo",
    "orgbrain/to-role": "coo",
    "orgbrain/authority": "sign-contract"
   },
   {
    "orgbrain/from-role": "ceo",
    "orgbrain/to-role": "cfo",
    "orgbrain/authority": "sign-contract"
   },
   {
    "orgbrain/from-role": "cto",
    "orgbrain/to-role": "cto",
    "orgbrain/authority": "it-admin"
   },
   {
    "orgbrain/from-role": "ceo",
    "orgbrain/to-role": "coo",
    "orgbrain/authority": "compliance"
   }
  ],
  "orgbrain/tasks": [
   {
    "orgbrain/task-id": "annual-budget",
    "orgbrain/name": "年度予算承認",
    "orgbrain/critical?": true,
    "orgbrain/sla-days": 30,
    "orgbrain/raci": {
     "responsible": [
      "cfo"
     ],
     "accountable": [
      "board"
     ],
     "consulted": [
      "coo"
     ],
     "informed": [
      "finance-staff"
     ]
    }
   },
   {
    "orgbrain/task-id": "contract-signing",
    "orgbrain/name": "契約締結",
    "orgbrain/critical?": true,
    "orgbrain/sla-days": 14,
    "orgbrain/raci": {
     "responsible": [
      "cfo"
     ],
     "accountable": [
      "ceo"
     ],
     "consulted": [],
     "informed": [
      "board"
     ]
    }
   },
   {
    "orgbrain/task-id": "payroll-run",
    "orgbrain/name": "給与計算・支払",
    "orgbrain/critical?": true,
    "orgbrain/sla-days": 1,
    "orgbrain/raci": {
     "responsible": [
      "finance-staff"
     ],
     "accountable": [
      "cfo"
     ],
     "consulted": [
      "hr-manager"
     ],
     "informed": []
    }
   },
   {
    "orgbrain/task-id": "hiring-approval",
    "orgbrain/name": "採用承認",
    "orgbrain/critical?": false,
    "orgbrain/sla-days": 21,
    "orgbrain/raci": {
     "responsible": [
      "hr-manager"
     ],
     "accountable": [
      "coo"
     ],
     "consulted": [
      "ceo"
     ],
     "informed": []
    }
   },
   {
    "orgbrain/task-id": "it-change-mgmt",
    "orgbrain/name": "IT 変更管理",
    "orgbrain/critical?": true,
    "orgbrain/sla-days": 5,
    "orgbrain/raci": {
     "responsible": [
      "it-admin"
     ],
     "accountable": [
      "cto"
     ],
     "consulted": [],
     "informed": []
    }
   },
   {
    "orgbrain/task-id": "compliance-audit",
    "orgbrain/name": "コンプライアンス監査",
    "orgbrain/critical?": true,
    "orgbrain/sla-days": 90,
    "orgbrain/raci": {
     "responsible": [
      "coo"
     ],
     "accountable": [
      "board"
     ],
     "consulted": [
      "cfo"
     ],
     "informed": []
    }
   },
   {
    "orgbrain/task-id": "onboarding",
    "orgbrain/name": "入社手続き",
    "orgbrain/critical?": false,
    "orgbrain/sla-days": 14,
    "orgbrain/raci": {
     "responsible": [
      "hr-manager"
     ],
     "accountable": [
      "coo"
     ],
     "consulted": [
      "it-admin"
     ],
     "informed": [
      "finance-staff"
     ]
    }
   },
   {
    "orgbrain/task-id": "offboarding",
    "orgbrain/name": "退職手続き",
    "orgbrain/critical?": true,
    "orgbrain/sla-days": 5,
    "orgbrain/raci": {
     "responsible": [
      "hr-manager"
     ],
     "accountable": [
      "coo"
     ],
     "consulted": [
      "it-admin"
     ],
     "informed": [
      "cfo"
     ]
    }
   },
   {
    "orgbrain/task-id": "invoice-issuance",
    "orgbrain/name": "請求書発行",
    "orgbrain/critical?": false,
    "orgbrain/sla-days": 5,
    "orgbrain/raci": {
     "responsible": [
      "finance-staff"
     ],
     "accountable": [
      "cfo"
     ],
     "consulted": [],
     "informed": [
      "coo"
     ]
    }
   },
   {
    "orgbrain/task-id": "payment-execution",
    "orgbrain/name": "支払承認・実行",
    "orgbrain/critical?": true,
    "orgbrain/sla-days": 3,
    "orgbrain/raci": {
     "responsible": [
      "finance-staff"
     ],
     "accountable": [
      "cfo"
     ],
     "consulted": [],
     "informed": [
      "board"
     ]
    }
   },
   {
    "orgbrain/task-id": "contract-review",
    "orgbrain/name": "契約審査",
    "orgbrain/critical?": true,
    "orgbrain/sla-days": 10,
    "orgbrain/raci": {
     "responsible": [
      "coo"
     ],
     "accountable": [
      "ceo"
     ],
     "consulted": [
      "cfo"
     ],
     "informed": [
      "board"
     ]
    }
   },
   {
    "orgbrain/task-id": "access-grant",
    "orgbrain/name": "アクセス権払出",
    "orgbrain/critical?": false,
    "orgbrain/sla-days": 3,
    "orgbrain/raci": {
     "responsible": [
      "it-admin"
     ],
     "accountable": [
      "cto"
     ],
     "consulted": [
      "hr-manager"
     ],
     "informed": []
    }
   },
   {
    "orgbrain/task-id": "access-review",
    "orgbrain/name": "四半期アクセスレビュー",
    "orgbrain/critical?": true,
    "orgbrain/sla-days": 30,
    "orgbrain/raci": {
     "responsible": [
      "it-admin"
     ],
     "accountable": [
      "cto"
     ],
     "consulted": [],
     "informed": [
      "coo"
     ]
    }
   },
   {
    "orgbrain/task-id": "incident-command",
    "orgbrain/name": "インシデント指揮",
    "orgbrain/critical?": true,
    "orgbrain/sla-days": 1,
    "orgbrain/raci": {
     "responsible": [
      "coo"
     ],
     "accountable": [
      "ceo"
     ],
     "consulted": [
      "cto"
     ],
     "informed": [
      "board"
     ]
    }
   },
   {
    "orgbrain/task-id": "incident-reporting",
    "orgbrain/name": "インシデント報告",
    "orgbrain/critical?": true,
    "orgbrain/sla-days": 7,
    "orgbrain/raci": {
     "responsible": [
      "coo"
     ],
     "accountable": [
      "board"
     ],
     "consulted": [
      "cfo"
     ],
     "informed": []
    }
   }
  ]
 },
 "processes": [
  {
   "id": "contract-review",
   "name": "契約審査ライフサイクル",
   "source": "docs/orgbrain/contract-review.bpmn.edn",
   "elements": [
    {
     "id": "start",
     "type": "event",
     "event": "start"
    },
    {
     "id": "draft-contract",
     "type": "task",
     "name": "契約書ドラフト作成",
     "actor-role": "coo",
     "authority-required": "sign-contract",
     "sla-days": 5
    },
    {
     "id": "legal-review",
     "type": "task",
     "name": "法務・条項審査",
     "actor-role": "coo",
     "authority-required": "sign-contract",
     "sla-days": 10
    },
    {
     "id": "material-gate",
     "type": "gateway",
     "name": "重要契約?",
     "gateway": "xor"
    },
    {
     "id": "cfo-review",
     "type": "task",
     "name": "財務条件審査",
     "actor-role": "cfo",
     "authority-required": "sign-contract",
     "sla-days": 5
    },
    {
     "id": "ceo-approval",
     "type": "task",
     "name": "CEO 契約承認",
     "actor-role": "ceo",
     "authority-required": "sign-contract",
     "sla-days": 3
    },
    {
     "id": "counterparty-signing",
     "type": "task",
     "name": "契約締結",
     "actor-role": "cfo",
     "authority-required": "sign-contract",
     "sla-days": 2
    },
    {
     "id": "contract-archive",
     "type": "task",
     "name": "契約書保管",
     "actor-role": "coo",
     "authority-required": "sign-contract",
     "sla-days": 2
    },
    {
     "id": "end",
     "type": "event",
     "event": "end"
    }
   ],
   "flows": [
    [
     "start",
     "draft-contract"
    ],
    [
     "draft-contract",
     "legal-review"
    ],
    [
     "legal-review",
     "material-gate"
    ],
    [
     "material-gate",
     "cfo-review"
    ],
    [
     "material-gate",
     "ceo-approval"
    ],
    [
     "cfo-review",
     "ceo-approval"
    ],
    [
     "ceo-approval",
     "counterparty-signing"
    ],
    [
     "counterparty-signing",
     "contract-archive"
    ],
    [
     "contract-archive",
     "end"
    ]
   ],
   "layout": {
    "bounds": {
     "start": {
      "x": 70,
      "y": 332,
      "width": 36,
      "height": 36,
      "layer": 0
     },
     "draft-contract": {
      "x": 320,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 1
     },
     "legal-review": {
      "x": 570,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 2
     },
     "material-gate": {
      "x": 820,
      "y": 325,
      "width": 50,
      "height": 50,
      "layer": 3
     },
     "cfo-review": {
      "x": 1070,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 4
     },
     "ceo-approval": {
      "x": 1320,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 5
     },
     "counterparty-signing": {
      "x": 1570,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 6
     },
     "contract-archive": {
      "x": 1820,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 7
     },
     "end": {
      "x": 2070,
      "y": 332,
      "width": 36,
      "height": 36,
      "layer": 8
     }
    },
    "edges": [
     {
      "id": "flow-1",
      "from": "start",
      "to": "draft-contract",
      "waypoints": [
       {
        "x": 106,
        "y": 350
       },
       {
        "x": 320,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-2",
      "from": "draft-contract",
      "to": "legal-review",
      "waypoints": [
       {
        "x": 470,
        "y": 350
       },
       {
        "x": 570,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-3",
      "from": "legal-review",
      "to": "material-gate",
      "waypoints": [
       {
        "x": 720,
        "y": 350
       },
       {
        "x": 820,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-4",
      "from": "material-gate",
      "to": "cfo-review",
      "waypoints": [
       {
        "x": 870,
        "y": 350
       },
       {
        "x": 1070,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-5",
      "from": "material-gate",
      "to": "ceo-approval",
      "waypoints": [
       {
        "x": 870,
        "y": 350
       },
       {
        "x": 1320,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-6",
      "from": "cfo-review",
      "to": "ceo-approval",
      "waypoints": [
       {
        "x": 1220,
        "y": 350
       },
       {
        "x": 1320,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-7",
      "from": "ceo-approval",
      "to": "counterparty-signing",
      "waypoints": [
       {
        "x": 1470,
        "y": 350
       },
       {
        "x": 1570,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-8",
      "from": "counterparty-signing",
      "to": "contract-archive",
      "waypoints": [
       {
        "x": 1720,
        "y": 350
       },
       {
        "x": 1820,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-9",
      "from": "contract-archive",
      "to": "end",
      "waypoints": [
       {
        "x": 1970,
        "y": 350
       },
       {
        "x": 2070,
        "y": 350
       }
      ]
     }
    ],
    "canvas": {
     "width": 2176,
     "height": 445
    }
   },
   "xml": "/org-data/bpmn/contract-review.bpmn.xml"
  },
  {
   "id": "incident-escalation",
   "name": "インシデントエスカレーションライフサイクル",
   "source": "docs/orgbrain/incident-escalation.bpmn.edn",
   "elements": [
    {
     "id": "start",
     "type": "event",
     "event": "start"
    },
    {
     "id": "detect-triage",
     "type": "task",
     "name": "インシデント検知・トリアージ",
     "actor-role": "it-admin",
     "sla-days": 1
    },
    {
     "id": "severity-gate",
     "type": "gateway",
     "name": "重大インシデント?",
     "gateway": "xor"
    },
    {
     "id": "activate-command",
     "type": "task",
     "name": "指揮本部設立・指揮官任命",
     "actor-role": "coo",
     "authority-required": "compliance",
     "sla-days": 1
    },
    {
     "id": "contain",
     "type": "task",
     "name": "封じ込め措置",
     "actor-role": "it-admin",
     "authority-required": "it-admin",
     "sla-days": 1
    },
    {
     "id": "ceo-notify",
     "type": "task",
     "name": "CEO・board 報告",
     "actor-role": "coo",
     "authority-required": "compliance",
     "sla-days": 1
    },
    {
     "id": "resolve-contain",
     "type": "task",
     "name": "封じ込め措置",
     "actor-role": "it-admin",
     "authority-required": "it-admin",
     "sla-days": 1
    },
    {
     "id": "recover",
     "type": "task",
     "name": "復旧・恒久対策",
     "actor-role": "cto",
     "authority-required": "it-admin",
     "sla-days": 7
    },
    {
     "id": "post-incident-review",
     "type": "task",
     "name": "事後レビュー",
     "actor-role": "coo",
     "authority-required": "compliance",
     "sla-days": 7
    },
    {
     "id": "regulatory-report",
     "type": "task",
     "name": "規制当局報告",
     "actor-role": "coo",
     "authority-required": "compliance",
     "sla-days": 7
    },
    {
     "id": "end",
     "type": "event",
     "event": "end"
    }
   ],
   "flows": [
    [
     "start",
     "detect-triage"
    ],
    [
     "detect-triage",
     "severity-gate"
    ],
    [
     "severity-gate",
     "activate-command"
    ],
    [
     "severity-gate",
     "resolve-contain"
    ],
    [
     "activate-command",
     "contain"
    ],
    [
     "contain",
     "ceo-notify"
    ],
    [
     "ceo-notify",
     "recover"
    ],
    [
     "resolve-contain",
     "recover"
    ],
    [
     "recover",
     "post-incident-review"
    ],
    [
     "post-incident-review",
     "regulatory-report"
    ],
    [
     "regulatory-report",
     "end"
    ]
   ],
   "layout": {
    "bounds": {
     "start": {
      "x": 70,
      "y": 332,
      "width": 36,
      "height": 36,
      "layer": 0
     },
     "detect-triage": {
      "x": 320,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 1
     },
     "severity-gate": {
      "x": 570,
      "y": 325,
      "width": 50,
      "height": 50,
      "layer": 2
     },
     "activate-command": {
      "x": 820,
      "y": 250,
      "width": 150,
      "height": 70,
      "layer": 3
     },
     "resolve-contain": {
      "x": 820,
      "y": 380,
      "width": 150,
      "height": 70,
      "layer": 3
     },
     "contain": {
      "x": 1070,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 4
     },
     "ceo-notify": {
      "x": 1320,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 5
     },
     "recover": {
      "x": 1570,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 6
     },
     "post-incident-review": {
      "x": 1820,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 7
     },
     "regulatory-report": {
      "x": 2070,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 8
     },
     "end": {
      "x": 2320,
      "y": 332,
      "width": 36,
      "height": 36,
      "layer": 9
     }
    },
    "edges": [
     {
      "id": "flow-1",
      "from": "start",
      "to": "detect-triage",
      "waypoints": [
       {
        "x": 106,
        "y": 350
       },
       {
        "x": 320,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-2",
      "from": "detect-triage",
      "to": "severity-gate",
      "waypoints": [
       {
        "x": 470,
        "y": 350
       },
       {
        "x": 570,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-3",
      "from": "severity-gate",
      "to": "activate-command",
      "waypoints": [
       {
        "x": 620,
        "y": 350
       },
       {
        "x": 820,
        "y": 285
       }
      ]
     },
     {
      "id": "flow-4",
      "from": "severity-gate",
      "to": "resolve-contain",
      "waypoints": [
       {
        "x": 620,
        "y": 350
       },
       {
        "x": 820,
        "y": 415
       }
      ]
     },
     {
      "id": "flow-5",
      "from": "activate-command",
      "to": "contain",
      "waypoints": [
       {
        "x": 970,
        "y": 285
       },
       {
        "x": 1070,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-6",
      "from": "contain",
      "to": "ceo-notify",
      "waypoints": [
       {
        "x": 1220,
        "y": 350
       },
       {
        "x": 1320,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-7",
      "from": "ceo-notify",
      "to": "recover",
      "waypoints": [
       {
        "x": 1470,
        "y": 350
       },
       {
        "x": 1570,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-8",
      "from": "resolve-contain",
      "to": "recover",
      "waypoints": [
       {
        "x": 970,
        "y": 415
       },
       {
        "x": 1570,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-9",
      "from": "recover",
      "to": "post-incident-review",
      "waypoints": [
       {
        "x": 1720,
        "y": 350
       },
       {
        "x": 1820,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-10",
      "from": "post-incident-review",
      "to": "regulatory-report",
      "waypoints": [
       {
        "x": 1970,
        "y": 350
       },
       {
        "x": 2070,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-11",
      "from": "regulatory-report",
      "to": "end",
      "waypoints": [
       {
        "x": 2220,
        "y": 350
       },
       {
        "x": 2320,
        "y": 350
       }
      ]
     }
    ],
    "canvas": {
     "width": 2426,
     "height": 510
    }
   },
   "xml": "/org-data/bpmn/incident-escalation.bpmn.xml"
  },
  {
   "id": "incorporation",
   "name": "法人設立・組織変更",
   "source": "docs/orgbrain/incorporation.bpmn.edn",
   "elements": [
    {
     "id": "start",
     "type": "event",
     "event": "start"
    },
    {
     "id": "draft-articles",
     "type": "task",
     "name": "定款草案作成",
     "actor-role": "ceo",
     "authority-required": "sign-contract",
     "sla-days": 20
    },
    {
     "id": "notarize",
     "type": "task",
     "name": "定款認証",
     "actor-role": "board",
     "authority-required": "sign-contract",
     "sla-days": 10
    },
    {
     "id": "capital-payin",
     "type": "task",
     "name": "出資金払込み",
     "actor-role": "cfo",
     "authority-required": "approve-spend",
     "sla-days": 10
    },
    {
     "id": "register",
     "type": "task",
     "name": "法人登記",
     "actor-role": "ceo",
     "authority-required": "sign-contract",
     "sla-days": 5
    },
    {
     "id": "gov-notice",
     "type": "gateway",
     "name": "監督官庁届出要否?",
     "gateway": "xor"
    },
    {
     "id": "license-apply",
     "type": "task",
     "name": "許認可申請",
     "actor-role": "coo",
     "authority-required": "sign-contract",
     "sla-days": 30
    },
    {
     "id": "appoint-officers",
     "type": "task",
     "name": "役員選任",
     "actor-role": "board",
     "authority-required": "hire",
     "sla-days": 7
    },
    {
     "id": "open-bank",
     "type": "task",
     "name": "法人銀行口座開設",
     "actor-role": "cfo",
     "authority-required": "sign-contract",
     "sla-days": 7
    },
    {
     "id": "end",
     "type": "event",
     "event": "end"
    }
   ],
   "flows": [
    [
     "start",
     "draft-articles"
    ],
    [
     "draft-articles",
     "notarize"
    ],
    [
     "notarize",
     "capital-payin"
    ],
    [
     "capital-payin",
     "register"
    ],
    [
     "register",
     "gov-notice"
    ],
    [
     "gov-notice",
     "license-apply"
    ],
    [
     "gov-notice",
     "appoint-officers"
    ],
    [
     "license-apply",
     "open-bank"
    ],
    [
     "appoint-officers",
     "open-bank"
    ],
    [
     "open-bank",
     "end"
    ]
   ],
   "layout": {
    "bounds": {
     "start": {
      "x": 70,
      "y": 332,
      "width": 36,
      "height": 36,
      "layer": 0
     },
     "draft-articles": {
      "x": 320,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 1
     },
     "notarize": {
      "x": 570,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 2
     },
     "capital-payin": {
      "x": 820,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 3
     },
     "register": {
      "x": 1070,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 4
     },
     "gov-notice": {
      "x": 1320,
      "y": 325,
      "width": 50,
      "height": 50,
      "layer": 5
     },
     "license-apply": {
      "x": 1570,
      "y": 250,
      "width": 150,
      "height": 70,
      "layer": 6
     },
     "appoint-officers": {
      "x": 1570,
      "y": 380,
      "width": 150,
      "height": 70,
      "layer": 6
     },
     "open-bank": {
      "x": 1820,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 7
     },
     "end": {
      "x": 2070,
      "y": 332,
      "width": 36,
      "height": 36,
      "layer": 8
     }
    },
    "edges": [
     {
      "id": "flow-1",
      "from": "start",
      "to": "draft-articles",
      "waypoints": [
       {
        "x": 106,
        "y": 350
       },
       {
        "x": 320,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-2",
      "from": "draft-articles",
      "to": "notarize",
      "waypoints": [
       {
        "x": 470,
        "y": 350
       },
       {
        "x": 570,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-3",
      "from": "notarize",
      "to": "capital-payin",
      "waypoints": [
       {
        "x": 720,
        "y": 350
       },
       {
        "x": 820,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-4",
      "from": "capital-payin",
      "to": "register",
      "waypoints": [
       {
        "x": 970,
        "y": 350
       },
       {
        "x": 1070,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-5",
      "from": "register",
      "to": "gov-notice",
      "waypoints": [
       {
        "x": 1220,
        "y": 350
       },
       {
        "x": 1320,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-6",
      "from": "gov-notice",
      "to": "license-apply",
      "waypoints": [
       {
        "x": 1370,
        "y": 350
       },
       {
        "x": 1570,
        "y": 285
       }
      ]
     },
     {
      "id": "flow-7",
      "from": "gov-notice",
      "to": "appoint-officers",
      "waypoints": [
       {
        "x": 1370,
        "y": 350
       },
       {
        "x": 1570,
        "y": 415
       }
      ]
     },
     {
      "id": "flow-8",
      "from": "license-apply",
      "to": "open-bank",
      "waypoints": [
       {
        "x": 1720,
        "y": 285
       },
       {
        "x": 1820,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-9",
      "from": "appoint-officers",
      "to": "open-bank",
      "waypoints": [
       {
        "x": 1720,
        "y": 415
       },
       {
        "x": 1820,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-10",
      "from": "open-bank",
      "to": "end",
      "waypoints": [
       {
        "x": 1970,
        "y": 350
       },
       {
        "x": 2070,
        "y": 350
       }
      ]
     }
    ],
    "canvas": {
     "width": 2176,
     "height": 510
    }
   },
   "xml": "/org-data/bpmn/incorporation.bpmn.xml"
  },
  {
   "id": "invoice-to-payment",
   "name": "請求・支払ライフサイクル",
   "source": "docs/orgbrain/invoice-to-payment.bpmn.edn",
   "elements": [
    {
     "id": "start",
     "type": "event",
     "event": "start"
    },
    {
     "id": "invoice-issue",
     "type": "task",
     "name": "請求書作成・発行",
     "actor-role": "finance-staff",
     "authority-required": "approve-spend",
     "sla-days": 5
    },
    {
     "id": "ledger-reconcile",
     "type": "task",
     "name": "売掛・買掛照合",
     "actor-role": "finance-staff",
     "authority-required": "approve-spend",
     "sla-days": 5
    },
    {
     "id": "threshold-gate",
     "type": "gateway",
     "name": "承認閾値超?",
     "gateway": "xor"
    },
    {
     "id": "cfo-approval",
     "type": "task",
     "name": "CFO 支払承認",
     "actor-role": "cfo",
     "authority-required": "approve-spend",
     "sla-days": 3
    },
    {
     "id": "execute-payment",
     "type": "task",
     "name": "支払実行",
     "actor-role": "finance-staff",
     "authority-required": "approve-spend",
     "sla-days": 2
    },
    {
     "id": "monthly-close",
     "type": "task",
     "name": "月次決算照合",
     "actor-role": "cfo",
     "authority-required": "approve-spend",
     "sla-days": 10
    },
    {
     "id": "end",
     "type": "event",
     "event": "end"
    }
   ],
   "flows": [
    [
     "start",
     "invoice-issue"
    ],
    [
     "invoice-issue",
     "ledger-reconcile"
    ],
    [
     "ledger-reconcile",
     "threshold-gate"
    ],
    [
     "threshold-gate",
     "cfo-approval"
    ],
    [
     "threshold-gate",
     "monthly-close"
    ],
    [
     "cfo-approval",
     "execute-payment"
    ],
    [
     "execute-payment",
     "monthly-close"
    ],
    [
     "monthly-close",
     "end"
    ]
   ],
   "layout": {
    "bounds": {
     "start": {
      "x": 70,
      "y": 332,
      "width": 36,
      "height": 36,
      "layer": 0
     },
     "invoice-issue": {
      "x": 320,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 1
     },
     "ledger-reconcile": {
      "x": 570,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 2
     },
     "threshold-gate": {
      "x": 820,
      "y": 325,
      "width": 50,
      "height": 50,
      "layer": 3
     },
     "cfo-approval": {
      "x": 1070,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 4
     },
     "execute-payment": {
      "x": 1320,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 5
     },
     "monthly-close": {
      "x": 1570,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 6
     },
     "end": {
      "x": 1820,
      "y": 332,
      "width": 36,
      "height": 36,
      "layer": 7
     }
    },
    "edges": [
     {
      "id": "flow-1",
      "from": "start",
      "to": "invoice-issue",
      "waypoints": [
       {
        "x": 106,
        "y": 350
       },
       {
        "x": 320,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-2",
      "from": "invoice-issue",
      "to": "ledger-reconcile",
      "waypoints": [
       {
        "x": 470,
        "y": 350
       },
       {
        "x": 570,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-3",
      "from": "ledger-reconcile",
      "to": "threshold-gate",
      "waypoints": [
       {
        "x": 720,
        "y": 350
       },
       {
        "x": 820,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-4",
      "from": "threshold-gate",
      "to": "cfo-approval",
      "waypoints": [
       {
        "x": 870,
        "y": 350
       },
       {
        "x": 1070,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-5",
      "from": "threshold-gate",
      "to": "monthly-close",
      "waypoints": [
       {
        "x": 870,
        "y": 350
       },
       {
        "x": 1570,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-6",
      "from": "cfo-approval",
      "to": "execute-payment",
      "waypoints": [
       {
        "x": 1220,
        "y": 350
       },
       {
        "x": 1320,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-7",
      "from": "execute-payment",
      "to": "monthly-close",
      "waypoints": [
       {
        "x": 1470,
        "y": 350
       },
       {
        "x": 1570,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-8",
      "from": "monthly-close",
      "to": "end",
      "waypoints": [
       {
        "x": 1720,
        "y": 350
       },
       {
        "x": 1820,
        "y": 350
       }
      ]
     }
    ],
    "canvas": {
     "width": 1926,
     "height": 445
    }
   },
   "xml": "/org-data/bpmn/invoice-to-payment.bpmn.xml"
  },
  {
   "id": "it-access-provisioning",
   "name": "アクセス権プロビジョニングライフサイクル",
   "source": "docs/orgbrain/it-access-provisioning.bpmn.edn",
   "elements": [
    {
     "id": "start",
     "type": "event",
     "event": "start"
    },
    {
     "id": "request-access",
     "type": "task",
     "name": "アクセス申請受理",
     "actor-role": "hr-manager",
     "sla-days": 2
    },
    {
     "id": "privilege-gate",
     "type": "gateway",
     "name": "特権アクセス?",
     "gateway": "xor"
    },
    {
     "id": "approve-privileged",
     "type": "task",
     "name": "特権昇格承認",
     "actor-role": "cto",
     "authority-required": "it-admin",
     "sla-days": 3
    },
    {
     "id": "provision-account",
     "type": "task",
     "name": "アカウント作成・権限付与",
     "actor-role": "it-admin",
     "authority-required": "it-admin",
     "sla-days": 2
    },
    {
     "id": "verify-mfa",
     "type": "task",
     "name": "MFA・端末登録確認",
     "actor-role": "it-admin",
     "authority-required": "it-admin",
     "sla-days": 1
    },
    {
     "id": "review-timer",
     "type": "event",
     "event": "timer",
     "name": "四半期レビュー"
    },
    {
     "id": "access-review",
     "type": "task",
     "name": "四半期アクセスレビュー",
     "actor-role": "cto",
     "authority-required": "it-admin",
     "sla-days": 30
    },
    {
     "id": "revoke-stale",
     "type": "task",
     "name": "遊休権限剥奪",
     "actor-role": "it-admin",
     "authority-required": "it-admin",
     "sla-days": 5
    },
    {
     "id": "end",
     "type": "event",
     "event": "end"
    }
   ],
   "flows": [
    [
     "start",
     "request-access"
    ],
    [
     "request-access",
     "privilege-gate"
    ],
    [
     "privilege-gate",
     "approve-privileged"
    ],
    [
     "privilege-gate",
     "provision-account"
    ],
    [
     "approve-privileged",
     "provision-account"
    ],
    [
     "provision-account",
     "verify-mfa"
    ],
    [
     "verify-mfa",
     "end"
    ],
    [
     "review-timer",
     "access-review"
    ],
    [
     "access-review",
     "revoke-stale"
    ],
    [
     "revoke-stale",
     "end"
    ]
   ],
   "layout": {
    "bounds": {
     "start": {
      "x": 70,
      "y": 267,
      "width": 36,
      "height": 36,
      "layer": 0
     },
     "review-timer": {
      "x": 70,
      "y": 397,
      "width": 36,
      "height": 36,
      "layer": 0
     },
     "request-access": {
      "x": 320,
      "y": 250,
      "width": 150,
      "height": 70,
      "layer": 1
     },
     "access-review": {
      "x": 320,
      "y": 380,
      "width": 150,
      "height": 70,
      "layer": 1
     },
     "privilege-gate": {
      "x": 570,
      "y": 250,
      "width": 50,
      "height": 50,
      "layer": 2
     },
     "revoke-stale": {
      "x": 570,
      "y": 380,
      "width": 150,
      "height": 70,
      "layer": 2
     },
     "approve-privileged": {
      "x": 820,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 3
     },
     "provision-account": {
      "x": 1070,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 4
     },
     "verify-mfa": {
      "x": 1320,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 5
     },
     "end": {
      "x": 1570,
      "y": 332,
      "width": 36,
      "height": 36,
      "layer": 6
     }
    },
    "edges": [
     {
      "id": "flow-1",
      "from": "start",
      "to": "request-access",
      "waypoints": [
       {
        "x": 106,
        "y": 285
       },
       {
        "x": 320,
        "y": 285
       }
      ]
     },
     {
      "id": "flow-2",
      "from": "request-access",
      "to": "privilege-gate",
      "waypoints": [
       {
        "x": 470,
        "y": 285
       },
       {
        "x": 570,
        "y": 275
       }
      ]
     },
     {
      "id": "flow-3",
      "from": "privilege-gate",
      "to": "approve-privileged",
      "waypoints": [
       {
        "x": 620,
        "y": 275
       },
       {
        "x": 820,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-4",
      "from": "privilege-gate",
      "to": "provision-account",
      "waypoints": [
       {
        "x": 620,
        "y": 275
       },
       {
        "x": 1070,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-5",
      "from": "approve-privileged",
      "to": "provision-account",
      "waypoints": [
       {
        "x": 970,
        "y": 350
       },
       {
        "x": 1070,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-6",
      "from": "provision-account",
      "to": "verify-mfa",
      "waypoints": [
       {
        "x": 1220,
        "y": 350
       },
       {
        "x": 1320,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-7",
      "from": "verify-mfa",
      "to": "end",
      "waypoints": [
       {
        "x": 1470,
        "y": 350
       },
       {
        "x": 1570,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-8",
      "from": "review-timer",
      "to": "access-review",
      "waypoints": [
       {
        "x": 106,
        "y": 415
       },
       {
        "x": 320,
        "y": 415
       }
      ]
     },
     {
      "id": "flow-9",
      "from": "access-review",
      "to": "revoke-stale",
      "waypoints": [
       {
        "x": 470,
        "y": 415
       },
       {
        "x": 570,
        "y": 415
       }
      ]
     },
     {
      "id": "flow-10",
      "from": "revoke-stale",
      "to": "end",
      "waypoints": [
       {
        "x": 720,
        "y": 415
       },
       {
        "x": 1570,
        "y": 350
       }
      ]
     }
    ],
    "canvas": {
     "width": 1676,
     "height": 510
    }
   },
   "xml": "/org-data/bpmn/it-access-provisioning.bpmn.xml"
  },
  {
   "id": "onboarding-offboarding",
   "name": "入退社ライフサイクル",
   "source": "docs/orgbrain/onboarding-offboarding.bpmn.edn",
   "elements": [
    {
     "id": "start",
     "type": "event",
     "event": "start"
    },
    {
     "id": "entry-or-exit",
     "type": "gateway",
     "name": "新規入社 or 退職?",
     "gateway": "xor"
    },
    {
     "id": "offer-approval",
     "type": "task",
     "name": "採用最終承認",
     "actor-role": "coo",
     "authority-required": "hire",
     "sla-days": 7
    },
    {
     "id": "labor-contract",
     "type": "task",
     "name": "雇用契約締結",
     "actor-role": "ceo",
     "authority-required": "sign-contract",
     "sla-days": 7
    },
    {
     "id": "it-setup",
     "type": "task",
     "name": "アカウント・機材払出",
     "actor-role": "it-admin",
     "authority-required": "it-admin",
     "sla-days": 3
    },
    {
     "id": "payroll-register",
     "type": "task",
     "name": "給与台帳登録",
     "actor-role": "finance-staff",
     "authority-required": "approve-spend",
     "sla-days": 3
    },
    {
     "id": "exit-approval",
     "type": "task",
     "name": "退職承認",
     "actor-role": "coo",
     "authority-required": "sign-contract",
     "sla-days": 7
    },
    {
     "id": "revoke-access",
     "type": "task",
     "name": "権限剥奪・備品回収",
     "actor-role": "it-admin",
     "authority-required": "it-admin",
     "sla-days": 3
    },
    {
     "id": "final-pay",
     "type": "task",
     "name": "最終給与・精算",
     "actor-role": "finance-staff",
     "authority-required": "approve-spend",
     "sla-days": 14
    },
    {
     "id": "end",
     "type": "event",
     "event": "end"
    }
   ],
   "flows": [
    [
     "start",
     "entry-or-exit"
    ],
    [
     "entry-or-exit",
     "offer-approval"
    ],
    [
     "entry-or-exit",
     "exit-approval"
    ],
    [
     "offer-approval",
     "labor-contract"
    ],
    [
     "labor-contract",
     "it-setup"
    ],
    [
     "it-setup",
     "payroll-register"
    ],
    [
     "payroll-register",
     "end"
    ],
    [
     "exit-approval",
     "revoke-access"
    ],
    [
     "revoke-access",
     "final-pay"
    ],
    [
     "final-pay",
     "end"
    ]
   ],
   "layout": {
    "bounds": {
     "start": {
      "x": 70,
      "y": 332,
      "width": 36,
      "height": 36,
      "layer": 0
     },
     "entry-or-exit": {
      "x": 320,
      "y": 325,
      "width": 50,
      "height": 50,
      "layer": 1
     },
     "offer-approval": {
      "x": 570,
      "y": 250,
      "width": 150,
      "height": 70,
      "layer": 2
     },
     "exit-approval": {
      "x": 570,
      "y": 380,
      "width": 150,
      "height": 70,
      "layer": 2
     },
     "labor-contract": {
      "x": 820,
      "y": 250,
      "width": 150,
      "height": 70,
      "layer": 3
     },
     "revoke-access": {
      "x": 820,
      "y": 380,
      "width": 150,
      "height": 70,
      "layer": 3
     },
     "it-setup": {
      "x": 1070,
      "y": 250,
      "width": 150,
      "height": 70,
      "layer": 4
     },
     "final-pay": {
      "x": 1070,
      "y": 380,
      "width": 150,
      "height": 70,
      "layer": 4
     },
     "payroll-register": {
      "x": 1320,
      "y": 315,
      "width": 150,
      "height": 70,
      "layer": 5
     },
     "end": {
      "x": 1570,
      "y": 332,
      "width": 36,
      "height": 36,
      "layer": 6
     }
    },
    "edges": [
     {
      "id": "flow-1",
      "from": "start",
      "to": "entry-or-exit",
      "waypoints": [
       {
        "x": 106,
        "y": 350
       },
       {
        "x": 320,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-2",
      "from": "entry-or-exit",
      "to": "offer-approval",
      "waypoints": [
       {
        "x": 370,
        "y": 350
       },
       {
        "x": 570,
        "y": 285
       }
      ]
     },
     {
      "id": "flow-3",
      "from": "entry-or-exit",
      "to": "exit-approval",
      "waypoints": [
       {
        "x": 370,
        "y": 350
       },
       {
        "x": 570,
        "y": 415
       }
      ]
     },
     {
      "id": "flow-4",
      "from": "offer-approval",
      "to": "labor-contract",
      "waypoints": [
       {
        "x": 720,
        "y": 285
       },
       {
        "x": 820,
        "y": 285
       }
      ]
     },
     {
      "id": "flow-5",
      "from": "labor-contract",
      "to": "it-setup",
      "waypoints": [
       {
        "x": 970,
        "y": 285
       },
       {
        "x": 1070,
        "y": 285
       }
      ]
     },
     {
      "id": "flow-6",
      "from": "it-setup",
      "to": "payroll-register",
      "waypoints": [
       {
        "x": 1220,
        "y": 285
       },
       {
        "x": 1320,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-7",
      "from": "payroll-register",
      "to": "end",
      "waypoints": [
       {
        "x": 1470,
        "y": 350
       },
       {
        "x": 1570,
        "y": 350
       }
      ]
     },
     {
      "id": "flow-8",
      "from": "exit-approval",
      "to": "revoke-access",
      "waypoints": [
       {
        "x": 720,
        "y": 415
       },
       {
        "x": 820,
        "y": 415
       }
      ]
     },
     {
      "id": "flow-9",
      "from": "revoke-access",
      "to": "final-pay",
      "waypoints": [
       {
        "x": 970,
        "y": 415
       },
       {
        "x": 1070,
        "y": 415
       }
      ]
     },
     {
      "id": "flow-10",
      "from": "final-pay",
      "to": "end",
      "waypoints": [
       {
        "x": 1220,
        "y": 415
       },
       {
        "x": 1570,
        "y": 350
       }
      ]
     }
    ],
    "canvas": {
     "width": 1676,
     "height": 510
    }
   },
   "xml": "/org-data/bpmn/onboarding-offboarding.bpmn.xml"
  }
 ]
}