II.
LibraryProcess JSON
Structured · livelib-process:aerospace-engineering--propulsion-system-testing
propulsion-system-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:aerospace-engineering--propulsion-system-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "propulsion-system-testing",
"description": "Structured approach to propulsion system ground testing including test cell preparation,\ninstrumentation setup, data acquisition, and performance validation.",
"libraryPath": "library/specializations/domains/science/aerospace-engineering/propulsion-system-testing.js",
"specialization": "aerospace-engineering",
"references": [
"- SAE ARP1420: Gas Turbine Engine Test Practices\n- AIAA S-120: Engine Test Facility Standards\n- NASA Test Operations Guidelines"
],
"example": "const result = await orchestrate('specializations/domains/science/aerospace-engineering/propulsion-system-testing', {\n projectName: 'Turbofan Development Test',\n engineConfiguration: { type: 'turbofan', thrust: 25000 },\n testObjectives: ['performance-mapping', 'operability', 'durability'],\n testFacility: { name: 'Sea-Level Test Cell', altitude: false }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:aerospace-engineering--propulsion-system-testing",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--propulsion-system-testing",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--propulsion-system-testing",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:aerospace-engineering--propulsion-system-testing",
"to": "domain:aerospace-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--propulsion-system-testing",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--propulsion-system-testing",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--propulsion-system-testing",
"to": "workflow:simulation-validation-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--propulsion-system-testing",
"to": "specialization:aerospace-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}