II.
LibraryProcess overview
Reference · livelib-process:game-development--milestone-delivery
specializations/game-development/milestone-delivery overview
Milestone Delivery Process - Prepare and deliver game builds for major milestones (alpha, beta, gold) with bug triage, acceptance testing, stakeholder approval, and retrospective.
Attributes
displayName
specializations/game-development/milestone-delivery
description
Milestone Delivery Process - Prepare and deliver game builds for major milestones (alpha, beta, gold)
with 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', {
projectName: 'Stellar Odyssey',
milestoneType: 'alpha',
acceptanceCriteria: ['all-features-implemented', 'no-critical-bugs', 'performance-targets-met']
});
usesAgents
- game-producer-agent
- game-qa-agent
- build-engineer-agent
- technical-documentation-agent
Outgoing edges
lib_applies_to_domain1
- domain:gaming·DomainGaming
lib_belongs_to_specialization1
- specialization:game-development·Specialization
lib_implements_workflow1
- workflow:game-prototype-iteration·WorkflowGame Prototype Iteration
lib_involves_role1
- role:game-developer·RoleGame Developer
lib_requires_skill_area2
- skill-area:game-engine-development·SkillAreaGame Engine Development
- skill-area:gameplay-programming·SkillAreaGameplay Programming
Incoming edges
None.