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,246 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: problem-statement
|
|
3
|
+
description: Write a user-centered problem statement with who is blocked, what they are trying to do, why it matters, and how it feels. Use when framing discovery, prioritization, or a PRD.
|
|
4
|
+
intent: >-
|
|
5
|
+
Articulate a problem from the user's perspective using an empathy-driven framework that captures who they are, what they're trying to do, what's blocking them, why, and how it makes them feel. Use this to align stakeholders on the problem before jumping to solutions, and to frame product work around user outcomes rather than feature requests.
|
|
6
|
+
type: component
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## Purpose
|
|
11
|
+
Articulate a problem from the user's perspective using an empathy-driven framework that captures who they are, what they're trying to do, what's blocking them, why, and how it makes them feel. Use this to align stakeholders on the problem before jumping to solutions, and to frame product work around user outcomes rather than feature requests.
|
|
12
|
+
|
|
13
|
+
This is not a requirements doc—it's a human-centered problem narrative that ensures you're solving a problem worth solving.
|
|
14
|
+
|
|
15
|
+
## Key Concepts
|
|
16
|
+
|
|
17
|
+
### The Problem Framing Framework
|
|
18
|
+
Based on Jobs-to-be-Done and empathy mapping, the framework structures problems as:
|
|
19
|
+
|
|
20
|
+
**Problem Framing Narrative:**
|
|
21
|
+
- **I am:** [Describe the persona experiencing the problem]
|
|
22
|
+
- **Trying to:** [Desired outcomes the persona cares about]
|
|
23
|
+
- **But:** [Barriers preventing the outcomes]
|
|
24
|
+
- **Because:** [Root cause of the problem]
|
|
25
|
+
- **Which makes me feel:** [Emotional impact]
|
|
26
|
+
|
|
27
|
+
**Context & Constraints:**
|
|
28
|
+
- [Geographic, technological, time-based, demographic factors]
|
|
29
|
+
|
|
30
|
+
**Final Problem Statement:**
|
|
31
|
+
- [Single, concise, empathetic summary]
|
|
32
|
+
|
|
33
|
+
### Why This Structure Works
|
|
34
|
+
- **Persona-centric:** Forces you to see the problem through the user's eyes
|
|
35
|
+
- **Outcome-focused:** "Trying to" emphasizes desired results, not tasks
|
|
36
|
+
- **Root cause analysis:** "Because" pushes past symptoms to underlying issues
|
|
37
|
+
- **Emotional validation:** "Makes me feel" humanizes the problem and builds empathy
|
|
38
|
+
- **Contextual:** Constraints acknowledge real-world limitations
|
|
39
|
+
|
|
40
|
+
### Anti-Patterns (What This Is NOT)
|
|
41
|
+
- **Not a solution in disguise:** "The problem is we lack AI-powered analytics" = sneaking in a solution
|
|
42
|
+
- **Not a business problem:** "Our revenue is down" isn't a user problem (it's a symptom)
|
|
43
|
+
- **Not a feature request:** "Users need a dashboard" isn't a problem (what are they trying to do?)
|
|
44
|
+
- **Not generic:** "Users want better UX" is too vague to be actionable
|
|
45
|
+
|
|
46
|
+
### When to Use This
|
|
47
|
+
- Kicking off discovery or problem validation work
|
|
48
|
+
- Aligning stakeholders before solutioning
|
|
49
|
+
- Socializing a problem with engineering, design, or exec teams
|
|
50
|
+
- When you have feature requests but unclear underlying problems
|
|
51
|
+
- Pitching why a problem is worth solving
|
|
52
|
+
|
|
53
|
+
### When NOT to Use This
|
|
54
|
+
- When you haven't done any user research yet (don't guess—interview first)
|
|
55
|
+
- For internal operational problems (this is for user-facing problems)
|
|
56
|
+
- As a substitute for a PRD (this frames the problem; PRD defines the solution)
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Application
|
|
61
|
+
|
|
62
|
+
Use `template.md` for the full fill-in structure.
|
|
63
|
+
|
|
64
|
+
### Step 1: Gather User Context
|
|
65
|
+
Before drafting, ensure you have:
|
|
66
|
+
- **User interviews or research:** Direct quotes, observed behaviors, pain points
|
|
67
|
+
- **Jobs-to-be-Done insights:** What users are "hiring" your product to do (reference `skills/jobs-to-be-done/SKILL.md`)
|
|
68
|
+
- **Persona clarity:** Who specifically experiences this problem (reference `skills/proto-persona/SKILL.md`)
|
|
69
|
+
- **Constraints data:** Geographic, tech, time, demographic limitations
|
|
70
|
+
|
|
71
|
+
**If missing context:** Run discovery interviews, contextual inquiries, or user shadowing. Don't fabricate problems.
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
### Step 2: Draft the Problem Framing Narrative
|
|
76
|
+
|
|
77
|
+
Fill in the template from the persona's point of view:
|
|
78
|
+
|
|
79
|
+
```markdown
|
|
80
|
+
## Problem Framing Narrative
|
|
81
|
+
|
|
82
|
+
**I am:** [Describe the key persona, highlighting 3-4 key characteristics]
|
|
83
|
+
- [Key pain point or characteristic 1]
|
|
84
|
+
- [Key pain point or characteristic 2]
|
|
85
|
+
- [Key pain point or characteristic 3]
|
|
86
|
+
|
|
87
|
+
**Trying to:**
|
|
88
|
+
- [Single sentence listing the desired outcomes the persona cares most about]
|
|
89
|
+
|
|
90
|
+
**But:**
|
|
91
|
+
- [Describe the barriers preventing the persona from achieving outcomes]
|
|
92
|
+
- [Job-to-be-done or outcome obstruction 1]
|
|
93
|
+
- [Job-to-be-done or outcome obstruction 2]
|
|
94
|
+
- [Job-to-be-done or outcome obstruction 3]
|
|
95
|
+
|
|
96
|
+
**Because:**
|
|
97
|
+
- [Describe the root cause empathetically]
|
|
98
|
+
|
|
99
|
+
**Which makes me feel:**
|
|
100
|
+
- [Describe the emotions from the persona's perspective]
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
**Quality checks:**
|
|
104
|
+
- **"I am" specificity:** Can you picture this person? Or is it generic ("busy professionals")?
|
|
105
|
+
- **"Trying to" clarity:** Is this an outcome (measurable) or a task (activity)?
|
|
106
|
+
- **"But" depth:** Are these real barriers or just inconveniences?
|
|
107
|
+
- **"Because" honesty:** Is this the root cause or just a symptom?
|
|
108
|
+
- **"Makes me feel" authenticity:** Do these emotions come from research or assumptions?
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
### Step 3: Document Context & Constraints
|
|
113
|
+
|
|
114
|
+
```markdown
|
|
115
|
+
## Context & Constraints
|
|
116
|
+
|
|
117
|
+
- [Enumerate geographic, technological, time-based, or demographic factors]
|
|
118
|
+
- [e.g., "Must work offline in rural areas with limited connectivity"]
|
|
119
|
+
- [e.g., "Used by non-technical users unfamiliar with complex software"]
|
|
120
|
+
- [e.g., "Time-sensitive: decisions must be made within 24 hours"]
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
**Quality checks:**
|
|
124
|
+
- **Relevance:** Do these constraints directly impact the problem?
|
|
125
|
+
- **Specificity:** Are they concrete enough to inform design decisions?
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
### Step 4: Craft the Final Problem Statement
|
|
130
|
+
|
|
131
|
+
Synthesize the narrative into one powerful sentence:
|
|
132
|
+
|
|
133
|
+
```markdown
|
|
134
|
+
## Final Problem Statement
|
|
135
|
+
|
|
136
|
+
[Single, concise statement that provides a powerful and empathetic summary]
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
**Formula:** `[Persona] needs a way to [desired outcome] because [root cause], which currently [emotional/practical impact].`
|
|
140
|
+
|
|
141
|
+
**Example:** "Enterprise IT admins need a way to provision user accounts in under 5 minutes because current processes take 2+ hours with manual approvals, which causes project delays and frustrated end-users."
|
|
142
|
+
|
|
143
|
+
**Quality checks:**
|
|
144
|
+
- **One sentence:** If it requires multiple sentences, the problem isn't crisp yet
|
|
145
|
+
- **Measurable:** Can you tell if you've solved it?
|
|
146
|
+
- **Empathetic:** Does it resonate emotionally?
|
|
147
|
+
- **Shareable:** Could you say this in a meeting and have stakeholders nod?
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
### Step 5: Validate and Socialize
|
|
152
|
+
|
|
153
|
+
- **Test with users:** Read it aloud to people who experience the problem. Do they say "Yes, exactly!"?
|
|
154
|
+
- **Share with stakeholders:** Product, engineering, design, exec. Does it align everyone?
|
|
155
|
+
- **Iterate based on feedback:** If anyone says "I don't think that's the real problem," dig deeper.
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## Examples
|
|
160
|
+
|
|
161
|
+
See `examples/sample.md` for full examples (good and bad problem statements).
|
|
162
|
+
|
|
163
|
+
Mini example excerpt:
|
|
164
|
+
|
|
165
|
+
```markdown
|
|
166
|
+
**I am:** A software developer on a distributed team
|
|
167
|
+
**Trying to:** Communicate in real-time with my team without losing context
|
|
168
|
+
**But:** Email is too slow and IM is ephemeral
|
|
169
|
+
**Because:** No tool combines real-time chat with searchable history
|
|
170
|
+
**Which makes me feel:** Frustrated and disconnected
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## Common Pitfalls
|
|
176
|
+
|
|
177
|
+
### Pitfall 1: Solution Smuggling
|
|
178
|
+
**Symptom:** "The problem is we don't have [specific feature]"
|
|
179
|
+
|
|
180
|
+
**Consequence:** You've predetermined the solution without validating the problem.
|
|
181
|
+
|
|
182
|
+
**Fix:** Reframe around the user's desired outcome, not the feature. Ask "What are they trying to achieve?"
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
186
|
+
### Pitfall 2: Business Problem Disguised as User Problem
|
|
187
|
+
**Symptom:** "Users want to increase our revenue" or "The problem is our churn rate"
|
|
188
|
+
|
|
189
|
+
**Consequence:** These are company problems, not user problems. Users don't care about your metrics.
|
|
190
|
+
|
|
191
|
+
**Fix:** Dig into *why* users churn or *what* would make them spend more. Frame it from their perspective.
|
|
192
|
+
|
|
193
|
+
---
|
|
194
|
+
|
|
195
|
+
### Pitfall 3: Generic Personas
|
|
196
|
+
**Symptom:** "I am a busy professional trying to be more productive"
|
|
197
|
+
|
|
198
|
+
**Consequence:** Too broad to be actionable. Every product claims to help "busy professionals."
|
|
199
|
+
|
|
200
|
+
**Fix:** Get specific. "I am a sales rep managing 50+ leads manually in spreadsheets, trying to prioritize follow-ups without missing high-value opportunities."
|
|
201
|
+
|
|
202
|
+
---
|
|
203
|
+
|
|
204
|
+
### Pitfall 4: Symptom Instead of Root Cause
|
|
205
|
+
**Symptom:** "Because the UI is confusing"
|
|
206
|
+
|
|
207
|
+
**Consequence:** You're describing a symptom, not the underlying issue.
|
|
208
|
+
|
|
209
|
+
**Fix:** Ask "Why is the UI confusing?" Keep asking "why" until you hit the root cause (e.g., "Because users have no mental model for how the system works").
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
### Pitfall 5: Fabricated Emotions
|
|
214
|
+
**Symptom:** "Which makes me feel empowered and delighted"
|
|
215
|
+
|
|
216
|
+
**Consequence:** These sound like marketing copy, not real user emotions.
|
|
217
|
+
|
|
218
|
+
**Fix:** Use actual quotes from user interviews. Real emotions: "frustrated," "overwhelmed," "anxious," "stuck."
|
|
219
|
+
|
|
220
|
+
---
|
|
221
|
+
|
|
222
|
+
## References
|
|
223
|
+
|
|
224
|
+
### Related Skills
|
|
225
|
+
- `skills/jobs-to-be-done/SKILL.md` — Informs the "Trying to" and "But" sections
|
|
226
|
+
- `skills/proto-persona/SKILL.md` — Defines the "I am" persona
|
|
227
|
+
- `skills/positioning-statement/SKILL.md` — Problem statement informs positioning
|
|
228
|
+
- `skills/user-story/SKILL.md` — Problem statement guides story prioritization
|
|
229
|
+
|
|
230
|
+
### External Frameworks
|
|
231
|
+
- Clayton Christensen, *Jobs to Be Done* — Origin of outcome-focused problem framing
|
|
232
|
+
- Osterwalder & Pigneur, *Value Proposition Canvas* — Customer pains/gains/jobs
|
|
233
|
+
- Dave Gray, *Empathy Mapping* — Emotional framing techniques
|
|
234
|
+
|
|
235
|
+
### Dean's Work
|
|
236
|
+
- [Link to relevant Dean Peters' Substack articles if applicable]
|
|
237
|
+
|
|
238
|
+
### Provenance
|
|
239
|
+
- Adapted from `prompts/framing-the-problem-statement.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
|
|
240
|
+
|
|
241
|
+
---
|
|
242
|
+
|
|
243
|
+
**Skill type:** Component
|
|
244
|
+
**Suggested filename:** `problem-statement.md`
|
|
245
|
+
**Suggested placement:** `/skills/components/`
|
|
246
|
+
**Dependencies:** References `skills/jobs-to-be-done/SKILL.md`, `skills/proto-persona/SKILL.md`
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# Problem Statement Examples
|
|
2
|
+
|
|
3
|
+
## Example 1: Slack (Early Problem Statement)
|
|
4
|
+
|
|
5
|
+
**Problem Framing Narrative:**
|
|
6
|
+
|
|
7
|
+
**I am:** A software developer on a distributed team
|
|
8
|
+
- Working across multiple time zones with teammates I rarely see in person
|
|
9
|
+
- Collaborating on complex technical projects requiring frequent communication
|
|
10
|
+
- Drowning in email threads that are hard to follow and unsearchable
|
|
11
|
+
|
|
12
|
+
**Trying to:**
|
|
13
|
+
- Communicate in real-time with my team without losing context or important decisions
|
|
14
|
+
|
|
15
|
+
**But:**
|
|
16
|
+
- Email is too slow and threads get buried
|
|
17
|
+
- Skype/IM is ephemeral—conversations disappear and can't be searched later
|
|
18
|
+
- Important decisions get lost, forcing me to re-ask questions or hunt through old messages
|
|
19
|
+
|
|
20
|
+
**Because:**
|
|
21
|
+
- No tool combines real-time chat with persistent, searchable history
|
|
22
|
+
|
|
23
|
+
**Which makes me feel:**
|
|
24
|
+
- Frustrated, inefficient, and disconnected from my team
|
|
25
|
+
|
|
26
|
+
**Context & Constraints:**
|
|
27
|
+
- Distributed teams across time zones
|
|
28
|
+
- Need for asynchronous + synchronous communication
|
|
29
|
+
- Must integrate with dev tools (GitHub, Jira, CI/CD)
|
|
30
|
+
|
|
31
|
+
**Final Problem Statement:**
|
|
32
|
+
"Distributed software teams need a way to communicate in real-time with persistent, searchable history because email is too slow and IM is ephemeral, which causes lost context and repeated questions."
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Example 2: Bad Problem Statement (Solution in Disguise)
|
|
37
|
+
|
|
38
|
+
**Problem Framing Narrative:**
|
|
39
|
+
|
|
40
|
+
**I am:** A product manager
|
|
41
|
+
|
|
42
|
+
**Trying to:**
|
|
43
|
+
- Use AI-powered analytics
|
|
44
|
+
|
|
45
|
+
**But:**
|
|
46
|
+
- We don't have AI features
|
|
47
|
+
|
|
48
|
+
**Because:**
|
|
49
|
+
- Our competitors do
|
|
50
|
+
|
|
51
|
+
**Which makes me feel:**
|
|
52
|
+
- Behind the times
|
|
53
|
+
|
|
54
|
+
**Final Problem Statement:**
|
|
55
|
+
"We need AI-powered analytics to compete."
|
|
56
|
+
|
|
57
|
+
**Why this fails:**
|
|
58
|
+
- "Trying to" is a solution, not an outcome
|
|
59
|
+
- "But" is a missing feature, not a barrier
|
|
60
|
+
- "Because" is competitor-driven, not user-driven
|
|
61
|
+
- "Makes me feel" is about the PM, not the user
|
|
62
|
+
|
|
63
|
+
**How to fix it:**
|
|
64
|
+
Reframe from the user's perspective:
|
|
65
|
+
|
|
66
|
+
**I am:** A product manager analyzing user behavior across multiple features
|
|
67
|
+
|
|
68
|
+
**Trying to:**
|
|
69
|
+
- Identify which user segments are at risk of churning within the next 30 days
|
|
70
|
+
|
|
71
|
+
**But:**
|
|
72
|
+
- Current analytics require manual SQL queries and hours of data wrangling
|
|
73
|
+
- By the time I identify at-risk users, many have already churned
|
|
74
|
+
|
|
75
|
+
**Because:**
|
|
76
|
+
- Our analytics tools don't surface predictive insights automatically
|
|
77
|
+
|
|
78
|
+
**Which makes me feel:**
|
|
79
|
+
- Reactive instead of proactive, and like I'm failing to retain customers
|
|
80
|
+
|
|
81
|
+
**Final Problem Statement:**
|
|
82
|
+
"Product managers need a way to proactively identify at-risk users before they churn because current analytics are manual and slow, which causes missed retention opportunities."
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Problem Statement Template
|
|
2
|
+
|
|
3
|
+
Use this template to frame a user problem from the persona's perspective, capture context and constraints, and produce a single-sentence problem statement.
|
|
4
|
+
|
|
5
|
+
## Provenance
|
|
6
|
+
Adapted from `prompts/framing-the-problem-statement.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
|
|
7
|
+
|
|
8
|
+
## Template
|
|
9
|
+
```markdown
|
|
10
|
+
## Problem Framing Narrative
|
|
11
|
+
|
|
12
|
+
**I am:** [Describe the key persona, highlighting 3-4 key characteristics]
|
|
13
|
+
- [Key pain point or characteristic 1]
|
|
14
|
+
- [Key pain point or characteristic 2]
|
|
15
|
+
- [Key pain point or characteristic 3]
|
|
16
|
+
|
|
17
|
+
**Trying to:**
|
|
18
|
+
- [Single sentence listing the desired outcomes the persona cares most about]
|
|
19
|
+
|
|
20
|
+
**But:**
|
|
21
|
+
- [Describe the barriers preventing outcomes]
|
|
22
|
+
- [Outcome obstruction 1]
|
|
23
|
+
- [Outcome obstruction 2]
|
|
24
|
+
- [Outcome obstruction 3]
|
|
25
|
+
|
|
26
|
+
**Because:**
|
|
27
|
+
- [Describe the root cause empathetically]
|
|
28
|
+
|
|
29
|
+
**Which makes me feel:**
|
|
30
|
+
- [Describe emotions from the persona's perspective]
|
|
31
|
+
|
|
32
|
+
## Context & Constraints
|
|
33
|
+
- [Geographic, technological, time-based, or demographic factors]
|
|
34
|
+
|
|
35
|
+
## Final Problem Statement
|
|
36
|
+
- [Single, concise, empathetic summary statement]
|
|
37
|
+
```
|