design-system

Automate Game Design Document creation for game systems using Python and Markdown.

Updated May 16, 2026
One-click install
npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill design-system-seonghuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-system
Source: https://github.com/SeongHuni/LightNShadowSurviver/tree/main/GameStudio/codex/skills/design-system
Command: npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill design-system-seonghuni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of writing Game Design Documents (GDDs) for game systems, helping you to structure and organize your design process efficiently.

Core Features & Use Cases

  • Automated GDD Creation: Guided, section-by-section authoring of GDDs for a single game system.
  • Contextual Design: Gathers context from existing documents, cross-references dependencies, and writes incrementally to file.
  • Use Case: Use this Skill to author the GDD for your game's movement system, gathering information about dependencies and creating a comprehensive design document.

Quick Start

Invoke the 'design-system' skill with the system name you want to design, e.g., 'design-system movement'.

Frequently Asked Questions about design-system

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

FAQPage Schema
How do I automate game design document creation for specific systems?

Automate game design document creation by invoking the skill with a system name; it reads existing documentation, cross-references dependencies, and writes the GDD incrementally to a Markdown file.

What is the best way to structure a GDD for a game movement system?

Structure a GDD for a game movement system through guided, section-by-section authoring that gathers contextual design information and cross-references dependencies to organize the process efficiently.

How does cross-referencing dependencies work when writing a game system design document?

Cross-referencing dependencies works by reading existing game design files and context, linking related system information, and writing incrementally to ensure the design document remains accurate.

Do I need existing game design files to generate a system GDD?

Yes, generating a system GDD requires access to existing game design files and context to properly gather information, cross-reference dependencies, and automate the authoring process.

Can I use Python scripts to automate markdown output for game design documents?

Yes, you can use Python scripts to automate the authoring process, which outputs structured Markdown files for your game system design documents incrementally.

What are the limitations of automated game design document authoring?

Automated authoring focuses on a single game system per invocation and relies entirely on the quality of existing design files provided as context for cross-referencing dependencies accurately.