Agent skill

user-story-generator

Generate and validate user stories from various inputs including requirements, research, and feature descriptions. Apply INVEST criteria validation, create acceptance criteria, split large stories, and convert between story formats.

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill user-story-generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Allowed tools: ReadGrepWriteBashEditGlob
Path: library/specializations/product-management/skills/user-story-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# User Story Generator Skill Generate well-formed user stories with INVEST validation, acceptance criteria, and story splitting from requirements and research inputs. ## Overview This skill provides comprehensive capabilities for creating and managing user stories throughout the product development lifecycle. It transforms requirements, research insights, and feature descriptions into actionable user stories ready for development. ## Capabilities ### Story Generation - Generate user stories from requirements descriptions - Convert feature specs to user stories - Create stories from research insights - Transform job stories to user stories and vice versa ### INVEST Validation - Independent: Story is self-contained - Negotiable: Details can be discussed - Valuable: Delivers user value - Estimable: Team can estimate effort - Small: Fits in a sprint - Testable: Has clear acceptance criteria ### Acceptance Criteria - Generate Given-When-Then criteria - Create verification checklists - Define edge cases and error conditions - Specify non-functional requirements ### Story Splitting - Split large stories into smaller ones - Maintain value in each split - Preserve story relationships - Trac

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Story Generation
  4. INVEST Validation
  5. Acceptance Criteria
  6. Story Splitting
  7. Story Estimation
  8. Prerequisites
  9. Input Formats
  10. Usage Patterns
  11. User Story Format
  12. User Story Generation Example
  13. INVEST Validation Template
  14. Story Splitting Patterns
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the user-story-generator skill do?

Generate and validate user stories from various inputs including requirements, research, and feature descriptions. Apply INVEST criteria validation, create acceptance criteria, split large stories, and convert between story formats.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill user-story-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going