gds-agent-game-architect

Designs scalable game architectures, engine systems, and multiplayer infrastructure through a persona-driven agent.

6|Updated Aug 29, 2026
One-click install
npx skills add https://github.com/HordRicJr/Akomagni --skill gds-agent-game-architect-hordricjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-agent-game-architect
Source: https://github.com/HordRicJr/Akomagni/tree/main/bmad-core/.agents/skills/gds-agent-game-architect
Command: npx skills add https://github.com/HordRicJr/Akomagni --skill gds-agent-game-architect-hordricjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Game projects often fail because architecture decisions are made ad hoc or too late. This Skill activates Cloud Dragonborn, a Game Architect persona that guides you through designing scalable game architectures, engine systems, and multiplayer infrastructure before implementation begins. ## Core Features & Use Cases - Game Architecture Design: Produces a Scale-Adaptive Game Architecture aligned with your GDD pillars and target-platform constraints. - Project Context Generation: Creates an optimized project-context.md so AI agents stay consistent across the project. - Course Correction & Readiness Checks: Analyzes off-track implementations and verifies that GDD, UX, architecture, and epics are aligned before build-out. - Use Case: You are starting a multiplayer game and need to validate that your engine choice, networking model, and performance budgets will hold at 60fps. Invoke the Game Architect to produce the architecture document and readiness assessment. ## Quick Start Ask the Game Architect to design a scalable architecture for my multiplayer game concept.

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 design a scalable game architecture with an AI agent?

Invoke the Game Architect persona and select the GA menu item, which dispatches the gds-game-architecture skill to produce a Scale-Adaptive Game Architecture. The output is validated against your GDD pillars and target-platform constraints.

What can the Game Architect agent do in BMAD?

It offers four menu actions: produce a game architecture (GA), generate an optimized project-context.md (PC), run course-correction analysis (CC), and check implementation readiness across GDD, UX, architecture, and epics (IR).

Can I customize the Game Architect persona and menu?

Yes. The customize.toml file defines the agent's role, identity, communication style, principles, and menu. Team and user override files under _bmad/custom merge with these defaults using structural merge rules.

Does the Game Architect work without BMAD config files?

No. It loads configuration from _bmad/gds/config.yaml for user name and language settings, and resolves persona customization via the resolve_customization.py script or manual TOML merging if the script fails.

When should I use course correction versus implementation readiness?

Use course correction (CC) when implementation is already off-track and needs analysis. Use implementation readiness (IR) before building, to confirm GDD, UX, architecture, and epics are aligned.