/prd-v04-user-journey-mapping
Map user missions from trigger to value moment, organizing features into coherent paths during PRD v0.4 User Journeys. Triggers on requests to map user journeys, define user flows, describe how users accomplish goals, or when user asks "map user journeys", "define user flows",
$ npx -y skills add mattgierhart/PRD-driven-context-engineering --skill prd-v04-user-journey-mapping --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/prd-v04-user-journey-mapping
Context preview
The summary Claude sees to decide when to auto-load this skill.
Map user missions from trigger to value moment, organizing features into coherent paths during PRD v0.4 User Journeys. Triggers on requests to map user journeys, define user flows, describe how users accomplish goals, or when user asks "map user journeys", "define user flows",
SKILL.md
prd-v04-user-journey-mapping.SKILL.mdname: prd-v04-user-journey-mapping
description: Map user missions from trigger to value moment, organizing features into coherent paths during PRD v0.4 User Journeys. Triggers on requests to map user journeys, define user flows, describe how users accomplish goals, or when user asks "map user journeys", "define user flows", "user missions", "how do users accomplish X?", "journey mapping", "what steps do users take?", "pain to value flow". Consumes PER- (Persona Definition), FEA- (Feature Value Planning), KPI- (Outcome Definition). Outputs UJ- entries with step flows, pain points, and value moments. Feeds v0.4 Screen Flow Definition.
context: fork
allowed-tools:
- Read
- Write
- Edit
- Glob
- Grep
User Journey Mapping
Position in workflow: v0.4 Persona Definition → **v0.4 User Journey Mapping** → v0.4 Screen Flow Definition
User journeys transform features into paths. A journey answers: "How does [persona] go from [trigger] to [value moment] using [features]?"
Consumes
This skill requires prior work from v0.3-v0.4:
- **PER-\* persona entries** (from v0.4 Persona Definition) — Behavioral profiles that journeys are built around; each journey belongs to a specific persona
- **FEA-\* feature entries** (from v0.3 Features Value Planning) — Feature list that becomes journey steps; validates that journeys use only MVP-scoped features
- **KPI-\* outcome definitions** (from v0.3 Outcome Definition) — Success metrics that journeys drive; Core journeys must tie to Tier 1/2 KPIs
- **MVP-SCOPE artifact** (from v0.3 Features Value Planning) — Explicit feature boundary; journeys must use only features in MVP-SCOPE, no backlog features
- **BR-\* business rules** (from v0.3 Commercial Model) — Constraints that affect journey design (pricing tiers affect onboarding paths, moat rules affect targeting journeys, etc.)
This skill assumes v0.4 Persona Definition is complete.
Produces
This skill creates/updates:
- **UJ-\* entries** (user journeys, confidence 2-3/5) — Paths from trigger through steps to value moment, tied to PER-/FEA-/KPI- with pain point identification
- **Journey sequencing artifact** — Dependency map showing which journeys gate which (Onboarding gates Core; Core gates Power User)
All UJ- entries should include:
- `confidence: 2-3/5` (based on design validation and feature implementation certainty)
- Evidence source citations (PER-ID, FEA-ID, KPI-ID references)
- Forward target: "Would move to 4/5 if validated in beta with actual persona users"
Example UJ- entry with confidence:
UJ-001: First Report Generation
Persona: PER-001 (Overwhelmed Ops Manager)
Type: Core
Trigger: User completes onboarding and sees empty dashboard
Goal: Generate first automated report to see time-saving value
Confidence: 2/5 (source: design-validation + feature-status-in-development; KPI-002 links to conversion)
Steps:
1. Click "Create Report" → FEA-003 (one-click reports) [In MVP-SCOPE]
2. Select data source → FEA-001 (auto-sync) [In MVP-SCOPE]
3. Choose report template → FEA-008 (templates) [In MVP-SCOPE]
4. Preview report → FEA-003 [In MVP-SCOPE]
5. Export/share report → FEA-009 (export) [In MVP-SCOPE]
Pain Points:
- Step 2: User may not have connected data source yet (dependency on UJ-002)
- Step 3: Template overload if too many choices (design concern; recommend 3-5 templates max)
Moment of Value: Seeing the completed report with their actual data
KPI Link: KPI-002 (activation rate — user completes first valuable action)
Success Metric: Time from "Create Report" click to export ≤ 5 minutes
Dependencies: BR-015 (data format rules), UJ-002 (data source connection must precede)
Next Target: "Would move to 4/5 if 5+ beta users complete this journey in ≤5 minutes and report value"
Journey Types
| Type | Purpose | Priority Signal | Example | |------|---------|-----------------|---------| | **Core** | Primary value delivery | Must complete for activation | First report generated | | **Onboarding** | First-time user setup | Blocks all other journeys | Account creation → first action | | **Recovery** | Error handling, support | Retention protection | Password reset, billing issue | | **Power User** | Advanced workflows | Expansion/upsell | Bulk operations, integrations |
**Rule**: Define Onboarding first (it gates everything), then Core journeys (they deliver KPI-), then others.
Journey Anatomy
Every journey has:
1. **Trigger** — What causes the user to start? (Event, not "opens app") 2. **Steps** — Actions linked to FEA- features 3. **Pain Points** — Where friction exists (design around these) 4. **Moment of Value** — When user achieves goal (this drives KPI-)
Mapping Process
1. **Pull PER-** (personas) from Persona Definition
- Each journey belongs to a specific persona
2. **Pull FEA-** (features) and KPI- (outcomes) from v0.3
- Features are the building blocks of journey steps
- KPIs tell you which journeys matter most
3. **Define trigger events**
- What causes the user to start this journey?
- Be specific: "Receives calendar invite" not "opens app"
4. **Map step flow using features**
- Each step = an action the user takes
- Link each step to the FEA- that enables it
5. **Identify pain points**
- Where might the user get confused, frustrated, or blocked?
- These inform UX design decisions
6. **Mark "moments of value"**
- When does the user get the payoff?
- This should tie to KPI- measurement
7. **Create UJ- entries** with full traceability
UJ- Output Template
UJ-XXX: [Journey Title]
Persona: [PER-XXX]
Type: [Core | Onboarding | Recovery | Power User]
Trigger: [Event that initiates journey]
Goal: [What user wants to accomplish]
Steps:
1. [Action] → FEA-XXX
2. [Action] → FEA-XXX
3. [Action] → FEA-XXX
...
Pain Points:
- [Step X]: [Potential friction — e.g., "requires context switch"]
- [Step Y]: [Potential friction]
Moment of Value: [When user achieves goal — be specific]
K
Read more
name: prd-v04-user-journey-mapping description: Map user missions from trigger to value moment, organizing features into coherent paths during PRD v0.4 User Journeys. Triggers on requests to map user journeys, define user flows, describe how users accomplish goals, or when user asks "map user journeys", "define user flows", "user missions", "how do users accomplish X?", "journey mapping", "what steps do users take?", "pain to value flow". Consumes PER- (Persona Definition), FEA- (Feature Value Planning), KPI- (Outcome Definition). Outputs UJ- entries with step flows, pain points, and value moments. Feeds v0.4 Screen Flow Definition. context: fork allowed-tools: - Read - Write - Edit - Glob - Grep
User Journey Mapping
Position in workflow: v0.4 Persona Definition → **v0.4 User Journey Mapping** → v0.4 Screen Flow Definition
User journeys transform features into paths. A journey answers: "How does [persona] go from [trigger] to [value moment] using [features]?"
Consumes
This skill requires prior work from v0.3-v0.4:
- **PER-\* persona entries** (from v0.4 Persona Definition) — Behavioral profiles that journeys are built around; each journey belongs to a specific persona
- **FEA-\* feature entries** (from v0.3 Features Value Planning) — Feature list that becomes journey steps; validates that journeys use only MVP-scoped features
- **KPI-\* outcome definitions** (from v0.3 Outcome Definition) — Success metrics that journeys drive; Core journeys must tie to Tier 1/2 KPIs
- **MVP-SCOPE artifact** (from v0.3 Features Value Planning) — Explicit feature boundary; journeys must use only features in MVP-SCOPE, no backlog features
- **BR-\* business rules** (from v0.3 Commercial Model) — Constraints that affect journey design (pricing tiers affect onboarding paths, moat rules affect targeting journeys, etc.)
This skill assumes v0.4 Persona Definition is complete.
Produces
This skill creates/updates:
- **UJ-\* entries** (user journeys, confidence 2-3/5) — Paths from trigger through steps to value moment, tied to PER-/FEA-/KPI- with pain point identification
- **Journey sequencing artifact** — Dependency map showing which journeys gate which (Onboarding gates Core; Core gates Power User)
All UJ- entries should include:
- `confidence: 2-3/5` (based on design validation and feature implementation certainty)
- Evidence source citations (PER-ID, FEA-ID, KPI-ID references)
- Forward target: "Would move to 4/5 if validated in beta with actual persona users"
Example UJ- entry with confidence:
UJ-001: First Report Generation Persona: PER-001 (Overwhelmed Ops Manager) Type: Core Trigger: User completes onboarding and sees empty dashboard Goal: Generate first automated report to see time-saving value Confidence: 2/5 (source: design-validation + feature-status-in-development; KPI-002 links to conversion) Steps: 1. Click "Create Report" → FEA-003 (one-click reports) [In MVP-SCOPE] 2. Select data source → FEA-001 (auto-sync) [In MVP-SCOPE] 3. Choose report template → FEA-008 (templates) [In MVP-SCOPE] 4. Preview report → FEA-003 [In MVP-SCOPE] 5. Export/share report → FEA-009 (export) [In MVP-SCOPE] Pain Points: - Step 2: User may not have connected data source yet (dependency on UJ-002) - Step 3: Template overload if too many choices (design concern; recommend 3-5 templates max) Moment of Value: Seeing the completed report with their actual data KPI Link: KPI-002 (activation rate — user completes first valuable action) Success Metric: Time from "Create Report" click to export ≤ 5 minutes Dependencies: BR-015 (data format rules), UJ-002 (data source connection must precede) Next Target: "Would move to 4/5 if 5+ beta users complete this journey in ≤5 minutes and report value"
Journey Types
| Type | Purpose | Priority Signal | Example | |------|---------|-----------------|---------| | **Core** | Primary value delivery | Must complete for activation | First report generated | | **Onboarding** | First-time user setup | Blocks all other journeys | Account creation → first action | | **Recovery** | Error handling, support | Retention protection | Password reset, billing issue | | **Power User** | Advanced workflows | Expansion/upsell | Bulk operations, integrations |
**Rule**: Define Onboarding first (it gates everything), then Core journeys (they deliver KPI-), then others.
Journey Anatomy
Every journey has:
1. **Trigger** — What causes the user to start? (Event, not "opens app") 2. **Steps** — Actions linked to FEA- features 3. **Pain Points** — Where friction exists (design around these) 4. **Moment of Value** — When user achieves goal (this drives KPI-)
Mapping Process
1. **Pull PER-** (personas) from Persona Definition
- Each journey belongs to a specific persona
2. **Pull FEA-** (features) and KPI- (outcomes) from v0.3
- Features are the building blocks of journey steps
- KPIs tell you which journeys matter most
3. **Define trigger events**
- What causes the user to start this journey?
- Be specific: "Receives calendar invite" not "opens app"
4. **Map step flow using features**
- Each step = an action the user takes
- Link each step to the FEA- that enables it
5. **Identify pain points**
- Where might the user get confused, frustrated, or blocked?
- These inform UX design decisions
6. **Mark "moments of value"**
- When does the user get the payoff?
- This should tie to KPI- measurement
7. **Create UJ- entries** with full traceability
UJ- Output Template
UJ-XXX: [Journey Title] Persona: [PER-XXX] Type: [Core | Onboarding | Recovery | Power User] Trigger: [Event that initiates journey] Goal: [What user wants to accomplish] Steps: 1. [Action] → FEA-XXX 2. [Action] → FEA-XXX 3. [Action] → FEA-XXX ... Pain Points: - [Step X]: [Potential friction — e.g., "requires context switch"] - [Step Y]: [Potential friction] Moment of Value: [When user achieves goal — be specific] K
PRD-driven Context Engineering: A systematic approach to building AI-powered products using progressive documentation and context-aware development workflows
Repo: mattgierhart/PRD-driven-context-engineering
Other skills on prd-driven-context-engineering.
- /SKILL_TEMPLATE
[1-2 sentence description of what this skill does]. Triggers on [specific phrases/contexts that should activate this skill]. Outputs [what the skill produces].
Open skill - /ghm-gate-check
Validates gate criteria before PRD lifecycle advancement by delegating to the readiness scoring pipeline (scripts/readiness.py). Returns a graduated PASS / WARN / BLOCK verdict with top blockers and their causal chain. Triggers before advancing from v0.X to v0.Y or explicit
Open skill - /ghm-harvest
Extracts durable insights from temp/ files to SoT during EPIC Phase E. Triggers at EPIC completion or explicit `/ghm-harvest` invocation. Outputs new SoT entries and archive manifest.
Open skill - /ghm-id-register
Validates and registers new SoT IDs with cross-reference integrity. Triggers when creating BR-XXX, UJ-XXX, API-XXX, or CFD-XXX entries. Outputs formatted SoT entry with validated cross-references.
Open skill - /ghm-self-install
Install the PRD-Driven Context Engineering methodology into a fresh OR existing repository — the subscription-native alternative to forking the whole repo. Runs an interactive wizard that seeds the framework (.claude/ hooks, skills, agents, rules, scripts) without clobbering
Open skill - /ghm-sot-builder
Creates new Source of Truth (SoT) files when existing templates don't fit your needs. Triggers on requests to create a new SoT file, add a new artifact type, or when user says "I need to track [X] but there's no SoT for it", "create SoT", "new source of truth". Outputs a
Open skill

