Turns user stories into detailed QA test scenarios with all the structure you'd expect: test objectives, starting conditions, user roles, step-by-step actions, and expected outcomes. Follows a consistent template that breaks down acceptance criteria into executable test cases, including edge cases and error scenarios. Honestly most useful when you're handing off features to QA and need to translate vague requirements into something testable. The output is ready to drop into a test plan without additional formatting. Saves you from the tedious work of formatting test cases from scratch, though you'll still need to think through the actual test logic yourself.
npx skills add https://github.com/phuryn/pm-skills --skill test-scenarios