From pm-execution
Generates test scenarios from user stories with objectives, starting conditions, roles, steps, expected outcomes, and edge cases. For QA test cases, test plans, acceptance tests, feature validation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-execution:test-scenariosThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step test actions, and expected outcomes.
Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step test actions, and expected outcomes.
Use when: Writing QA test cases, creating test plans, defining acceptance test scenarios, or validating user story implementations.
Arguments:
$PRODUCT: The product or system name$USER_STORY: The user story to test (title and acceptance criteria)$CONTEXT: Additional testing context or constraintsTest Scenario: [Clear scenario name]
Test Objective: [What this test validates]
Starting Conditions:
User Role: [Who performs the test]
Test Steps:
Expected Outcomes:
Test Scenario: View Recently Viewed Products on Product Page
Test Objective: Verify that the 'Recently viewed' section displays correctly and excludes the current product.
Starting Conditions:
User Role: Online Shopper
Test Steps:
Expected Outcomes:
npx claudepluginhub phuryn/pm-skills --plugin pm-executionCreates detailed test scenarios from user stories with objectives, starting conditions, roles, step-by-step actions, and expected outcomes.
Generates test scenarios from user stories with goals, preconditions, user roles, step-by-step actions, and expected results. For QA test cases, test plans, acceptance tests, functional verification.
Discovers missing UAT test scenarios from user perspective via guided interviews and outputs user stories in story-craftsman template with Gherkin Given/When/Then criteria. Use for test coverage gaps.