iiRecord
Agentic AI Atlas · specializations/mobile-development/beta-testing-setup
lib-process:mobile-development--beta-testing-setupa5c.ai
II.
LibraryProcess JSON

lib-process:mobile-development--beta-testing-setup

Structured · live

specializations/mobile-development/beta-testing-setup 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:mobile-development--beta-testing-setup",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/mobile-development/beta-testing-setup",
    "description": "Beta Testing Infrastructure Setup - Configure TestFlight for iOS and Google Play Testing\nfor Android with tester management, feedback collection, and crash reporting integration.",
    "libraryPath": "library/specializations/mobile-development/beta-testing-setup.js",
    "specialization": "mobile-development",
    "references": [
      "- TestFlight: https://developer.apple.com/testflight/",
      "- Google Play Testing: https://support.google.com/googleplay/android-developer/answer/9845334",
      "- Firebase App Distribution: https://firebase.google.com/docs/app-distribution"
    ],
    "example": "const result = await orchestrate('specializations/mobile-development/beta-testing-setup', {\n  appName: 'MyApp',\n  platforms: ['ios', 'android'],\n  testerGroups: ['internal', 'beta', 'external'],\n  feedbackChannels: ['in-app', 'email', 'slack']\n});",
    "usesAgents": [
      "mobile-testing"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:mobile-development--beta-testing-setup",
      "to": "skill-area:ios-native",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--beta-testing-setup",
      "to": "skill-area:android-native",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mobile-development--beta-testing-setup",
      "to": "topic:accessibility",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--beta-testing-setup",
      "to": "domain:mobile",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--beta-testing-setup",
      "to": "role:mobile-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--beta-testing-setup",
      "to": "workflow:mobile-app-submission",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--beta-testing-setup",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mobile-development--beta-testing-setup",
      "to": "workflow:mobile-beta-testing",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:mobile-development--beta-testing-setup",
      "to": "specialization:mobile-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}