II.
LibraryProcess JSON
Structured · livelib-process:aerospace-engineering--rocket-propulsion-design
rocket-propulsion-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:aerospace-engineering--rocket-propulsion-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "rocket-propulsion-design",
"description": "Complete workflow for rocket engine design including combustion analysis, nozzle design,\npropellant selection, and performance optimization.",
"libraryPath": "library/specializations/domains/science/aerospace-engineering/rocket-propulsion-design.js",
"specialization": "aerospace-engineering",
"references": [
"- Sutton: Rocket Propulsion Elements\n- NASA CEA (Chemical Equilibrium with Applications)\n- JANNAF Rocket Propulsion Guidelines\n- AIAA Liquid Propulsion Standards"
],
"example": "const result = await orchestrate('specializations/domains/science/aerospace-engineering/rocket-propulsion-design', {\n projectName: 'Upper Stage Engine Design',\n missionRequirements: { thrust: 100000, isp: 350, burnTime: 300 },\n engineType: 'liquid-bipropellant',\n propellantOptions: ['LOX/LH2', 'LOX/RP-1', 'LOX/CH4']\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:aerospace-engineering--rocket-propulsion-design",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--rocket-propulsion-design",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--rocket-propulsion-design",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:aerospace-engineering--rocket-propulsion-design",
"to": "domain:aerospace-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--rocket-propulsion-design",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--rocket-propulsion-design",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--rocket-propulsion-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--rocket-propulsion-design",
"to": "specialization:aerospace-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}