II.
LibraryProcess JSON
Structured · livelib-process:aerospace-engineering--mission-design-analysis
mission-design-analysis json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:aerospace-engineering--mission-design-analysis",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "mission-design-analysis",
"description": "Complete space mission design process including trajectory optimization, delta-V budgeting,\nlaunch window analysis, and mission timeline development.",
"libraryPath": "library/specializations/domains/science/aerospace-engineering/mission-design-analysis.js",
"specialization": "aerospace-engineering",
"references": [
"- NASA Mission Design Guidelines\n- GMAT (General Mission Analysis Tool)\n- STK (Systems Tool Kit) Documentation\n- Fundamentals of Astrodynamics (Bate, Mueller, White)"
],
"example": "const result = await orchestrate('specializations/domains/science/aerospace-engineering/mission-design-analysis', {\n projectName: 'Mars Sample Return',\n missionObjectives: { type: 'sample-return', target: 'Mars' },\n targetBody: 'Mars',\n constraints: { launchYear: [2026, 2028], maxDuration: 1000 }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:aerospace-engineering--mission-design-analysis",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--mission-design-analysis",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--mission-design-analysis",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:aerospace-engineering--mission-design-analysis",
"to": "domain:aerospace-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--mission-design-analysis",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--mission-design-analysis",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--mission-design-analysis",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--mission-design-analysis",
"to": "specialization:aerospace-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}