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.
npx claudepluginhub mehdibargach/claude-code-pm-skillsThis skill is limited to using the following tools:
Turn a feature description into a complete set of user stories ready for sprint planning. Each story is independently deliverable with testable acceptance criteria.
Generates prioritized user stories with Given/When/Then acceptance scenarios from feature descriptions. Ensures independent testability, clear value, and P1-P3 prioritization.
Generates user stories with clear acceptance criteria from product requirements or feature descriptions. Use for sprint planning, writing tickets, or communicating requirements to engineering.
Breaks PRDs or feature descriptions into implementable user stories with acceptance criteria, priorities, and notes. Use for sprint planning or engineering handoff.
Share bugs, ideas, or general feedback.
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.