release-generate-stories

Generate one story file per feature from a release's Features section.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/dariopalminio/agile-sddf --skill release-generate-stories
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-generate-stories
Source: https://github.com/dariopalminio/agile-sddf/tree/main/.claude/skills/release-generate-stories
Command: npx skills add https://github.com/dariopalminio/agile-sddf --skill release-generate-stories

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Genera archivos de historia de usuario a partir de un release, automatizando la derivación de historias y asegurando trazabilidad desde el release hasta el backlog.

Core Features & Use Cases

  • Extrae features de la sección Features de un release y crea un archivo de historia por cada feature.
  • Aplica el template story-gherkin-template.md para estructurar las historias con escenarios y criterios de aceptación.
  • Gestiona nombres de archivos en formato kebab y evita colisiones con opciones de sobreescritura.

Quick Start

Provide the path to a release file (or just its name) to generate stories automatically.

Frequently Asked Questions about release-generate-stories

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

FAQPage Schema
How do I generate user stories from a release specification?

To generate user stories, provide the path to a release file containing a Features section. The system extracts each feature and produces one structured story file using a standard Gherkin template, without modifying the original release document.

Can I use Gherkin scenarios for agile story generation from existing docs?

Yes, agile story generation applies a Gherkin template to structure each feature with scenarios and acceptance criteria. This ensures derived stories maintain consistent formatting and traceability directly from the release documentation.

Does generating stories from a release file overwrite my original specs?

Generating stories from a release file does not overwrite or modify the original specs. The process reads the Features section and creates separate kebab-case story files, preserving the source release document entirely.

How are user story files named to avoid collisions during agile docs generation?

User story files are generated using kebab-case naming conventions to avoid collisions. This formatting standardizes the output structure and prevents file overwrites when deriving multiple stories from a single release.

What is the best way to structure acceptance criteria for auto-generated user stories?

The best way to structure acceptance criteria is using the story-gherkin-template.md asset. It automatically formats each generated user story with standard Gherkin scenarios, ensuring consistent behavioral definitions across the backlog.

Do I need a specific release format to trigger automatic story generation?

You need a release document containing a dedicated Features section to trigger story generation. The process scans this specific structure to extract features and create corresponding individual story files.