Agent skill · Workflow & Productivity

user-story-mapping

Create a user story map that lays out activities, steps, tasks, and release slices. Use when planning a workflow, backlog, or MVP around the user journey.

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill user-story-mapping --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 9 KB
Bundled scripts: none
Path: .claude/skills/user-story-mapping/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Purpose Visualize the user journey by creating a hierarchical map that breaks down high-level activities into steps and tasks, organized left-to-right as a narrative flow. Use this to build shared understanding across product, design, and engineering, prioritize features based on user workflows, and identify gaps or opportunities in the user experience. This is not a backlog—it's a strategic artifact that shows *how* users accomplish their goals, which then informs *what* to build. ## Key Concepts ### The Jeff Patton Story Mapping Framework Invented by Jeff Patton, story mapping organizes work into a 2D structure: **Horizontal axis (left-to-right):** User journey over time - **Backbone:** High-level activities the user performs - **Steps:** Specific actions within each activity - **Tasks:** Detailed work required to complete each step **Vertical axis (top-to-bottom):** Priority and releases - **Top rows:** Essential tasks (MVP / Release 1) - **Lower rows:** Nice-to-have tasks (Future releases) ### Story Map Structure ``` Segment → Persona → Narrative (User's goal) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [Activity 1] → [Activity 2] → [Activity 3] → [Activity 4] → [Activity 5] ↓ ↓ ↓

What's inside
Steps it walks through
  1. Purpose
  2. Key Concepts
  3. The Jeff Patton Story Mapping Framework
  4. Story Map Structure
  5. Why This Works
  6. Anti-Patterns (What This Is NOT)
  7. When to Use This
  8. When NOT to Use This
  9. Application
  10. Step 1: Define the Context
  11. Step 2: Define the Narrative
  12. Step 3: Identify Activities (Backbone)
  13. Step 4: Break Activities into Steps
  14. Step 5: Break Steps into Tasks
Ships with 2 files
  • examples/sample.md
  • template.md
More from dev-gtm-claude-skills
All skills →
About this skill
What does the user-story-mapping skill do?

Create a user story map that lays out activities, steps, tasks, and release slices. Use when planning a workflow, backlog, or MVP around the user journey.

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill user-story-mapping --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going