II.
LibraryProcess JSON
Structured · livelib-process:automotive-engineering--vehicle-architecture-definition
vehicle-architecture-definition json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:automotive-engineering--vehicle-architecture-definition",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "vehicle-architecture-definition",
"description": "Vehicle Architecture Definition - Define overall vehicle architecture including platform selection,\npackaging constraints, subsystem allocation, and interface specifications. Establish system boundaries and\nintegration requirements across mechanical, electrical, and software domains.",
"libraryPath": "library/specializations/domains/science/automotive-engineering/vehicle-architecture-definition.js",
"specialization": "automotive-engineering",
"references": [
"- ISO 26262 Automotive Functional Safety\n- INCOSE Systems Engineering Handbook\n- SAE J3061 Cybersecurity Guidebook\n- VDA Automotive SPICE"
],
"example": "const result = await orchestrate('specializations/domains/science/automotive-engineering/vehicle-architecture-definition', {\n vehicleProgram: 'EV-2027-Sedan',\n vehicleClass: 'D-Segment',\n targetMarkets: ['North America', 'Europe', 'China'],\n platformOptions: ['Dedicated EV Platform', 'Multi-Energy Platform'],\n performanceTargets: { range: 400, acceleration: 5.5, topSpeed: 200 }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:automotive-engineering--vehicle-architecture-definition",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--vehicle-architecture-definition",
"to": "skill-area:motion-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:automotive-engineering--vehicle-architecture-definition",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:automotive-engineering--vehicle-architecture-definition",
"to": "domain:automotive-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--vehicle-architecture-definition",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--vehicle-architecture-definition",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:automotive-engineering--vehicle-architecture-definition",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--vehicle-architecture-definition",
"to": "specialization:automotive-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}