II.
LibraryProcess JSON
Structured · livelib-process:industrial-engineering--workstation-design
workstation-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:industrial-engineering--workstation-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "workstation-design",
"description": "Workstation Design Optimization - Design or redesign workstations applying ergonomic principles\nto optimize human performance, comfort, and safety while meeting production requirements.",
"libraryPath": "library/specializations/domains/science/industrial-engineering/workstation-design.js",
"specialization": "industrial-engineering",
"references": [
"- Kroemer et al., Fitting the Human\n- Sanders & McCormick, Human Factors in Engineering and Design\n- Pheasant, Bodyspace: Anthropometry, Ergonomics and Design"
],
"example": "const result = await orchestrate('domains/science/industrial-engineering/workstation-design', {\n workstationType: 'Assembly workstation',\n tasks: ['component-insertion', 'soldering', 'inspection'],\n targetPopulation: { percentile: '5th-95th', gender: 'mixed' }\n});",
"usesAgents": [
"task-analyst",
"anthropometric-analyst",
"reach-zone-designer",
"presentation-designer",
"adjustability-designer",
"layout-designer",
"prototype-developer",
"user-tester",
"design-specifier"
]
},
"outgoingEdges": [
{
"from": "lib-process:industrial-engineering--workstation-design",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--workstation-design",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--workstation-design",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:industrial-engineering--workstation-design",
"to": "domain:industrial-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--workstation-design",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--workstation-design",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--workstation-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--workstation-design",
"to": "specialization:industrial-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:industrial-engineering--workstation-design",
"to": "lib-agent:shared--task-analyst",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}