II.
LibraryProcess JSON
Structured · livelib-process:mechanical-engineering--dfm-review
dfm-review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:mechanical-engineering--dfm-review",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "dfm-review",
"description": "Design for Manufacturing (DFM) Review - Systematic evaluation of designs for manufacturability,\nincluding process selection, tooling requirements, cost drivers, and design modifications to improve\nproduction efficiency and quality. Covers machining, casting, forging, sheet metal, injection molding,\nand assembly considerations.",
"libraryPath": "library/specializations/domains/science/mechanical-engineering/dfm-review.js",
"specialization": "mechanical-engineering",
"references": [
"- Manufacturing Engineering and Technology: https://www.pearson.com/en-us/subject-catalog/p/manufacturing-engineering-and-technology/P200000003262\n- DFMA Software: https://www.dfma.com/\n- ASM Handbook Vol 20 - Materials Selection and Design: https://www.asminternational.org/\n- Fundamentals of Modern Manufacturing: https://www.wiley.com/en-us/Fundamentals+of+Modern+Manufacturing"
],
"example": "const result = await orchestrate('specializations/domains/science/mechanical-engineering/dfm-review', {\n projectName: 'Automotive Bracket Design',\n partNumber: 'BRK-2024-001',\n cadFiles: ['bracket_assembly.step', 'bracket_drawing.pdf'],\n manufacturingVolume: 'high', // 'prototype', 'low', 'medium', 'high'\n targetCost: 15.00,\n primaryProcess: 'die-casting',\n material: 'Aluminum A380'\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:mechanical-engineering--dfm-review",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--dfm-review",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--dfm-review",
"to": "skill-area:motion-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:mechanical-engineering--dfm-review",
"to": "domain:mechanical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--dfm-review",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--dfm-review",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--dfm-review",
"to": "workflow:code-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--dfm-review",
"to": "specialization:mechanical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}