iiRecord
Agentic AI Atlas · specializations/sdk-platform-development/api-documentation-system
lib-process:sdk-platform-development--api-documentation-systema5c.ai
II.
LibraryProcess JSON

lib-process:sdk-platform-development--api-documentation-system

Structured · live

specializations/sdk-platform-development/api-documentation-system 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:sdk-platform-development--api-documentation-system",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/sdk-platform-development/api-documentation-system",
    "description": "API Documentation System - Implement comprehensive API documentation following Diataxis framework\nincluding getting started guides, conceptual guides, how-to guides, and interactive API reference.",
    "libraryPath": "library/specializations/sdk-platform-development/api-documentation-system.js",
    "specialization": "sdk-platform-development",
    "references": [
      "- Diataxis Documentation Framework: https://diataxis.fr/",
      "- Google Developer Documentation Style Guide: https://developers.google.com/style",
      "- Write the Docs: https://www.writethedocs.org/guide/"
    ],
    "example": "const result = await orchestrate('specializations/sdk-platform-development/api-documentation-system', {\n  projectName: 'CloudAPI',\n  apiSpecPath: './openapi.yaml',\n  documentationFramework: 'docusaurus',\n  interactiveConsole: true\n});",
    "usesAgents": [
      "dx-content-writer",
      "platform-architect",
      "tutorial-builder-agent"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:sdk-platform-development--api-documentation-system",
      "to": "skill-area:sdk-codegen",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:sdk-platform-development--api-documentation-system",
      "to": "skill-area:api-clients-sdks",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:sdk-platform-development--api-documentation-system",
      "to": "skill-area:api-doc-generation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:sdk-platform-development--api-documentation-system",
      "to": "topic:api-design",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:sdk-platform-development--api-documentation-system",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:sdk-platform-development--api-documentation-system",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:sdk-platform-development--api-documentation-system",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:sdk-platform-development--api-documentation-system",
      "to": "workflow:sdk-release-lifecycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:sdk-platform-development--api-documentation-system",
      "to": "specialization:sdk-platform-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:sdk-platform-development--api-documentation-system",
      "to": "lib-agent:sdk-platform-development--dx-content-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:sdk-platform-development--api-documentation-system",
      "to": "lib-agent:sdk-platform-development--platform-architect",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:sdk-platform-development--api-documentation-system",
      "to": "lib-agent:sdk-platform-development--tutorial-builder-agent",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}