II.
LibraryProcess JSON
Structured · livelib-process:legal--compliance-program-development
compliance-program-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:legal--compliance-program-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "compliance-program-development",
"description": "Compliance Program Development - Design and implement comprehensive compliance program aligned with\nISO 37301, COSO framework, and DOJ evaluation criteria.",
"libraryPath": "library/specializations/domains/business/legal/compliance-program-development.js",
"specialization": "legal",
"references": [
"- ISO 37301 Compliance Management Systems: https://www.iso.org/standard/75080.html\n- COSO Internal Control Framework: https://www.coso.org/guidance-erm\n- DOJ Evaluation of Corporate Compliance Programs: https://www.justice.gov/criminal-fraud/page/file/937501/download\n- SCCE Compliance Program Elements: https://www.corporatecompliance.org/"
],
"example": "const result = await orchestrate('specializations/domains/business/legal/compliance-program-development', {\n organizationProfile: {\n name: 'Acme Corporation',\n industry: 'financial-services',\n size: 'large',\n geographies: ['US', 'EU', 'APAC']\n },\n regulatoryScope: ['anti-bribery', 'data-privacy', 'aml'],\n framework: 'ISO-37301',\n outputDir: 'compliance-program'\n});",
"usesAgents": [
"compliance-specialist",
"regulatory-specialist",
"compliance-risk-analyst"
]
},
"outgoingEdges": [
{
"from": "lib-process:legal--compliance-program-development",
"to": "skill-area:financial-regulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--compliance-program-development",
"to": "skill-area:compliance-automation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--compliance-program-development",
"to": "domain:legal",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--compliance-program-development",
"to": "role:legal-counsel",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--compliance-program-development",
"to": "role:compliance-officer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--compliance-program-development",
"to": "workflow:contract-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--compliance-program-development",
"to": "workflow:compliance-audit",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--compliance-program-development",
"to": "specialization:legal-compliance",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--compliance-program-development",
"to": "specialization:legal",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}