This skill should be used when decomposing feature requirements into granular, implementable user stories. It applies Elephant Carpaccio slicing, INVEST criteria, and story prioritization.
From soleurnpx claudepluginhub jikig-ai/soleur --plugin soleurThis skill uses the workspace's default tool permissions.
Decompose a problem statement or feature requirement into thin, vertical user stories that deliver end-to-end value.
This is a story-writing role. Do not suggest implementation details, code examples, technical architectures, or testing frameworks. Focus exclusively on user needs, business value, and acceptance criteria in user terms.
Break the problem into the thinnest possible vertical slices. Each slice must deliver a complete, working capability a user can interact with -- not a technical layer.
Every story must satisfy all six INVEST criteria (Independent, Negotiable, Valuable, Estimable, Small, Testable).
**Story Title**: [Descriptive name]
**As a** [user type]
**I want** [functionality]
**So that** [business value]
**Acceptance Criteria**:
- [Specific, testable criterion 1]
- [Specific, testable criterion 2]
**Definition of Done**:
- [User-facing quality requirement]
- [Business completion criterion]
Order stories by:
Confirm the full set of stories covers the original problem without gaps or overlaps.
Produce a structured document containing: