brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
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.
$ npx -y skills add getcrew44/crew44 --skill user-story-mapping --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/user-story-mappingContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: user-story-mapping description: 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. intent: >- 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. type: component
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.
Invented by Jeff Patton, story mapping organizes work into a 2D structure:
**Horizontal axis (left-to-right):** User journey over time
**Vertical axis (top-to-bottom):** Priority and releases
Segment → Persona → Narrative (User's goal)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[Activity 1] → [Activity 2] → [Activity 3] → [Activity 4] → [Activity 5]
↓ ↓ ↓ ↓ ↓
[Step 1.1] [Step 2.1] [Step 3.1] [Step 4.1] [Step 5.1]
[Step 1.2] [Step 2.2] [Step 3.2] [Step 4.2] [Step 5.2]
[Step 1.3] [Step 2.3] [Step 3.3] [Step 4.3] [Step 5.3]
↓ ↓ ↓ ↓ ↓
[Task 1.1.1] [Task 2.1.1] [Task 3.1.1] [Task 4.1.1] [Task 5.1.1]
[Task 1.1.2] [Task 2.1.2] [Task 3.1.2] [Task 4.1.2] [Task 5.1.2]
[Task 1.1.3] [Task 2.1.3] [Task 3.1.3] [Task 4.1.3] [Task 5.1.3]
... ... ... ... ...---
Use `template.md` for the full fill-in structure.
Who are you building for?
### Segment: - [Specify the target segment, e.g., "Small business owners using DIY accounting software"]
**Quality checks:**
---
Provide details about the persona within this segment (reference `skills/proto-persona/SKILL.md`).
### Persona: - [Describe the persona: demographics, behaviors, pains, goals]
**Example:**
---
What is the user trying to accomplish? Frame this as a Jobs-to-be-Done statement (reference `skills/jobs-to-be-done/SKILL.md`).
### Narrative: - [Concise narrative of the persona's objective, e.g., "Complete a client project from kickoff to final payment"]
**Quality checks:**
---
List 3-5 high-level activities the persona engages in to fulfill the narrative. These form the backbone of your map.
### Activities: 1. [Activity 1, e.g., "Negotiate project scope and pricing"] 2. [Activity 2, e.g., "Execute design work"] 3. [Activity 3, e.g., "Deliver final assets to client"] 4. [Activity 4, e.g., "Send invoice and receive payment"] 5. [Activity 5, optional]
**Quality checks:**
---
For each activity, list 3-5 steps that detail how the activity is carried out.
### Steps: **For Activity 1: [Activity Name]** - Step 1: [Detail step 1, e.g., "Review client brief"] - Step 2: [Detail step 2, e.g., "Draft project proposal"] - Step 3: [Detail step 3, e.g., "Negotiate timeline and budget"] - Step 4: [Optional step 4] - Step 5: [Optional step 5] **For Activity 2:
Orchestrate a crew of specialist AI agents in one local-first workspace. Each role on its best model, with memory and skills that compound. Free, MIT.
Repo: getcrew44/crew44
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting…
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical…
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes