gds-agent-game-architect

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

1|Updated Sep 18, 2026
One-click install
npx skills add https://github.com/PastaSus/egg-defender --skill gds-agent-game-architect-pastasus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-agent-game-architect
Source: https://github.com/PastaSus/egg-defender/tree/main/.agents/skills/gds-agent-game-architect
Command: npx skills add https://github.com/PastaSus/egg-defender --skill gds-agent-game-architect-pastasus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Game projects often lack a dedicated architectural voice during planning, leading to systems that collapse under real load or require costly refactoring. This Skill activates Cloud Dragonborn, a Game Architect persona that guides technical architecture decisions, engine design, and multiplayer infrastructure planning. ## Core Features & Use Cases - Persona Activation: Loads a customizable Game Architect identity with configurable role, communication style, principles, and persistent facts merged from base, team, and user TOML files. - Menu-Driven Workflows: Dispatches to architecture workflows including scale-adaptive game architecture, project-context generation, course-correction analysis, and implementation-readiness checks. - Use Case: A game developer starting a new multiplayer title invokes the Game Architect to produce a scale-adaptive architecture document, then later returns for a course-correction analysis when implementation drifts from the plan. ## Quick Start Ask the agent to talk to Cloud Dragonborn the Game Architect and help design the architecture for your 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 activate the Game Architect persona?

Ask to talk to Cloud Dragonborn or request the Game Architect directly. The skill resolves its agent configuration, loads your project config for language and user name, greets you, and presents a numbered menu of architecture workflows.

What workflows does the Game Architect menu offer?

The menu includes four items: producing a scale-adaptive game architecture, generating an optimized project-context.md for AI agent consistency, running course-correction analysis, and checking implementation readiness across GDD, UX, architecture, and epics.

How do I customize the Game Architect persona behavior?

Create override TOML files at _bmad/custom/gds-agent-game-architect.toml for team settings or gds-agent-game-architect.user.toml for personal settings. Scalars override, tables deep-merge, and arrays append following the structural merge rules.

What happens if the customization resolver script fails?

The skill falls back to manually reading customize.toml plus team and user override files in base-to-user order, applying the same structural merge rules itself, so activation continues without the resolver script.

When should I use the course-correction analysis?

Use course-correction when implementation has drifted off-track from the planned architecture. It analyzes the gap between current implementation and intended design so you can realign before refactoring costs escalate.