iiRecord
Agentic AI Atlas · contract-review-analysis
lib-process:legal--contract-review-analysisa5c.ai
II.
LibraryProcess JSON

lib-process:legal--contract-review-analysis

Structured · live

contract-review-analysis 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-review-analysis",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "contract-review-analysis",
    "description": "Contract Review and Analysis - Systematic contract review workflows with risk assessment,\nterm extraction, deviation tracking, and redline analysis for incoming and outgoing agreements.",
    "libraryPath": "library/specializations/domains/business/legal/contract-review-analysis.js",
    "specialization": "legal",
    "references": [
      "- WorldCC Contract Management Standards: https://www.worldcc.com/Resources/Contract-Management-Standards\n- ABA Contract Analysis: https://www.americanbar.org/\n- Legal AI Contract Review: https://www.kira.com/\n- Contract Analysis Best Practices: https://www.lawgeex.com/"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/legal/contract-review-analysis', {\n  contractPath: 'contracts/incoming/vendor-agreement-v3.docx',\n  contractType: 'vendor-services-agreement',\n  partyRole: 'customer',\n  reviewType: 'incoming',\n  playbook: 'standard-vendor-playbook',\n  outputDir: 'contract-reviews'\n});",
    "usesAgents": [
      "legal-analyst",
      "legal-risk-analyst"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:legal--contract-review-analysis",
      "to": "skill-area:financial-regulation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--contract-review-analysis",
      "to": "skill-area:compliance-automation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--contract-review-analysis",
      "to": "domain:legal",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--contract-review-analysis",
      "to": "role:legal-counsel",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--contract-review-analysis",
      "to": "role:compliance-officer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--contract-review-analysis",
      "to": "workflow:contract-lifecycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--contract-review-analysis",
      "to": "workflow:compliance-audit",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--contract-review-analysis",
      "to": "specialization:legal-compliance",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--contract-review-analysis",
      "to": "specialization:legal",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}