II.
LibraryProcess JSON
Structured · livelib-process:embedded-systems--hw-sw-interface-specification
specializations/embedded-systems/hw-sw-interface-specification json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:embedded-systems--hw-sw-interface-specification",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/embedded-systems/hw-sw-interface-specification",
"description": "Hardware-Software Interface Specification - Creating detailed interface specifications between hardware and\nsoftware including register maps, memory-mapped I/O, pin assignments, timing requirements, and electrical characteristics.",
"libraryPath": "library/specializations/embedded-systems/hw-sw-interface-specification.js",
"specialization": "embedded-systems",
"references": [
"- Interface Design: https://embeddedartistry.com/blog/2017/02/06/embedded-driver-development-patterns/",
"- Register Maps: https://interrupt.memfault.com/blog/building-drivers-register-interface",
"- Hardware Abstraction: https://www.embedded.com/hardware-abstraction-layer-design/"
],
"example": "const result = await orchestrate('specializations/embedded-systems/hw-sw-interface-specification', {\n projectName: 'SensorBoard',\n targetMcu: 'STM32F4',\n peripherals: ['ADC', 'SPI_Flash', 'I2C_Sensor', 'GPIO_LEDs'],\n documentFormat: 'markdown'\n});",
"usesAgents": [
"hw-bringup-specialist",
"embedded-tech-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:embedded-systems--hw-sw-interface-specification",
"to": "skill-area:rtos-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--hw-sw-interface-specification",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:embedded-systems--hw-sw-interface-specification",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--hw-sw-interface-specification",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--hw-sw-interface-specification",
"to": "workflow:firmware-release-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--hw-sw-interface-specification",
"to": "specialization:embedded-systems",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--hw-sw-interface-specification",
"to": "lib-agent:embedded-systems--hw-bringup-specialist",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:embedded-systems--hw-sw-interface-specification",
"to": "lib-agent:embedded-systems--embedded-tech-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}