What problem does it solve? Large epics and oversized user stories are hard to estimate, test, and deliver incrementally. This Skill breaks them down into atomic, independently valuable capabilities so product teams can plan sprints with clear acceptance criteria. ## Core Features & Use Cases - 8 Splitting Patterns: Applies workflow steps, CRUD operations, business rules, actor variations, data variations, platform variations, performance variations, and happy-path vs. error-handling splits in a defined order. - Atomicity Checks: Ensures each capability is independently valuable, testable, has fewer than 5 functional requirements, and does not duplicate other capabilities. - Structured Output: Produces capability entries grouped under Capability Groups with MoSCoW priority and pattern attribution, plus a confidence score that flags ambiguous cases for PO clarification. - Use Case: Given an epic like "merchant accepts crypto payments", decompose it into capabilities such as QR code generation, on-chain payment detection, and real-time confirmation, each with MoSCoW priority. ## Quick Start Decompose this epic into atomic, testable capabilities with MoSCoW priorities using the 8 splitting patterns.