create-stories

Generate story files with TR-ID, ADR guidance, and acceptance criteria from epic specifications.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/naxoruto/TE-limonchero-3d --skill create-stories-naxoruto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-stories
Source: https://github.com/naxoruto/TE-limonchero-3d/tree/main/.claude/skills/create-stories
Command: npx skills add https://github.com/naxoruto/TE-limonchero-3d --skill create-stories-naxoruto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks down an epic into implementable story files by reading the epic, its GDD, governing ADRs, and control manifest, and embedding traceable requirements in each story.

Core Features & Use Cases

  • Automatically parses epics, GDDs, ADRs, and the control manifest to generate per-epic story templates.
  • Embeds TR-ID, ADR guidance, acceptance criteria, story type, and test evidence path in each generated story.
  • Output location: production/epics/[epic-slug]/story-NNN-[slug].md, enabling seamless handoff to downstream steps.

Quick Start

Provide an epic slug or path to begin breaking an epic into stories.

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 ready-to-implement stories?

Breaking epics into ready-to-implement stories involves parsing epic specifications, GDDs, governing ADRs, and the control manifest to generate structured story templates. Each template embeds traceable requirements, acceptance criteria, and test evidence paths for production readiness.

What is epic to story generation in project management automation?

Epic to story generation is the process of transforming high-level epic specifications into a structured set of implementable story files. It embeds TR-ID, ADR guidance, acceptance criteria, story type, and test evidence paths directly into each generated story file.

How to generate story templates from a GDD and ADRs?

To generate story templates from a GDD and ADRs, apply this Skill after creating epics. It reads the epic's Game Design Document and governing Architectural Decision Records to produce production-ready story templates with embedded traceability identifiers.

Do I need a control manifest to generate stories from epics?

Yes, you need a control manifest to generate stories from epics. This Skill reads the control manifest alongside the epic's GDD and governing ADRs to ensure the generated story templates accurately reflect project constraints and traceable requirements.

Where are generated story files written when automating epic breakdown?

When automating epic breakdown, generated story files are written to the production directory at production/epics/[epic-slug]/story-NNN-[slug].md. This structured output location enables seamless handoff to downstream implementation steps.

What is the best way to add traceable requirements to story files?

The best way to add traceable requirements to story files is by automating generation from governing ADRs and a control manifest. This embeds TR-IDs, ADR guidance, acceptance criteria, and test evidence paths directly into each story template.