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,420 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: opportunity-solution-tree
|
|
3
|
+
description: Build an Opportunity Solution Tree from outcomes to opportunities, solutions, and tests. Use when a stakeholder request needs problem framing before you decide what to build.
|
|
4
|
+
intent: >-
|
|
5
|
+
Guide product managers through creating an Opportunity Solution Tree (OST) by extracting target outcomes from stakeholder requests, generating opportunity options (problems to solve), mapping potential solutions, and selecting the best proof-of-concept (POC) based on feasibility, impact, and market fit. Use this to move from vague product requests to structured discovery, ensuring teams solve the right problems before jumping to solutions—avoiding "feature factory" syndrome and premature convergence on ideas.
|
|
6
|
+
type: interactive
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## Purpose
|
|
11
|
+
Guide product managers through creating an Opportunity Solution Tree (OST) by extracting target outcomes from stakeholder requests, generating opportunity options (problems to solve), mapping potential solutions, and selecting the best proof-of-concept (POC) based on feasibility, impact, and market fit. Use this to move from vague product requests to structured discovery, ensuring teams solve the right problems before jumping to solutions—avoiding "feature factory" syndrome and premature convergence on ideas.
|
|
12
|
+
|
|
13
|
+
This is not a roadmap generator—it's a structured discovery process that outputs validated opportunities with testable solution hypotheses.
|
|
14
|
+
|
|
15
|
+
## Key Concepts
|
|
16
|
+
|
|
17
|
+
### What is an Opportunity Solution Tree (OST)?
|
|
18
|
+
|
|
19
|
+
An OST is a visual framework (Teresa Torres, *Continuous Discovery Habits*) that connects:
|
|
20
|
+
1. **Desired Outcome** (business goal or product metric)
|
|
21
|
+
2. **Opportunities** (customer problems, needs, pain points, or desires that could drive the outcome)
|
|
22
|
+
3. **Solutions** (ways to address each opportunity)
|
|
23
|
+
4. **Experiments** (tests to validate solutions)
|
|
24
|
+
|
|
25
|
+
**Structure:**
|
|
26
|
+
```
|
|
27
|
+
Desired Outcome (1)
|
|
28
|
+
|
|
|
29
|
+
+-----------+-----------+
|
|
30
|
+
| | |
|
|
31
|
+
Opportunity Opportunity Opportunity (3)
|
|
32
|
+
| | |
|
|
33
|
+
+-+-+ +-+-+ +-+-+
|
|
34
|
+
| | | | | | | | |
|
|
35
|
+
S1 S2 S3 S1 S2 S3 S1 S2 S3 (9 total solutions)
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### Why This Works
|
|
39
|
+
- **Outcome-driven:** Starts with business goal, not feature requests
|
|
40
|
+
- **Divergent before convergent:** Explores multiple opportunities before picking solutions
|
|
41
|
+
- **Problem-focused:** Opportunities are problems, not solutions disguised as problems
|
|
42
|
+
- **Testable:** Each solution maps to experiments, not just "build it and ship"
|
|
43
|
+
- **POC selection:** Evaluates feasibility, impact, market fit before committing resources
|
|
44
|
+
|
|
45
|
+
### Anti-Patterns (What This Is NOT)
|
|
46
|
+
- **Not a feature list:** Opportunities are problems customers face, not "we need dark mode"
|
|
47
|
+
- **Not solution-first:** Don't start with "we should build X"—start with "customers struggle with Y"
|
|
48
|
+
- **Not waterfall planning:** OST is a discovery tool, not a project plan
|
|
49
|
+
- **Not a one-time exercise:** OSTs evolve as you learn from experiments
|
|
50
|
+
|
|
51
|
+
### When to Use This
|
|
52
|
+
- Stakeholder requests a feature or product initiative
|
|
53
|
+
- Starting discovery for a new product area
|
|
54
|
+
- Clarifying vague OKRs or strategic goals
|
|
55
|
+
- Prioritizing which problems to solve first
|
|
56
|
+
- Aligning team on what outcomes you're driving
|
|
57
|
+
|
|
58
|
+
### When NOT to Use This
|
|
59
|
+
- When the problem is already validated (move to solution testing)
|
|
60
|
+
- For tactical bug fixes or technical debt (no discovery needed)
|
|
61
|
+
- When stakeholders demand a specific solution (address alignment issues first)
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
### Facilitation Source of Truth
|
|
66
|
+
|
|
67
|
+
Use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the default interaction protocol for this skill.
|
|
68
|
+
|
|
69
|
+
It defines:
|
|
70
|
+
- session heads-up + entry mode (Guided, Context dump, Best guess)
|
|
71
|
+
- one-question turns with plain-language prompts
|
|
72
|
+
- progress labels (for example, Context Qx/8 and Scoring Qx/5)
|
|
73
|
+
- interruption handling and pause/resume behavior
|
|
74
|
+
- numbered recommendations at decision points
|
|
75
|
+
- quick-select numbered response options for regular questions (include `Other (specify)` when useful)
|
|
76
|
+
|
|
77
|
+
This file defines the domain-specific assessment content. If there is a conflict, follow this file's domain logic.
|
|
78
|
+
|
|
79
|
+
## Application
|
|
80
|
+
|
|
81
|
+
Use `template.md` for the full fill-in structure.
|
|
82
|
+
|
|
83
|
+
This interactive skill follows a **two-phase process**:
|
|
84
|
+
|
|
85
|
+
**Phase 1:** Generate OST (extract outcome, identify opportunities, map solutions)
|
|
86
|
+
**Phase 2:** Select POC (evaluate solutions, recommend best starting point)
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
### Step 0: Gather Context (Before Questions)
|
|
91
|
+
|
|
92
|
+
**Agent suggests:**
|
|
93
|
+
|
|
94
|
+
Before we create your Opportunity Solution Tree, let's gather context:
|
|
95
|
+
|
|
96
|
+
**Stakeholder Request or Product Initiative:**
|
|
97
|
+
- What did the stakeholder ask for? (Feature request, product idea, strategic goal)
|
|
98
|
+
- Any existing materials: PRD drafts, OKR documents, strategy memos, meeting notes
|
|
99
|
+
- Problem statements, customer complaints, or research findings
|
|
100
|
+
|
|
101
|
+
**Product Context (if available):**
|
|
102
|
+
- Website copy, positioning statements, product descriptions
|
|
103
|
+
- Competitor materials, customer reviews (G2, Capterra), community discussions
|
|
104
|
+
- Usage data, support tickets, churn reasons
|
|
105
|
+
|
|
106
|
+
**You can paste this content directly, or describe the request briefly.**
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## Phase 1: Generate Opportunity Solution Tree
|
|
111
|
+
|
|
112
|
+
### Question 1: Extract Desired Outcome
|
|
113
|
+
|
|
114
|
+
**Agent asks:**
|
|
115
|
+
"What's the desired outcome for this initiative? (What business or product metric are you trying to move?)"
|
|
116
|
+
|
|
117
|
+
**Offer 4 enumerated options:**
|
|
118
|
+
|
|
119
|
+
1. **Revenue growth** — "Increase ARR, expand revenue from existing customers, new revenue streams" (Common for scaling products)
|
|
120
|
+
2. **Customer retention** — "Reduce churn, increase activation, improve engagement/stickiness" (Common for established products with retention issues)
|
|
121
|
+
3. **Customer acquisition** — "Increase sign-ups, trial conversions, new user growth" (Common for early-stage or growth products)
|
|
122
|
+
4. **Product efficiency** — "Reduce support costs, decrease time-to-value, improve operational metrics" (Common for mature products optimizing operations)
|
|
123
|
+
|
|
124
|
+
**Or describe your specific desired outcome (be measurable: e.g., "Increase trial-to-paid conversion from 15% to 25%").**
|
|
125
|
+
|
|
126
|
+
**User response:** [Selection or custom]
|
|
127
|
+
|
|
128
|
+
**Agent extracts and confirms:**
|
|
129
|
+
- **Desired Outcome:** [Specific, measurable outcome]
|
|
130
|
+
- **Why it matters:** [Rationale from stakeholder request or context]
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
### Question 2: Identify Opportunities (Problems to Solve)
|
|
135
|
+
|
|
136
|
+
**Agent generates 3 opportunities** based on the desired outcome and context provided.
|
|
137
|
+
|
|
138
|
+
**Agent says:**
|
|
139
|
+
"Based on your desired outcome ([from Q1]) and the context you provided, here are **3 opportunities** (customer problems or needs) that could drive this outcome:"
|
|
140
|
+
|
|
141
|
+
**Example (if Outcome = Increase trial-to-paid conversion):**
|
|
142
|
+
|
|
143
|
+
1. **Opportunity 1: Users don't experience value during trial** — "New users sign up but don't complete onboarding, never reach 'aha moment,' abandon before seeing core value"
|
|
144
|
+
- Evidence: [From context: onboarding analytics, support tickets, exit surveys]
|
|
145
|
+
|
|
146
|
+
2. **Opportunity 2: Pricing is unclear or misaligned** — "Users unsure if paid plan is worth it; don't understand what they get for the price; pricing page confusing"
|
|
147
|
+
- Evidence: [From context: conversion funnel drop-off at pricing page, sales objections]
|
|
148
|
+
|
|
149
|
+
3. **Opportunity 3: Free plan is 'good enough'** — "Users stay on free tier indefinitely because it meets their needs; no compelling reason to upgrade"
|
|
150
|
+
- Evidence: [From context: freemium user retention data, support tickets asking for workarounds]
|
|
151
|
+
|
|
152
|
+
**Agent asks:**
|
|
153
|
+
"Which opportunity feels most critical to explore first, or would you like to modify/add opportunities?"
|
|
154
|
+
|
|
155
|
+
**User response:** [Selection or custom]
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
### Question 3: Generate Solutions for Selected Opportunity
|
|
160
|
+
|
|
161
|
+
**Agent generates 3 solution ideas** for the selected opportunity.
|
|
162
|
+
|
|
163
|
+
**Agent says:**
|
|
164
|
+
"For **Opportunity [X]: [Name]**, here are **3 potential solutions** to test:"
|
|
165
|
+
|
|
166
|
+
**Example (if Opportunity 1 selected: Users don't experience value during trial):**
|
|
167
|
+
|
|
168
|
+
1. **Solution 1: Guided onboarding checklist** — "Interactive checklist that walks users through core workflows step-by-step (e.g., 'Create your first project,' 'Invite a teammate,' 'Complete a task')"
|
|
169
|
+
- Hypothesis: Structured guidance increases completion rate
|
|
170
|
+
- Experiment: A/B test checklist vs. no checklist, measure activation rate
|
|
171
|
+
|
|
172
|
+
2. **Solution 2: Time-to-value triggers** — "Automatically prompt users when they're stuck (e.g., 'You haven't created a project yet—here's a template to get started')"
|
|
173
|
+
- Hypothesis: Proactive nudges prevent drop-off
|
|
174
|
+
- Experiment: Track engagement with prompts, measure trial-to-paid lift
|
|
175
|
+
|
|
176
|
+
3. **Solution 3: Human-assisted onboarding** — "Offer 15-min onboarding call with CSM for high-value trial users (enterprise, team plans)"
|
|
177
|
+
- Hypothesis: Personal touch increases conversion for high-intent users
|
|
178
|
+
- Experiment: Offer to 50 trial users, measure conversion vs. control group
|
|
179
|
+
|
|
180
|
+
**Agent asks:**
|
|
181
|
+
"Would you like to explore solutions for another opportunity, or move to POC selection?"
|
|
182
|
+
|
|
183
|
+
**User response:** [Selection or custom]
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
## Phase 2: Select Proof-of-Concept (POC)
|
|
188
|
+
|
|
189
|
+
After generating solutions, the agent helps select which solution to test first.
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
### Question 4: Evaluate Solutions (Feasibility, Impact, Market Fit)
|
|
194
|
+
|
|
195
|
+
**Agent says:**
|
|
196
|
+
"Let's evaluate your solutions to pick the best starting point. I'll score each solution on **Feasibility** (how hard to build), **Impact** (how much it could move the outcome), and **Market Fit** (how well it aligns with customer needs)."
|
|
197
|
+
|
|
198
|
+
**Agent generates evaluation table:**
|
|
199
|
+
|
|
200
|
+
| Solution | Feasibility (1-5) | Impact (1-5) | Market Fit (1-5) | Total Score | Rationale |
|
|
201
|
+
|----------|-------------------|--------------|------------------|-------------|-----------|
|
|
202
|
+
| Solution 1: Guided onboarding checklist | 4 | 4 | 5 | 13 | High feasibility (UI pattern), proven impact (industry standard), strong market fit (users expect onboarding) |
|
|
203
|
+
| Solution 2: Time-to-value triggers | 3 | 3 | 4 | 10 | Medium feasibility (requires analytics integration), moderate impact (depends on trigger quality), good market fit |
|
|
204
|
+
| Solution 3: Human-assisted onboarding | 5 | 5 | 3 | 13 | High feasibility (no dev work), high impact (personal touch), lower market fit (doesn't scale, high-touch only) |
|
|
205
|
+
|
|
206
|
+
**Scoring criteria:**
|
|
207
|
+
- **Feasibility:** 1 = months of work, 5 = days/weeks
|
|
208
|
+
- **Impact:** 1 = minimal outcome movement, 5 = major outcome shift
|
|
209
|
+
- **Market Fit:** 1 = customers don't care, 5 = customers actively request this
|
|
210
|
+
|
|
211
|
+
**Agent recommends:**
|
|
212
|
+
|
|
213
|
+
**Recommended POC: Solution 1 (Guided onboarding checklist)**
|
|
214
|
+
|
|
215
|
+
**Why this POC:**
|
|
216
|
+
- Balances feasibility (can build in 2-4 weeks) with impact (proven pattern)
|
|
217
|
+
- Strong market fit (users expect onboarding guidance)
|
|
218
|
+
- Testable hypothesis: "If we guide users through core workflows, activation rate will increase from X% to Y%"
|
|
219
|
+
|
|
220
|
+
**Alternative POC:** Solution 3 (Human-assisted onboarding)
|
|
221
|
+
- If you want to learn fast with no dev work, start here
|
|
222
|
+
- Test manually with 20-50 trial users, gather qualitative feedback
|
|
223
|
+
- Use learnings to inform automated solution (Solution 1)
|
|
224
|
+
|
|
225
|
+
**Not recommended for POC:** Solution 2 (Time-to-value triggers)
|
|
226
|
+
- Requires more upfront investment
|
|
227
|
+
- Impact depends on trigger quality (needs experimentation to get right)
|
|
228
|
+
- Better as follow-up after validating core onboarding flow
|
|
229
|
+
|
|
230
|
+
---
|
|
231
|
+
|
|
232
|
+
### Question 5: Define Experiment
|
|
233
|
+
|
|
234
|
+
**Agent asks:**
|
|
235
|
+
"How will you test this solution? What's the experiment?"
|
|
236
|
+
|
|
237
|
+
**Offer 3 enumerated options:**
|
|
238
|
+
|
|
239
|
+
1. **A/B test** — "Build MVP, show to 50% of trial users, compare conversion vs. control" (Best for: Quantitative validation, requires traffic)
|
|
240
|
+
2. **Prototype + usability test** — "Create clickable prototype, watch 10 users attempt onboarding, gather qualitative feedback" (Best for: Early-stage validation, low traffic)
|
|
241
|
+
3. **Manual concierge test** — "Run the solution manually with 20 users (e.g., personally walk them through onboarding), measure outcomes" (Best for: Learning fast, no dev work)
|
|
242
|
+
|
|
243
|
+
**Or describe your experiment approach.**
|
|
244
|
+
|
|
245
|
+
**User response:** [Selection or custom]
|
|
246
|
+
|
|
247
|
+
---
|
|
248
|
+
|
|
249
|
+
### Output: Opportunity Solution Tree + POC Plan
|
|
250
|
+
|
|
251
|
+
After completing the flow, the agent outputs:
|
|
252
|
+
|
|
253
|
+
```markdown
|
|
254
|
+
# Opportunity Solution Tree + POC Plan
|
|
255
|
+
|
|
256
|
+
## Desired Outcome
|
|
257
|
+
**Outcome:** [From Q1]
|
|
258
|
+
**Target Metric:** [Specific, measurable goal]
|
|
259
|
+
**Why it matters:** [Rationale]
|
|
260
|
+
|
|
261
|
+
---
|
|
262
|
+
|
|
263
|
+
## Opportunity Map
|
|
264
|
+
|
|
265
|
+
### Opportunity 1: [Name]
|
|
266
|
+
**Problem:** [Description]
|
|
267
|
+
**Evidence:** [From context]
|
|
268
|
+
|
|
269
|
+
**Solutions:**
|
|
270
|
+
1. [Solution A]
|
|
271
|
+
2. [Solution B]
|
|
272
|
+
3. [Solution C]
|
|
273
|
+
|
|
274
|
+
---
|
|
275
|
+
|
|
276
|
+
### Opportunity 2: [Name]
|
|
277
|
+
**Problem:** [Description]
|
|
278
|
+
**Evidence:** [From context]
|
|
279
|
+
|
|
280
|
+
**Solutions:**
|
|
281
|
+
1. [Solution A]
|
|
282
|
+
2. [Solution B]
|
|
283
|
+
3. [Solution C]
|
|
284
|
+
|
|
285
|
+
---
|
|
286
|
+
|
|
287
|
+
### Opportunity 3: [Name]
|
|
288
|
+
**Problem:** [Description]
|
|
289
|
+
**Evidence:** [From context]
|
|
290
|
+
|
|
291
|
+
**Solutions:**
|
|
292
|
+
1. [Solution A]
|
|
293
|
+
2. [Solution B]
|
|
294
|
+
3. [Solution C]
|
|
295
|
+
|
|
296
|
+
---
|
|
297
|
+
|
|
298
|
+
## Selected POC
|
|
299
|
+
|
|
300
|
+
**Opportunity:** [Selected opportunity]
|
|
301
|
+
**Solution:** [Selected solution]
|
|
302
|
+
|
|
303
|
+
**Hypothesis:**
|
|
304
|
+
- "If we [implement solution], then [outcome metric] will [increase/decrease] from [X] to [Y] because [rationale]."
|
|
305
|
+
|
|
306
|
+
**Experiment:**
|
|
307
|
+
- **Type:** [A/B test / Prototype test / Concierge test]
|
|
308
|
+
- **Participants:** [Number of users, segment]
|
|
309
|
+
- **Duration:** [Timeline]
|
|
310
|
+
- **Success criteria:** [What validates the hypothesis]
|
|
311
|
+
|
|
312
|
+
**Feasibility Score:** [1-5]
|
|
313
|
+
**Impact Score:** [1-5]
|
|
314
|
+
**Market Fit Score:** [1-5]
|
|
315
|
+
**Total:** [Sum]
|
|
316
|
+
|
|
317
|
+
**Why this POC:**
|
|
318
|
+
- [Rationale 1]
|
|
319
|
+
- [Rationale 2]
|
|
320
|
+
- [Rationale 3]
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
324
|
+
## Next Steps
|
|
325
|
+
|
|
326
|
+
1. **Build experiment:** [Specific action, e.g., "Create onboarding checklist wireframes"]
|
|
327
|
+
2. **Run experiment:** [Specific action, e.g., "Deploy to 50% of trial users for 2 weeks"]
|
|
328
|
+
3. **Measure results:** [Specific metric, e.g., "Compare activation rate: checklist vs. control"]
|
|
329
|
+
4. **Decide:** [If successful → scale; if failed → try next solution]
|
|
330
|
+
|
|
331
|
+
---
|
|
332
|
+
|
|
333
|
+
**Ready to build the experiment? Let me know if you'd like to refine the hypothesis or explore alternative solutions.**
|
|
334
|
+
```
|
|
335
|
+
|
|
336
|
+
---
|
|
337
|
+
|
|
338
|
+
## Examples
|
|
339
|
+
|
|
340
|
+
See `examples/sample.md` for full OST examples.
|
|
341
|
+
|
|
342
|
+
Mini example excerpt:
|
|
343
|
+
|
|
344
|
+
```markdown
|
|
345
|
+
**Desired Outcome:** Increase trial-to-paid conversion from 15% to 25%
|
|
346
|
+
**Opportunity:** Users don’t reach "aha" moment during trial
|
|
347
|
+
**Solution:** Guided onboarding checklist
|
|
348
|
+
```
|
|
349
|
+
|
|
350
|
+
## Common Pitfalls
|
|
351
|
+
|
|
352
|
+
### Pitfall 1: Opportunities Disguised as Solutions
|
|
353
|
+
**Symptom:** "Opportunity: We need a mobile app"
|
|
354
|
+
|
|
355
|
+
**Consequence:** You've already converged on a solution without exploring the problem.
|
|
356
|
+
|
|
357
|
+
**Fix:** Reframe opportunities as customer problems: "Mobile-first users can't access product on the go."
|
|
358
|
+
|
|
359
|
+
---
|
|
360
|
+
|
|
361
|
+
### Pitfall 2: Skipping Divergence (Jumping to One Solution)
|
|
362
|
+
**Symptom:** "We know the solution is [X], just need to build it"
|
|
363
|
+
|
|
364
|
+
**Consequence:** Miss better alternatives, no learning.
|
|
365
|
+
|
|
366
|
+
**Fix:** Generate at least 3 solutions per opportunity. Force divergence before convergence.
|
|
367
|
+
|
|
368
|
+
---
|
|
369
|
+
|
|
370
|
+
### Pitfall 3: Outcome is Too Vague
|
|
371
|
+
**Symptom:** "Desired Outcome: Improve user experience"
|
|
372
|
+
|
|
373
|
+
**Consequence:** Can't measure success, can't prioritize opportunities.
|
|
374
|
+
|
|
375
|
+
**Fix:** Make outcomes measurable: "Increase NPS from 30 to 50" or "Reduce onboarding drop-off from 60% to 40%."
|
|
376
|
+
|
|
377
|
+
---
|
|
378
|
+
|
|
379
|
+
### Pitfall 4: No Experiments (Just Build It)
|
|
380
|
+
**Symptom:** Picking a solution and moving straight to roadmap
|
|
381
|
+
|
|
382
|
+
**Consequence:** No validation, high risk of building wrong thing.
|
|
383
|
+
|
|
384
|
+
**Fix:** Every solution must map to an experiment. No experiments = no OST.
|
|
385
|
+
|
|
386
|
+
---
|
|
387
|
+
|
|
388
|
+
### Pitfall 5: Analysis Paralysis (Exploring Forever)
|
|
389
|
+
**Symptom:** Generating 20 opportunities, 50 solutions, never picking one
|
|
390
|
+
|
|
391
|
+
**Consequence:** Team stuck in discovery, no progress.
|
|
392
|
+
|
|
393
|
+
**Fix:** Limit to 3 opportunities, 3 solutions each (9 total). Pick POC, run experiment, learn, iterate.
|
|
394
|
+
|
|
395
|
+
---
|
|
396
|
+
|
|
397
|
+
## References
|
|
398
|
+
|
|
399
|
+
### Related Skills
|
|
400
|
+
- `skills/problem-statement/SKILL.md` — Frames opportunities as customer problems
|
|
401
|
+
- `skills/jobs-to-be-done/SKILL.md` — Helps identify opportunities from JTBD research
|
|
402
|
+
- `skills/epic-hypothesis/SKILL.md` — Turns validated solutions into testable epics
|
|
403
|
+
- `skills/user-story/SKILL.md` — Breaks experiments into deliverable stories
|
|
404
|
+
- `skills/discovery-interview-prep/SKILL.md` — Validates opportunities through customer interviews
|
|
405
|
+
|
|
406
|
+
### External Frameworks
|
|
407
|
+
- Teresa Torres, *Continuous Discovery Habits* (2021) — Origin of Opportunity Solution Tree
|
|
408
|
+
- Jeff Patton, *User Story Mapping* (2014) — Outcome-driven product planning
|
|
409
|
+
- Ash Maurya, *Running Lean* (2012) — Hypothesis-driven experimentation
|
|
410
|
+
|
|
411
|
+
### Dean's Work
|
|
412
|
+
- Productside Blueprint — Strategic product discovery process
|
|
413
|
+
- [If Dean has OST resources, link here]
|
|
414
|
+
|
|
415
|
+
---
|
|
416
|
+
|
|
417
|
+
**Skill type:** Interactive
|
|
418
|
+
**Suggested filename:** `opportunity-solution-tree.md`
|
|
419
|
+
**Suggested placement:** `/skills/interactive/`
|
|
420
|
+
**Dependencies:** Uses `skills/problem-statement/SKILL.md`, `skills/jobs-to-be-done/SKILL.md`, `skills/epic-hypothesis/SKILL.md`, `skills/user-story/SKILL.md`
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# Opportunity Solution Tree Examples
|
|
2
|
+
|
|
3
|
+
### Example 1: Good OST (Retention Use Case)
|
|
4
|
+
|
|
5
|
+
**Step 0 - Context:** User shares stakeholder request: "Customers churn after 3 months. We need better retention features."
|
|
6
|
+
|
|
7
|
+
**Q1 Response:** "Customer retention — Reduce churn from 15% to 8% within 6 months"
|
|
8
|
+
|
|
9
|
+
**Agent extracts outcome:**
|
|
10
|
+
- **Desired Outcome:** Reduce monthly churn rate from 15% to 8%
|
|
11
|
+
- **Why it matters:** High churn indicates value delivery problem; retention drives LTV
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
**Agent generates 3 opportunities:**
|
|
16
|
+
|
|
17
|
+
1. **Opportunity 1: Users don't integrate product into daily workflow** — "Sign up, use once or twice, forget about it; not a habit"
|
|
18
|
+
- Evidence: Usage data shows 60% of churned users had <5 logins/month
|
|
19
|
+
|
|
20
|
+
2. **Opportunity 2: Product missing critical features** — "Users switch to competitors because we lack [X feature]"
|
|
21
|
+
- Evidence: Exit interviews mention "missing advanced reporting" 40% of the time
|
|
22
|
+
|
|
23
|
+
3. **Opportunity 3: Poor customer support** — "Users encounter issues, don't get help, give up"
|
|
24
|
+
- Evidence: Support ticket volume from churned users 2x higher than retained users
|
|
25
|
+
|
|
26
|
+
**User selects:** "Opportunity 1 — Users don't integrate into daily workflow"
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
**Agent generates 3 solutions:**
|
|
31
|
+
|
|
32
|
+
1. **Solution 1: Email digest (daily summary)** — "Send daily email with key updates, prompts to return to product"
|
|
33
|
+
- Hypothesis: Reminders drive re-engagement
|
|
34
|
+
- Experiment: A/B test daily digest vs. no digest, measure DAU/MAU ratio
|
|
35
|
+
|
|
36
|
+
2. **Solution 2: Slack/Teams integration** — "Bring product notifications into where users already are"
|
|
37
|
+
- Hypothesis: Meeting users in their workflow increases usage
|
|
38
|
+
- Experiment: Offer to 100 users, measure engagement lift vs. control
|
|
39
|
+
|
|
40
|
+
3. **Solution 3: In-app triggers (progress prompts)** — "Show 'You're 80% to your goal' prompts when users log in"
|
|
41
|
+
- Hypothesis: Progress feedback creates habit loop
|
|
42
|
+
- Experiment: A/B test triggers vs. no triggers, measure retention at 30/60/90 days
|
|
43
|
+
|
|
44
|
+
**User:** "Move to POC selection"
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
**Agent evaluates:**
|
|
49
|
+
|
|
50
|
+
| Solution | Feasibility | Impact | Market Fit | Total | Rationale |
|
|
51
|
+
|----------|-------------|--------|------------|-------|-----------|
|
|
52
|
+
| Solution 1: Email digest | 5 | 3 | 4 | 12 | Easy to build, moderate impact (email fatigue risk), good market fit |
|
|
53
|
+
| Solution 2: Slack integration | 3 | 5 | 5 | 13 | Medium effort, high impact (meets users where they are), strong market fit |
|
|
54
|
+
| Solution 3: In-app triggers | 4 | 4 | 4 | 12 | Moderate effort, good impact, good market fit |
|
|
55
|
+
|
|
56
|
+
**Recommended POC:** Solution 2 (Slack/Teams integration)
|
|
57
|
+
|
|
58
|
+
**Why this POC:**
|
|
59
|
+
- Highest total score (13)
|
|
60
|
+
- Strong market fit (users already live in Slack/Teams)
|
|
61
|
+
- High impact (notifications in existing workflow drive re-engagement)
|
|
62
|
+
- Medium feasibility (3-4 weeks to build basic integration)
|
|
63
|
+
|
|
64
|
+
**Experiment:**
|
|
65
|
+
- **Type:** A/B test
|
|
66
|
+
- **Participants:** 200 users (100 with Slack integration, 100 control)
|
|
67
|
+
- **Duration:** 30 days
|
|
68
|
+
- **Success criteria:** Slack group shows 20%+ higher DAU/MAU vs. control
|
|
69
|
+
|
|
70
|
+
**Why this works:**
|
|
71
|
+
- Clear hypothesis tied to retention metric
|
|
72
|
+
- Testable in 30 days
|
|
73
|
+
- High confidence in market fit (users requested this)
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
### Example 2: Bad OST (Solution-First Thinking)
|
|
78
|
+
|
|
79
|
+
**Q1 Response:** "We need to build a mobile app"
|
|
80
|
+
|
|
81
|
+
**Why this fails:**
|
|
82
|
+
- "Build a mobile app" is a solution, not an outcome
|
|
83
|
+
- No measurable business metric
|
|
84
|
+
- Jumps straight to solution without exploring problems
|
|
85
|
+
|
|
86
|
+
**Fix:**
|
|
87
|
+
- **Agent pushes back:** "A mobile app is a solution. What's the desired outcome? (e.g., Increase engagement, reach mobile-first users, drive feature adoption?)"
|
|
88
|
+
- **User clarifies:** "Increase daily active users from mobile-first customer segment"
|
|
89
|
+
- **Agent extracts:** Desired Outcome = Increase mobile DAU from 5% to 20% of total users
|
|
90
|
+
|
|
91
|
+
**Now proceed with opportunity generation:**
|
|
92
|
+
|
|
93
|
+
1. **Opportunity 1: Mobile-first users can't access product on the go**
|
|
94
|
+
2. **Opportunity 2: Mobile web experience is broken/slow**
|
|
95
|
+
3. **Opportunity 3: Competitors offer native mobile apps**
|
|
96
|
+
|
|
97
|
+
**Solutions for Opportunity 1 might include:**
|
|
98
|
+
- Build native mobile app (high effort)
|
|
99
|
+
- Optimize mobile web (medium effort)
|
|
100
|
+
- Build progressive web app (PWA) (medium effort)
|
|
101
|
+
|
|
102
|
+
**POC evaluation reveals:** Optimize mobile web scores higher on feasibility + impact than building native app. Test mobile web improvements first.
|
|
103
|
+
|
|
104
|
+
---
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Opportunity Solution Tree Template
|
|
2
|
+
|
|
3
|
+
Use this template to map outcomes, opportunities, solutions, and experiments.
|
|
4
|
+
|
|
5
|
+
## Template
|
|
6
|
+
```markdown
|
|
7
|
+
## Desired Outcome
|
|
8
|
+
- [Business or product metric to move]
|
|
9
|
+
|
|
10
|
+
## Opportunities (Problems to Solve)
|
|
11
|
+
1. [Opportunity 1]
|
|
12
|
+
2. [Opportunity 2]
|
|
13
|
+
3. [Opportunity 3]
|
|
14
|
+
|
|
15
|
+
## Solutions per Opportunity
|
|
16
|
+
**Opportunity 1 Solutions:**
|
|
17
|
+
- [Solution 1]
|
|
18
|
+
- [Solution 2]
|
|
19
|
+
- [Solution 3]
|
|
20
|
+
|
|
21
|
+
**Opportunity 2 Solutions:**
|
|
22
|
+
- [Solution 1]
|
|
23
|
+
- [Solution 2]
|
|
24
|
+
- [Solution 3]
|
|
25
|
+
|
|
26
|
+
## Experiments (per solution)
|
|
27
|
+
- [Experiment for Solution 1]
|
|
28
|
+
- [Experiment for Solution 2]
|
|
29
|
+
|
|
30
|
+
## POC Selection
|
|
31
|
+
- **Chosen solution:** [Solution]
|
|
32
|
+
- **Rationale:** [Feasibility, Impact, Market Fit]
|
|
33
|
+
```
|