II.
LibraryProcess JSON
Structured · livelib-process:operations--spc-implementation
spc-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:operations--spc-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "spc-implementation",
"description": "Statistical Process Control Implementation Process - Implement control charts (X-bar R, I-MR, p-charts),\nestablish control limits, monitor process stability, and respond to special cause variation.",
"libraryPath": "library/specializations/domains/business/operations/spc-implementation.js",
"specialization": "operations",
"references": [
"- Montgomery, D.C. (2019). Introduction to Statistical Quality Control\n- Wheeler, D.J. (1995). Understanding Variation\n- Western Electric (1956). Statistical Quality Control Handbook"
],
"example": "const result = await orchestrate('specializations/domains/business/operations/spc-implementation', {\n processName: 'CNC Machining Diameter',\n measurementType: 'variable',\n subgroupSize: 5,\n specifications: { lsl: 24.95, usl: 25.05, target: 25.00 }\n});",
"usesAgents": [
"quality-engineer",
"msa-analyst",
"data-collector",
"spc-specialist",
"statistician",
"spc-analyst",
"capability-analyst",
"response-planner",
"training-developer",
"implementation-planner",
"report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:operations--spc-implementation",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--spc-implementation",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:operations--spc-implementation",
"to": "domain:operations",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--spc-implementation",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--spc-implementation",
"to": "role:procurement-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:operations--spc-implementation",
"to": "workflow:vendor-onboarding",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--spc-implementation",
"to": "workflow:vendor-evaluation",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:operations--spc-implementation",
"to": "specialization:operations",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}