iiRecord
Agentic AI Atlas · adr-procedures
lib-process:legal--adr-proceduresa5c.ai
II.
LibraryProcess JSON

lib-process:legal--adr-procedures

Structured · live

adr-procedures json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:legal--adr-procedures",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "adr-procedures",
    "description": "Alternative Dispute Resolution (ADR) - Establish mediation and arbitration procedures as\nalternatives to litigation for efficient dispute resolution.",
    "libraryPath": "library/specializations/domains/business/legal/adr-procedures.js",
    "specialization": "legal",
    "references": [
      "- ICC Arbitration: https://iccwbo.org/business-solutions/model-contracts-clauses/\n- AAA Mediation: https://www.adr.org/\n- JAMS: https://www.jamsadr.com/"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/legal/adr-procedures', {\n  disputeId: 'DISP-2024-001',\n  adrType: 'mediation',\n  parties: ['Acme Corp', 'Beta Inc'],\n  outputDir: 'adr-proceedings'\n});",
    "usesAgents": [
      "legal-analyst"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:legal--adr-procedures",
      "to": "skill-area:financial-regulation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--adr-procedures",
      "to": "skill-area:compliance-automation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--adr-procedures",
      "to": "domain:legal",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--adr-procedures",
      "to": "role:legal-counsel",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--adr-procedures",
      "to": "role:compliance-officer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--adr-procedures",
      "to": "workflow:contract-lifecycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--adr-procedures",
      "to": "workflow:compliance-audit",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--adr-procedures",
      "to": "specialization:legal-compliance",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--adr-procedures",
      "to": "specialization:legal",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}