user-story

Convert scattered requirements into structured User Stories with measurable acceptance criteria.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/rachel353/fullty-plan --skill user-story-rachel353
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-story
Source: https://github.com/rachel353/fullty-plan/tree/main/.claude/skills/user-story
Command: npx skills add https://github.com/rachel353/fullty-plan --skill user-story-rachel353

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill transforms scattered requirements (quotes/, meeting_scripts/, appendix/) into structured User Stories with clear acceptance criteria, enabling precise planning and prioritization.

Core Features & Use Cases

  • Extract Actors, actions, and goals from requirements to form User Stories using the standard "As a [Actor], I want to [action], So that [benefit]" format.
  • Generate measurable Acceptance Criteria (AC), assign priorities (P1/P2/P3), and flag ambiguities for human review.
  • Produce outputs: user_stories_data.json and docs/user_stories.md to feed planning workflows.

Quick Start

Feed the requirements packet (quotes, meeting_scripts, appendix) to this skill to generate user_stories_data.json and docs/user_stories.md.

Frequently Asked Questions about user-story

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

FAQPage Schema
How do I convert meeting scripts into structured user stories?

To convert meeting scripts into structured user stories, feed the raw text into the tool to automatically extract Actors, actions, and goals. It formats them into standard user stories and generates measurable acceptance criteria, outputting a markdown document and JSON file.

What is the best way to generate acceptance criteria from scattered requirements?

Generating acceptance criteria from scattered requirements is done by parsing quotes and appendices to validate measurability. The tool flags ambiguities for human review and assigns priorities like P1, P2, or P3 to ensure precise planning.

Can I automate user story creation for sales quote analysis?

Automating user story creation for sales quote analysis is supported by feeding the quote data into the workflow. It identifies actors and goals, then outputs user_stories_data.json and docs/user_stories.md to directly feed your PM planning workflows.

Does this tool output JSON for requirements prioritization?

This tool outputs user_stories_data.json for requirements prioritization, containing structured user stories with assigned P1, P2, and P3 priorities. It also generates a markdown document for readable documentation alongside the JSON data.

How do I handle ambiguous requirements when generating user stories?

Handling ambiguous requirements when generating user stories involves the tool automatically flagging unclear points for human review. It validates acceptance criteria measurability and highlights ambiguities, ensuring no vague actions slip into the final structured documentation.

Can I use this for frontend development context requirements?

You can use this for frontend development context requirements. It transforms scattered inputs like meeting scripts into structured user stories with clear acceptance criteria, providing the precise planning and prioritization needed for FE development workflows.