II.
LibraryProcess overview
Reference · livelib-process:game-development--game-production-planning
specializations/game-development/game-production-planning overview
Game Production Planning Process - Create comprehensive production plan with milestones, schedules, resource allocation, team structure, risk management, and tracking tools for successful game development delivery.
Attributes
displayName
specializations/game-development/game-production-planning
description
Game Production Planning Process - Create comprehensive production plan with milestones, schedules,
resource allocation, team structure, risk management, and tracking tools for successful game development delivery.
libraryPath
library/specializations/game-development/game-production-planning.js
specialization
game-development
references
- Agile Game Development with Scrum by Clinton Keith
- The Game Production Handbook by Heather Maxwell Chandler
- - Blood, Sweat, and Pixels by Jason Schreier
example
const result = await orchestrate('specializations/game-development/game-production-planning', {
projectName: 'Stellar Odyssey',
targetPlatforms: ['PC', 'PlayStation 5', 'Xbox Series X'],
teamSize: 25,
developmentDuration: '24 months',
milestones: ['vertical-slice', 'alpha', 'beta', 'gold']
});
usesAgents
- game-producer-agent
- scrum-master-games-agent
- technical-documentation-agent
Outgoing edges
lib_applies_to_domain1
- domain:gaming·DomainGaming
lib_belongs_to_specialization1
- specialization:game-development·Specialization
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.