iiRecord
Agentic AI Atlas · employee-exit-offboarding
lib-process:human-resources--employee-exit-offboardinga5c.ai
II.
LibraryProcess JSON

lib-process:human-resources--employee-exit-offboarding

Structured · live

employee-exit-offboarding 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:human-resources--employee-exit-offboarding",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "employee-exit-offboarding",
    "description": "Comprehensive process for managing employee separations including voluntary\nresignations, involuntary terminations, retirements, and reductions in force while ensuring\ncompliance, knowledge transfer, and positive departing employee experience.",
    "libraryPath": "library/specializations/domains/business/human-resources/employee-exit-offboarding.js",
    "specialization": "human-resources",
    "references": [
      [
        "SHRM Employee Offboarding Best Practices"
      ],
      [
        "WARN Act Requirements"
      ],
      [
        "COBRA Administration Guidelines"
      ],
      [
        "State Final Pay Requirements"
      ]
    ],
    "example": "const result = await process({\n  organizationContext: { industry: 'technology', size: 'mid-market' },\n  separationDetails: { type: 'voluntary', reason: 'resignation', noticePeriod: 14 },\n  knowledgeTransfer: { criticalKnowledge: true }\n});",
    "usesAgents": [
      "hr-generalist",
      "hr-compliance-specialist",
      "talent-management-specialist",
      "hr-communications-specialist",
      "payroll-benefits-specialist",
      "it-security-specialist",
      "facilities-specialist",
      "hr-analyst"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:human-resources--employee-exit-offboarding",
      "to": "skill-area:talent-acquisition-strategy",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:human-resources--employee-exit-offboarding",
      "to": "skill-area:performance-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:human-resources--employee-exit-offboarding",
      "to": "skill-area:organizational-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:human-resources--employee-exit-offboarding",
      "to": "skill-area:learning-development",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:human-resources--employee-exit-offboarding",
      "to": "domain:human-resources",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:human-resources--employee-exit-offboarding",
      "to": "role:hr-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:human-resources--employee-exit-offboarding",
      "to": "role:talent-recruiter",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:human-resources--employee-exit-offboarding",
      "to": "workflow:talent-acquisition-pipeline",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:human-resources--employee-exit-offboarding",
      "to": "specialization:talent-management",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:human-resources--employee-exit-offboarding",
      "to": "specialization:human-resources",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}