II.
LibraryProcess JSON
Structured · livelib-process:industrial-engineering--standard-work-development
standard-work-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:industrial-engineering--standard-work-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "standard-work-development",
"description": "Standard Work Development - Document and implement standard work to establish the current best method,\nensure consistent quality, and provide a baseline for improvement.",
"libraryPath": "library/specializations/domains/science/industrial-engineering/standard-work-development.js",
"specialization": "industrial-engineering",
"references": [
"- Toyota Production System (Ohno)\n- Liker & Meier, Toyota Talent\n- Training Within Industry (TWI) methodology"
],
"example": "const result = await orchestrate('domains/science/industrial-engineering/standard-work-development', {\n processName: 'Final Assembly - Station 3',\n workArea: 'Assembly Line A',\n operators: ['operator1', 'operator2', 'operator3']\n});",
"usesAgents": [
"work-study-analyst",
"time-study-analyst",
"methods-engineer",
"combination-sheet-creator",
"layout-designer",
"job-instruction-writer",
"training-developer",
"competency-developer",
"audit-system-designer"
]
},
"outgoingEdges": [
{
"from": "lib-process:industrial-engineering--standard-work-development",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--standard-work-development",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--standard-work-development",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:industrial-engineering--standard-work-development",
"to": "domain:industrial-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--standard-work-development",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--standard-work-development",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--standard-work-development",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--standard-work-development",
"to": "specialization:industrial-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}