design-system

Guide game system design by drafting GDD sections incrementally.

Updated Feb 8, 2024
One-click install
npx skills add https://github.com/kay6198835/Game-RPG --skill design-system-kay6198835
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-system
Source: https://github.com/kay6198835/Game-RPG/tree/main/.claude/skills/design-system
Command: npx skills add https://github.com/kay6198835/Game-RPG --skill design-system-kay6198835

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guided, section-by-section GDD authoring for a single game system. It gathers context from existing docs, walks through each required section collaboratively, cross-references dependencies, and writes incrementally to file.

Core Features & Use Cases

  • Guided, section-by-section GDD authoring for a single game system.
  • Gathers context from existing docs, cross-references dependencies, and writes incrementally to file.
  • Supports retrofit design and non-retrofit flows with on-demand resource references.

Quick Start

Provide a system name to start the guided GDD authoring workflow.

Frequently Asked Questions about design-system

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

FAQPage Schema
How do I write a Game Design Document for a single system collaboratively?

Guided GDD authoring walks you through each required section collaboratively, gathering context from existing docs and writing updates incrementally to file.

What is the best way to document an existing game system for a retrofit design?

For retrofit design, the GDD authoring workflow supports non-retrofit and retrofit flows, cross-referencing dependencies and known facts to document an existing game system accurately.

How do I maintain consistency across related game systems during documentation?

Maintain consistency across related game systems by cross-referencing dependencies and known facts from the registry, ensuring the GDD reflects validated relationships and shared constraints.

Can I incrementally draft GDD sections and write them directly to a markdown file?

Yes, you can incrementally draft GDD sections and the workflow writes updates directly to design/gdd/[system-name].md, building the document progressively as you make decisions.

Do I need to provide a system name to start the GDD authoring workflow?

Yes, you need to provide a system name to start the guided GDD authoring workflow, which then validates dependencies and gathers context for that specific game system.

What are the limitations of guided GDD authoring for game design?

The guided GDD authoring focuses on a single game system at a time, requiring dependency validation and context gathering, which may not suit rapid prototyping without established system registries.