autodoc-agent-kit 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +362 -0
- package/package.json +49 -0
- package/src/core/module.yaml +5 -0
- package/src/modules/design/module.yaml +9 -0
- package/src/modules/design/skills/brand-guidelines/LICENSE.txt +202 -0
- package/src/modules/design/skills/brand-guidelines/SKILL.md +73 -0
- package/src/modules/design/skills/frontend-design/LICENSE.txt +177 -0
- package/src/modules/design/skills/frontend-design/SKILL.md +42 -0
- package/src/modules/design/skills/web-artifacts-builder/SKILL.md +229 -0
- package/src/modules/devops/module.yaml +10 -0
- package/src/modules/devops/skills/devops-helper/SKILL.md +60 -0
- package/src/modules/devops/skills/k8s-helm/SKILL.md +360 -0
- package/src/modules/devops/skills/monitoring-observability/SKILL.md +240 -0
- package/src/modules/devops/skills/security-auditor/SKILL.md +105 -0
- package/src/modules/engineering/module.yaml +22 -0
- package/src/modules/engineering/skills/ai-sdk/SKILL.md +314 -0
- package/src/modules/engineering/skills/api-designer/SKILL.md +77 -0
- package/src/modules/engineering/skills/code-reviewer/SKILL.md +71 -0
- package/src/modules/engineering/skills/db-architect/SKILL.md +50 -0
- package/src/modules/engineering/skills/debugger/SKILL.md +59 -0
- package/src/modules/engineering/skills/docs-generator/SKILL.md +51 -0
- package/src/modules/engineering/skills/git-workflow/SKILL.md +258 -0
- package/src/modules/engineering/skills/mcp-builder/LICENSE.txt +202 -0
- package/src/modules/engineering/skills/mcp-builder/SKILL.md +236 -0
- package/src/modules/engineering/skills/mcp-builder/reference/evaluation.md +602 -0
- package/src/modules/engineering/skills/mcp-builder/reference/mcp_best_practices.md +249 -0
- package/src/modules/engineering/skills/mcp-builder/reference/node_mcp_server.md +970 -0
- package/src/modules/engineering/skills/mcp-builder/reference/python_mcp_server.md +719 -0
- package/src/modules/engineering/skills/mcp-builder/scripts/connections.py +151 -0
- package/src/modules/engineering/skills/mcp-builder/scripts/evaluation.py +373 -0
- package/src/modules/engineering/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
- package/src/modules/engineering/skills/mcp-builder/scripts/requirements.txt +2 -0
- package/src/modules/engineering/skills/nextjs-15/SKILL.md +312 -0
- package/src/modules/engineering/skills/perf-optimizer/SKILL.md +60 -0
- package/src/modules/engineering/skills/react-19/SKILL.md +257 -0
- package/src/modules/engineering/skills/refactorer/SKILL.md +60 -0
- package/src/modules/engineering/skills/skill-authoring-workflow/SKILL.md +183 -0
- package/src/modules/engineering/skills/skill-creator/LICENSE.txt +202 -0
- package/src/modules/engineering/skills/skill-creator/SKILL.md +356 -0
- package/src/modules/engineering/skills/skill-creator/references/output-patterns.md +82 -0
- package/src/modules/engineering/skills/skill-creator/references/workflows.md +28 -0
- package/src/modules/engineering/skills/skill-creator/scripts/__pycache__/quick_validate.cpython-313.pyc +0 -0
- package/src/modules/engineering/skills/skill-creator/scripts/init_skill.py +303 -0
- package/src/modules/engineering/skills/skill-creator/scripts/package_skill.py +110 -0
- package/src/modules/engineering/skills/skill-creator/scripts/quick_validate.py +95 -0
- package/src/modules/engineering/skills/typescript/SKILL.md +231 -0
- package/src/modules/engineering/skills/zod-4/SKILL.md +223 -0
- package/src/modules/product/module.yaml +51 -0
- package/src/modules/product/skills/acquisition-channel-advisor/SKILL.md +643 -0
- package/src/modules/product/skills/acquisition-channel-advisor/examples/conversation-flow.md +531 -0
- package/src/modules/product/skills/ai-shaped-readiness-advisor/SKILL.md +923 -0
- package/src/modules/product/skills/altitude-horizon-framework/SKILL.md +250 -0
- package/src/modules/product/skills/altitude-horizon-framework/examples/sample.md +85 -0
- package/src/modules/product/skills/business-health-diagnostic/SKILL.md +783 -0
- package/src/modules/product/skills/company-research/SKILL.md +385 -0
- package/src/modules/product/skills/company-research/examples/sample.md +164 -0
- package/src/modules/product/skills/company-research/template.md +60 -0
- package/src/modules/product/skills/context-engineering-advisor/SKILL.md +763 -0
- package/src/modules/product/skills/customer-journey-map/SKILL.md +346 -0
- package/src/modules/product/skills/customer-journey-map/examples/meta-product-manager-skills.md +40 -0
- package/src/modules/product/skills/customer-journey-map/examples/sample.md +33 -0
- package/src/modules/product/skills/customer-journey-map/template.md +28 -0
- package/src/modules/product/skills/customer-journey-mapping-workshop/SKILL.md +523 -0
- package/src/modules/product/skills/director-readiness-advisor/SKILL.md +351 -0
- package/src/modules/product/skills/director-readiness-advisor/examples/conversation-flow.md +96 -0
- package/src/modules/product/skills/discovery-interview-prep/SKILL.md +410 -0
- package/src/modules/product/skills/discovery-process/SKILL.md +504 -0
- package/src/modules/product/skills/discovery-process/examples/sample.md +60 -0
- package/src/modules/product/skills/discovery-process/template.md +39 -0
- package/src/modules/product/skills/eol-message/SKILL.md +348 -0
- package/src/modules/product/skills/eol-message/examples/sample.md +87 -0
- package/src/modules/product/skills/eol-message/template.md +74 -0
- package/src/modules/product/skills/epic-breakdown-advisor/SKILL.md +665 -0
- package/src/modules/product/skills/epic-hypothesis/SKILL.md +277 -0
- package/src/modules/product/skills/epic-hypothesis/examples/sample.md +104 -0
- package/src/modules/product/skills/epic-hypothesis/template.md +30 -0
- package/src/modules/product/skills/executive-onboarding-playbook/SKILL.md +280 -0
- package/src/modules/product/skills/executive-onboarding-playbook/examples/sample.md +116 -0
- package/src/modules/product/skills/feature-investment-advisor/SKILL.md +639 -0
- package/src/modules/product/skills/feature-investment-advisor/examples/conversation-flow.md +538 -0
- package/src/modules/product/skills/finance-based-pricing-advisor/SKILL.md +763 -0
- package/src/modules/product/skills/finance-metrics-quickref/SKILL.md +309 -0
- package/src/modules/product/skills/jobs-to-be-done/SKILL.md +370 -0
- package/src/modules/product/skills/jobs-to-be-done/examples/sample.md +80 -0
- package/src/modules/product/skills/jobs-to-be-done/template.md +65 -0
- package/src/modules/product/skills/lean-ux-canvas/SKILL.md +561 -0
- package/src/modules/product/skills/lean-ux-canvas/examples/sample.md +88 -0
- package/src/modules/product/skills/lean-ux-canvas/template.md +32 -0
- package/src/modules/product/skills/opportunity-solution-tree/SKILL.md +420 -0
- package/src/modules/product/skills/opportunity-solution-tree/examples/sample.md +104 -0
- package/src/modules/product/skills/opportunity-solution-tree/template.md +33 -0
- package/src/modules/product/skills/pestel-analysis/SKILL.md +376 -0
- package/src/modules/product/skills/pestel-analysis/examples/sample.md +143 -0
- package/src/modules/product/skills/pestel-analysis/template.md +53 -0
- package/src/modules/product/skills/pol-probe/SKILL.md +217 -0
- package/src/modules/product/skills/pol-probe/examples/sample.md +136 -0
- package/src/modules/product/skills/pol-probe/template.md +59 -0
- package/src/modules/product/skills/pol-probe-advisor/SKILL.md +492 -0
- package/src/modules/product/skills/positioning-statement/SKILL.md +230 -0
- package/src/modules/product/skills/positioning-statement/examples/sample.md +51 -0
- package/src/modules/product/skills/positioning-statement/template.md +25 -0
- package/src/modules/product/skills/positioning-workshop/SKILL.md +424 -0
- package/src/modules/product/skills/prd-development/SKILL.md +655 -0
- package/src/modules/product/skills/prd-development/examples/sample.md +43 -0
- package/src/modules/product/skills/prd-development/template.md +55 -0
- package/src/modules/product/skills/press-release/SKILL.md +269 -0
- package/src/modules/product/skills/press-release/examples/sample.md +73 -0
- package/src/modules/product/skills/press-release/template.md +39 -0
- package/src/modules/product/skills/prioritization-advisor/SKILL.md +448 -0
- package/src/modules/product/skills/problem-framing-canvas/SKILL.md +466 -0
- package/src/modules/product/skills/problem-framing-canvas/examples/sample.md +58 -0
- package/src/modules/product/skills/problem-framing-canvas/template.md +22 -0
- package/src/modules/product/skills/problem-statement/SKILL.md +246 -0
- package/src/modules/product/skills/problem-statement/examples/sample.md +82 -0
- package/src/modules/product/skills/problem-statement/template.md +37 -0
- package/src/modules/product/skills/product-strategy-session/SKILL.md +426 -0
- package/src/modules/product/skills/product-strategy-session/examples/sample.md +67 -0
- package/src/modules/product/skills/product-strategy-session/template.md +38 -0
- package/src/modules/product/skills/proto-persona/SKILL.md +326 -0
- package/src/modules/product/skills/proto-persona/examples/sample.md +97 -0
- package/src/modules/product/skills/proto-persona/template.md +45 -0
- package/src/modules/product/skills/recommendation-canvas/SKILL.md +375 -0
- package/src/modules/product/skills/recommendation-canvas/examples/sample.md +94 -0
- package/src/modules/product/skills/recommendation-canvas/template.md +86 -0
- package/src/modules/product/skills/roadmap-planning/SKILL.md +505 -0
- package/src/modules/product/skills/roadmap-planning/examples/sample.md +62 -0
- package/src/modules/product/skills/roadmap-planning/template.md +30 -0
- package/src/modules/product/skills/saas-economics-efficiency-metrics/SKILL.md +694 -0
- package/src/modules/product/skills/saas-economics-efficiency-metrics/examples/cash-trap.md +365 -0
- package/src/modules/product/skills/saas-economics-efficiency-metrics/examples/healthy-unit-economics.md +279 -0
- package/src/modules/product/skills/saas-economics-efficiency-metrics/template.md +263 -0
- package/src/modules/product/skills/saas-revenue-growth-metrics/SKILL.md +630 -0
- package/src/modules/product/skills/saas-revenue-growth-metrics/examples/healthy-saas.md +131 -0
- package/src/modules/product/skills/saas-revenue-growth-metrics/examples/warning-signs.md +229 -0
- package/src/modules/product/skills/saas-revenue-growth-metrics/template.md +192 -0
- package/src/modules/product/skills/storyboard/SKILL.md +252 -0
- package/src/modules/product/skills/storyboard/examples/sample.md +71 -0
- package/src/modules/product/skills/storyboard/template.md +41 -0
- package/src/modules/product/skills/tam-sam-som-calculator/SKILL.md +392 -0
- package/src/modules/product/skills/tam-sam-som-calculator/examples/sample.md +142 -0
- package/src/modules/product/skills/tam-sam-som-calculator/scripts/market-sizing.py +95 -0
- package/src/modules/product/skills/tam-sam-som-calculator/template.md +35 -0
- package/src/modules/product/skills/user-story/SKILL.md +272 -0
- package/src/modules/product/skills/user-story/examples/sample.md +110 -0
- package/src/modules/product/skills/user-story/scripts/user-story-template.py +65 -0
- package/src/modules/product/skills/user-story/template.md +32 -0
- package/src/modules/product/skills/user-story-mapping/SKILL.md +285 -0
- package/src/modules/product/skills/user-story-mapping/examples/sample.md +77 -0
- package/src/modules/product/skills/user-story-mapping/template.md +41 -0
- package/src/modules/product/skills/user-story-mapping-workshop/SKILL.md +477 -0
- package/src/modules/product/skills/user-story-mapping-workshop/template.md +28 -0
- package/src/modules/product/skills/user-story-splitting/SKILL.md +303 -0
- package/src/modules/product/skills/user-story-splitting/examples/sample.md +147 -0
- package/src/modules/product/skills/user-story-splitting/template.md +37 -0
- package/src/modules/product/skills/vp-cpo-readiness-advisor/SKILL.md +409 -0
- package/src/modules/product/skills/vp-cpo-readiness-advisor/examples/conversation-flow.md +95 -0
- package/src/modules/product/skills/workshop-facilitation/SKILL.md +87 -0
- package/src/modules/productivity/module.yaml +9 -0
- package/src/modules/productivity/skills/doc-coauthoring/SKILL.md +375 -0
- package/src/modules/productivity/skills/internal-comms/LICENSE.txt +202 -0
- package/src/modules/productivity/skills/internal-comms/SKILL.md +32 -0
- package/src/modules/productivity/skills/internal-comms/examples/3p-updates.md +47 -0
- package/src/modules/productivity/skills/internal-comms/examples/company-newsletter.md +65 -0
- package/src/modules/productivity/skills/internal-comms/examples/faq-answers.md +30 -0
- package/src/modules/productivity/skills/internal-comms/examples/general-comms.md +16 -0
- package/src/modules/productivity/skills/technical-writing/SKILL.md +266 -0
- package/src/modules/qa/module.yaml +9 -0
- package/src/modules/qa/skills/test-strategy/SKILL.md +263 -0
- package/src/modules/qa/skills/test-writer/SKILL.md +57 -0
- package/src/modules/qa/skills/webapp-testing/LICENSE.txt +202 -0
- package/src/modules/qa/skills/webapp-testing/SKILL.md +96 -0
- package/src/modules/qa/skills/webapp-testing/examples/console_logging.py +35 -0
- package/src/modules/qa/skills/webapp-testing/examples/element_discovery.py +40 -0
- package/src/modules/qa/skills/webapp-testing/examples/static_html_automation.py +33 -0
- package/src/modules/qa/skills/webapp-testing/scripts/with_server.py +106 -0
- package/tools/autodoc-npx-wrapper.js +34 -0
- package/tools/cli/autodoc-cli.js +55 -0
- package/tools/cli/commands/install.js +36 -0
- package/tools/cli/commands/status.js +35 -0
- package/tools/cli/commands/uninstall.js +60 -0
- package/tools/cli/installers/lib/core/installer.js +164 -0
- package/tools/cli/installers/lib/core/manifest.js +49 -0
- package/tools/cli/installers/lib/ide/manager.js +112 -0
- package/tools/cli/installers/lib/ide/platform-codes.yaml +207 -0
- package/tools/cli/installers/lib/modules/manager.js +59 -0
- package/tools/cli/lib/ui.js +199 -0
- package/tools/cli/lib/welcome.js +82 -0
|
@@ -0,0 +1,346 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: customer-journey-map
|
|
3
|
+
description: Create a customer journey map across stages, touchpoints, actions, emotions, and metrics. Use when diagnosing a broken experience or aligning a team on the full customer flow.
|
|
4
|
+
intent: >-
|
|
5
|
+
Create a comprehensive customer journey map that visualizes how customers interact with your brand across all stages—from awareness to loyalty—documenting their actions, touchpoints, emotions, KPIs, business goals, and teams involved at each stage. Use this to identify pain points, align cross-functional teams, and systematically improve the customer experience to achieve business objectives.
|
|
6
|
+
type: component
|
|
7
|
+
theme: workshops-facilitation
|
|
8
|
+
best_for:
|
|
9
|
+
- "Mapping the full customer experience across all touchpoints"
|
|
10
|
+
- "Aligning cross-functional teams on the end-to-end customer journey"
|
|
11
|
+
- "Identifying pain points and opportunities by stage with measurable KPIs"
|
|
12
|
+
scenarios:
|
|
13
|
+
- "I need to map the customer journey for our B2B SaaS onboarding experience from signup to first value"
|
|
14
|
+
- "Create a journey map for a PM leader evaluating our skills repo — from discovery through loyalty"
|
|
15
|
+
estimated_time: "20-30 min"
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## Purpose
|
|
20
|
+
Create a comprehensive customer journey map that visualizes how customers interact with your brand across all stages—from awareness to loyalty—documenting their actions, touchpoints, emotions, KPIs, business goals, and teams involved at each stage. Use this to identify pain points, align cross-functional teams, and systematically improve the customer experience to achieve business objectives.
|
|
21
|
+
|
|
22
|
+
This is not a user flow diagram—it's a strategic artifact that combines customer empathy with business metrics to drive actionable improvements.
|
|
23
|
+
|
|
24
|
+
## Key Concepts
|
|
25
|
+
|
|
26
|
+
### The Customer Journey Mapping Framework
|
|
27
|
+
Adapted from NNGroup's framework and Carnegie Mellon's PM curriculum, a customer journey map documents:
|
|
28
|
+
|
|
29
|
+
**Horizontal structure (stages):**
|
|
30
|
+
- **Awareness:** Customer first learns about your brand
|
|
31
|
+
- **Consideration:** Customer evaluates your offering
|
|
32
|
+
- **Decision:** Customer makes a purchase
|
|
33
|
+
- **Service:** Customer uses the product/service post-purchase
|
|
34
|
+
- **Loyalty:** Customer becomes a repeat buyer and advocate
|
|
35
|
+
|
|
36
|
+
**Vertical structure (for each stage):**
|
|
37
|
+
- **Customer Actions:** What customers do
|
|
38
|
+
- **Touchpoints:** Where/how they interact with your brand
|
|
39
|
+
- **Customer Experience:** Emotions and thoughts
|
|
40
|
+
- **KPIs:** Metrics to measure success
|
|
41
|
+
- **Business Goals:** What you're trying to achieve
|
|
42
|
+
- **Teams Involved:** Who owns this stage
|
|
43
|
+
|
|
44
|
+
### Why This Works
|
|
45
|
+
- **Empathy-driven:** Centers on customer emotions, not just actions
|
|
46
|
+
- **Cross-functional alignment:** Shows which teams affect which stages
|
|
47
|
+
- **Metric-focused:** Ties customer experience to measurable outcomes
|
|
48
|
+
- **Gap identification:** Makes pain points and opportunities visible
|
|
49
|
+
- **Actionable:** Clear KPIs and goals enable prioritization
|
|
50
|
+
|
|
51
|
+
### Anti-Patterns (What This Is NOT)
|
|
52
|
+
- **Not a user story map:** Journey maps are broader (all touchpoints, not just product use)
|
|
53
|
+
- **Not a service blueprint:** Less detailed on internal processes, more focused on customer experience
|
|
54
|
+
- **Not static:** Journey maps evolve as customer behavior changes
|
|
55
|
+
|
|
56
|
+
### When to Use This
|
|
57
|
+
- Understanding customer experience across all touchpoints (not just product)
|
|
58
|
+
- Aligning cross-functional teams (marketing, sales, product, support)
|
|
59
|
+
- Identifying pain points and prioritizing improvements
|
|
60
|
+
- Onboarding new team members to customer perspective
|
|
61
|
+
- Auditing the end-to-end customer experience
|
|
62
|
+
|
|
63
|
+
### When NOT to Use This
|
|
64
|
+
- For deep product-specific workflows (use story mapping instead)
|
|
65
|
+
- Before defining personas (need to know who you're mapping)
|
|
66
|
+
- As a one-time exercise (journey maps require ongoing updates)
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Application
|
|
71
|
+
|
|
72
|
+
Use `template.md` for the full fill-in structure.
|
|
73
|
+
|
|
74
|
+
### Step 1: Prepare Prerequisites
|
|
75
|
+
|
|
76
|
+
Before mapping, ensure you have:
|
|
77
|
+
1. **Key stakeholders:** Marketing, sales, product, customer service representatives
|
|
78
|
+
2. **Buyer personas:** Detailed personas with demographics, psychographics, goals, challenges (reference `skills/proto-persona/SKILL.md`)
|
|
79
|
+
3. **Defined stages:** Main stages of your buying process (typically: Awareness, Consideration, Decision, Service, Loyalty)
|
|
80
|
+
4. **Touchpoint inventory:** All places customers interact with your brand (website, social, email, store, support, etc.)
|
|
81
|
+
|
|
82
|
+
**If missing:** Run discovery interviews, persona definition work, or touchpoint audits first.
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
### Step 2: Set Clear Objectives
|
|
87
|
+
|
|
88
|
+
Define what you want to achieve:
|
|
89
|
+
|
|
90
|
+
```markdown
|
|
91
|
+
## Objectives
|
|
92
|
+
- [Goal 1: e.g., "Identify top 3 pain points causing drop-off between Awareness and Consideration"]
|
|
93
|
+
- [Goal 2: e.g., "Align marketing and sales on customer motivations at each stage"]
|
|
94
|
+
- [Goal 3: e.g., "Understand emotional journey to inform messaging strategy"]
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
**Quality checks:**
|
|
98
|
+
- **Specific:** Not "understand customers" but "identify drop-off causes in Consideration stage"
|
|
99
|
+
- **Actionable:** Results should inform decisions, not just document observations
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
### Step 3: Choose a Buyer Persona
|
|
104
|
+
|
|
105
|
+
Select one persona to focus on (create separate maps for each persona):
|
|
106
|
+
|
|
107
|
+
```markdown
|
|
108
|
+
## Persona
|
|
109
|
+
- [Persona name and brief description]
|
|
110
|
+
- [Example: "Manager Mike: 35-42, Director of Product at mid-sized B2B SaaS, struggles with data-driven prioritization, values time savings over feature depth"]
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
**Why one persona per map:** Different personas have different journeys. Mixing them creates confusion.
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
### Step 4: Map Each Stage
|
|
118
|
+
|
|
119
|
+
For each stage (Awareness, Consideration, Decision, Service, Loyalty), document:
|
|
120
|
+
|
|
121
|
+
#### Customer Actions
|
|
122
|
+
What customers do at this stage:
|
|
123
|
+
|
|
124
|
+
```markdown
|
|
125
|
+
### Stage: [Stage Name, e.g., Awareness]
|
|
126
|
+
|
|
127
|
+
**Customer Actions:**
|
|
128
|
+
- [Action 1: e.g., "See LinkedIn ad about product management tools"]
|
|
129
|
+
- [Action 2: e.g., "Hear about tool from PM peer at conference"]
|
|
130
|
+
- [Action 3: e.g., "Google 'best product roadmap software'"]
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
**Quality checks:**
|
|
134
|
+
- **Observable:** You can see or measure this action
|
|
135
|
+
- **Specific:** Not "research products" but "Google 'best roadmap software' and read comparison articles"
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
#### Touchpoints
|
|
140
|
+
Where/how customers interact with your brand:
|
|
141
|
+
|
|
142
|
+
```markdown
|
|
143
|
+
**Touchpoints:**
|
|
144
|
+
- [Touchpoint 1: e.g., "LinkedIn Ads"]
|
|
145
|
+
- [Touchpoint 2: e.g., "Word-of-mouth at PM conferences"]
|
|
146
|
+
- [Touchpoint 3: e.g., "Google organic search results"]
|
|
147
|
+
- [Touchpoint 4: e.g., "Review sites (G2, Capterra)"]
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
**Quality checks:**
|
|
151
|
+
- **Comprehensive:** Include both digital and physical touchpoints
|
|
152
|
+
- **Specific:** Not "social media" but "LinkedIn Ads," "Twitter mentions," etc.
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
#### Customer Experience
|
|
157
|
+
Emotions and thoughts customers have:
|
|
158
|
+
|
|
159
|
+
```markdown
|
|
160
|
+
**Customer Experience:**
|
|
161
|
+
- [Emotion 1: e.g., "Curious but skeptical—'Is this actually better than spreadsheets?'"]
|
|
162
|
+
- [Emotion 2: e.g., "Overwhelmed by options—'Too many tools, how do I choose?'"]
|
|
163
|
+
- [Emotion 3: e.g., "Hopeful but cautious—'Could this save me time?'"]
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
**Quality checks:**
|
|
167
|
+
- **Authentic:** Use customer quotes from research when possible
|
|
168
|
+
- **Emotional:** Capture feelings, not just thoughts
|
|
169
|
+
- **Specific:** Not "interested" but "curious but skeptical—worried about setup time"
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
#### KPIs
|
|
174
|
+
Key performance indicators for this stage:
|
|
175
|
+
|
|
176
|
+
```markdown
|
|
177
|
+
**KPIs:**
|
|
178
|
+
- [KPI 1: e.g., "Brand awareness (measured via surveys)"]
|
|
179
|
+
- [KPI 2: e.g., "LinkedIn ad impressions: 100k/month"]
|
|
180
|
+
- [KPI 3: e.g., "Organic search traffic: 5k visitors/month"]
|
|
181
|
+
- [KPI 4: e.g., "G2 review views: 2k/month"]
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
**Quality checks:**
|
|
185
|
+
- **Measurable:** Can you track this?
|
|
186
|
+
- **Stage-appropriate:** Awareness KPIs differ from Decision KPIs
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
#### Business Goals
|
|
191
|
+
What you're trying to achieve at this stage:
|
|
192
|
+
|
|
193
|
+
```markdown
|
|
194
|
+
**Business Goals:**
|
|
195
|
+
- [Goal 1: e.g., "Increase brand awareness among PMs at B2B SaaS companies"]
|
|
196
|
+
- [Goal 2: e.g., "Generate 500 qualified leads/month"]
|
|
197
|
+
- [Goal 3: e.g., "Position as top 3 roadmap tool in G2 rankings"]
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
**Quality checks:**
|
|
201
|
+
- **Outcome-focused:** Not "run ads" but "increase brand awareness"
|
|
202
|
+
- **Aligned with stage:** Don't expect conversions at Awareness stage
|
|
203
|
+
|
|
204
|
+
---
|
|
205
|
+
|
|
206
|
+
#### Teams Involved
|
|
207
|
+
Who owns this stage:
|
|
208
|
+
|
|
209
|
+
```markdown
|
|
210
|
+
**Teams Involved:**
|
|
211
|
+
- [Team 1: e.g., "Marketing (ad campaigns, SEO)"]
|
|
212
|
+
- [Team 2: e.g., "Content (blog posts, comparison guides)"]
|
|
213
|
+
- [Team 3: e.g., "Customer Success (case studies, testimonials)"]
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
**Quality checks:**
|
|
217
|
+
- **Cross-functional:** Multiple teams usually touch each stage
|
|
218
|
+
- **Specific roles:** Not just "marketing" but "marketing (ad campaigns, SEO)"
|
|
219
|
+
|
|
220
|
+
---
|
|
221
|
+
|
|
222
|
+
### Step 5: Visualize the Map
|
|
223
|
+
|
|
224
|
+
Create a table or visual diagram:
|
|
225
|
+
|
|
226
|
+
| **Stage** | **Awareness** | **Consideration** | **Decision** | **Service** | **Loyalty** |
|
|
227
|
+
|-----------|---------------|-------------------|--------------|-------------|-------------|
|
|
228
|
+
| **Customer Actions** | See ad, hear from peers, Google search | Compare features, read reviews, request demo | Free trial signup, test with real data, evaluate ROI | Onboard team, build first roadmap, integrate with Jira | Use daily, recommend to peers, share wins on LinkedIn |
|
|
229
|
+
| **Touchpoints** | LinkedIn Ads, conferences, Google, review sites | Website, demo calls, sales emails | Product (free trial), onboarding emails | Product, support chat, knowledge base | Product, community forums, customer success check-ins |
|
|
230
|
+
| **Customer Experience** | Curious but skeptical | Excited but overwhelmed by options | Anxious about setup time, hopeful about time savings | Relieved if easy, frustrated if complex | Satisfied and confident, proud of wins |
|
|
231
|
+
| **KPIs** | Impressions: 100k/month, traffic: 5k/month | Demo requests: 100/month, trial signups: 50/month | Conversion rate: 20%, time-to-value: <2 hours | Activation rate: 70%, support ticket volume | Retention rate: 85%, NPS: 50, referral rate: 15% |
|
|
232
|
+
| **Business Goals** | Increase brand awareness, generate 500 leads/month | Improve lead quality, reduce sales cycle to 30 days | Increase trial-to-paid conversion, optimize onboarding | Reduce churn, improve activation, minimize support costs | Increase LTV, generate referrals, upsell premium features |
|
|
233
|
+
| **Teams Involved** | Marketing, Content | Marketing, Sales, Product | Sales, Product, Onboarding | Product, Support, Customer Success | Product, Customer Success, Marketing |
|
|
234
|
+
|
|
235
|
+
---
|
|
236
|
+
|
|
237
|
+
### Step 6: Analyze and Prioritize
|
|
238
|
+
|
|
239
|
+
Review the map and ask:
|
|
240
|
+
1. **Where are the biggest pain points?** (Look for negative emotions + high drop-off rates)
|
|
241
|
+
2. **Which stages have the weakest KPIs?** (Prioritize low-performing stages)
|
|
242
|
+
3. **Are teams aligned?** (Do teams understand their role in each stage?)
|
|
243
|
+
4. **What opportunities exist?** (Where can small improvements create big impact?)
|
|
244
|
+
|
|
245
|
+
**Prioritization criteria:**
|
|
246
|
+
- **Impact:** How much would fixing this improve the customer experience?
|
|
247
|
+
- **Feasibility:** How easy is this to fix?
|
|
248
|
+
- **Alignment:** Does this support business goals?
|
|
249
|
+
|
|
250
|
+
---
|
|
251
|
+
|
|
252
|
+
### Step 7: Test and Refine
|
|
253
|
+
|
|
254
|
+
- **Update regularly:** Customer behavior changes—revisit the map quarterly
|
|
255
|
+
- **Validate with data:** Use analytics, surveys, and customer interviews to confirm assumptions
|
|
256
|
+
- **Track improvements:** After making changes, measure impact on KPIs
|
|
257
|
+
|
|
258
|
+
---
|
|
259
|
+
|
|
260
|
+
## Examples
|
|
261
|
+
|
|
262
|
+
See `examples/sample.md` for a full customer journey map example.
|
|
263
|
+
See `examples/meta-product-manager-skills.md` for a meta dogfooding example mapping this repository's own customer journey.
|
|
264
|
+
|
|
265
|
+
Mini example excerpt:
|
|
266
|
+
|
|
267
|
+
```markdown
|
|
268
|
+
| **Stage** | **Awareness** | **Consideration** | **Decision** |
|
|
269
|
+
| **Customer Actions** | Sees LinkedIn ad | Compares on G2 | Starts free trial |
|
|
270
|
+
| **Customer Experience** | Curious but skeptical | Overwhelmed | Anxious about setup |
|
|
271
|
+
```
|
|
272
|
+
|
|
273
|
+
---
|
|
274
|
+
|
|
275
|
+
## Common Pitfalls
|
|
276
|
+
|
|
277
|
+
### Pitfall 1: Generic Emotions
|
|
278
|
+
**Symptom:** "Customer feels happy" or "Customer is satisfied"
|
|
279
|
+
|
|
280
|
+
**Consequence:** No insight into *why* they feel that way or what to improve.
|
|
281
|
+
|
|
282
|
+
**Fix:** Be specific: "Relieved that setup took 30 minutes, not 3 hours as feared."
|
|
283
|
+
|
|
284
|
+
---
|
|
285
|
+
|
|
286
|
+
### Pitfall 2: Missing Touchpoints
|
|
287
|
+
**Symptom:** Only documenting digital touchpoints (website, app)
|
|
288
|
+
|
|
289
|
+
**Consequence:** Miss offline interactions (conferences, word-of-mouth, support calls).
|
|
290
|
+
|
|
291
|
+
**Fix:** Include all touchpoints: physical, digital, human, and automated.
|
|
292
|
+
|
|
293
|
+
---
|
|
294
|
+
|
|
295
|
+
### Pitfall 3: Internal Perspective
|
|
296
|
+
**Symptom:** Mapping what *you* want customers to do, not what they *actually* do
|
|
297
|
+
|
|
298
|
+
**Consequence:** Journey map reflects wishful thinking, not reality.
|
|
299
|
+
|
|
300
|
+
**Fix:** Validate with customer research, analytics, and support tickets.
|
|
301
|
+
|
|
302
|
+
---
|
|
303
|
+
|
|
304
|
+
### Pitfall 4: No KPIs or Goals
|
|
305
|
+
**Symptom:** Journey map has actions and emotions but no metrics or business objectives
|
|
306
|
+
|
|
307
|
+
**Consequence:** No way to measure success or prioritize improvements.
|
|
308
|
+
|
|
309
|
+
**Fix:** Add KPIs and business goals for each stage. Make them measurable.
|
|
310
|
+
|
|
311
|
+
---
|
|
312
|
+
|
|
313
|
+
### Pitfall 5: One-and-Done Exercise
|
|
314
|
+
**Symptom:** Journey map created once, never updated
|
|
315
|
+
|
|
316
|
+
**Consequence:** Map becomes outdated as customer behavior evolves.
|
|
317
|
+
|
|
318
|
+
**Fix:** Review quarterly. Update based on new data, product changes, or market shifts.
|
|
319
|
+
|
|
320
|
+
---
|
|
321
|
+
|
|
322
|
+
## References
|
|
323
|
+
|
|
324
|
+
### Related Skills
|
|
325
|
+
- `skills/proto-persona/SKILL.md` — Defines the persona for the journey map
|
|
326
|
+
- `skills/jobs-to-be-done/SKILL.md` — Informs customer actions and goals
|
|
327
|
+
- `skills/problem-statement/SKILL.md` — Identifies pain points at each stage
|
|
328
|
+
- `skills/user-story-mapping/SKILL.md` — Complementary (story mapping focuses on product usage, journey mapping covers all touchpoints)
|
|
329
|
+
|
|
330
|
+
### External Frameworks
|
|
331
|
+
- NNGroup, *Customer Journey Mapping* (2016) — Foundational framework
|
|
332
|
+
- Carnegie Mellon University, *Product Management Curriculum* — Academic approach
|
|
333
|
+
- Chris Risdon & Patrick Quattlebaum, *Orchestrating Experiences* (2018) — Journey mapping for service design
|
|
334
|
+
|
|
335
|
+
### Dean's Work
|
|
336
|
+
- Customer Journey Mapping Prompt Template (adapted from NNGroup and CMU frameworks)
|
|
337
|
+
|
|
338
|
+
### Provenance
|
|
339
|
+
- Adapted from `prompts/customer-journey-mapping-prompt-template.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
|
|
340
|
+
|
|
341
|
+
---
|
|
342
|
+
|
|
343
|
+
**Skill type:** Component
|
|
344
|
+
**Suggested filename:** `customer-journey-map.md`
|
|
345
|
+
**Suggested placement:** `/skills/components/`
|
|
346
|
+
**Dependencies:** References `skills/proto-persona/SKILL.md`, `skills/jobs-to-be-done/SKILL.md`, `skills/problem-statement/SKILL.md`
|
package/src/modules/product/skills/customer-journey-map/examples/meta-product-manager-skills.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Customer Journey Map Example
|
|
2
|
+
|
|
3
|
+
## Meta Dogfooding Example: Product Manager Skills Repo
|
|
4
|
+
|
|
5
|
+
This example intentionally maps our own repository journey to model the operating principle of dogfooding: we use the same PM artifacts and quality bar we ask others to use.
|
|
6
|
+
|
|
7
|
+
```markdown
|
|
8
|
+
## Customer Journey Map: AI-Forward PM Lead (Product Manager Skills)
|
|
9
|
+
|
|
10
|
+
### Product
|
|
11
|
+
Product Manager Skills (open-source PM skill library for agentic workflows in Claude/Codex)
|
|
12
|
+
|
|
13
|
+
### Persona
|
|
14
|
+
- AI-Forward PM Lead: PM leader at a B2B SaaS company (20-300 employees), accountable for faster discovery/delivery, skeptical of AI hype, values practical frameworks and reusable workflows
|
|
15
|
+
|
|
16
|
+
### Objectives
|
|
17
|
+
- Increase qualified adoption of PM skills in real product workflows
|
|
18
|
+
- Improve first-week activation from discovery to successful skill usage
|
|
19
|
+
- Increase repeat usage and contribution behavior
|
|
20
|
+
|
|
21
|
+
| **Stage** | **Awareness** | **Consideration** | **Decision** | **Service** | **Loyalty** |
|
|
22
|
+
|---|---|---|---|---|---|
|
|
23
|
+
| **Customer Actions** | Sees LinkedIn/Substack post, hears about repo from peers, searches for PM skills for Claude/Codex | Reads README, scans skill catalog, compares with prompt libraries, checks docs | Clones repo, selects 1-2 skills, runs first guided flow, evaluates output quality | Uses multiple skills in planning/discovery cycles, adapts outputs, shares internally | Reuses as default PM operating layer, recommends to peers, opens issues/PRs |
|
|
24
|
+
| **Touchpoints** | LinkedIn posts, Substack, GitHub repo/search, community mentions | README, CLAUDE.md, usage docs, individual SKILL.md files | Terminal/Codex/Claude session, skill files, helper scripts, quickstart docs | Skill workflows, scripts, docs, release notes, commit history | GitHub issues/PRs, release notes, docs updates, announcements |
|
|
25
|
+
| **Customer Experience** | Curious but skeptical: "Is this practical or just prompt theater?" | Interested but overloaded: "Which skill should I use first?" | Hopeful but anxious: "Will this work in my real context?" | Relieved when outputs are reusable; frustrated if behavior is inconsistent | Confident and invested: "This gives my team a repeatable edge." |
|
|
26
|
+
| **KPIs** | GitHub page views, unique visitors, referral source mix, star rate per visitor | README-to-doc click-through, time on docs, skill page opens, first install intent | First-run success rate, time-to-first-usable-output, setup drop-off, return within 48h | Weekly active users (proxy), multi-skill usage rate, workflow completion rate, issue rate on broken patterns | Repeat contributor count, PR volume/quality, referral traffic, retention of active users |
|
|
27
|
+
| **Business Goals** | Reach qualified PM/PMM/Founder audiences, position as practical and agent-ready | Reduce cognitive load, help users pick the right first skill quickly | Minimize setup friction, prove value in first session | Maintain consistent quality across skills, increase workflow-level adoption | Build contributor flywheel and trust through consistency |
|
|
28
|
+
| **Teams Involved** | Content/author, community, maintainers | Maintainers, doc owners, skill authors | Maintainers, contributors, tooling/script maintainers | Skill authors, reviewers, maintainers | Core maintainers, contributors, community advocates |
|
|
29
|
+
|
|
30
|
+
### Analysis
|
|
31
|
+
**Top 3 Priority Opportunities:**
|
|
32
|
+
1. First-skill onboarding path: add a "Start Here (15 min)" flow mapping persona to first 3 recommended skills
|
|
33
|
+
2. Consistency guardrails: keep shared facilitation rules centralized and auto-checked for all linked skills
|
|
34
|
+
3. Activation instrumentation: define lightweight metrics for first-run success and multi-skill adoption
|
|
35
|
+
|
|
36
|
+
### Assumptions to Validate
|
|
37
|
+
1. Primary persona is PM leads at B2B SaaS teams
|
|
38
|
+
2. Most discovery traffic starts from GitHub plus social content
|
|
39
|
+
3. Biggest friction is "which skill first?" plus cross-skill consistency
|
|
40
|
+
```
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Customer Journey Map Example
|
|
2
|
+
|
|
3
|
+
## Example: B2B SaaS Product
|
|
4
|
+
|
|
5
|
+
```markdown
|
|
6
|
+
## Customer Journey Map: Manager Mike (Product Management Tool)
|
|
7
|
+
|
|
8
|
+
### Persona
|
|
9
|
+
- Manager Mike: 35-42, Director of Product at mid-sized B2B SaaS, struggles with data-driven prioritization, values time savings
|
|
10
|
+
|
|
11
|
+
### Objectives
|
|
12
|
+
- Identify top 3 drop-off points between stages
|
|
13
|
+
- Align marketing, sales, and product on customer motivations
|
|
14
|
+
- Reduce time-to-activation from 4 hours to 2 hours
|
|
15
|
+
|
|
16
|
+
| **Stage** | **Awareness** | **Consideration** | **Decision** | **Service** | **Loyalty** |
|
|
17
|
+
|---|---|---|---|---|---|
|
|
18
|
+
| **Customer Actions** | Sees LinkedIn ad, hears from PM peer, Googles "roadmap software" | Compares features on G2, reads blog posts, requests demo | Signs up for free trial, tests with real data | Onboards team, builds first roadmap, integrates with Jira | Uses daily, recommends to peers, shares roadmap wins on LinkedIn |
|
|
19
|
+
| **Touchpoints** | LinkedIn Ads, PM conferences, Google organic search, G2 | Website, demo calls, sales emails, G2 reviews | Free trial product, onboarding emails, setup wizard | Product, support chat, knowledge base, video tutorials | Product, community forum, CSM check-ins, case study participation |
|
|
20
|
+
| **Customer Experience** | Curious but skeptical: "Is this better than spreadsheets?" | Excited but overwhelmed: "Too many options, how do I choose?" | Anxious: "Will setup take all weekend?" | Relieved: "This was easier than expected!" | Confident: "My roadmaps are finally data-driven." |
|
|
21
|
+
| **KPIs** | Ad impressions: 100k/month, organic traffic: 5k/month, G2 views: 2k/month | Demo requests: 100/month, trial signups: 50/month | Trial-to-paid conversion: 20%, time-to-first-roadmap: 2 hours | Activation rate: 70%, support tickets: 2/user, onboarding NPS: 8 | Retention: 85%, NPS: 50, referrals: 15%, upsell rate: 10% |
|
|
22
|
+
| **Business Goals** | Increase brand awareness, generate 500 qualified leads/month | Improve lead quality, reduce sales cycle to 30 days | Increase conversion from 20% to 25%, reduce time-to-value | Reduce churn from 15% to 10%, increase activation to 80% | Increase LTV by 20%, generate 50 referrals/quarter |
|
|
23
|
+
| **Teams Involved** | Marketing (ads, SEO), Content (blog) | Marketing, Sales, Product (demos) | Sales, Product (trial), Onboarding | Product, Support, Customer Success | Customer Success, Marketing (case studies), Product (features) |
|
|
24
|
+
|
|
25
|
+
### Analysis
|
|
26
|
+
**Top Pain Points:**
|
|
27
|
+
1. Consideration stage drop-off: 100 demo requests → 50 trial signups (50% drop-off)
|
|
28
|
+
2. Decision stage anxiety: "Will setup take all weekend?"
|
|
29
|
+
3. Service stage activation: Only 70% activate
|
|
30
|
+
|
|
31
|
+
**Opportunities:**
|
|
32
|
+
1. Loyalty stage: High NPS (50) but low referral rate (15%)
|
|
33
|
+
```
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Customer Journey Map Template
|
|
2
|
+
|
|
3
|
+
Use this template to map customer stages, actions, touchpoints, emotions, KPIs, goals, and teams.
|
|
4
|
+
|
|
5
|
+
## Provenance
|
|
6
|
+
Adapted from `prompts/customer-journey-mapping-prompt-template.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
|
|
7
|
+
|
|
8
|
+
## Template
|
|
9
|
+
```markdown
|
|
10
|
+
## Customer Journey Map
|
|
11
|
+
|
|
12
|
+
### Persona
|
|
13
|
+
- [Persona name and brief description]
|
|
14
|
+
|
|
15
|
+
### Objectives
|
|
16
|
+
- [Objective 1]
|
|
17
|
+
- [Objective 2]
|
|
18
|
+
- [Objective 3]
|
|
19
|
+
|
|
20
|
+
| **Stage** | **Awareness** | **Consideration** | **Decision** | **Service** | **Loyalty** |
|
|
21
|
+
|---|---|---|---|---|---|
|
|
22
|
+
| **Customer Actions** | [Actions] | [Actions] | [Actions] | [Actions] | [Actions] |
|
|
23
|
+
| **Touchpoints** | [Touchpoints] | [Touchpoints] | [Touchpoints] | [Touchpoints] | [Touchpoints] |
|
|
24
|
+
| **Customer Experience** | [Emotions/thoughts] | [Emotions/thoughts] | [Emotions/thoughts] | [Emotions/thoughts] | [Emotions/thoughts] |
|
|
25
|
+
| **KPIs** | [KPIs] | [KPIs] | [KPIs] | [KPIs] | [KPIs] |
|
|
26
|
+
| **Business Goals** | [Goals] | [Goals] | [Goals] | [Goals] | [Goals] |
|
|
27
|
+
| **Teams Involved** | [Teams] | [Teams] | [Teams] | [Teams] | [Teams] |
|
|
28
|
+
```
|