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,505 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: roadmap-planning
|
|
3
|
+
description: Plan a strategic roadmap across prioritization, epic definition, stakeholder alignment, and sequencing. Use when turning strategy into a release plan that teams can execute.
|
|
4
|
+
intent: >-
|
|
5
|
+
Guide product managers through strategic roadmap planning by orchestrating prioritization, epic definition, stakeholder alignment, and release sequencing skills into a structured process. Use this to move from disconnected feature requests to a cohesive, outcome-driven roadmap that aligns stakeholders, sequences work logically, and communicates strategic intent—avoiding "feature factory" roadmaps that lack strategic narrative or customer-centric framing.
|
|
6
|
+
type: workflow
|
|
7
|
+
theme: strategy-positioning
|
|
8
|
+
best_for:
|
|
9
|
+
- "Building a strategic roadmap that survives exec review"
|
|
10
|
+
- "Prioritizing competing initiatives across multiple teams"
|
|
11
|
+
- "Planning and sequencing work for the next quarter or half-year"
|
|
12
|
+
scenarios:
|
|
13
|
+
- "I have 15 competing initiatives and need to build a Q2 roadmap my exec team will actually approve"
|
|
14
|
+
- "I'm planning our 6-month product roadmap and need to sequence work across 3 teams"
|
|
15
|
+
estimated_time: "45-90 min"
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## Purpose
|
|
20
|
+
Guide product managers through strategic roadmap planning by orchestrating prioritization, epic definition, stakeholder alignment, and release sequencing skills into a structured process. Use this to move from disconnected feature requests to a cohesive, outcome-driven roadmap that aligns stakeholders, sequences work logically, and communicates strategic intent—avoiding "feature factory" roadmaps that lack strategic narrative or customer-centric framing.
|
|
21
|
+
|
|
22
|
+
This is not a Gantt chart—it's a strategic communication tool that shows what you're building, why it matters, and how it ladders up to business outcomes.
|
|
23
|
+
|
|
24
|
+
## Key Concepts
|
|
25
|
+
|
|
26
|
+
### What is Strategic Roadmap Planning?
|
|
27
|
+
|
|
28
|
+
Roadmap planning is the process of:
|
|
29
|
+
1. **Gathering inputs** — Customer problems, business goals, technical constraints
|
|
30
|
+
2. **Defining initiatives** — Epics with clear hypotheses and success metrics
|
|
31
|
+
3. **Prioritizing** — Rank initiatives by impact, effort, strategic fit
|
|
32
|
+
4. **Sequencing** — Organize into releases/quarters with logical dependencies
|
|
33
|
+
5. **Communicating** — Present roadmap to stakeholders with strategic narrative
|
|
34
|
+
|
|
35
|
+
### Types of Roadmaps
|
|
36
|
+
|
|
37
|
+
**Now/Next/Later Roadmap:**
|
|
38
|
+
- **Now:** Current quarter (committed)
|
|
39
|
+
- **Next:** Following quarter (high confidence)
|
|
40
|
+
- **Later:** Future exploration (low confidence)
|
|
41
|
+
- **Best for:** Agile teams, uncertainty, continuous discovery
|
|
42
|
+
|
|
43
|
+
**Theme-Based Roadmap:**
|
|
44
|
+
- Organize by strategic themes (e.g., "Retention," "Enterprise Expansion," "Mobile Experience")
|
|
45
|
+
- **Best for:** Communicating to execs, showing strategic intent
|
|
46
|
+
|
|
47
|
+
**Timeline Roadmap (Quarters):**
|
|
48
|
+
- Q1: Epics A, B; Q2: Epics C, D; Q3: Epics E, F
|
|
49
|
+
- **Best for:** Resource planning, stakeholder communication
|
|
50
|
+
|
|
51
|
+
**Feature-Based Roadmap (Anti-Pattern):**
|
|
52
|
+
- Lists features without context (e.g., "Dark mode," "SSO," "Advanced reporting")
|
|
53
|
+
- **Why it fails:** No strategic narrative, no customer problems framed
|
|
54
|
+
|
|
55
|
+
### Why This Works
|
|
56
|
+
- **Outcome-driven:** Ties initiatives to business/customer outcomes
|
|
57
|
+
- **Stakeholder alignment:** Transparent process reduces political friction
|
|
58
|
+
- **Strategic clarity:** Shows not just "what" but "why"
|
|
59
|
+
- **Flexible:** Adapts as you learn from discovery/delivery
|
|
60
|
+
|
|
61
|
+
### Anti-Patterns (What This Is NOT)
|
|
62
|
+
- **Not a commitment:** Roadmaps are strategic plans, not contracts
|
|
63
|
+
- **Not a feature list:** Roadmaps frame problems, not just solutions
|
|
64
|
+
- **Not waterfall:** Roadmaps evolve quarterly based on learning
|
|
65
|
+
|
|
66
|
+
### When to Use This
|
|
67
|
+
- Annual or quarterly planning cycles
|
|
68
|
+
- After product strategy session (translate strategy to roadmap)
|
|
69
|
+
- Onboarding new stakeholders (align on direction)
|
|
70
|
+
- Reframing existing roadmap (shift from feature-driven to outcome-driven)
|
|
71
|
+
|
|
72
|
+
### When NOT to Use This
|
|
73
|
+
- For tactical sprint planning (use backlog instead)
|
|
74
|
+
- When strategy is unclear (run product-strategy-session first)
|
|
75
|
+
- When stakeholders expect date commitments (address expectations first)
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
### Facilitation Source of Truth
|
|
80
|
+
|
|
81
|
+
When running this workflow as a guided conversation, use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the interaction protocol.
|
|
82
|
+
|
|
83
|
+
It defines:
|
|
84
|
+
- session heads-up + entry mode (Guided, Context dump, Best guess)
|
|
85
|
+
- one-question turns with plain-language prompts
|
|
86
|
+
- progress labels (for example, Context Qx/8 and Scoring Qx/5)
|
|
87
|
+
- interruption handling and pause/resume behavior
|
|
88
|
+
- numbered recommendations at decision points
|
|
89
|
+
- quick-select numbered response options for regular questions (include `Other (specify)` when useful)
|
|
90
|
+
|
|
91
|
+
This file defines the workflow sequence and domain-specific outputs. If there is a conflict, follow this file's workflow logic.
|
|
92
|
+
|
|
93
|
+
## Application
|
|
94
|
+
|
|
95
|
+
Use `template.md` for the full fill-in structure.
|
|
96
|
+
|
|
97
|
+
This workflow orchestrates **5 phases** over **1-2 weeks**, using multiple component and interactive skills.
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
## Phase 1: Gather Inputs (Day 1-2)
|
|
102
|
+
|
|
103
|
+
**Goal:** Collect business goals, customer problems, technical constraints, stakeholder requests.
|
|
104
|
+
|
|
105
|
+
### Activities
|
|
106
|
+
|
|
107
|
+
**1. Review Business Goals (OKRs, Strategic Initiatives)**
|
|
108
|
+
- **Source:** Company OKRs, exec strategy memos, board decks
|
|
109
|
+
- **Questions:**
|
|
110
|
+
- What are the company's top 3 priorities this year?
|
|
111
|
+
- What metrics must we move? (revenue, retention, acquisition, efficiency)
|
|
112
|
+
- Are there strategic bets? (new markets, partnerships, product lines)
|
|
113
|
+
- **Output:** 3-5 business outcomes to optimize for
|
|
114
|
+
|
|
115
|
+
**2. Review Customer Problems (Discovery Insights)**
|
|
116
|
+
- **Source:** Discovery interviews, support tickets, NPS feedback, churn surveys
|
|
117
|
+
- **Use:** Insights from `skills/discovery-process/SKILL.md` (if recently completed)
|
|
118
|
+
- **Questions:**
|
|
119
|
+
- What are the top 3-5 customer pain points?
|
|
120
|
+
- Which problems affect the most customers?
|
|
121
|
+
- Which problems have highest intensity?
|
|
122
|
+
- **Output:** 3-5 validated customer problems
|
|
123
|
+
|
|
124
|
+
**3. Review Technical Constraints & Opportunities**
|
|
125
|
+
- **Source:** Engineering leadership, tech debt assessments
|
|
126
|
+
- **Questions:**
|
|
127
|
+
- Are there technical blockers? (scaling, performance, security)
|
|
128
|
+
- Are there enabling investments? (platform upgrades, API rewrites)
|
|
129
|
+
- What's the technical roadmap? (migrations, deprecations)
|
|
130
|
+
- **Output:** List of technical investments required
|
|
131
|
+
|
|
132
|
+
**4. Review Stakeholder Requests**
|
|
133
|
+
- **Source:** Sales, marketing, customer success, execs
|
|
134
|
+
- **Questions:**
|
|
135
|
+
- What are sales asking for? (enterprise features, integrations)
|
|
136
|
+
- What's marketing requesting? (growth initiatives, positioning)
|
|
137
|
+
- What's customer success flagging? (churn risks, expansion blockers)
|
|
138
|
+
- **Output:** List of stakeholder requests (not yet committed)
|
|
139
|
+
|
|
140
|
+
### Outputs from Phase 1
|
|
141
|
+
|
|
142
|
+
- **Business outcomes:** 3-5 OKRs or strategic goals
|
|
143
|
+
- **Customer problems:** 3-5 validated pain points
|
|
144
|
+
- **Technical investments:** Platform/tech debt items
|
|
145
|
+
- **Stakeholder requests:** Feature requests from internal teams
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
## Phase 2: Define Initiatives (Epics) (Day 3-4)
|
|
150
|
+
|
|
151
|
+
**Goal:** Turn inputs into epics with hypotheses, success metrics, and effort estimates.
|
|
152
|
+
|
|
153
|
+
### Activities
|
|
154
|
+
|
|
155
|
+
**1. Define Epic Hypotheses**
|
|
156
|
+
- **Use:** `skills/epic-hypothesis/SKILL.md` (component)
|
|
157
|
+
- **For each initiative:** Write hypothesis statement
|
|
158
|
+
- **Format:** "We believe that [building X] for [persona] will achieve [outcome] because [assumption]."
|
|
159
|
+
- **Participants:** PM
|
|
160
|
+
- **Duration:** 60 minutes per epic
|
|
161
|
+
- **Output:** 10-15 epic hypotheses
|
|
162
|
+
|
|
163
|
+
**Example Epics (SaaS Product):**
|
|
164
|
+
|
|
165
|
+
```
|
|
166
|
+
Epic 1: Guided Onboarding
|
|
167
|
+
Hypothesis: We believe that adding a step-by-step onboarding checklist for non-technical users will increase activation rate from 40% to 60% because users currently drop off due to lack of guidance.
|
|
168
|
+
|
|
169
|
+
Success Metric: Activation rate (% completing first action within 24 hours)
|
|
170
|
+
Target: 40% → 60%
|
|
171
|
+
|
|
172
|
+
Epic 2: Enterprise SSO
|
|
173
|
+
Hypothesis: We believe that adding SSO for enterprise accounts will increase enterprise deals closed from 2/quarter to 5/quarter because enterprise buyers require SSO for security compliance.
|
|
174
|
+
|
|
175
|
+
Success Metric: Enterprise deals closed per quarter
|
|
176
|
+
Target: 2 → 5
|
|
177
|
+
|
|
178
|
+
Epic 3: Mobile-Optimized Workflows
|
|
179
|
+
Hypothesis: We believe that optimizing core workflows for mobile will increase mobile DAU from 5% to 20% because mobile-first users currently can't complete workflows on the go.
|
|
180
|
+
|
|
181
|
+
Success Metric: Mobile DAU as % of total DAU
|
|
182
|
+
Target: 5% → 20%
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
**2. Estimate Effort (T-Shirt Sizing)**
|
|
186
|
+
- **Participants:** PM + engineering lead
|
|
187
|
+
- **Duration:** 90 minutes
|
|
188
|
+
- **Method:**
|
|
189
|
+
- **Small (S):** 1-2 weeks (1-2 engineers)
|
|
190
|
+
- **Medium (M):** 3-4 weeks (2-3 engineers)
|
|
191
|
+
- **Large (L):** 2-3 months (3-5 engineers)
|
|
192
|
+
- **Extra Large (XL):** 3+ months (5+ engineers)
|
|
193
|
+
- **Output:** Effort estimate per epic
|
|
194
|
+
|
|
195
|
+
**3. Map to Business Outcomes**
|
|
196
|
+
- **For each epic:** Tag with primary business outcome
|
|
197
|
+
- **Example:**
|
|
198
|
+
- Epic 1 (Guided Onboarding) → Retention
|
|
199
|
+
- Epic 2 (Enterprise SSO) → Acquisition (enterprise)
|
|
200
|
+
- Epic 3 (Mobile Workflows) → Engagement
|
|
201
|
+
|
|
202
|
+
### Outputs from Phase 2
|
|
203
|
+
|
|
204
|
+
- **10-15 epics:** Each with hypothesis, success metric, effort estimate
|
|
205
|
+
- **Business outcome mapping:** Which epics drive which OKRs
|
|
206
|
+
|
|
207
|
+
---
|
|
208
|
+
|
|
209
|
+
## Phase 3: Prioritize Initiatives (Day 5)
|
|
210
|
+
|
|
211
|
+
**Goal:** Rank epics by impact, effort, and strategic fit.
|
|
212
|
+
|
|
213
|
+
### Activities
|
|
214
|
+
|
|
215
|
+
**1. Choose Prioritization Framework**
|
|
216
|
+
- **Use:** `skills/prioritization-advisor/SKILL.md` (interactive)
|
|
217
|
+
- **Participants:** PM
|
|
218
|
+
- **Duration:** 30 minutes
|
|
219
|
+
- **Output:** Recommended framework (RICE, ICE, Value/Effort, etc.)
|
|
220
|
+
|
|
221
|
+
**2. Score Epics**
|
|
222
|
+
- **Participants:** PM, engineering lead, product leadership
|
|
223
|
+
- **Duration:** 120 minutes
|
|
224
|
+
- **Method:** Apply framework to all epics
|
|
225
|
+
- **Example (RICE scoring):**
|
|
226
|
+
|
|
227
|
+
| Epic | Reach | Impact | Confidence | Effort | RICE Score |
|
|
228
|
+
|------|-------|--------|------------|--------|------------|
|
|
229
|
+
| Guided Onboarding | 10,000 users | 3 (massive) | 80% | 1 month | 24,000 |
|
|
230
|
+
| Enterprise SSO | 500 users | 3 (massive) | 90% | 2 months | 675 |
|
|
231
|
+
| Mobile Workflows | 5,000 users | 2 (high) | 60% | 3 months | 2,000 |
|
|
232
|
+
| Advanced Reporting | 2,000 users | 2 (high) | 50% | 2 months | 1,000 |
|
|
233
|
+
|
|
234
|
+
**3. Adjust for Strategic Fit**
|
|
235
|
+
- **Review scores:** Do they align with business goals?
|
|
236
|
+
- **Strategic overrides:** Promote epics that align with strategic bets (even if score is lower)
|
|
237
|
+
- **Example:** Enterprise SSO scores lower, but it's critical for enterprise expansion strategy → boost priority
|
|
238
|
+
|
|
239
|
+
### Outputs from Phase 3
|
|
240
|
+
|
|
241
|
+
- **Ranked backlog:** Epics sorted by priority (RICE score + strategic adjustments)
|
|
242
|
+
- **Top 10 epics:** Highest-priority initiatives for roadmap
|
|
243
|
+
|
|
244
|
+
---
|
|
245
|
+
|
|
246
|
+
## Phase 4: Sequence Roadmap (Day 6-7)
|
|
247
|
+
|
|
248
|
+
**Goal:** Organize epics into quarters/releases with logical dependencies.
|
|
249
|
+
|
|
250
|
+
### Activities
|
|
251
|
+
|
|
252
|
+
**1. Map Dependencies**
|
|
253
|
+
- **Questions:**
|
|
254
|
+
- Does Epic B depend on Epic A? (e.g., "Advanced Reporting" requires "Data Pipeline Upgrade")
|
|
255
|
+
- Are there technical blockers? (e.g., "Mobile App" requires "API Redesign")
|
|
256
|
+
- **Output:** Dependency graph (Epic A → Epic B → Epic C)
|
|
257
|
+
|
|
258
|
+
**2. Sequence by Quarter (or Release)**
|
|
259
|
+
- **Now (Q1):** Top 3-5 epics, no dependencies
|
|
260
|
+
- **Next (Q2):** Next 3-5 epics, may depend on Q1 completion
|
|
261
|
+
- **Later (Q3+):** Remaining epics, lower confidence
|
|
262
|
+
|
|
263
|
+
**Example Roadmap (Timeline-Based):**
|
|
264
|
+
|
|
265
|
+
```
|
|
266
|
+
Q1 2026 (Now - Committed):
|
|
267
|
+
├─ Guided Onboarding (Retention)
|
|
268
|
+
├─ Enterprise SSO (Acquisition)
|
|
269
|
+
└─ Mobile-Optimized Workflows (Engagement)
|
|
270
|
+
|
|
271
|
+
Q2 2026 (Next - High Confidence):
|
|
272
|
+
├─ Advanced Reporting (depends on Data Pipeline, Q1)
|
|
273
|
+
├─ Slack Integration (Engagement)
|
|
274
|
+
└─ Pricing Page Redesign (Acquisition)
|
|
275
|
+
|
|
276
|
+
Q3 2026 (Later - Lower Confidence):
|
|
277
|
+
├─ Mobile App (depends on API Redesign)
|
|
278
|
+
├─ AI-Powered Recommendations
|
|
279
|
+
└─ Multi-Language Support
|
|
280
|
+
|
|
281
|
+
Q4 2026 (Exploration):
|
|
282
|
+
├─ Marketplace/Plugin Ecosystem
|
|
283
|
+
└─ Enterprise Onboarding Concierge
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
**Alternative: Now/Next/Later Roadmap**
|
|
287
|
+
|
|
288
|
+
```
|
|
289
|
+
NOW (Current Quarter):
|
|
290
|
+
- Guided Onboarding
|
|
291
|
+
- Enterprise SSO
|
|
292
|
+
- Mobile-Optimized Workflows
|
|
293
|
+
|
|
294
|
+
NEXT (Following Quarter):
|
|
295
|
+
- Advanced Reporting
|
|
296
|
+
- Slack Integration
|
|
297
|
+
- Pricing Page Redesign
|
|
298
|
+
|
|
299
|
+
LATER (Future):
|
|
300
|
+
- Mobile App
|
|
301
|
+
- AI Recommendations
|
|
302
|
+
- Multi-Language Support
|
|
303
|
+
```
|
|
304
|
+
|
|
305
|
+
**3. Validate with Engineering**
|
|
306
|
+
- **Participants:** PM + engineering lead
|
|
307
|
+
- **Questions:**
|
|
308
|
+
- Is sequencing realistic? (capacity, dependencies)
|
|
309
|
+
- Are there hidden technical blockers?
|
|
310
|
+
- Do we need to adjust scope?
|
|
311
|
+
- **Output:** Validated roadmap sequence
|
|
312
|
+
|
|
313
|
+
### Outputs from Phase 4
|
|
314
|
+
|
|
315
|
+
- **Sequenced roadmap:** Epics organized by Q1, Q2, Q3
|
|
316
|
+
- **Dependency map:** What depends on what
|
|
317
|
+
- **Capacity check:** Engineering agrees sequence is feasible
|
|
318
|
+
|
|
319
|
+
---
|
|
320
|
+
|
|
321
|
+
## Phase 5: Communicate Roadmap (Week 2)
|
|
322
|
+
|
|
323
|
+
**Goal:** Present roadmap to stakeholders, gather feedback, build alignment.
|
|
324
|
+
|
|
325
|
+
### Activities
|
|
326
|
+
|
|
327
|
+
**1. Create Roadmap Presentation**
|
|
328
|
+
- **Format:** 30-45 min presentation
|
|
329
|
+
- **Structure:**
|
|
330
|
+
- **Slide 1:** Strategic context (business goals, customer problems)
|
|
331
|
+
- **Slide 2-3:** Roadmap overview (Q1, Q2, Q3)
|
|
332
|
+
- **Slide 4-6:** Deep dive per quarter (epics, hypotheses, success metrics)
|
|
333
|
+
- **Slide 7:** What's NOT on roadmap (and why)
|
|
334
|
+
- **Slide 8:** Dependencies and risks
|
|
335
|
+
- **Participants:** PM, design
|
|
336
|
+
- **Duration:** 2-3 hours to prepare
|
|
337
|
+
|
|
338
|
+
**2. Present to Stakeholders**
|
|
339
|
+
- **Audience:** Execs, product leadership, engineering, sales, marketing, CS
|
|
340
|
+
- **Duration:** 45 min presentation + 15 min Q&A
|
|
341
|
+
- **Focus:**
|
|
342
|
+
- Strategic narrative: "Here's why we're prioritizing X over Y"
|
|
343
|
+
- Outcome focus: "Each epic drives [business outcome]"
|
|
344
|
+
- Flexibility: "This roadmap is a plan, not a commitment; we'll adjust as we learn"
|
|
345
|
+
|
|
346
|
+
**3. Gather Feedback**
|
|
347
|
+
- **Questions to ask:**
|
|
348
|
+
- Do these priorities align with business goals?
|
|
349
|
+
- Are we missing critical customer problems?
|
|
350
|
+
- Are dependencies clear?
|
|
351
|
+
- What concerns do you have?
|
|
352
|
+
- **Output:** List of feedback, concerns, questions
|
|
353
|
+
|
|
354
|
+
**4. Refine Roadmap**
|
|
355
|
+
- **Based on feedback:** Adjust priorities, add missing epics, clarify dependencies
|
|
356
|
+
- **Duration:** 1-2 days
|
|
357
|
+
- **Output:** Final roadmap v1.0
|
|
358
|
+
|
|
359
|
+
**5. Publish Roadmap**
|
|
360
|
+
- **Internal:** Share with team (Confluence, Notion, Productboard, etc.)
|
|
361
|
+
- **External (Optional):** Public roadmap for customers (use Now/Next/Later format)
|
|
362
|
+
- **Format:** Visual roadmap + narrative doc
|
|
363
|
+
|
|
364
|
+
### Outputs from Phase 5
|
|
365
|
+
|
|
366
|
+
- **Roadmap presentation:** 30-45 min deck
|
|
367
|
+
- **Stakeholder alignment:** Feedback incorporated, concerns addressed
|
|
368
|
+
- **Published roadmap:** Accessible to team (internal) or customers (external)
|
|
369
|
+
|
|
370
|
+
---
|
|
371
|
+
|
|
372
|
+
## Complete Workflow: End-to-End Summary
|
|
373
|
+
|
|
374
|
+
```
|
|
375
|
+
Week 1:
|
|
376
|
+
├─ Day 1-2: Gather Inputs
|
|
377
|
+
│ ├─ Review business goals (OKRs)
|
|
378
|
+
│ ├─ Review customer problems (discovery insights)
|
|
379
|
+
│ ├─ Review technical constraints
|
|
380
|
+
│ └─ Review stakeholder requests
|
|
381
|
+
│
|
|
382
|
+
├─ Day 3-4: Define Initiatives (Epics)
|
|
383
|
+
│ ├─ skills/epic-hypothesis/SKILL.md (60 min per epic)
|
|
384
|
+
│ ├─ Estimate effort (90 min)
|
|
385
|
+
│ └─ Map to business outcomes
|
|
386
|
+
│
|
|
387
|
+
├─ Day 5: Prioritize Initiatives
|
|
388
|
+
│ ├─ skills/prioritization-advisor/SKILL.md (30 min)
|
|
389
|
+
│ ├─ Score epics (120 min)
|
|
390
|
+
│ └─ Adjust for strategic fit
|
|
391
|
+
│
|
|
392
|
+
└─ Day 6-7: Sequence Roadmap
|
|
393
|
+
├─ Map dependencies
|
|
394
|
+
├─ Sequence by quarter (Q1, Q2, Q3)
|
|
395
|
+
└─ Validate with engineering
|
|
396
|
+
|
|
397
|
+
Week 2:
|
|
398
|
+
└─ Communicate Roadmap
|
|
399
|
+
├─ Create presentation (2-3 hours)
|
|
400
|
+
├─ Present to stakeholders (60 min)
|
|
401
|
+
├─ Gather feedback
|
|
402
|
+
├─ Refine roadmap (1-2 days)
|
|
403
|
+
└─ Publish roadmap
|
|
404
|
+
```
|
|
405
|
+
|
|
406
|
+
**Total Time Investment:**
|
|
407
|
+
- **Fast track:** 1 week (existing epics, quick alignment)
|
|
408
|
+
- **Typical:** 1.5-2 weeks (define epics, stakeholder review)
|
|
409
|
+
|
|
410
|
+
---
|
|
411
|
+
|
|
412
|
+
## Examples
|
|
413
|
+
|
|
414
|
+
See `examples/sample.md` for full roadmap examples.
|
|
415
|
+
|
|
416
|
+
Mini example excerpt:
|
|
417
|
+
|
|
418
|
+
```markdown
|
|
419
|
+
Now: Guided onboarding (activation +20%)
|
|
420
|
+
Next: Enterprise SSO (deal velocity)
|
|
421
|
+
Later: Mobile workflows (DAU lift)
|
|
422
|
+
```
|
|
423
|
+
|
|
424
|
+
## Common Pitfalls
|
|
425
|
+
|
|
426
|
+
### Pitfall 1: Feature-Driven Roadmap (No Outcomes)
|
|
427
|
+
**Symptom:** Roadmap lists features ("Dark mode," "SSO," "Advanced filters") with no context
|
|
428
|
+
|
|
429
|
+
**Consequence:** No strategic clarity, stakeholders don't understand "why"
|
|
430
|
+
|
|
431
|
+
**Fix:** Frame epics as hypotheses with success metrics (not just feature names)
|
|
432
|
+
|
|
433
|
+
---
|
|
434
|
+
|
|
435
|
+
### Pitfall 2: Prioritizing by HiPPO (Highest Paid Person's Opinion)
|
|
436
|
+
**Symptom:** Execs dictate roadmap, no data-driven prioritization
|
|
437
|
+
|
|
438
|
+
**Consequence:** Build wrong things, ignore customer problems
|
|
439
|
+
|
|
440
|
+
**Fix:** Use prioritization framework (RICE, ICE) to transparently score epics
|
|
441
|
+
|
|
442
|
+
---
|
|
443
|
+
|
|
444
|
+
### Pitfall 3: Roadmap as Commitment (Waterfall Thinking)
|
|
445
|
+
**Symptom:** Roadmap treated as contract, no flexibility to adjust
|
|
446
|
+
|
|
447
|
+
**Consequence:** Can't pivot when you learn new information
|
|
448
|
+
|
|
449
|
+
**Fix:** Communicate roadmap as "strategic plan, subject to change based on learning"
|
|
450
|
+
|
|
451
|
+
---
|
|
452
|
+
|
|
453
|
+
### Pitfall 4: No Dependencies Mapped
|
|
454
|
+
**Symptom:** Sequence epics without checking technical dependencies
|
|
455
|
+
|
|
456
|
+
**Consequence:** Q2 epic blocked because Q1 dependency didn't finish
|
|
457
|
+
|
|
458
|
+
**Fix:** Map dependencies explicitly in Phase 4, validate with engineering
|
|
459
|
+
|
|
460
|
+
---
|
|
461
|
+
|
|
462
|
+
### Pitfall 5: Solo PM Roadmap (No Stakeholder Input)
|
|
463
|
+
**Symptom:** PM creates roadmap alone, presents finished plan
|
|
464
|
+
|
|
465
|
+
**Consequence:** No buy-in, stakeholders feel excluded
|
|
466
|
+
|
|
467
|
+
**Fix:** Gather inputs (Phase 1) from all stakeholders, present draft (Phase 5) for feedback
|
|
468
|
+
|
|
469
|
+
---
|
|
470
|
+
|
|
471
|
+
## References
|
|
472
|
+
|
|
473
|
+
### Related Skills (Orchestrated by This Workflow)
|
|
474
|
+
|
|
475
|
+
**Phase 2:**
|
|
476
|
+
- `skills/epic-hypothesis/SKILL.md` (component)
|
|
477
|
+
|
|
478
|
+
**Phase 3:**
|
|
479
|
+
- `skills/prioritization-advisor/SKILL.md` (interactive)
|
|
480
|
+
|
|
481
|
+
**Phase 4:**
|
|
482
|
+
- (Dependencies mapped manually, no specific skill)
|
|
483
|
+
|
|
484
|
+
**Phase 5:**
|
|
485
|
+
- (Presentation created manually, no specific skill)
|
|
486
|
+
|
|
487
|
+
**Optional/Related:**
|
|
488
|
+
- `skills/product-strategy-session/SKILL.md` (workflow) — Run before roadmap planning to establish strategy
|
|
489
|
+
- `skills/discovery-process/SKILL.md` (workflow) — Provides customer problem inputs for Phase 1
|
|
490
|
+
- `skills/user-story-mapping-workshop/SKILL.md` (interactive) — For complex epics requiring release planning
|
|
491
|
+
|
|
492
|
+
### External Frameworks
|
|
493
|
+
- Bruce McCarthy, *Product Roadmaps Relaunched* (2017) — Outcome-driven roadmaps
|
|
494
|
+
- C. Todd Lombardo, *Product Roadmaps Relaunched* (2017) — Now/Next/Later framework
|
|
495
|
+
- Intercom, "RICE Prioritization" (2016) — Prioritization framework
|
|
496
|
+
|
|
497
|
+
### Dean's Work
|
|
498
|
+
- [If Dean has roadmap planning resources, link here]
|
|
499
|
+
|
|
500
|
+
---
|
|
501
|
+
|
|
502
|
+
**Skill type:** Workflow
|
|
503
|
+
**Suggested filename:** `roadmap-planning.md`
|
|
504
|
+
**Suggested placement:** `/skills/workflows/`
|
|
505
|
+
**Dependencies:** Orchestrates `skills/epic-hypothesis/SKILL.md`, `skills/prioritization-advisor/SKILL.md`, plus manual activities
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Roadmap Examples
|
|
2
|
+
|
|
3
|
+
### Example 1: Good Roadmap Planning (SaaS Product)
|
|
4
|
+
|
|
5
|
+
**Context:** Annual planning, need to align roadmap with retention and enterprise expansion goals.
|
|
6
|
+
|
|
7
|
+
**Phase 1 - Gather Inputs:**
|
|
8
|
+
- Business goals: Reduce churn from 15% to 8%, increase enterprise deals from 2/quarter to 5/quarter
|
|
9
|
+
- Customer problems: Onboarding confusion, enterprise SSO gap, mobile access issues
|
|
10
|
+
- Technical: Need to upgrade data pipeline for advanced reporting
|
|
11
|
+
|
|
12
|
+
**Phase 2 - Define Epics:**
|
|
13
|
+
- Wrote 12 epics with hypotheses (guided onboarding, enterprise SSO, mobile workflows, advanced reporting, etc.)
|
|
14
|
+
- Estimated effort: Onboarding = M (3 weeks), SSO = M (4 weeks), Mobile = L (2 months)
|
|
15
|
+
|
|
16
|
+
**Phase 3 - Prioritize:**
|
|
17
|
+
- Used RICE framework (recommended by `prioritization-advisor.md`)
|
|
18
|
+
- Scored: Onboarding (24,000), SSO (675), Mobile (2,000), Reporting (1,000)
|
|
19
|
+
- Strategic override: Boosted SSO priority (critical for enterprise expansion)
|
|
20
|
+
|
|
21
|
+
**Phase 4 - Sequence:**
|
|
22
|
+
- Q1: Guided Onboarding, Enterprise SSO, Mobile Workflows
|
|
23
|
+
- Q2: Advanced Reporting (depends on Data Pipeline in Q1), Slack Integration
|
|
24
|
+
- Q3: Mobile App (depends on API Redesign)
|
|
25
|
+
|
|
26
|
+
**Phase 5 - Communicate:**
|
|
27
|
+
- Presented to execs: "Q1 focuses on retention (onboarding) and enterprise expansion (SSO)"
|
|
28
|
+
- Feedback: "Can we add pricing page redesign to Q2?" → Adjusted roadmap
|
|
29
|
+
- Published: Internal roadmap (Confluence), external roadmap (Now/Next/Later)
|
|
30
|
+
|
|
31
|
+
**Outcome:** Clear, aligned roadmap with strategic narrative.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
### Example 2: Bad Roadmap Planning (Feature List)
|
|
36
|
+
|
|
37
|
+
**Context:** PM creates roadmap alone, based on stakeholder requests.
|
|
38
|
+
|
|
39
|
+
**Phase 1 - Gather Inputs:** Skipped (no business goals reviewed)
|
|
40
|
+
|
|
41
|
+
**Phase 2 - Define Epics:** Listed features requested by sales, marketing, CS
|
|
42
|
+
|
|
43
|
+
**Phase 3 - Prioritize:** Prioritized by "who shouted loudest"
|
|
44
|
+
|
|
45
|
+
**Phase 4 - Sequence:** Threw features into Q1, Q2, Q3 with no rationale
|
|
46
|
+
|
|
47
|
+
**Phase 5 - Communicate:** Presented feature list to execs
|
|
48
|
+
|
|
49
|
+
**Why this failed:**
|
|
50
|
+
- No strategic narrative ("Why are we building this?")
|
|
51
|
+
- No customer problems framed
|
|
52
|
+
- No hypotheses or success metrics
|
|
53
|
+
- Roadmap felt like random feature list
|
|
54
|
+
|
|
55
|
+
**Fix with roadmap planning workflow:**
|
|
56
|
+
- **Phase 1:** Review business goals (reduce churn, increase enterprise)
|
|
57
|
+
- **Phase 2:** Turn feature requests into epics with hypotheses
|
|
58
|
+
- **Phase 3:** Prioritize by RICE (impact + effort), not politics
|
|
59
|
+
- **Phase 4:** Sequence logically by dependencies, business goals
|
|
60
|
+
- **Phase 5:** Present with narrative: "Q1 = Retention, Q2 = Enterprise Expansion"
|
|
61
|
+
|
|
62
|
+
---
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Roadmap Template
|
|
2
|
+
|
|
3
|
+
Use this template to summarize a strategic roadmap with outcomes and sequencing.
|
|
4
|
+
|
|
5
|
+
## Template
|
|
6
|
+
```markdown
|
|
7
|
+
# Product Roadmap
|
|
8
|
+
|
|
9
|
+
## Strategy Context
|
|
10
|
+
- [Business goals / OKRs]
|
|
11
|
+
- [Customer problems]
|
|
12
|
+
- [Constraints / dependencies]
|
|
13
|
+
|
|
14
|
+
## Roadmap (Now / Next / Later)
|
|
15
|
+
|
|
16
|
+
| Stage | Initiative | Outcome | Metric | Notes |
|
|
17
|
+
|---|---|---|---|---|
|
|
18
|
+
| Now | [Initiative] | [Outcome] | [Metric] | [Notes] |
|
|
19
|
+
| Next | [Initiative] | [Outcome] | [Metric] | [Notes] |
|
|
20
|
+
| Later | [Initiative] | [Outcome] | [Metric] | [Notes] |
|
|
21
|
+
|
|
22
|
+
## Sequencing (Optional)
|
|
23
|
+
- Q1: [Initiatives]
|
|
24
|
+
- Q2: [Initiatives]
|
|
25
|
+
- Q3: [Initiatives]
|
|
26
|
+
|
|
27
|
+
## Risks & Dependencies
|
|
28
|
+
- [Risk 1]
|
|
29
|
+
- [Dependency 1]
|
|
30
|
+
```
|