What problem does it solve? Product Backlogs often contain oversized epics and vague items that stall Sprint Planning. This Skill guides the continuous refinement activity: breaking epics into vertical user stories, validating them against INVEST criteria, estimating with story points, and enforcing a Definition of Ready so only prepared items reach Sprint Planning. ## Core Features & Use Cases - Epic Decomposition: Split epics into vertical, end-to-end stories using workflow, business-rule, data-variation, and CRUD splitting patterns. - INVEST & DoR Validation: Check every top-of-backlog story against the six INVEST criteria and an explicit Definition of Ready checklist. - RUP Traceability: Anchor each user story to its source UC-XXX use case, inheriting acceptance criteria instead of inventing them. - Use Case: A team with a large checkout epic uses this Skill to split it into stories like cart review, shipping entry, and payment, each estimated in Fibonacci story points and traced to its RUP use case before Sprint Planning. ## Quick Start Refine the top of our Product Backlog by splitting the checkout epic into INVEST-compliant user stories traced to their UC identifiers.