II.
LibraryProcess JSON
Structured · livelib-process:industrial-engineering--value-stream-mapping
value-stream-mapping json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:industrial-engineering--value-stream-mapping",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "value-stream-mapping",
"description": "Value Stream Mapping and Analysis - Create current and future state value stream maps to identify waste,\nimprove flow, and develop implementation plans for lean transformation.",
"libraryPath": "library/specializations/domains/science/industrial-engineering/value-stream-mapping.js",
"specialization": "industrial-engineering",
"references": [
"- Rother & Shook, Learning to See\n- Womack & Jones, Lean Thinking\n- Liker, The Toyota Way"
],
"example": "const result = await orchestrate('domains/science/industrial-engineering/value-stream-mapping', {\n productFamily: 'Widget Assembly Line',\n processScope: { start: 'raw-material', end: 'shipping' },\n currentMetrics: { leadTime: 15, valueAddedTime: 2 }\n});",
"usesAgents": [
"lean-analyst",
"process-observer",
"vsm-mapper",
"waste-analyst",
"future-state-designer",
"kaizen-planner",
"implementation-planner",
"metrics-designer"
]
},
"outgoingEdges": [
{
"from": "lib-process:industrial-engineering--value-stream-mapping",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--value-stream-mapping",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--value-stream-mapping",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:industrial-engineering--value-stream-mapping",
"to": "domain:industrial-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--value-stream-mapping",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--value-stream-mapping",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--value-stream-mapping",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--value-stream-mapping",
"to": "specialization:industrial-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}