II.
LibraryProcess JSON
Structured · livelib-process:electrical-engineering--bms-design
bms-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:electrical-engineering--bms-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "bms-design",
"description": "Battery Management System Design - Guide the design of BMS for lithium-ion and other battery chemistries.\nCovers cell monitoring, balancing, state estimation (SOC/SOH), thermal management, and safety protection.",
"libraryPath": "library/specializations/domains/science/electrical-engineering/bms-design.js",
"specialization": "electrical-engineering",
"references": [
"- IEC 62619 (Secondary Lithium Cells for Industrial Applications)\n- UL 2580 (Batteries for Electric Vehicles)\n- ISO 12405 (Lithium-ion Traction Battery Packs)\n- SAE J2464 (EV Battery Abuse Testing)"
],
"example": "const result = await orchestrate('specializations/domains/science/electrical-engineering/bms-design', {\n bmsName: 'EV Battery Pack BMS',\n batteryConfig: { cells: '96s4p', chemistry: 'NMC', capacity: '60kWh' },\n requirements: { voltage: '400V', current: '300A', accuracy: '1%' },\n chemistry: 'lithium-nmc'\n});",
"usesAgents": [
"battery-systems-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:electrical-engineering--bms-design",
"to": "skill-area:hardware-abstraction-layer",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--bms-design",
"to": "skill-area:device-drivers",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--bms-design",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:electrical-engineering--bms-design",
"to": "domain:electrical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--bms-design",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--bms-design",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--bms-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--bms-design",
"to": "specialization:electrical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:electrical-engineering--bms-design",
"to": "lib-agent:automotive-engineering--battery-systems-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}