What Is GDD?
GDD is shorthand used universally in the game industry. When a producer says "check the GDD," they mean the game design document that the team treats as the authoritative reference for design decisions. In practice, a GDD can range from a 10-page overview for a game jam project to a 200-page specification for a AAA title.
The term GDD sometimes refers to a single monolithic document, but modern teams often split it into multiple interconnected documents: a core GDD for high-level vision, separate docs for each major system (combat, economy, progression), and supporting reference sheets for balance data and content lists. This modular approach scales better for larger teams.
Regardless of format, the GDD serves two critical functions. First, it aligns the team on what they are building. Second, it creates an audit trail of design decisions. When a feature gets cut or a system gets redesigned six months in, the GDD history shows why the change was made and what the original intent was.
How Gameframe Handles This
Gameframe supports both monolithic and modular GDD structures. Create a single document or organize your design into multiple interconnected files within a vault. Each document is individually versioned, and entity extraction links references across documents automatically. Templates for common GDD formats are available out of the box.
Related Terms
Explore more game dev terminology
View Full Glossary