# Definition.story Map

> Generate a structured user story map to visualize workflows, user goals, and release slices.

- Skill: `majiayu000/definition-story-map` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/definition-story-map`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/definition-story-map/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/definition-story-map

---


# Purpose
Support cross-functional alignment on scope by visualizing how users progress through key activities and what increments deliver value.

# Pre-run Checklist
- ✅ Review discovery insights to confirm persona and goal accuracy.
- ✅ Align with engineering on technical constraints or dependencies.
- ✅ Gather any existing journey maps or service blueprints for reference.

# Invocation Guidance
```bash
codex run --skill definition.story_map \
  --vars "persona={{persona}}" \
         "primary_goal={{primary_goal}}" \
         "stages={{stages}}" \
         "constraints={{constraints}}"
```

# Recommended Input Attachments
- Screens or prototypes covering the journey.
- Notes from field studies or shadowing sessions.

# Claude Workflow Outline
1. Outline the persona, goal, and context.
2. Create a story map table with columns for stages, activities, tasks, and candidate releases.
3. Highlight assumptions, dependencies, and instrumentation needs per slice.
4. Provide a narrative summary and collaboration checkpoints.
5. Suggest export steps for tools like FigJam, Miro, or backlog systems.

# Output Template
```
## Story Map Overview
Persona: {{persona}}
Goal: {{primary_goal}}

## Story Map
| Stage | User Activity | Tasks | Release Slice | Notes |
| --- | --- | --- | --- | --- |

## Alignment Notes
- Assumptions:
- Dependencies:
- Instrumentation:
```

# Follow-up Actions
- Review the map with design, engineering, and product marketing for feedback.
- Break down release slices into backlog items with acceptance criteria.
- Track updates in the squad planning workspace.

