iiRecord
Agentic AI Atlas · specializations/mobile-development/responsive-mobile-layout
lib-process:mobile-development--responsive-mobile-layouta5c.ai
II.
LibraryProcess JSON

lib-process:mobile-development--responsive-mobile-layout

Structured · live

specializations/mobile-development/responsive-mobile-layout 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--responsive-mobile-layout",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/mobile-development/responsive-mobile-layout",
    "description": "Responsive Mobile Layout Implementation - Build responsive layouts that adapt to different screen sizes,\norientations, and device types using platform-specific techniques and best practices.",
    "libraryPath": "library/specializations/mobile-development/responsive-mobile-layout.js",
    "specialization": "mobile-development",
    "references": [
      "- React Native Dimensions: https://reactnative.dev/docs/dimensions",
      "- Flutter LayoutBuilder: https://api.flutter.dev/flutter/widgets/LayoutBuilder-class.html",
      "- iOS Size Classes: https://developer.apple.com/design/human-interface-guidelines/layout"
    ],
    "example": "const result = await orchestrate('specializations/mobile-development/responsive-mobile-layout', {\n  appName: 'MyApp',\n  targetDevices: ['phone', 'tablet'],\n  orientations: ['portrait', 'landscape'],\n  framework: 'react-native',\n  breakpoints: { phone: 320, tablet: 768, desktop: 1024 }\n});",
    "usesAgents": [
      "mobile-ui-architect",
      "responsive-design",
      "mobile-ux-engineer",
      "mobile-typography-specialist",
      "mobile-qa-expert"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:mobile-development--responsive-mobile-layout",
      "to": "skill-area:ios-native",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--responsive-mobile-layout",
      "to": "skill-area:android-native",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mobile-development--responsive-mobile-layout",
      "to": "topic:accessibility",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--responsive-mobile-layout",
      "to": "topic:responsive-design",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mobile-development--responsive-mobile-layout",
      "to": "domain:mobile",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--responsive-mobile-layout",
      "to": "role:mobile-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--responsive-mobile-layout",
      "to": "workflow:mobile-app-submission",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--responsive-mobile-layout",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mobile-development--responsive-mobile-layout",
      "to": "specialization:mobile-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--responsive-mobile-layout",
      "to": "lib-agent:mobile-development--mobile-ux-engineer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:mobile-development--responsive-mobile-layout",
      "to": "lib-agent:mobile-development--mobile-qa-expert",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}