42 lines
994 B
Markdown
42 lines
994 B
Markdown
# User Story Map Template
|
|
|
|
Use this template to create a complete user story map (segment, persona, backbone, steps, and tasks).
|
|
|
|
## Provenance
|
|
Adapted from `prompts/user-story-mapping.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
|
|
|
|
## Template
|
|
```markdown
|
|
## User Story Map Template
|
|
|
|
### Who
|
|
|
|
#### Segment:
|
|
- [Specify the target segment]
|
|
|
|
#### Persona:
|
|
- [Describe the persona and their key characteristics]
|
|
|
|
### Backbone
|
|
|
|
#### Narrative:
|
|
- [Insert the concise narrative of the persona's objective]
|
|
|
|
#### Activities:
|
|
1. [Describe Activity 1]
|
|
2. [Describe Activity 2]
|
|
3. [Continue as necessary for up to 5 activities]
|
|
|
|
#### Steps:
|
|
For [Activity 1]:
|
|
- Step 1: [Detail Step 1 for Activity 1]
|
|
- Step 2: [Detail Step 2 for Activity 1]
|
|
- Step 3: [Detail Step 3 for Activity 1]
|
|
|
|
#### Tasks:
|
|
For [Activity 1, Step 1]:
|
|
- Task 1: [Detail Task 1 for Step 1 of Activity 1]
|
|
- Task 2: [Detail Task 2 for Step 1 of Activity 1]
|
|
- Task 3: [Detail Task 3 for Step 1 of Activity 1]
|
|
```
|