From episteme
Creates detailed test scenarios from user stories with objectives, starting conditions, roles, step-by-step actions, and expected outcomes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/episteme: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:
phuryn/pm-skillsnpx claudepluginhub junjslee/episteme --plugin epistemeGenerates 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.
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.
Guides writing BDD scenarios in Gherkin with acceptance criteria, edge cases, tags, and organization. Use for defining behavior specs, test coverage, and requirements.