create-stories

Decompose game development epics into story files with requirements and test cases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the decomposition of epics into implementable story files, streamlining the game development process and ensuring structured project management.

Core Features & Use Cases

  • Automated Story Decomposition: Breaks down epics into individual stories, complete with GDD requirements, ADR guidance, and acceptance criteria.
  • Custom Review Modes: Supports full, lean, and solo review modes to cater to different project needs.
  • QA Lead Integration: Ensures story readiness with QA lead involvement for review and test case generation.

Quick Start

Run the 'create-stories' skill with the epic slug or path, e.g., /create-stories combat or /create-stories production/epics/combat/EPIC.md.

Frequently Asked Questions about create-stories

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

FAQPage Schema
How do I automate story decomposition from epics for game development?

Story decomposition is automated by reading epic and GDD files, applying ADR guidance, and generating story files with detailed requirements, acceptance criteria, and test cases. You need structured data and valid ADR files present beforehand.

What is epic-to-story decomposition in game project management?

Epic-to-story decomposition is the process of breaking down large game development epics into individual, implementable stories. This ensures structured project management by enriching stories with GDD requirements and ADR guidance for development readiness.

Do I need ADR and GDD files ready before generating story files?

Yes, you need structured data, epic files, GDD files, and valid ADR files present in your repository. The automation reads these inputs to generate accurate story files with detailed requirements and test cases.

How do I run automated story generation for a specific epic?

Run the command with an epic slug or file path, such as `/create-stories combat` or by pointing to a specific `EPIC.md` file. The tool will read the epic and generate the corresponding story files.

Can I use different review modes for story generation in game development?

Yes, story generation supports full, lean, and solo review modes. These custom modes cater to different project needs, with QA lead integration available to ensure story readiness and generate test cases.

Why does my epic decomposition fail to generate stories?

Story generation fails when structured data and ADR files are not present or valid. The tool requires these inputs to successfully read epic and GDD files and apply the necessary architectural guidance.