II.
LibraryProcess overview
Reference · livelib-process:game-development--game-concept-development
specializations/game-development/game-concept-development overview
Game Concept Development Process - Define and validate core game concept from initial idea to pitch-ready documentation including high concept, target audience analysis, market research, core gameplay loop definition, visual references, and initial Game Design Document (GDD) creation.
Attributes
displayName
specializations/game-development/game-concept-development
description
Game Concept Development Process - Define and validate core game concept from initial idea to pitch-ready
documentation including high concept, target audience analysis, market research, core gameplay loop definition,
visual references, and initial Game Design Document (GDD) creation.
libraryPath
library/specializations/game-development/game-concept-development.js
specialization
game-development
references
- - The Art of Game Design: A Book of Lenses by Jesse Schell
- Game Design Theory and Practice by Richard Rouse III
- - GDC Vault: Game Concept Development Talks
example
const result = await orchestrate('specializations/game-development/game-concept-development', {
conceptName: 'Stellar Odyssey',
genre: 'Action RPG',
targetPlatforms: ['PC', 'PlayStation 5', 'Xbox Series X'],
targetAudience: 'Core gamers 18-35',
inspirations: ['Dark Souls', 'Hades', 'Ori and the Blind Forest']
});
usesAgents
- game-designer-agent
- playtest-coordinator-agent
- art-director-agent
- gdd-writer-agent
- game-producer-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.