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,426 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: product-strategy-session
|
|
3
|
+
description: Run an end-to-end product strategy session across positioning, discovery, and roadmap planning. Use when a team needs validated direction before committing to execution.
|
|
4
|
+
intent: >-
|
|
5
|
+
Guide product managers through a comprehensive product strategy session by orchestrating positioning, problem framing, customer discovery, and roadmap planning skills into a cohesive end-to-end process. Use this to move from vague strategic direction to concrete, validated product strategy with clear positioning, target customers, problem statements, and prioritized roadmap—ensuring alignment across stakeholders before committing to execution.
|
|
6
|
+
type: workflow
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## Purpose
|
|
11
|
+
Guide product managers through a comprehensive product strategy session by orchestrating positioning, problem framing, customer discovery, and roadmap planning skills into a cohesive end-to-end process. Use this to move from vague strategic direction to concrete, validated product strategy with clear positioning, target customers, problem statements, and prioritized roadmap—ensuring alignment across stakeholders before committing to execution.
|
|
12
|
+
|
|
13
|
+
This is not a one-time workshop—it's a repeatable process for establishing or refreshing product strategy, typically spanning 2-4 weeks with multiple touchpoints.
|
|
14
|
+
|
|
15
|
+
## Key Concepts
|
|
16
|
+
|
|
17
|
+
### What is a Product Strategy Session?
|
|
18
|
+
|
|
19
|
+
A product strategy session is a structured, multi-phase process that takes a product from strategic ambiguity to validated direction. It orchestrates:
|
|
20
|
+
|
|
21
|
+
1. **Positioning & Market Context** — Define who you serve, what problem you solve, and how you're differentiated
|
|
22
|
+
2. **Problem Discovery & Validation** — Frame and validate customer problems through research
|
|
23
|
+
3. **Solution Exploration** — Generate opportunity solutions and prioritize based on impact
|
|
24
|
+
4. **Roadmap Planning** — Sequence epics and releases based on strategy
|
|
25
|
+
|
|
26
|
+
### Why This Works
|
|
27
|
+
- **Structured discovery:** Prevents jumping to solutions before understanding problems
|
|
28
|
+
- **Stakeholder alignment:** Creates shared mental model across exec, product, design, engineering
|
|
29
|
+
- **Validated strategy:** Tests assumptions before committing resources
|
|
30
|
+
- **Executable roadmap:** Connects high-level strategy to concrete work
|
|
31
|
+
|
|
32
|
+
### Anti-Patterns (What This Is NOT)
|
|
33
|
+
- **Not a feature brainstorm:** Strategy sessions frame problems, not just list features
|
|
34
|
+
- **Not waterfall planning:** Builds in feedback loops and iteration
|
|
35
|
+
- **Not a solo PM exercise:** Requires cross-functional participation
|
|
36
|
+
|
|
37
|
+
### When to Use This
|
|
38
|
+
- Launching a new product or major initiative
|
|
39
|
+
- Annual/quarterly strategic planning cycles
|
|
40
|
+
- Repositioning an existing product
|
|
41
|
+
- Onboarding new product leaders (align on strategy)
|
|
42
|
+
|
|
43
|
+
### When NOT to Use This
|
|
44
|
+
- When strategy is already clear and validated
|
|
45
|
+
- For tactical feature additions (no strategic shift needed)
|
|
46
|
+
- When you lack executive sponsorship (strategy won't stick)
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
### Facilitation Source of Truth
|
|
51
|
+
|
|
52
|
+
When running this workflow as a guided conversation, use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the interaction protocol.
|
|
53
|
+
|
|
54
|
+
It defines:
|
|
55
|
+
- session heads-up + entry mode (Guided, Context dump, Best guess)
|
|
56
|
+
- one-question turns with plain-language prompts
|
|
57
|
+
- progress labels (for example, Context Qx/8 and Scoring Qx/5)
|
|
58
|
+
- interruption handling and pause/resume behavior
|
|
59
|
+
- numbered recommendations at decision points
|
|
60
|
+
- quick-select numbered response options for regular questions (include `Other (specify)` when useful)
|
|
61
|
+
|
|
62
|
+
This file defines the workflow sequence and domain-specific outputs. If there is a conflict, follow this file's workflow logic.
|
|
63
|
+
|
|
64
|
+
## Application
|
|
65
|
+
|
|
66
|
+
Use `template.md` for the full fill-in structure.
|
|
67
|
+
|
|
68
|
+
This workflow orchestrates **6 phases** over **2-4 weeks**, using multiple component and interactive skills.
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## Phase 1: Positioning & Market Context (Week 1, Days 1-2)
|
|
73
|
+
|
|
74
|
+
**Goal:** Define target customer, problem space, and differentiation.
|
|
75
|
+
|
|
76
|
+
### Activities
|
|
77
|
+
|
|
78
|
+
**1. Run Positioning Workshop**
|
|
79
|
+
- **Use:** `skills/positioning-workshop/SKILL.md` (interactive)
|
|
80
|
+
- **Participants:** PM, product leadership, marketing, sales
|
|
81
|
+
- **Duration:** 90 minutes
|
|
82
|
+
- **Output:** Draft positioning statement
|
|
83
|
+
|
|
84
|
+
**2. Define Proto-Personas**
|
|
85
|
+
- **Use:** `skills/proto-persona/SKILL.md` (component)
|
|
86
|
+
- **Participants:** PM, design, customer-facing teams
|
|
87
|
+
- **Duration:** 60 minutes
|
|
88
|
+
- **Output:** 1-3 proto-personas (hypothesis-driven)
|
|
89
|
+
|
|
90
|
+
**3. Map Jobs-to-be-Done**
|
|
91
|
+
- **Use:** `skills/jobs-to-be-done/SKILL.md` (component)
|
|
92
|
+
- **Participants:** PM, design
|
|
93
|
+
- **Duration:** 60 minutes
|
|
94
|
+
- **Output:** JTBD statements for each persona
|
|
95
|
+
|
|
96
|
+
### Decision Point 1: Do we have enough customer context?
|
|
97
|
+
|
|
98
|
+
**If YES:** Proceed to Phase 2 (Problem Framing)
|
|
99
|
+
|
|
100
|
+
**If NO:** Run additional discovery:
|
|
101
|
+
- **Use:** `skills/discovery-interview-prep/SKILL.md` (interactive)
|
|
102
|
+
- Schedule 5-10 customer interviews
|
|
103
|
+
- Validate positioning assumptions before proceeding
|
|
104
|
+
- **Time impact:** +1 week
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
## Phase 2: Problem Framing & Validation (Week 1, Days 3-5)
|
|
109
|
+
|
|
110
|
+
**Goal:** Frame the core customer problem and validate it's worth solving.
|
|
111
|
+
|
|
112
|
+
### Activities
|
|
113
|
+
|
|
114
|
+
**1. Run Problem Framing Canvas**
|
|
115
|
+
- **Use:** `skills/problem-framing-canvas/SKILL.md` (interactive - MITRE)
|
|
116
|
+
- **Participants:** PM, design, engineering lead, customer success
|
|
117
|
+
- **Duration:** 120 minutes
|
|
118
|
+
- **Output:** Refined problem statement + "How Might We" question
|
|
119
|
+
|
|
120
|
+
**2. Create Formal Problem Statement**
|
|
121
|
+
- **Use:** `skills/problem-statement/SKILL.md` (component)
|
|
122
|
+
- **Participants:** PM
|
|
123
|
+
- **Duration:** 30 minutes
|
|
124
|
+
- **Output:** Structured problem statement for PRD/roadmap
|
|
125
|
+
|
|
126
|
+
**3. Map Customer Journey (Optional)**
|
|
127
|
+
- **Use:** `skills/customer-journey-mapping-workshop/SKILL.md` (interactive)
|
|
128
|
+
- **When to use:** If problem spans multiple touchpoints or phases
|
|
129
|
+
- **Participants:** PM, design, customer success
|
|
130
|
+
- **Duration:** 90 minutes
|
|
131
|
+
- **Output:** Journey map with pain points and opportunities
|
|
132
|
+
|
|
133
|
+
### Decision Point 2: Is the problem validated?
|
|
134
|
+
|
|
135
|
+
**If YES:** Proceed to Phase 3 (Solution Exploration)
|
|
136
|
+
|
|
137
|
+
**If NO:** Run customer discovery interviews:
|
|
138
|
+
- **Use:** `skills/discovery-interview-prep/SKILL.md` (interactive)
|
|
139
|
+
- Validate problem hypothesis with 5-10 customers
|
|
140
|
+
- Iterate problem statement based on findings
|
|
141
|
+
- **Time impact:** +1 week
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## Phase 3: Solution Exploration (Week 2, Days 1-3)
|
|
146
|
+
|
|
147
|
+
**Goal:** Generate solution options, prioritize based on feasibility/impact, and select POC.
|
|
148
|
+
|
|
149
|
+
### Activities
|
|
150
|
+
|
|
151
|
+
**1. Generate Opportunity Solution Tree**
|
|
152
|
+
- **Use:** `skills/opportunity-solution-tree/SKILL.md` (interactive)
|
|
153
|
+
- **Participants:** PM, design, engineering lead
|
|
154
|
+
- **Duration:** 90 minutes
|
|
155
|
+
- **Output:** 3 opportunities, 3 solutions per opportunity, POC recommendation
|
|
156
|
+
|
|
157
|
+
**Alternative: Use Lean UX Canvas**
|
|
158
|
+
- **Use:** `skills/lean-ux-canvas/SKILL.md` (interactive)
|
|
159
|
+
- **When to use:** If you prefer hypothesis-driven approach over OST
|
|
160
|
+
- **Output:** Business problem, hypotheses, experiments
|
|
161
|
+
|
|
162
|
+
**2. Define Epic Hypotheses**
|
|
163
|
+
- **Use:** `skills/epic-hypothesis/SKILL.md` (component)
|
|
164
|
+
- **Participants:** PM
|
|
165
|
+
- **Duration:** 60 minutes per epic
|
|
166
|
+
- **Output:** Epic hypothesis statements for top 3-5 initiatives
|
|
167
|
+
|
|
168
|
+
**3. Create User Story Map (Optional)**
|
|
169
|
+
- **Use:** `skills/user-story-mapping-workshop/SKILL.md` (interactive)
|
|
170
|
+
- **When to use:** For complex features requiring release planning
|
|
171
|
+
- **Participants:** PM, design, engineering
|
|
172
|
+
- **Duration:** 120 minutes
|
|
173
|
+
- **Output:** Story map with backbone, release slices
|
|
174
|
+
|
|
175
|
+
### Decision Point 3: Do we need to test solutions before committing?
|
|
176
|
+
|
|
177
|
+
**If YES (high uncertainty):** Run experiments:
|
|
178
|
+
- Design POC experiments per `skills/opportunity-solution-tree/SKILL.md` output
|
|
179
|
+
- Test with 10-20 customers (prototype, concierge, landing page test)
|
|
180
|
+
- **Time impact:** +1-2 weeks
|
|
181
|
+
|
|
182
|
+
**If NO (low uncertainty):** Proceed to Phase 4 (Prioritization)
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
186
|
+
## Phase 4: Prioritization & Roadmap Planning (Week 2, Days 4-5)
|
|
187
|
+
|
|
188
|
+
**Goal:** Prioritize initiatives and sequence into executable roadmap.
|
|
189
|
+
|
|
190
|
+
### Activities
|
|
191
|
+
|
|
192
|
+
**1. Choose Prioritization Framework**
|
|
193
|
+
- **Use:** `skills/prioritization-advisor/SKILL.md` (interactive)
|
|
194
|
+
- **Participants:** PM
|
|
195
|
+
- **Duration:** 30 minutes
|
|
196
|
+
- **Output:** Recommended prioritization framework (RICE, ICE, Value/Effort, etc.)
|
|
197
|
+
|
|
198
|
+
**2. Score & Prioritize Epics**
|
|
199
|
+
- **Use:** Prioritization framework from step 1
|
|
200
|
+
- **Participants:** PM, engineering lead, product leadership
|
|
201
|
+
- **Duration:** 90 minutes
|
|
202
|
+
- **Output:** Ranked backlog of epics
|
|
203
|
+
|
|
204
|
+
**3. Sequence Roadmap by Release**
|
|
205
|
+
- **Participants:** PM, engineering lead
|
|
206
|
+
- **Duration:** 60 minutes
|
|
207
|
+
- **Output:** Quarterly or release-based roadmap (Q1: Epics A, B; Q2: Epics C, D, E)
|
|
208
|
+
|
|
209
|
+
**4. Map TAM/SAM/SOM (Optional)**
|
|
210
|
+
- **Use:** `skills/tam-sam-som-calculator/SKILL.md` (interactive)
|
|
211
|
+
- **When to use:** For exec presentations, fundraising, or market sizing
|
|
212
|
+
- **Participants:** PM, business ops
|
|
213
|
+
- **Duration:** 60 minutes
|
|
214
|
+
- **Output:** Market size projections with citations
|
|
215
|
+
|
|
216
|
+
---
|
|
217
|
+
|
|
218
|
+
## Phase 5: Stakeholder Alignment & Communication (Week 3)
|
|
219
|
+
|
|
220
|
+
**Goal:** Present strategy to stakeholders, gather feedback, refine.
|
|
221
|
+
|
|
222
|
+
### Activities
|
|
223
|
+
|
|
224
|
+
**1. Create Visionary Press Release (Optional)**
|
|
225
|
+
- **Use:** `skills/press-release/SKILL.md` (component)
|
|
226
|
+
- **When to use:** For major product launches or exec buy-in
|
|
227
|
+
- **Participants:** PM, marketing
|
|
228
|
+
- **Duration:** 60 minutes
|
|
229
|
+
- **Output:** Amazon Working Backwards-style press release
|
|
230
|
+
|
|
231
|
+
**2. Present Strategy to Stakeholders**
|
|
232
|
+
- **Format:** 60-min presentation covering:
|
|
233
|
+
- Positioning statement (Phase 1)
|
|
234
|
+
- Problem statement (Phase 2)
|
|
235
|
+
- Solution options & prioritization (Phase 3-4)
|
|
236
|
+
- Roadmap (Phase 4)
|
|
237
|
+
- **Participants:** Execs, product leadership, key stakeholders
|
|
238
|
+
- **Output:** Feedback, open questions, approval to proceed
|
|
239
|
+
|
|
240
|
+
**3. Refine Based on Feedback**
|
|
241
|
+
- **Duration:** 1-2 days
|
|
242
|
+
- **Output:** Updated strategy artifacts
|
|
243
|
+
|
|
244
|
+
---
|
|
245
|
+
|
|
246
|
+
## Phase 6: Execution Planning (Week 4)
|
|
247
|
+
|
|
248
|
+
**Goal:** Break epics into user stories, plan first sprint/release.
|
|
249
|
+
|
|
250
|
+
### Activities
|
|
251
|
+
|
|
252
|
+
**1. Break Down Top Epic**
|
|
253
|
+
- **Use:** `skills/epic-breakdown-advisor/SKILL.md` (interactive - with Richard Lawrence's 9 patterns)
|
|
254
|
+
- **Participants:** PM, design, engineering
|
|
255
|
+
- **Duration:** 90 minutes
|
|
256
|
+
- **Output:** User stories split by patterns (workflow, CRUD, business rules, etc.)
|
|
257
|
+
|
|
258
|
+
**2. Write User Stories**
|
|
259
|
+
- **Use:** `skills/user-story/SKILL.md` (component)
|
|
260
|
+
- **Participants:** PM
|
|
261
|
+
- **Duration:** 30 minutes per story
|
|
262
|
+
- **Output:** User stories with acceptance criteria
|
|
263
|
+
|
|
264
|
+
**3. Plan First Sprint/Release**
|
|
265
|
+
- **Participants:** PM, engineering
|
|
266
|
+
- **Duration:** 60 minutes
|
|
267
|
+
- **Output:** Sprint backlog or release plan
|
|
268
|
+
|
|
269
|
+
---
|
|
270
|
+
|
|
271
|
+
## Complete Workflow: End-to-End Summary
|
|
272
|
+
|
|
273
|
+
```
|
|
274
|
+
Week 1:
|
|
275
|
+
├─ Day 1-2: Positioning & Market Context
|
|
276
|
+
│ ├─ skills/positioning-workshop/SKILL.md (90 min)
|
|
277
|
+
│ ├─ skills/proto-persona/SKILL.md (60 min)
|
|
278
|
+
│ └─ skills/jobs-to-be-done/SKILL.md (60 min)
|
|
279
|
+
│
|
|
280
|
+
├─ Day 3-5: Problem Framing & Validation
|
|
281
|
+
│ ├─ skills/problem-framing-canvas/SKILL.md (120 min)
|
|
282
|
+
│ ├─ skills/problem-statement/SKILL.md (30 min)
|
|
283
|
+
│ └─ [Optional] skills/customer-journey-mapping-workshop/SKILL.md (90 min)
|
|
284
|
+
│
|
|
285
|
+
└─ Decision: Validate problem? (if NO, +1 week discovery)
|
|
286
|
+
|
|
287
|
+
Week 2:
|
|
288
|
+
├─ Day 1-3: Solution Exploration
|
|
289
|
+
│ ├─ skills/opportunity-solution-tree/SKILL.md (90 min)
|
|
290
|
+
│ ├─ skills/epic-hypothesis/SKILL.md (60 min per epic)
|
|
291
|
+
│ └─ [Optional] skills/user-story-mapping-workshop/SKILL.md (120 min)
|
|
292
|
+
│
|
|
293
|
+
├─ Decision: Test solutions? (if YES, +1-2 weeks experiments)
|
|
294
|
+
│
|
|
295
|
+
└─ Day 4-5: Prioritization & Roadmap
|
|
296
|
+
├─ skills/prioritization-advisor/SKILL.md (30 min)
|
|
297
|
+
├─ Score & prioritize epics (90 min)
|
|
298
|
+
├─ Sequence roadmap (60 min)
|
|
299
|
+
└─ [Optional] skills/tam-sam-som-calculator/SKILL.md (60 min)
|
|
300
|
+
|
|
301
|
+
Week 3:
|
|
302
|
+
└─ Stakeholder Alignment
|
|
303
|
+
├─ [Optional] skills/press-release/SKILL.md (60 min)
|
|
304
|
+
├─ Present strategy (60 min)
|
|
305
|
+
└─ Refine based on feedback (1-2 days)
|
|
306
|
+
|
|
307
|
+
Week 4:
|
|
308
|
+
└─ Execution Planning
|
|
309
|
+
├─ skills/epic-breakdown-advisor/SKILL.md (90 min)
|
|
310
|
+
├─ skills/user-story/SKILL.md (30 min per story)
|
|
311
|
+
└─ Plan first sprint (60 min)
|
|
312
|
+
```
|
|
313
|
+
|
|
314
|
+
**Total Time Investment:**
|
|
315
|
+
- **Minimum:** 2 weeks (no discovery/experiments)
|
|
316
|
+
- **Typical:** 3 weeks (includes 1 round of validation)
|
|
317
|
+
- **Maximum:** 4-6 weeks (includes discovery interviews + experiments)
|
|
318
|
+
|
|
319
|
+
---
|
|
320
|
+
|
|
321
|
+
## Examples
|
|
322
|
+
|
|
323
|
+
See `examples/sample.md` for a full strategy session example.
|
|
324
|
+
|
|
325
|
+
Mini example excerpt:
|
|
326
|
+
|
|
327
|
+
```markdown
|
|
328
|
+
**Target:** Non-technical SMB owners
|
|
329
|
+
**Problem:** Onboarding drop-off due to jargon
|
|
330
|
+
**Priority:** Guided onboarding (RICE)
|
|
331
|
+
```
|
|
332
|
+
|
|
333
|
+
## Common Pitfalls
|
|
334
|
+
|
|
335
|
+
### Pitfall 1: Skipping Problem Validation
|
|
336
|
+
**Symptom:** Jump from positioning to solution exploration without validating problem
|
|
337
|
+
|
|
338
|
+
**Consequence:** Build solutions to unvalidated problems
|
|
339
|
+
|
|
340
|
+
**Fix:** Force decision point after Phase 2: "Is problem validated?" If NO, run discovery interviews.
|
|
341
|
+
|
|
342
|
+
---
|
|
343
|
+
|
|
344
|
+
### Pitfall 2: Solo PM Exercise
|
|
345
|
+
**Symptom:** PM runs strategy session alone, presents finished strategy to team
|
|
346
|
+
|
|
347
|
+
**Consequence:** No buy-in, team doesn't understand rationale
|
|
348
|
+
|
|
349
|
+
**Fix:** Include cross-functional participants in workshops (design, eng, sales, CS)
|
|
350
|
+
|
|
351
|
+
---
|
|
352
|
+
|
|
353
|
+
### Pitfall 3: Strategy Session Without Executive Sponsorship
|
|
354
|
+
**Symptom:** Run full strategy session, execs don't show up for Phase 5 alignment
|
|
355
|
+
|
|
356
|
+
**Consequence:** Strategy doesn't get resourced or prioritized
|
|
357
|
+
|
|
358
|
+
**Fix:** Secure exec commitment upfront; schedule Phase 5 presentation before starting.
|
|
359
|
+
|
|
360
|
+
---
|
|
361
|
+
|
|
362
|
+
### Pitfall 4: No Decision Points (Run All Phases Regardless)
|
|
363
|
+
**Symptom:** Blindly follow all 6 phases without checking if discovery/experiments are needed
|
|
364
|
+
|
|
365
|
+
**Consequence:** Waste time on low-uncertainty activities
|
|
366
|
+
|
|
367
|
+
**Fix:** Use decision points after Phase 2 and Phase 3 to adapt workflow.
|
|
368
|
+
|
|
369
|
+
---
|
|
370
|
+
|
|
371
|
+
### Pitfall 5: Strategy Session Becomes Permanent Process
|
|
372
|
+
**Symptom:** Team spends 6 weeks in strategy mode, never executes
|
|
373
|
+
|
|
374
|
+
**Consequence:** Analysis paralysis, no delivery
|
|
375
|
+
|
|
376
|
+
**Fix:** Time-box strategy session to 2-4 weeks; after Phase 6, move to execution.
|
|
377
|
+
|
|
378
|
+
---
|
|
379
|
+
|
|
380
|
+
## References
|
|
381
|
+
|
|
382
|
+
### Related Skills (Orchestrated by This Workflow)
|
|
383
|
+
|
|
384
|
+
**Phase 1:**
|
|
385
|
+
- `skills/positioning-workshop/SKILL.md` (interactive)
|
|
386
|
+
- `skills/proto-persona/SKILL.md` (component)
|
|
387
|
+
- `skills/jobs-to-be-done/SKILL.md` (component)
|
|
388
|
+
|
|
389
|
+
**Phase 2:**
|
|
390
|
+
- `skills/problem-framing-canvas/SKILL.md` (interactive)
|
|
391
|
+
- `skills/problem-statement/SKILL.md` (component)
|
|
392
|
+
- `skills/customer-journey-mapping-workshop/SKILL.md` (interactive, optional)
|
|
393
|
+
- `skills/discovery-interview-prep/SKILL.md` (interactive, if validation needed)
|
|
394
|
+
|
|
395
|
+
**Phase 3:**
|
|
396
|
+
- `skills/opportunity-solution-tree/SKILL.md` (interactive)
|
|
397
|
+
- `skills/lean-ux-canvas/SKILL.md` (interactive, alternative)
|
|
398
|
+
- `skills/epic-hypothesis/SKILL.md` (component)
|
|
399
|
+
- `skills/user-story-mapping-workshop/SKILL.md` (interactive, optional)
|
|
400
|
+
|
|
401
|
+
**Phase 4:**
|
|
402
|
+
- `skills/prioritization-advisor/SKILL.md` (interactive)
|
|
403
|
+
- `skills/tam-sam-som-calculator/SKILL.md` (interactive, optional)
|
|
404
|
+
|
|
405
|
+
**Phase 5:**
|
|
406
|
+
- `skills/press-release/SKILL.md` (component, optional)
|
|
407
|
+
|
|
408
|
+
**Phase 6:**
|
|
409
|
+
- `skills/epic-breakdown-advisor/SKILL.md` (interactive)
|
|
410
|
+
- `skills/user-story/SKILL.md` (component)
|
|
411
|
+
|
|
412
|
+
### External Frameworks
|
|
413
|
+
- Teresa Torres, *Continuous Discovery Habits* (2021) — Opportunity solution tree framework
|
|
414
|
+
- Jeff Gothelf, *Lean UX* (2016) — Hypothesis-driven product development
|
|
415
|
+
- Marty Cagan, *Inspired* (2017) — Product discovery process
|
|
416
|
+
|
|
417
|
+
### Dean's Work
|
|
418
|
+
- Productside Blueprint — Strategic product discovery
|
|
419
|
+
- [If Dean has strategy session resources, link here]
|
|
420
|
+
|
|
421
|
+
---
|
|
422
|
+
|
|
423
|
+
**Skill type:** Workflow
|
|
424
|
+
**Suggested filename:** `product-strategy-session.md`
|
|
425
|
+
**Suggested placement:** `/skills/workflows/`
|
|
426
|
+
**Dependencies:** Orchestrates 15+ component and interactive skills across 6 phases
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# Product Strategy Session Examples
|
|
2
|
+
|
|
3
|
+
### Example 1: Good Product Strategy Session (SaaS Onboarding Improvement)
|
|
4
|
+
|
|
5
|
+
**Context:** Existing SaaS product with 60% onboarding drop-off, need strategic approach to retention.
|
|
6
|
+
|
|
7
|
+
**Phase 1 - Positioning:**
|
|
8
|
+
- Ran `positioning-workshop.md`: Defined target = "non-technical small business owners"
|
|
9
|
+
- Created proto-personas: "Solo Entrepreneur Sam" (no IT support)
|
|
10
|
+
- JTBD: "Help me get value from software fast without technical expertise"
|
|
11
|
+
|
|
12
|
+
**Phase 2 - Problem Framing:**
|
|
13
|
+
- Ran `problem-framing-canvas.md`: Problem = "Users abandon onboarding because jargon-heavy UI and lack guidance"
|
|
14
|
+
- Problem statement: "60% of non-technical users drop off in first 24 hours due to overwhelming, unclear onboarding flow"
|
|
15
|
+
|
|
16
|
+
**Phase 3 - Solution Exploration:**
|
|
17
|
+
- Ran `opportunity-solution-tree.md`: Generated 3 opportunities (guidance, simplification, support)
|
|
18
|
+
- Selected opportunity: "Lack of onboarding guidance"
|
|
19
|
+
- Solutions: Guided checklist, tooltips, email drip, human-assisted onboarding
|
|
20
|
+
- POC: Guided checklist (test with prototype)
|
|
21
|
+
|
|
22
|
+
**Phase 4 - Prioritization:**
|
|
23
|
+
- Ran `prioritization-advisor.md`: Recommended RICE (early PMF stage, some data)
|
|
24
|
+
- Scored epics: Guided onboarding (RICE: 12,000), In-app help (8,000), Human onboarding (3,000)
|
|
25
|
+
- Roadmap: Q1 = Guided onboarding, Q2 = In-app help
|
|
26
|
+
|
|
27
|
+
**Phase 5 - Alignment:**
|
|
28
|
+
- Presented to execs: Problem statement + OST + roadmap
|
|
29
|
+
- Feedback: "Can we run experiment before full build?" → Added 2-week prototype test
|
|
30
|
+
|
|
31
|
+
**Phase 6 - Execution:**
|
|
32
|
+
- Ran `epic-breakdown-advisor.md`: Split "Guided onboarding" using workflow pattern
|
|
33
|
+
- Stories: R1 = Simple checklist (3 steps), R2 = Progress tracking, R3 = Celebration/gamification
|
|
34
|
+
- Planned Sprint 1: Build R1 (simple checklist)
|
|
35
|
+
|
|
36
|
+
**Outcome:** Clear, validated strategy with executive buy-in and executable roadmap.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
### Example 2: Bad Product Strategy Session (Skipped Discovery)
|
|
41
|
+
|
|
42
|
+
**Context:** Startup wants to build mobile app.
|
|
43
|
+
|
|
44
|
+
**Phase 1 - Positioning:** Skipped (assumed positioning was clear)
|
|
45
|
+
|
|
46
|
+
**Phase 2 - Problem Framing:** Skipped (jumped to solution: "We need a mobile app")
|
|
47
|
+
|
|
48
|
+
**Phase 3 - Solution Exploration:** Skipped (already decided on solution)
|
|
49
|
+
|
|
50
|
+
**Phase 4 - Prioritization:** Built feature list, prioritized by "what's easiest"
|
|
51
|
+
|
|
52
|
+
**Phase 6 - Execution:** Started building mobile app immediately
|
|
53
|
+
|
|
54
|
+
**Why this failed:**
|
|
55
|
+
- No positioning validation (who is the app for?)
|
|
56
|
+
- No problem validation (do customers actually need mobile access?)
|
|
57
|
+
- No alternative solutions explored (responsive web? PWA?)
|
|
58
|
+
- 3 months later: Mobile app built, low usage, wrong problem solved
|
|
59
|
+
|
|
60
|
+
**Fix with strategy session:**
|
|
61
|
+
- Run positioning workshop: Discovered target = "field workers who can't access desktop"
|
|
62
|
+
- Run problem framing: Validated that mobile-first users can't complete workflows on the go
|
|
63
|
+
- Run OST: Explored alternatives (mobile app, responsive web, PWA, SMS notifications)
|
|
64
|
+
- Run experiments: Tested responsive web first (2 weeks), validated it solved 80% of problem
|
|
65
|
+
- Outcome: Built responsive web instead of native app, saved 2 months dev time
|
|
66
|
+
|
|
67
|
+
---
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Product Strategy Session Template
|
|
2
|
+
|
|
3
|
+
Use this template to capture the outputs of a strategy session.
|
|
4
|
+
|
|
5
|
+
## Template
|
|
6
|
+
```markdown
|
|
7
|
+
# Product Strategy Session Summary
|
|
8
|
+
|
|
9
|
+
## Strategy Context
|
|
10
|
+
- [Company goals / OKRs]
|
|
11
|
+
- [Market context / competition]
|
|
12
|
+
|
|
13
|
+
## Target Customer
|
|
14
|
+
- [Primary persona]
|
|
15
|
+
- [Key JTBD / needs]
|
|
16
|
+
|
|
17
|
+
## Problem Framing
|
|
18
|
+
- [Problem statement]
|
|
19
|
+
- [Why now]
|
|
20
|
+
|
|
21
|
+
## Opportunities
|
|
22
|
+
- [Top opportunities]
|
|
23
|
+
|
|
24
|
+
## Solution Hypotheses
|
|
25
|
+
- [Epic hypotheses]
|
|
26
|
+
|
|
27
|
+
## Prioritization
|
|
28
|
+
- [Framework used + top priorities]
|
|
29
|
+
|
|
30
|
+
## Roadmap / Sequencing
|
|
31
|
+
- [Now / Next / Later or quarters]
|
|
32
|
+
|
|
33
|
+
## Success Metrics
|
|
34
|
+
- [Key metrics]
|
|
35
|
+
|
|
36
|
+
## Next Steps
|
|
37
|
+
- [Experiments, discovery, PRD, roadmap planning]
|
|
38
|
+
```
|