II.
LibraryProcess JSON
Structured · livelib-process:game-development--milestone-delivery
specializations/game-development/milestone-delivery json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:game-development--milestone-delivery",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/game-development/milestone-delivery",
"description": "Milestone Delivery Process - Prepare and deliver game builds for major milestones (alpha, beta, gold)\nwith bug triage, acceptance testing, stakeholder approval, and retrospective.",
"libraryPath": "library/specializations/game-development/milestone-delivery.js",
"specialization": "game-development",
"references": [
[
"Game Production Handbook by Heather Maxwell Chandler"
],
"- GDC: Milestone Management Best Practices"
],
"example": "const result = await orchestrate('specializations/game-development/milestone-delivery', {\n projectName: 'Stellar Odyssey',\n milestoneType: 'alpha',\n acceptanceCriteria: ['all-features-implemented', 'no-critical-bugs', 'performance-targets-met']\n});",
"usesAgents": [
"game-producer-agent",
"game-qa-agent",
"build-engineer-agent",
"technical-documentation-agent"
]
},
"outgoingEdges": [
{
"from": "lib-process:game-development--milestone-delivery",
"to": "skill-area:game-engine-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:game-development--milestone-delivery",
"to": "skill-area:gameplay-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:game-development--milestone-delivery",
"to": "domain:gaming",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:game-development--milestone-delivery",
"to": "role:game-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:game-development--milestone-delivery",
"to": "workflow:game-prototype-iteration",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:game-development--milestone-delivery",
"to": "specialization:game-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}