II.
LibraryProcess JSON
Structured · livelib-process:biomedical-engineering--dfma-medical-device
dfma-medical-device json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:biomedical-engineering--dfma-medical-device",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "dfma-medical-device",
"description": "Design for Manufacturing and Assembly (DFMA) - Optimize medical device designs for efficient,\nconsistent, and reliable manufacturing while maintaining quality and regulatory compliance.",
"libraryPath": "library/specializations/domains/science/biomedical-engineering/dfma-medical-device.js",
"specialization": "biomedical-engineering",
"references": [
"- DFMA Guidelines: https://www.dfma.com/\n- FDA Quality System Regulation 21 CFR 820\n- ISO 13485:2016 Section 7.3.3 Design and Development Outputs"
],
"example": "const result = await orchestrate('specializations/domains/science/biomedical-engineering/dfma-medical-device', {\n deviceName: 'Disposable Surgical Stapler',\n designOutputs: [{ component: 'Staple cartridge', material: 'Medical grade ABS' }],\n manufacturingProcesses: ['Injection molding', 'Assembly', 'Sterilization'],\n qualityRequirements: { defectRate: '<0.1%', cpk: '>1.33' }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:biomedical-engineering--dfma-medical-device",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--dfma-medical-device",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:biomedical-engineering--dfma-medical-device",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:biomedical-engineering--dfma-medical-device",
"to": "domain:biomedical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--dfma-medical-device",
"to": "role:biomedical-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--dfma-medical-device",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:biomedical-engineering--dfma-medical-device",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--dfma-medical-device",
"to": "workflow:peer-review-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:biomedical-engineering--dfma-medical-device",
"to": "specialization:biomedical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}