iiRecord
Agentic AI Atlas · specializations/desktop-development/native-notifications
lib-process:desktop-development--native-notificationsa5c.ai
II.
LibraryProcess JSON

lib-process:desktop-development--native-notifications

Structured · live

specializations/desktop-development/native-notifications 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--native-notifications",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/desktop-development/native-notifications",
    "description": "Native Notifications Implementation - Implement platform-native notification systems for Windows\n(Toast/Action Center), macOS (Notification Center), and Linux (libnotify/D-Bus).",
    "libraryPath": "library/specializations/desktop-development/native-notifications.js",
    "specialization": "desktop-development",
    "references": [
      "- Electron Notification: https://www.electronjs.org/docs/latest/api/notification",
      "- Windows Toast Notifications: https://docs.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/toast-notifications",
      "- macOS User Notifications: https://developer.apple.com/documentation/usernotifications"
    ],
    "example": "const result = await orchestrate('specializations/desktop-development/native-notifications', {\n  projectName: 'MyDesktopApp',\n  framework: 'Electron',\n  notificationTypes: ['basic', 'action', 'progress', 'scheduled'],\n  targetPlatforms: ['windows', 'macos', 'linux']\n});",
    "usesAgents": [
      "notification-analyst",
      "native-notification-builder",
      "native-notification-api-integrator",
      "action-notification-developer",
      "progress-notification-developer",
      "scheduled-notification-developer",
      "permissions-developer",
      "notification-validator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:desktop-development--native-notifications",
      "to": "skill-area:desktop-ui-frameworks",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--native-notifications",
      "to": "skill-area:cross-platform-desktop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--native-notifications",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--native-notifications",
      "to": "role:desktop-developer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--native-notifications",
      "to": "role:fullstack-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--native-notifications",
      "to": "workflow:desktop-app-release",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--native-notifications",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--native-notifications",
      "to": "specialization:desktop-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}