What problem does it solve? Product requirements often arrive as vague feature requests that engineering and QA cannot act on or test. This Skill turns user needs into development-ready user stories with a clear persona, action, outcome, and testable acceptance criteria. ## Core Features & Use Cases - Mike Cohn Story Format: Structures each story as "As a / I want to / so that" to keep focus on user value rather than features. - Gherkin Acceptance Criteria: Produces Given/When/Then scenarios that QA can directly convert into test cases. - Template Generator Script: Includes a deterministic Python CLI script that prints a Markdown story stub from persona, action, and outcome arguments. - Use Case: Convert a PRD requirement like "add social login" into a story such as "As a trial user, I want to log in with Google, so that I can access the app without creating a new password," complete with verifiable acceptance criteria. ## Quick Start Ask the assistant to write a user story with Gherkin acceptance criteria for a specific feature, providing the target persona and desired outcome.