Break large stories and epics into smaller, independently deliverable increments using eight systematic splitting patterns.
Works with
Provides eight splitting patterns: workflow steps, business rule variations, data variations, acceptance criteria complexity, major effort, external dependencies, DevOps steps, and Tiny Acts of Discovery for unpacking unknowns
Emphasizes vertical slicing (each split delivers complete user value) rather than horizontal task decomposition or arbitrary chopping
Inc
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionuser-story-splittingExecute the skills CLI command in your project's root directory to begin installation:
Fetches user-story-splitting from deanpeters/product-manager-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate user-story-splitting. Access via /user-story-splitting in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
3.1K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
3.1K
stars
Break down large user stories, epics, or features into smaller, independently deliverable stories using systematic splitting patterns. Use this to make work more manageable, reduce risk, enable faster feedback cycles, and maintain flow in agile development. This skill applies to user stories, epics, and any work that's too large to complete in a single sprint.
This is not arbitrary slicing—it's strategic decomposition that preserves user value while reducing complexity.
Based on Richard Lawrence and Peter Green's "Humanizing Work Guide to Splitting User Stories," the framework provides 8 systematic patterns for splitting work:
Start with the story/epic/feature that needs splitting. Ensure it's written using the user story format (reference skills/user-story/SKILL.md or skills/epic-hypothesis/SKILL.md).
### Original Story:
[Story formatted with use case and acceptance criteria]
Use template.md for the full fill-in structure and output format.
Work through the 8 splitting patterns in order. Stop when you find one that applies.
Ask: Does this story contain multiple sequential steps?
Example:
Ask: Does this story have different rules for different scenarios?
Example:
Ask: Does this story handle different types of data or inputs?
Example:
Ask: Does this story have multiple "When" or "Then" statements?
Example:
Note: This is the most common indicator that a story needs splitting. If you see multiple "When/Then" pairs, split along those boundaries.
Ask: Does this story require significant technical work that can be delivered incrementally?
Example:
Ask: Does this story depend on multiple external systems or APIs?
Example:
Ask: Does this story require complex deployment, infrastructure, or operational work?
Example:
Ask: If none of the above apply, are there unknowns or assumptions that need unpacking?
Example:
Note: TADs aren't stories—they're experiments. Use them to de-risk and clarify before writing stories.
For each split, write a complete user story using the format from skills/user-story/SKILL.md:
### Split 1 using [Pattern Name]:
#### User Story [ID]:
- **Summary:** [Brief title]
**Use Case:**
- **As a** [persona]
- **I want to** [action]
- **so that** [outcome]
**Acceptance Criteria:**
- **Scenario:** [Description]
- **Given:** [Preconditions]
- **When:** [Action]
- **Then:** [Outcome]
Ask these questions:
If any answer is "no," revise.
See examples/sample.md for full splitting examples.
Mini example excerpt:
### Original Story:
As a team admin, I want to manage team members so that I can control access.
### Suggested Splits (Acceptance Criteria Complexity):
1. Invite new team members
2. Remove team members
3. Update team member roles
Symptom: "Story 1: Build the API. Story 2: Build the UI."
Consequence: Neither story delivers user value independently.
Fix: Split vertically—each story should include front-end + back-end work to deliver a complete user-facing capability.
Symptom: "Story 1: Add button. Story 2: Wire button to API. Story 3: Display result."
Consequence: Creates unnecessary overhead and dependencies.
Fix: Only split when the story is too large. A 2-day story doesn't need splitting.
Symptom: "Story 1: First half of feature. Story 2: Second half of feature."
Consequence: Arbitrary splits that don't map to user value or workflow.
Fix: Use one of the 8 splitting patterns—each split should have a clear rationale.
Symptom: "Story 2 can't start until Story 1 is 100% done, tested, and deployed."
Consequence: No parallelization, slows delivery.
Fix: Split in a way that allows independent development. If dependencies are unavoidable, prioritize Story 1.
Symptom: Split stories have the same "so that" statement.
Consequence: You've split the action but not the outcome—likely a task decomposition, not a story split.
Fix: Ensure each split has a distinct user outcome. If not, reconsider the split pattern.
skills/user-story/SKILL.md — Format for writing the split storiesskills/epic-hypothesis/SKILL.md — Epics often need splitting before becoming storiesskills/jobs-to-be-done/SKILL.md — Helps identify meaningful splits along user jobsprompts/user-story-splitting-prompt-template.md in the https://github.com/deanpeters/product-manager-prompts repo.Skill type: Component
Suggested filename: user-story-splitting.md
Suggested placement: /skills/components/
Dependencies: References skills/user-story/SKILL.md, skills/epic-hypothesis/SKILL.md
Applies to: User stories, epics, and any work that's too large to complete in a single sprint
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
user-story-splitting reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend user-story-splitting for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in user-story-splitting — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
user-story-splitting reduced setup friction for our internal harness; good balance of opinion and flexibility.
We added user-story-splitting from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Registry listing for user-story-splitting matched our evaluation — installs cleanly and behaves as described in the markdown.
user-story-splitting fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Useful defaults in user-story-splitting — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
user-story-splitting is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
user-story-splitting has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 29