II.
LibraryProcess JSON
Structured · livelib-process:game-development--art-asset-pipeline
specializations/game-development/art-asset-pipeline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:game-development--art-asset-pipeline",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/game-development/art-asset-pipeline",
"description": "Art Asset Production Pipeline Process - Establish and manage art production pipeline from concept\nto final implementation including style guides, asset creation workflows, optimization, and quality gates.",
"libraryPath": "library/specializations/game-development/art-asset-pipeline.js",
"specialization": "game-development",
"example": "const result = await orchestrate('specializations/game-development/art-asset-pipeline', {\n projectName: 'Stellar Odyssey',\n artStyle: 'stylized-realistic',\n targetPlatforms: ['PC', 'console']\n});",
"usesAgents": [
"art-director-agent",
"tech-artist-agent"
]
},
"outgoingEdges": [
{
"from": "lib-process:game-development--art-asset-pipeline",
"to": "skill-area:game-engine-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:game-development--art-asset-pipeline",
"to": "skill-area:gameplay-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:game-development--art-asset-pipeline",
"to": "domain:gaming",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:game-development--art-asset-pipeline",
"to": "role:game-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:game-development--art-asset-pipeline",
"to": "workflow:game-asset-pipeline",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:game-development--art-asset-pipeline",
"to": "specialization:game-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}