iiRecord
Agentic AI Atlas · specializations/desktop-development/desktop-migration
lib-process:desktop-development--desktop-migrationa5c.ai
II.
LibraryProcess JSON

lib-process:desktop-development--desktop-migration

Structured · live

specializations/desktop-development/desktop-migration 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--desktop-migration",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/desktop-development/desktop-migration",
    "description": "Desktop Application Migration Strategy - Plan and execute migration from legacy desktop frameworks\n(WinForms, WPF, MFC) to modern solutions (Electron, Qt, Flutter, MAUI).",
    "libraryPath": "library/specializations/desktop-development/desktop-migration.js",
    "specialization": "desktop-development",
    "references": [
      "- Migration patterns: https://docs.microsoft.com/en-us/dotnet/architecture/modernize-desktop/",
      "- Electron migration: https://www.electronjs.org/docs/latest/tutorial/context-isolation"
    ],
    "example": "const result = await orchestrate('specializations/desktop-development/desktop-migration', {\n  projectName: 'LegacyApp',\n  sourceFramework: 'WPF',\n  targetFramework: 'Electron',\n  migrationScope: 'full'\n});",
    "usesAgents": [
      "codebase-analysis-tool",
      "cross-platform-abstraction-architect",
      "feature-analyst",
      "data-migration-planner",
      "strangler-pattern-planner",
      "risk-mitigation-planner",
      "migration-test-planner",
      "migration-documenter",
      "migration-validator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:desktop-development--desktop-migration",
      "to": "skill-area:desktop-ui-frameworks",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-migration",
      "to": "skill-area:cross-platform-desktop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-migration",
      "to": "skill-area:parallel-run-migration",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-migration",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-migration",
      "to": "role:desktop-developer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-migration",
      "to": "role:fullstack-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-migration",
      "to": "workflow:desktop-app-release",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-migration",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-migration",
      "to": "specialization:desktop-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-migration",
      "to": "lib-agent:desktop-development--cross-platform-abstraction-architect",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}