II.
LibraryProcess JSON
Structured · livelib-process:embedded-systems--functional-safety-certification
specializations/embedded-systems/functional-safety-certification json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:embedded-systems--functional-safety-certification",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/embedded-systems/functional-safety-certification",
"description": "Functional Safety Certification - Preparing embedded systems for safety certifications like IEC 61508,\nISO 26262 (automotive), DO-178C (aerospace), and IEC 62304 (medical), including hazard analysis, safety requirements,\nand documentation.",
"libraryPath": "library/specializations/embedded-systems/functional-safety-certification.js",
"specialization": "embedded-systems",
"references": [
"- IEC 61508: https://www.iec.ch/functionalsafety",
"- ISO 26262: https://www.iso.org/standard/68383.html",
"- Functional Safety: https://www.embedded.com/functional-safety-in-embedded-systems/"
],
"example": "const result = await orchestrate('specializations/embedded-systems/functional-safety-certification', {\n projectName: 'BrakeController',\n safetyStandard: 'ISO26262',\n targetSil: 'ASIL-D'\n});",
"usesAgents": [
"safety-compliance-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:embedded-systems--functional-safety-certification",
"to": "skill-area:rtos-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--functional-safety-certification",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:embedded-systems--functional-safety-certification",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--functional-safety-certification",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--functional-safety-certification",
"to": "workflow:firmware-release-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--functional-safety-certification",
"to": "specialization:embedded-systems",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--functional-safety-certification",
"to": "lib-agent:embedded-systems--safety-compliance-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}