iiRecord
Agentic AI Atlas · specializations/desktop-development/macos-features
lib-process:desktop-development--macos-featuresa5c.ai
II.
LibraryProcess JSON

lib-process:desktop-development--macos-features

Structured · live

specializations/desktop-development/macos-features 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--macos-features",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/desktop-development/macos-features",
    "description": "macOS-Specific Feature Implementation - Implement macOS-specific features including Touch Bar,\ndock integration, Handoff/Continuity, Spotlight integration, and Mac App Store preparation.",
    "libraryPath": "library/specializations/desktop-development/macos-features.js",
    "specialization": "desktop-development",
    "references": [
      "- Electron macOS: https://www.electronjs.org/docs/latest/tutorial/macos-dock",
      "- Apple Human Interface Guidelines: https://developer.apple.com/design/human-interface-guidelines/macos"
    ],
    "example": "const result = await orchestrate('specializations/desktop-development/macos-features', {\n  projectName: 'MyDesktopApp',\n  framework: 'Electron',\n  macosFeatures: ['touch-bar', 'dock-menu', 'handoff', 'spotlight', 'app-store']\n});",
    "usesAgents": [
      "macos-platform-expert",
      "touchbar-nstouchbar-builder",
      "macos-dock-badge-manager",
      "handoff-developer",
      "spotlight-developer",
      "tabs-developer",
      "mas-entitlements-generator",
      "macos-validator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:desktop-development--macos-features",
      "to": "skill-area:desktop-ui-frameworks",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--macos-features",
      "to": "skill-area:cross-platform-desktop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--macos-features",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--macos-features",
      "to": "role:desktop-developer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--macos-features",
      "to": "role:fullstack-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--macos-features",
      "to": "workflow:desktop-app-release",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--macos-features",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--macos-features",
      "to": "specialization:desktop-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--macos-features",
      "to": "lib-agent:desktop-development--macos-platform-expert",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}