create-stories

Decomposes epics into actionable story files (.md format) based on ADRs and TR-registry data.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill create-stories-lordkuper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-stories
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/create-stories
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill create-stories-lordkuper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks a large epic into actionable, implementable stories, ensuring traceability from GDDs, governing ADRs, and control manifests to the development team.

Core Features & Use Cases

  • Break epics into smaller, story-sized tasks that map directly to GDD requirements, ADR guidance, and acceptance criteria.
  • Output generated stories as .ags/project/epics/[epic-slug]/story-NNN-[slug].md files in the proper dependency order so teams can implement them sequentially.
  • Run after /create-epics to generate the initial story set, then proceed with /story-readiness and /dev-story workflows.

Quick Start

Run /create-stories for a chosen epic slug after you have run /create-epics to generate the foundation epics.

Frequently Asked Questions about create-stories

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

FAQPage Schema
How do I break epics into actionable developer stories?

To break epics into actionable developer stories, decompose Foundation and Core epics by reading the epic's GDD, governing ADRs, and control manifest to ensure traceability. The process outputs individual story files in proper dependency order for sequential implementation.

What is epic traceability in project management?

Epic traceability in project management ensures each developer story maps directly to GDD requirements and ADR guidance. It links high-level epics to implementation tasks by using a TR-registry to map acceptance criteria and constraints to the generated stories.

Do I need ADRs on disk before generating stories from epics?

Yes, you need all referenced ADRs to exist on disk before generating stories from epics. The story generation process reads governing ADRs alongside the GDD and control manifest to ensure every output story adheres to established architectural decisions.

What file format are generated stories saved as?

Generated stories are saved as Markdown files using the naming convention story-NNN-[slug].md. They are organized within the .ags/project/epics/[epic-slug]/ directory structure to maintain project organization and dependency order.

How do I prepare epics for story generation?

To prepare epics for story generation, run the /create-epics workflow first to generate the foundation and core epics. Once epics are established, you can run /create-stories on a chosen epic slug to produce the initial implementable story set.

What workflow follows epic story generation?

After epic story generation, the workflow proceeds to /story-readiness and /dev-story. These downstream workflows take the generated story files and evaluate their implementation readiness before passing them to the development team.