create-stories

Generates implementable game story files from parsed epic docs, GDD requirements, ADRs, and control manifest.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JunnnnyWon/Codex-Game-Studios --skill create-stories-junnnnywon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-stories
Source: https://github.com/JunnnnyWon/Codex-Game-Studios/tree/main/.claude/skills/create-stories
Command: npx skills add https://github.com/JunnnnyWon/Codex-Game-Studios --skill create-stories-junnnnywon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the decomposition of a single epic into implementable, production-ready story files by parsing the epic docs, the GDD requirements, governing ADRs, and the control manifest.

Core Features & Use Cases

  • Automates per-epic story generation, creating Story files that map to GDD requirements, ADR guidance, acceptance criteria, and test evidence paths.
  • Enforces governance by embedding ADR decisions, ensuring TR-ID mapping, and validating ADR existence before story creation.
  • Outputs to production/epics/[epic-slug]/ with a clear, traceable structure that supports subsequent steps in the workflow.
  • Supports QA readiness by organizing story metadata, types, and references for review.

Quick Start

Run /create-stories [epic-slug] to generate the initial production/epics/[epic-slug]/ stories for the chosen epic.

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 an epic into actionable game development stories?

To break down an epic into actionable game development stories, use an automated decomposition process that parses epic docs, GDD requirements, governing ADRs, and the control manifest to generate production-ready story artifacts with TR-IDs and acceptance criteria.

What is epic decomposition in a game development workflow?

Epic decomposition in a game development workflow is the process of parsing a single epic alongside GDD requirements and ADRs to produce implementable story files mapped with TR-IDs, acceptance criteria, and test evidence paths.

Do I need existing ADRs and a control manifest to generate story files?

Yes, you need existing ADRs and a control manifest to generate story files, because the process validates ADR existence and embeds ADR decisions to enforce governance before creating the stories.

How does ADR governance apply to generated story artifacts?

ADR governance applies to generated story artifacts by embedding ADR decisions directly into the stories, validating ADR existence before creation, and ensuring TR-ID mapping aligns with the control manifest.

What is the best way to map TR-IDs for game development epics?

The best way to map TR-IDs for game development epics is to automate TR-ID mapping during story generation, ensuring each output story file in the production/epics directory contains traceable references to GDD requirements.

When should I not use automated epic decomposition for story generation?

You should not use automated epic decomposition when your epic lacks governing ADRs or a validated control manifest, as the process requires these inputs to enforce governance and map TR-IDs correctly.