# Niopd Pd Journey

> Creates product user journey diagrams with Mermaid. Use for UX planning, feature flow design, or stakeholder communication.

- Skill: `8421bit/niopd-pd-journey` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add 8421bit/niopd-pd-journey`
- Raw SKILL.md: https://api.skillmd.com/api/skills/8421bit/niopd-pd-journey/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: 8421bit (https://skillmd.com/u/8421bit)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/8421bit/niopd-pd-journey

---


# Product Journey Mapping Skill

This skill creates visual user journey diagrams for product flows.

## Instructions

### Step 1: Define Journey
- Start point
- End goal
- Key milestones

### Step 2: Create Flow Diagram
```mermaid
journey
    title User Journey: [Goal]
    section Discovery
      Learn about product: 3: User
      Visit website: 4: User
    section Onboarding
      Sign up: 3: User
      Complete setup: 2: User
    section Usage
      First success: 5: User
```

### Step 3: Identify Pain Points
Where do users struggle?

### Step 4: Note Opportunities
Where can we improve?

### Step 5: Generate Document
**File path**: `03-docs/[YYYYMMDD]-journey-v0.md`

## Output Specifications
- **File Naming**: `[YYYYMMDD]-journey-v0.md`
- **Location**: `03-docs/`
- **Template**: `references/journey-template.md`

