What problem does it solve? Turning a rough feature idea into implementable work items is slow and error-prone. This Skill converts a feature description into a complete set of small, verifiable user stories with clear scope boundaries, so developers or AI agents can start implementation without ambiguity. ## Core Features & Use Cases - Clarifying Questions: Asks targeted, lettered-option questions when the feature description is ambiguous, enabling quick answers like "1A, 2B". - INVEST-Compliant Stories: Decomposes features using the Elephant Carpaccio technique into thin vertical slices with 3-7 verifiable acceptance criteria each. - Dependency Visualization: Builds a Mermaid flowchart from the stories' Depends on fields, shading the critical path and naming the bottleneck in prose. - Use Case: Given a request like "Add rate limiting to our API", the Skill produces a Markdown document with an overview, goals, delivery-order diagram, sequenced stories, non-goals, and open questions saved to user-stories/api-rate-limiting.md. ## Quick Start Ask the assistant to write user stories for your feature, for example: write user stories for adding rate limiting to our public API.