test-scenarios

test-scenarios is a command for Claude Code from phuryn/pm-skills. It costs 20 tokens per session (629 once invoked), scanned A, original, MIT.

A test-scenario generator that turns user stories or feature specifications into checks for expected use, unusual cases, failures, security, performance, and different browsers or devices.

In plain words
What is it for?
Use it to turn user stories, acceptance criteria, product requirement documents, or feature descriptions into executable test scenarios.
Why use it?
It removes the need to think through every way a feature might behave before testing it. It gives QA a structured starting point instead of leaving important cases unstated.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the pm-execution plugin — 16 skills, 11 commands shipped together

Good fit Use it to turn user stories, acceptance criteria, product requirement documents, or feature descriptions into executable test scenarios.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/phuryn/pm-skills/test-scenarios
About the project

phuryn/pm-skills is a marketplace of reusable skills, commands, and plugins that guide AI assistants through product-management work such as discovery, strategy, planning, metrics, launches, and growth. It is for product managers and teams using Claude Code, Cowork, or compatible assistants. The catalogue entries are the project's own workflows and extensions.

phuryn/pm-skills · 26,131 stars · on GitHub · productcompass.pm

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/phuryn/pm-skills

Made for: Claude Code.

Or install pm-execution, the plugin that ships this one along with the rest of its 16 skills, 11 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for test-scenarios

README.md
[![agentmods](https://agentmods.dev/badge/commands/phuryn/pm-skills/test-scenarios/github.svg)](https://agentmods.dev/commands/phuryn/pm-skills/test-scenarios)
Your own site
<a href="https://agentmods.dev/commands/phuryn/pm-skills/test-scenarios"><img src="https://agentmods.dev/badge/commands/phuryn/pm-skills/test-scenarios/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for test-scenarios

Your own site · 80×15
<a href="https://agentmods.dev/commands/phuryn/pm-skills/test-scenarios"><img src="https://agentmods.dev/badge/commands/phuryn/pm-skills/test-scenarios.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 629 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.00629
Opus 5 $0.00010 $0.00315
Sonnet 5 $0.00004 $0.00126
Haiku 4.5 $0.00002 $0.00063

Measured 10d ago against content hash 426759788947, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

test-scenarios scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

pm-execution/commands/test-scenarios.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/test-scenarios -- Test Scenario Generator

Turn user stories or feature descriptions into comprehensive test scenarios that QA can execute immediately. Covers happy paths, edge cases, error handling, and cross-browser/device considerations.

Invocation

/test-scenarios [paste user stories or acceptance criteria]
/test-scenarios [upload a PRD or feature spec]
/test-scenarios User can reset their password via email link

Workflow

Step 1: Accept Input

Accept: user stories, acceptance criteria, PRD sections, feature descriptions, or any specification of expected behavior.

Step 2: Generate Test Scenarios

Apply the test-scenarios skill:

For each user story or requirement, generate:

Happy Path Scenarios: The expected user flow works correctly Edge Cases: Boundary conditions, unusual inputs, concurrent operations Error Scenarios: What happens when things go wrong Security Scenarios: If applicable (auth, permissions, data access) Performance Scenarios: If applicable (load, timeout, large data)

Step 3: Structure Output

## Test Scenarios: [Feature]

**Source**: [user stories / PRD / description]
**Total scenarios**: [count]
**Coverage**: [happy path / edge cases / errors / security / performance]

### Scenario 1: [Title]
**Tests**: [which story or requirement]
**Preconditions**: [setup needed]
**User role**: [who is performing this]

| Step | Action | Expected Result |
|------|--------|----------------|
| 1 | [user action] | [expected system response] |
| 2 | [user action] | [expected system response] |

**Postconditions**: [state after completion]
**Priority**: [Critical / High / Medium / Low]

---
[Repeat for each scenario]

### Coverage Matrix
| Requirement | Happy Path | Edge Cases | Error Handling | Notes |
|------------|-----------|-----------|---------------|-------|

### Test Data Requirements
[What test data is needed to execute these scenarios]

Save as markdown.

Step 4: Offer Next Steps

  • "Want me to generate the test data for these scenarios?"
  • "Should I add more edge cases for any specific scenario?"
  • "Want me to create the user stories that these scenarios test?"

Read the full file on GitHub · 84 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 84 lines · 20 tokens per session scan A 426759788947

Subscribe to this mod's changes

test-scenarios is a command published in the GitHub repository phuryn/pm-skills (26,131 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 629 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.