create-stories

Decompose epics into game stories with YAML frontmatter metadata.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/nguyennd93/game_server_studio --skill create-stories-nguyennd93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-stories
Source: https://github.com/nguyennd93/game_server_studio/tree/main/.claude/skills/create-stories
Command: npx skills add https://github.com/nguyennd93/game_server_studio --skill create-stories-nguyennd93

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of detailed story files from high-level epics, streamlining the game development process and ensuring every implementable behavior is documented.

Core Features & Use Cases

  • Automated Story Generation: Breaks down epics into actionable story files with embedded GDD requirements, ADR guidance, and acceptance criteria.
  • Epic to Story Mapping: Ensures stories are created in the correct order and dependencies are managed.
  • QA Readiness: Integrates QA lead checks to ensure stories are ready for development.

Quick Start

Use the create-stories skill by running /create-stories [epic-slug].

Frequently Asked Questions about create-stories

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

FAQPage Schema
How do I break down game development epics into actionable stories?

Epic decomposition for game development is automated by generating detailed story files from high-level epics. The workflow maps dependencies and embeds GDD requirements, ADR guidance, and acceptance criteria into each story file.

What is the best way to map GDD requirements to game story files?

Mapping GDD requirements to game story files is handled using YAML frontmatter to define story metadata. This ensures every implementable behavior is documented with specific GDD requirement IDs and ADR references.

How do I execute the story creation workflow for a specific epic?

Executing the story creation workflow is done by running the create-stories command with an epic slug. This triggers script execution and file operations to automatically generate the mapped story files.

Does story creation integrate QA checks before development starts?

QA checks are integrated directly into the story creation process to ensure QA readiness. The workflow includes QA lead checks to verify that stories are fully prepared for development.

Can I use this for managing dependencies across multiple game stories?

Managing dependencies across game stories is supported during epic decomposition. The process ensures stories are created in the correct order and that all dependencies are properly managed before development.