iiRecord
Agentic AI Atlas · specializations/game-development/localization-process
lib-process:game-development--localization-processa5c.ai
II.
LibraryProcess JSON

lib-process:game-development--localization-process

Structured · live

specializations/game-development/localization-process 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:game-development--localization-process",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/game-development/localization-process",
    "description": "Game Localization Process - Prepare and implement localization for target markets including\ntext translation, audio localization, cultural adaptation, and localization QA testing.",
    "libraryPath": "library/specializations/game-development/localization-process.js",
    "specialization": "game-development",
    "example": "const result = await orchestrate('specializations/game-development/localization-process', {\n  projectName: 'Stellar Odyssey',\n  targetLanguages: ['en', 'fr', 'de', 'es', 'ja', 'zh-CN'],\n  localizationScope: 'full'\n});",
    "usesAgents": [
      "localization-coordinator-agent",
      "localization-tester-agent",
      "audio-designer-agent"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:game-development--localization-process",
      "to": "skill-area:game-engine-development",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:game-development--localization-process",
      "to": "skill-area:gameplay-programming",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:game-development--localization-process",
      "to": "domain:gaming",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:game-development--localization-process",
      "to": "role:game-developer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:game-development--localization-process",
      "to": "workflow:game-prototype-iteration",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:game-development--localization-process",
      "to": "specialization:game-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}