II.
LibraryProcess JSON
Structured · livelib-process:aerospace-engineering--composite-structure-design
composite-structure-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:aerospace-engineering--composite-structure-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "composite-structure-design",
"description": "Workflow for designing and analyzing composite aerospace structures including layup optimization,\nmanufacturing considerations, and certification evidence.",
"libraryPath": "library/specializations/domains/science/aerospace-engineering/composite-structure-design.js",
"specialization": "aerospace-engineering",
"references": [
"- MIL-HDBK-17 Composite Materials Handbook\n- CMH-17 (Rev G) Composite Materials Handbook\n- AC 20-107B Composite Aircraft Structure\n- ASTM D3039, D3518, D5528 Composite Test Standards"
],
"example": "const result = await orchestrate('specializations/domains/science/aerospace-engineering/composite-structure-design', {\n projectName: 'Horizontal Stabilizer Skin',\n componentDefinition: { type: 'skin-panel', geometry: 'curved' },\n loadRequirements: { type: 'compression-dominated' },\n materialSystem: 'IM7/8552'\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:aerospace-engineering--composite-structure-design",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--composite-structure-design",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--composite-structure-design",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:aerospace-engineering--composite-structure-design",
"to": "domain:aerospace-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--composite-structure-design",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--composite-structure-design",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--composite-structure-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--composite-structure-design",
"to": "specialization:aerospace-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}