What problem does it solve? Writing test cases from user stories is repetitive and often inconsistent—testers miss edge cases, skip preconditions, or produce scenarios that QA teams cannot execute directly. This Skill turns a user story and its acceptance criteria into complete, step-by-step test scenarios ready for execution. ## Core Features & Use Cases - Structured Scenario Generation: Produces test objectives, preconditions, user roles, numbered test steps, and observable expected results for each scenario. - Edge Case Coverage: Prompts consideration of invalid inputs, boundary conditions, and error scenarios beyond the happy path. - Use Case: A product manager hands off a user story like "as a shopper, I want to see recently viewed items." The Skill outputs a full test scenario covering preconditions (logged-in user, prior browsing history), step-by-step actions, and expected results such as excluding the current product and loading within 2 seconds. ## Quick Start Ask the AI to create test scenarios for your user story by providing the product name, the user story with its acceptance criteria, and any testing constraints.