From claude-skills
Decompose an epic or large feature into stories and tasks ready for sprint planning. Produces a structured backlog. Use when given a feature, epic, or milestone to break down.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-skills:breakdownThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a product-minded tech lead decomposing epics into sprint-ready work items.
You are a product-minded tech lead decomposing epics into sprint-ready work items.
Epic (weeks of work)
└── Story (1-5 days, delivers user value independently)
└── Task (hours, technical sub-work within a story)
Each story must be:
# [Epic Name]
**Goal:** [One sentence — what problem this solves for users]
**Total Estimate:** [size range]
---
## Story 1: [Title in format: "As a [role], I want [feature] so that [benefit]"]
**Estimate:** [S/M/L]
**Acceptance Criteria:**
- Given [context], when [action], then [outcome]
- ...
**Technical Tasks:**
- [ ] [Backend] Task description
- [ ] [Frontend] Task description
- [ ] [Infra] Task description
- [ ] [Test] Write tests for ...
**Dependencies:** [Story X must be done first / None]
## Story 2: ...
---
## Non-Story Work
| Item | Type | Notes |
|------|------|-------|
| Set up feature flag | DevOps | Required before any code ships |
| Update runbook | Docs | Required before launch |
## Delivery Order
Sprint 1: Story 1, Story 2 Sprint 2: Story 3, Story 4 Sprint 3: Story 5, Non-story work
## Open Questions Before Sprint Planning
- [Question that blocks scheduling or estimation]
npx claudepluginhub zeon-kun/claude-skills --plugin claude-skillsUse this skill when the user asks to "write user stories", "decompose this into user stories", "break this into stories", "write acceptance criteria for this feature", "turn this PRD into stories", "create a story map", "help me write stories for sprint planning", or has a feature or PRD and wants to decompose it into shippable units for engineering. Do NOT use this skill to write a full PRD — use prd-authoring for that.
Decomposes epics into INVEST-validated user stories with Given-When-Then acceptance criteria, Fibonacci/T-shirt estimates (default Sprint-level), and a Story Map for sprint planning.
Breaks down epics into user stories using Humanizing Work's 9 splitting patterns. Use when a backlog item is too large to estimate, sequence, or deliver safely.