II.
LibraryProcess JSON
Structured · livelib-process:sdk-platform-development--api-design-specification
specializations/sdk-platform-development/api-design-specification json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:sdk-platform-development--api-design-specification",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/sdk-platform-development/api-design-specification",
"description": "API Design Specification - Create comprehensive API design following RESTful, GraphQL, or gRPC best practices\nincluding resource-oriented design, URL conventions, request/response schemas, and error handling patterns.",
"libraryPath": "library/specializations/sdk-platform-development/api-design-specification.js",
"specialization": "sdk-platform-development",
"references": [
"- OpenAPI Specification: https://spec.openapis.org/oas/latest.html",
"- Google API Design Guide: https://cloud.google.com/apis/design",
"- Microsoft REST API Guidelines: https://github.com/microsoft/api-guidelines"
],
"example": "const result = await orchestrate('specializations/sdk-platform-development/api-design-specification', {\n projectName: 'CloudAPI',\n apiType: 'REST',\n resources: ['users', 'organizations', 'projects'],\n authMethods: ['api-key', 'oauth2'],\n versioningStrategy: 'url-path'\n});",
"usesAgents": [
"api-design-reviewer",
"error-message-reviewer",
"security-review-agent",
"compatibility-auditor",
"technical-writer-agent"
]
},
"outgoingEdges": [
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "skill-area:sdk-codegen",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "skill-area:api-clients-sdks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "topic:api-design",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "specialization:sdk-platform-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "lib-agent:sdk-platform-development--api-design-reviewer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "lib-agent:sdk-platform-development--error-message-reviewer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "lib-agent:sdk-platform-development--security-review-agent",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "lib-agent:sdk-platform-development--compatibility-auditor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:sdk-platform-development--api-design-specification",
"to": "lib-agent:sdk-platform-development--technical-writer-agent",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}