Generates user stories from feature descriptions with acceptance criteria in Given/When/Then format, edge cases, dependencies, and out-of-scope items for sprint planning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-pm-skills:user-storiesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn a feature description into a complete set of user stories ready for sprint planning. Each story is independently deliverable with testable acceptance criteria.
Turn a feature description into a complete set of user stories ready for sprint planning. Each story is independently deliverable with testable acceptance criteria.
stories-[feature-name].md.For each story:
Story: As a [specific user type], I want [concrete action], so that [measurable or observable benefit].
Priority: Must-have / Should-have / Nice-to-have
Acceptance Criteria:
Edge Cases:
Notes: Any implementation hints or context the team needs.
npx claudepluginhub mehdibargach/claude-code-pm-skillsWrites user stories in standard format with acceptance criteria, edge cases, and definition of done from feature briefs, PRDs, or verbal descriptions.
Generates user stories in persona-action-benefit format from product requirements. Useful for sprint planning, ticket writing, and scope communication.
Generates prioritized user stories with Given/When/Then acceptance scenarios from feature descriptions. Ensures independent testability, clear value, and P1-P3 prioritization.