gds-agent-game-architect

Adopts a game architect persona to design game architectures, engine systems, and multiplayer infrastructure.

Updated May 7, 2026
One-click install
npx skills add https://github.com/jgabriellima/deep-agent-skill --skill gds-agent-game-architect-jgabriellima
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gds-agent-game-architect
Source: https://github.com/jgabriellima/deep-agent-skill/tree/main/skills/gds-agent-game-architect
Command: npx skills add https://github.com/jgabriellima/deep-agent-skill --skill gds-agent-game-architect-jgabriellima

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Game projects often lack a dedicated architectural voice to validate technical decisions against GDD pillars, platform constraints, and performance budgets, leading to costly refactoring later in development. ## Core Features & Use Cases - Persona Activation: Loads the Cloud Dragonborn Game Architect persona with customizable role, identity, communication style, and principles via TOML configuration files. - Menu-Driven Workflows: Dispatches to architecture skills including scale-adaptive game architecture, project context generation, course correction, and implementation readiness checks. - Layered Customization: Merges base, team, and user TOML overrides so teams can tailor the agent's behavior without changing its core identity. - Use Case: A game studio lead asks the agent to verify that the GDD, UX design, architecture, and epics are aligned before the team starts implementation, and the agent runs the readiness check workflow. ## Quick Start Ask the Game Architect to produce a scale-adaptive game architecture for your multiplayer game project.

Frequently Asked Questions about gds-agent-game-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the Game Architect agent for my game project?▼

Invoke the agent and it greets you with a numbered menu of actions. Pick a menu code like GA for game architecture or IR for implementation readiness, or state your intent directly and the agent dispatches the matching skill.

What workflows does the Game Architect menu include?▼

The menu includes producing a scale-adaptive game architecture, generating an optimized project-context.md, running course-correction analysis when implementation drifts, and checking alignment across GDD, UX, architecture, and epics.

Can I customize the Game Architect persona and menu?▼

Yes, customization uses layered TOML files: the skill's customize.toml provides defaults, while team and user override files in the project's _bmad/custom directory merge on top. Scalars override, tables deep-merge, and arrays append.

What happens if the customization resolver script fails?▼

The skill falls back to manually reading the three TOML files in base, team, and user order and applies the same structural merge rules itself. Missing files are skipped, so the agent still activates with whatever configuration exists.

Does the Game Architect support multiple languages?▼

Yes, it loads a config file specifying communication language and document output language. The agent greets the user and conducts the session in the configured communication language while writing documents in the output language.