II.
LibraryProcess JSON
Structured · livelib-process:automotive-engineering--brake-system-development
brake-system-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:automotive-engineering--brake-system-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "brake-system-development",
"description": "Brake System Development - Develop brake systems including foundation brakes, electronic\nstability control (ESC), and regenerative braking integration for electrified vehicles.",
"libraryPath": "library/specializations/domains/science/automotive-engineering/brake-system-development.js",
"specialization": "automotive-engineering",
"references": [
"- FMVSS 135 Passenger Car Brake Systems\n- UN ECE R13H Braking Regulation\n- ISO 26867 ESC Performance Test"
],
"example": "const result = await orchestrate('specializations/domains/science/automotive-engineering/brake-system-development', {\n vehicleProgram: 'EV-SUV-2027',\n vehicleType: 'battery-electric',\n regenBraking: true,\n performanceTargets: { stoppingDistance: 35, pedalFeel: 8.0, regenRecovery: 0.3 }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:automotive-engineering--brake-system-development",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--brake-system-development",
"to": "skill-area:motion-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:automotive-engineering--brake-system-development",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:automotive-engineering--brake-system-development",
"to": "domain:automotive-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--brake-system-development",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--brake-system-development",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:automotive-engineering--brake-system-development",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--brake-system-development",
"to": "specialization:automotive-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}