II.
LibraryProcess JSON
Structured · livelib-process:embedded-systems--power-consumption-profiling
specializations/embedded-systems/power-consumption-profiling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:embedded-systems--power-consumption-profiling",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/embedded-systems/power-consumption-profiling",
"description": "Power Consumption Profiling - Measuring and optimizing power usage across different operating modes\nusing power analyzers, implementing power management strategies, and validating battery life requirements for\nportable devices.",
"libraryPath": "library/specializations/embedded-systems/power-consumption-profiling.js",
"specialization": "embedded-systems",
"references": [
"- Power Management in Embedded Systems: https://www.embedded.com/power-management-in-embedded-systems/",
"- Low-Power Design: https://www.embedded.com/low-power-design-techniques-for-embedded-systems/",
"- Battery Life Estimation: https://interrupt.memfault.com/blog/measuring-battery-life"
],
"example": "const result = await orchestrate('specializations/embedded-systems/power-consumption-profiling', {\n projectName: 'WearableDevice',\n targetDevice: 'nRF52840',\n powerModes: ['active', 'idle', 'sleep', 'deep-sleep'],\n batteryCapacity: 250 // mAh\n});",
"usesAgents": [
"power-optimization-expert",
"embedded-tech-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:embedded-systems--power-consumption-profiling",
"to": "skill-area:rtos-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--power-consumption-profiling",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:embedded-systems--power-consumption-profiling",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--power-consumption-profiling",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--power-consumption-profiling",
"to": "workflow:firmware-release-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--power-consumption-profiling",
"to": "specialization:embedded-systems",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--power-consumption-profiling",
"to": "lib-agent:embedded-systems--power-optimization-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:embedded-systems--power-consumption-profiling",
"to": "lib-agent:embedded-systems--embedded-tech-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}