user-stories

Generate hierarchical task graphs from unstructured text prompts.

9|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/felipereisdev/user-stories-skill --skill user-stories-felipereisdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-stories
Source: https://github.com/felipereisdev/user-stories-skill/tree/main
Command: npx skills add https://github.com/felipereisdev/user-stories-skill --skill user-stories-felipereisdev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of analyzing a codebase and breaking down complex goals into small, manageable user stories with clear acceptance criteria, streamlining the planning phase of software development.

Core Features & Use Cases

  • Codebase Analysis: Understands project architecture, patterns, and existing code.
  • Atomic User Stories: Generates stories that are small, valuable, and testable.
  • Dependency Ordering: Ensures stories are logically sequenced for efficient development.
  • Acceptance Criteria: Provides clear, verifiable criteria for each story.
  • Output Formats: Supports both JSON and Gherkin (BDD) formats for flexibility.
  • Use Case: When planning a new feature like "implement user authentication with JWT", this Skill will analyze your project and output a series of user stories, each with specific acceptance criteria, ready for your development team.

Quick Start

Use the user-stories skill to break down the goal "implement user authentication with JWT" into actionable user stories.

Frequently Asked Questions about user-stories

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

FAQPage Schema
How do I break down a feature goal into atomic user stories with acceptance criteria?

To break down a feature goal into atomic user stories, this Skill analyzes your codebase architecture and patterns, then outputs small, testable stories with clear acceptance criteria and logical dependency ordering.

Can I generate Gherkin BDD scenarios from a high-level development goal?

Yes, you can generate Gherkin BDD scenarios from a high-level goal. This Skill analyzes your project and supports Gherkin output format, creating structured behavior-driven development scenarios for your development planning.

How does codebase analysis help with agile feature breakdown and planning?

Codebase analysis helps agile feature breakdown by understanding existing project architecture and patterns. This ensures generated user stories are logically sequenced for efficient development and fit your current code structure.

Does this user story generation tool output JSON for development planning workflows?

Yes, this user story generation tool outputs JSON formats for development planning workflows. It decomposes high-level goals into atomic stories with acceptance criteria, ready for integration into your project management pipeline.

What are the limitations of automated user story generation from codebases?

The main limitation of automated user story generation is that it operates via read-only, tool-assisted analysis. It safely examines your codebase without modifying files, meaning you must still manually execute the generated development tasks.