pm-user-stories

Solid

Разбивает Epic или крупное требование на независимые User Stories с acceptance criteria в формате Given-When-Then, проверкой по INVEST и оценкой Story Points (Fibonacci или T-shirt). На выходе — Story Map с предложением по Sprint-планированию. User-invoked only — do NOT auto-trigger. Triggers on /pm-user-stories, "разбей на user stories", "разбить эпик", "story map", "AC", "acceptance criteria", "break down into user stories", "split this epic", "write user stories".

AI & Automation 176 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
75
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# pm-user-stories — Break an Epic into User Stories Part of the Personal Corp framework — running a one-person business through AI agents. Decompose a large requirement or Epic into independently-deliverable User Stories. Every Story is validated against INVEST. Output is ready to paste into Jira, Linear, or GitHub Issues. ## Inputs | Field | Required | Notes | |---|---|---| | Requirement description | yes | An Epic or large requirement; can paste a PRD section | | Granularity | no | Sprint-level (1-3 days/story) or iteration-level (1-2 weeks); default Sprint | | Team composition | no | FE+BE split / full-stack / has mobile — affects per-tier splitting | | Estimation system | no | Fibonacci (1/2/3/5/8/13) or T-shirt (S/M/L/XL); default Fibonacci | ## Step 1 — Map the full requirement Extract from the requirement: - **Roles involved:** who uses this? (end user, admin, ops, etc.) - **Core flow:** main path? branches? - **Business rules:** constraints and conditions? - **Data entities:** what data objects are involved? ## Step 2 — Pick a splitting pattern Five patterns. Pick by requirement shape; combine for hybrids. | Pattern | When to use | Example | |---|---|---| | **By workflow step** | Requirement is a complete process | Checkout → pick item / address / payment / confirm | | **By business-rule variant** | Same feature with multiple rule sets | Discount → fixed-amount / coupon / points / combined | | **By CRUD operation** | Requirement centers on one data object | ...

Details

Author
serejaris
Repository
serejaris/personal-corp-skills
Created
5 months ago
Last Updated
yesterday
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category