iiRecord
Agentic AI Atlas · contract-obligation-tracking
lib-process:legal--contract-obligation-trackinga5c.ai
II.
LibraryProcess JSON

lib-process:legal--contract-obligation-tracking

Structured · live

contract-obligation-tracking 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--contract-obligation-tracking",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "contract-obligation-tracking",
    "description": "Contract Obligation Tracking - Automated obligation extraction and tracking system to ensure\ncompliance with contractual commitments and deadlines.",
    "libraryPath": "library/specializations/domains/business/legal/contract-obligation-tracking.js",
    "specialization": "legal",
    "references": [
      "- NCMA Contract Management Body of Knowledge: https://www.ncmahq.org/education-certification/cmbok\n- Contract Obligation Management: https://www.worldcc.com/\n- Icertis Obligation Management: https://www.icertis.com/"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/legal/contract-obligation-tracking', {\n  contractId: 'CTR-2024-001',\n  contractPath: 'contracts/executed/msa-acme-2024.pdf',\n  action: 'extract-and-track',\n  outputDir: 'obligation-tracking'\n});",
    "usesAgents": [
      "legal-analyst",
      "compliance-specialist"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:legal--contract-obligation-tracking",
      "to": "skill-area:financial-regulation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--contract-obligation-tracking",
      "to": "skill-area:compliance-automation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--contract-obligation-tracking",
      "to": "domain:legal",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--contract-obligation-tracking",
      "to": "role:legal-counsel",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--contract-obligation-tracking",
      "to": "role:compliance-officer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--contract-obligation-tracking",
      "to": "workflow:contract-lifecycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--contract-obligation-tracking",
      "to": "workflow:compliance-audit",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--contract-obligation-tracking",
      "to": "specialization:legal-compliance",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--contract-obligation-tracking",
      "to": "specialization:legal",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}