Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Pm Use Scenarios

ASecurity

Write Pragmatic Institute use scenarios — short stories that put a market problem in context from the persona's point of view (a component of requirements). Use when the PM asks for "use scenarios", "a day in the life", "user story context", "problem statements", or needs to reframe a feature request as a real problem so development understands the WHAT (not the HOW). Produces a Use Scenarios document as a Markdown or Word .docx artifact.

31 stars
0 votes
0 copies
1 views
Added 8/31/2026
ai-agentsrustbashapi

Works with

api

Security Analysis

A100/100

Scanned 8/31/2026

Install to Claude Code

$npx -y skills add julianoczkowski/product-manager --skill pm-use-scenarios --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Pm Use Scenarios?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Pm Use Scenarios
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/julianoczkowski-pm-use-scenarios/badge)](https://www.skillsdirectory.com/skills/julianoczkowski-pm-use-scenarios)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: pm-use-scenarios
description: >-
  Write Pragmatic Institute use scenarios — short stories that put a market problem
  in context from the persona's point of view (a component of requirements). Use
  when the PM asks for "use scenarios", "a day in the life", "user story context",
  "problem statements", or needs to reframe a feature request as a real problem so
  development understands the WHAT (not the HOW). Produces a Use Scenarios document
  as a Markdown or Word .docx artifact.
allowed-tools: Read, Write, Edit, Bash, Glob, Grep
---

# Use Scenarios (Pragmatic Framework: Planning → Use Scenarios)

**Rule:** *articulate problems from the persona's point of view.* A use scenario
illustrates a market problem as a "story" that puts it in context (including current
results) — it is one component of requirements. See
`../pm-copilot/references/framework.md`. Personas should exist first (`pm-personas`).

## Anatomy of a Problem Card
Map interrogatives to fields:

| Field | Interrogative |
| :--- | :--- |
| **[Problem Name]** | *What* problem |
| **[Persona]** | *Who* has it |
| **has [use scenario]** | *Why* it occurs |
| **with [frequency]** | *When* it occurs |

Reframing sentence (great for turning a feature request into a problem):
> **[Persona]** struggles with **[problem]** when **[context]** because **[why it matters]**.

## What vs. How — stay on the WHAT
| WHAT = the problem → **PM → DEFINE** | HOW = the solution → **Team → DESIGN/BUILD** |
| :--- | :--- |
| Name, Persona, Use Scenario, Frequency, Market evidence, Impact | Overview, flow chart, use cases, UI, prototypes, error conditions |

A use scenario ≠ a use case. A use scenario tells the problem story; a use case
enumerates every interaction in the functional spec (the team's job).

## Three considerations when articulating a problem
1. **Avoid ambiguous terms** — do not use: *flexible, adaptable, user-friendly, TBD,
   adequate, rapidly/quickly/fast, fault tolerant, scalable, ASAP,
   maximize/minimize/optimize (any "-ize" word), and/or, etc.* Replace each with a
   concrete, observable statement.
2. **Edge cases ("what if?")** — will your persona *actually* do it? Don't design for
   situations that won't happen.
3. **Who is significant?** — the U-curve: the vocal extremes (novices + experts) are
   *where we listen*; the proficient majority is *where we should listen.* Write for
   the majority.

## Interview the user (batch questions)
1. Which persona and which market problem is this scenario for?
2. Walk me through a real situation where this happens — what triggers it, what do they
   do today, and what's the current (bad) result?
3. How often does it occur (frequency)?
4. What evidence shows this is real (counts across inputs) and how bad is it (impact)?

## Artifact template
```markdown
# Use Scenarios — <Product / Release>

**Company:** <company>  ·  **Feature / Product:** <feature / product name>
**Author:** <author>  ·  **Date created:** <date>  ·  **Version:** 1.0

## Scenario 1 — <Problem Name>
**Problem Card**
- **Problem Name:** <what>
- **Persona:** <who>
- **Use Scenario:** <why — the situation that causes the problem>
- **Frequency:** <when / how often>

**Day in the life**
<A short first-person narrative: the persona's context, the trigger, what they do today,
and the frustrating current result. Concrete and specific — no ambiguous terms.>

**Market evidence:** <# of documented occurrences across inputs>
**Impact:** <1–5 on the impact scale (or 99999 if contractual)>

## Scenario 2 — <Problem Name>
…
```

## Deliver the artifact
Follow `../pm-copilot/references/artifact-output.md`: confirm inputs, **ask Markdown
or .docx**, write the `.md`, convert to `.docx` on request via your environment's native document-creation capability. Then offer the next stage: roll these scenarios into prioritized
**`pm-requirements`** or a full **`pm-prd`**.

Attribution

julianoczkowskijulianoczkowski
View sourceMore from julianoczkowski →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →