II.
LibraryProcess JSON
Structured · livelib-process:industrial-engineering--spc-implementation
spc-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:industrial-engineering--spc-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "spc-implementation",
"description": "Statistical Process Control Implementation - Design and implement SPC systems to monitor process stability,\ndetect special cause variation, and enable data-driven process improvement.",
"libraryPath": "library/specializations/domains/science/industrial-engineering/spc-implementation.js",
"specialization": "industrial-engineering",
"references": [
"- Montgomery, Introduction to Statistical Quality Control\n- Wheeler, Understanding Statistical Process Control\n- AIAG SPC Manual"
],
"example": "const result = await orchestrate('domains/science/industrial-engineering/spc-implementation', {\n processName: 'CNC Machining - Bore Diameter',\n characteristics: ['diameter', 'surface-roughness'],\n targetCapability: 1.33\n});",
"usesAgents": [
"quality-engineer",
"msa-analyst",
"data-collector",
"stability-analyst",
"chart-selector",
"limits-calculator",
"capability-analyst",
"spc-setup-engineer",
"spc-trainer",
"ocap-developer"
]
},
"outgoingEdges": [
{
"from": "lib-process:industrial-engineering--spc-implementation",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--spc-implementation",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--spc-implementation",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:industrial-engineering--spc-implementation",
"to": "domain:industrial-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--spc-implementation",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--spc-implementation",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--spc-implementation",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--spc-implementation",
"to": "specialization:industrial-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}