iiRecord
Agentic AI Atlas · specializations/embedded-systems/rtos-integration
lib-process:embedded-systems--rtos-integrationa5c.ai
II.
LibraryProcess JSON

lib-process:embedded-systems--rtos-integration

Structured · live

specializations/embedded-systems/rtos-integration json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:embedded-systems--rtos-integration",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/embedded-systems/rtos-integration",
    "description": "RTOS Integration Process - Selecting, configuring, and integrating a Real-Time Operating System including\ntask creation, inter-task communication setup (queues, semaphores, mutexes), priority configuration, and memory management.",
    "libraryPath": "library/specializations/embedded-systems/rtos-integration.js",
    "specialization": "embedded-systems",
    "references": [
      "- FreeRTOS Documentation: https://www.freertos.org/Documentation/RTOS_book.html",
      "- Zephyr RTOS: https://docs.zephyrproject.org/latest/",
      "- RTOS Design Patterns: https://www.embedded.com/design-patterns-for-embedded-systems-in-c/"
    ],
    "example": "const result = await orchestrate('specializations/embedded-systems/rtos-integration', {\n  projectName: 'MotorController',\n  rtosName: 'FreeRTOS',\n  targetMcu: 'STM32F407VG',\n  taskCount: 5\n});",
    "usesAgents": [
      "rtos-expert",
      "firmware-architect",
      "embedded-tech-writer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:embedded-systems--rtos-integration",
      "to": "skill-area:rtos-programming",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:embedded-systems--rtos-integration",
      "to": "skill-area:firmware-development",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:embedded-systems--rtos-integration",
      "to": "skill-area:real-time-os",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:embedded-systems--rtos-integration",
      "to": "domain:embedded-systems",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:embedded-systems--rtos-integration",
      "to": "role:embedded-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:embedded-systems--rtos-integration",
      "to": "workflow:firmware-release-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:embedded-systems--rtos-integration",
      "to": "specialization:embedded-systems",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:embedded-systems--rtos-integration",
      "to": "lib-agent:embedded-systems--rtos-expert",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:embedded-systems--rtos-integration",
      "to": "lib-agent:embedded-systems--firmware-architect",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:embedded-systems--rtos-integration",
      "to": "lib-agent:embedded-systems--embedded-tech-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}