x-story-create

Generate feature-derived story markdown files linked to a target epic.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/edercnj/ia-dev-environment --skill x-story-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-story-create
Source: https://github.com/edercnj/ia-dev-environment/tree/main/src/main/resources/claude/skills/x-story-create
Command: npx skills add https://github.com/edercnj/ia-dev-environment --skill x-story-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts a Feature markdown into focused Story artifacts that are linked to a target epic, enabling faster delivery and consistent traceability with inherited RNFs.

Core Features & Use Cases

  • Generate 1-N Stories from a Feature artifact.
  • Bind generated stories to a specific epic via --epic-id, ensuring alignment.
  • Inherit and render RNFs from optional capability and product files into the resulting stories.
  • Omit upstream non-applicable sections to keep focus on Feature-derived stories.

Quick Start

Provide a Feature file and an epic ID, then run the skill with --from-feature and --epic-id to produce story markdowns.

Frequently Asked Questions about x-story-create

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

FAQPage Schema
How do I generate user stories from a feature markdown file?▼

To generate user stories from a feature markdown, provide the feature file and an epic ID, then run the skill with --from-feature and --epic-id to decompose the feature into linked story markdowns.

Can I bind generated stories to a specific epic ID?▼

Yes, you can bind generated stories to a specific epic by passing the target epic ID using the --epic-id parameter, ensuring alignment between the derived stories and the epic.

How are inherited RNFs handled when decomposing a feature into stories?▼

Inherited RNFs are preserved by rendering them from optional capability and product files directly into the resulting story artifacts, maintaining traceability across the feature decomposition.

What templates do I need to create feature-derived stories?▼

Creating feature-derived stories requires prerequisite .claude/templates and related SKILL.md references, which provide the structural foundation for generating the story markdown files.

Where are the generated story markdown files saved?▼

Generated story markdown files are output to the ai/epics directory, keeping the decomposed feature artifacts organized and linked to their target epic.

Does this story generation approach omit upstream non-applicable sections?▼

Yes, the story generation process omits upstream non-applicable sections to keep the focus strictly on feature-derived stories and avoid unnecessary content in the final artifacts.