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].
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.
/prd-v04-user-journey-mappingContext 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",
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
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]?"
This skill requires prior work from v0.3-v0.4:
This skill assumes v0.4 Persona Definition is complete.
This skill creates/updates:
All UJ- entries should include:
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"
| 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.
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-)
1. **Pull PER-** (personas) from Persona Definition
2. **Pull FEA-** (features) and KPI- (outcomes) from v0.3
3. **Define trigger events**
4. **Map step flow using features**
5. **Identify pain points**
6. **Mark "moments of value"**
7. **Create UJ- entries** with full traceability
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-Led Context Engineering — Memory as Infrastructure. An ontology layer for product teams building products that solve real problems — with AI agents that remember. Gated PRD, typed IDs, markdown knowledge graph, Claude Code skills & hooks.
Repo: mattgierhart/PRD-driven-context-engineering
[1-2 sentence description of what this skill does]. Triggers on [specific phrases/contexts that should activate this skill]. Outputs [what the skill produces].
Validates gate criteria before PRD lifecycle advancement by delegating to the readiness scoring pipeline (scripts/readiness.py). Returns a graduated PASS /…
Extracts durable insights from temp/ files to SoT during EPIC Phase E. Triggers at EPIC completion or explicit `/ghm-harvest` invocation. Outputs new SoT…
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…
Install the PRD-Driven Context Engineering methodology into a fresh OR existing repository — the subscription-native alternative to forking the whole repo.…
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,…