iiRecord
Agentic AI Atlas · idp-setup
lib-process:devops-sre-platform--idp-setupa5c.ai
II.
LibraryProcess JSON

lib-process:devops-sre-platform--idp-setup

Structured · live

idp-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:devops-sre-platform--idp-setup",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "idp-setup",
    "description": "Internal Developer Platform (IDP) Setup - Complete workflow for building a self-service\ninternal developer platform that empowers developers with self-service capabilities, standardized templates,\ngolden paths, observability integration, and comprehensive developer experience improvements.",
    "libraryPath": "library/specializations/devops-sre-platform/idp-setup.js",
    "specialization": "devops-sre-platform",
    "references": [
      "- Platform Engineering: https://platformengineering.org/\n- Backstage: https://backstage.io/\n- Team Topologies: https://teamtopologies.com/\n- CNCF Platform Engineering: https://tag-app-delivery.cncf.io/whitepapers/platforms/\n- Internal Developer Platform: https://internaldeveloperplatform.org/\n- Golden Paths: https://engineering.atspotify.com/2020/08/how-we-use-golden-paths-to-solve-fragmentation-in-our-software-ecosystem/"
    ],
    "example": "const result = await orchestrate('specializations/devops-sre-platform/idp-setup', {\n  projectName: 'Acme Internal Developer Platform',\n  platformScope: 'full-stack', // 'backend-only', 'full-stack', 'data-platform'\n  platformType: 'backstage', // 'backstage', 'custom', 'port'\n  targetAdoption: 80, // percentage of teams using platform\n  organization: {\n    teams: 10,\n    developers: 50,\n    existingServices: 30\n  },\n  requirements: {\n    selfServiceProvisioning: true,\n    serviceCatalog: true,\n    goldenPaths: true,\n    observabilityIntegration: true,\n    costTracking: true,\n    complianceReporting: true\n  }\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:devops-sre-platform--idp-setup",
      "to": "skill-area:configuration-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--idp-setup",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--idp-setup",
      "to": "topic:platform-engineering-practices",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:devops-sre-platform--idp-setup",
      "to": "domain:devops",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--idp-setup",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--idp-setup",
      "to": "workflow:engineering-onboarding",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--idp-setup",
      "to": "specialization:devops-sre-platform",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}