iiRecord
Agentic AI Atlas · legal-hold-implementation
lib-process:legal--legal-hold-implementationa5c.ai
II.
LibraryProcess JSON

lib-process:legal--legal-hold-implementation

Structured · live

legal-hold-implementation 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--legal-hold-implementation",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "legal-hold-implementation",
    "description": "Legal Hold Implementation - Establish legal hold procedures for document preservation including\ncustodian identification, hold issuance, and compliance monitoring.",
    "libraryPath": "library/specializations/domains/business/legal/legal-hold-implementation.js",
    "specialization": "legal",
    "references": [
      "- Relativity Legal Hold: https://www.relativity.com/\n- Sedona Conference: https://thesedonaconference.org/"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/legal/legal-hold-implementation', {\n  matterId: 'LIT-2024-001',\n  matterType: 'litigation',\n  custodians: ['john.smith@acme.com', 'jane.doe@acme.com'],\n  outputDir: 'legal-holds'\n});",
    "usesAgents": [
      "legal-analyst"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:legal--legal-hold-implementation",
      "to": "skill-area:financial-regulation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--legal-hold-implementation",
      "to": "skill-area:compliance-automation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--legal-hold-implementation",
      "to": "domain:legal",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--legal-hold-implementation",
      "to": "role:legal-counsel",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--legal-hold-implementation",
      "to": "role:compliance-officer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--legal-hold-implementation",
      "to": "workflow:contract-lifecycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--legal-hold-implementation",
      "to": "workflow:compliance-audit",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--legal-hold-implementation",
      "to": "specialization:legal-compliance",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--legal-hold-implementation",
      "to": "specialization:legal",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}