II.
LibraryProcess JSON
Structured · livelib-process:project-management--change-control-management
change-control-management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:project-management--change-control-management",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "change-control-management",
"description": "Change Control Management - Establish and operate change control process including change\nrequest submission, impact assessment, CCB review, and implementation tracking.",
"libraryPath": "library/specializations/domains/business/project-management/change-control-management.js",
"specialization": "project-management",
"references": [
"- PMI Change Management: https://www.pmi.org/learning/library/change-management-project-performance-4297\n- PMBOK Change Control: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok"
],
"example": "const result = await orchestrate('specializations/domains/business/project-management/change-control-management', {\n projectName: 'Enterprise System Upgrade',\n changeRequest: { id: 'CR-2025-042', title: 'Add reporting module', requestor: 'Finance VP' },\n projectBaselines: { scope: {...}, schedule: {...}, budget: {...} },\n stakeholders: [{ name: 'Project Sponsor', role: 'approver' }]\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:project-management--change-control-management",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--change-control-management",
"to": "skill-area:roadmap-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--change-control-management",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--change-control-management",
"to": "role:project-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--change-control-management",
"to": "role:scrum-master",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--change-control-management",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--change-control-management",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--change-control-management",
"to": "specialization:project-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}