Post
Building interconnected mechanics that create depth greater than the sum of their parts.
Systems design is the discipline of creating game mechanics that interact with each other in meaningful ways. Instead of designing features in isolation (combat system, crafting system, economy system), a systems designer thinks about how they connect -- does crafting create items that affect combat? Does combat generate resources for the economy? Does the economy influence what you craft? When systems talk to each other, they create emergent depth that no single system could provide alone. The challenge is managing complexity so that interconnection creates richness rather than chaos.
Example
Breath of the Wild is the modern systems design bible. Fire, wind, electricity, magnetism, temperature, and physics all interact organically. Set grass on fire and the updraft lets you paraglide. Drop a metal weapon during a thunderstorm and it attracts lightning. Immersive sims like Deus Ex and Prey follow the same philosophy -- every system is a tool the player can combine creatively.
Why it matters
Systems design is what separates games with 'depth' from games with 'content.' You can ship a hundred disconnected features and the game still feels shallow. Or you can ship ten interconnected systems and players will find emergent interactions for years. It's the thinking that produces 'the game within the game.'
Related concepts