release-generate-all-stories

Batch-generate user story files from release notes using a Gherkin template.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the bulk creation of user story files from multiple release notes, ensuring consistent naming and structure.

Core Features & Use Cases

  • Batch processes all releases in docs/specs/releases and generates a story file per feature
  • Uses assets/story-gherkin-template.md to enforce a consistent story structure
  • Maintains release references in the generated notes and supports idempotent execution

Quick Start

Run the skill to scan docs/specs/releases and generate corresponding story files in docs/specs/stories in alphabetical release order.

Frequently Asked Questions about release-generate-all-stories

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

FAQPage Schema
How do I batch generate user stories from multiple release notes?▼

To batch generate user stories from release notes, the Skill scans docs/specs/releases and outputs structured story files in docs/specs/stories. It processes releases in alphabetical order, applying a Gherkin template to enforce consistent naming and structure across all generated files.

What is the best way to ensure consistent Gherkin structure across generated story files?▼

Ensuring consistent Gherkin structure across story files requires using a single output template like assets/story-gherkin-template.md. The Skill applies this template to every generated file, maintaining uniform naming conventions and structural formatting automatically during batch processing.

Can I automate story generation without overwriting existing story files?▼

Yes, you can automate story generation without overwriting existing files because the Skill honors idempotency rules. It supports configurable overwrite or skip behavior, ensuring non-destructive edits and deterministic output when regenerating stories from updated release notes.

Does this story generation tool work with projects that have multiple releases?▼

This story generation tool works specifically with projects that have multiple releases. It batch processes every release note found in docs/specs/releases, generating a corresponding user story file for each feature while maintaining release references within the output documentation.

What template do I need to set up before generating user stories in bulk?▼

Before generating user stories in bulk, you need to set up assets/story-gherkin-template.md as your output template. This file acts as the single structural source, defining the Gherkin format and naming conventions applied to all stories written to docs/specs/stories.