iiRecord
Agentic AI Atlas · specializations/desktop-development/system-tray-integration
lib-process:desktop-development--system-tray-integrationa5c.ai
II.
LibraryProcess JSON

lib-process:desktop-development--system-tray-integration

Structured · live

specializations/desktop-development/system-tray-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:desktop-development--system-tray-integration",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/desktop-development/system-tray-integration",
    "description": "System Tray and Menu Bar Integration - Implement persistent system tray (Windows/Linux) or menu bar\n(macOS) presence; add context menus, notifications, show/hide functionality.",
    "libraryPath": "library/specializations/desktop-development/system-tray-integration.js",
    "specialization": "desktop-development",
    "references": [
      "- Electron Tray: https://www.electronjs.org/docs/latest/api/tray",
      "- Qt QSystemTrayIcon: https://doc.qt.io/qt-6/qsystemtrayicon.html"
    ],
    "example": "const result = await orchestrate('specializations/desktop-development/system-tray-integration', {\n  projectName: 'MyDesktopApp',\n  framework: 'Electron',\n  targetPlatforms: ['windows', 'macos', 'linux'],\n  trayFeatures: ['context-menu', 'notifications', 'show-hide', 'startup']\n});",
    "usesAgents": [
      "tray-analyst",
      "icon-designer",
      "electron-tray-menu-builder",
      "appkit-menu-bar-builder",
      "window-developer",
      "notification-developer",
      "startup-developer",
      "platform-adapter",
      "technical-writer",
      "tray-validator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:desktop-development--system-tray-integration",
      "to": "skill-area:desktop-ui-frameworks",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--system-tray-integration",
      "to": "skill-area:cross-platform-desktop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--system-tray-integration",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--system-tray-integration",
      "to": "role:desktop-developer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--system-tray-integration",
      "to": "role:fullstack-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--system-tray-integration",
      "to": "workflow:desktop-app-release",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--system-tray-integration",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--system-tray-integration",
      "to": "specialization:desktop-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--system-tray-integration",
      "to": "lib-agent:meta--technical-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}