user-story-generator

Generate user stories with acceptance criteria from feature lists using Python templates.

54|21|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill user-story-generator-nhqvu2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-story-generator
Source: https://github.com/Nhqvu2005/VibeGravityKit/tree/main/VibeGravityKit/.agent/skills/user-story-generator
Command: npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill user-story-generator-nhqvu2005

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of standard user stories and their acceptance criteria from a list of features, streamlining the product definition process.

Core Features & Use Cases

  • Automated Story Generation: Converts feature names into formal "As a... I want to... So that..." user stories.
  • Acceptance Criteria: Automatically generates "Given... When... Then..." acceptance criteria for each story.
  • Use Case: When defining requirements for a new e-commerce feature like "Shopping Cart", this Skill can quickly generate stories for adding items, viewing the cart, and updating quantities, along with their testable criteria.

Quick Start

Use the user-story-generator skill to generate stories for the feature "Shopping Cart".

Frequently Asked Questions about user-story-generator

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

FAQPage Schema
How do I generate user stories and acceptance criteria from a list of features?

To generate user stories from features, input your feature list to automatically create standard "As a... I want to... So that..." stories and "Given... When... Then..." acceptance criteria.

What is the standard format for automated user story generation?

Automated user story generation typically outputs the standard "As a... I want to... So that..." format for stories and "Given... When... Then..." syntax for acceptance criteria.

Can I generate user stories for multiple features and roles at the same time?

Yes, you can generate user stories for multiple features and roles simultaneously, outputting the structured results in either a human-readable format or JSON data.

How do I create testable acceptance criteria for agile requirements?

Create testable acceptance criteria for agile requirements by converting feature names into structured "Given... When... Then..." statements through automated template generation.

Does this user story generator output JSON data for product management workflows?

Yes, the user story generator supports outputting generated user stories and acceptance criteria as JSON data for integration into product management workflows.