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,348 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: eol-message
|
|
3
|
+
description: Write a clear, empathetic EOL announcement with rationale, customer impact, and next steps. Use when retiring a product, feature, or plan without creating avoidable confusion.
|
|
4
|
+
intent: >-
|
|
5
|
+
Craft a clear, empathetic End-of-Life (EOL) message that communicates product or feature discontinuation, explains the rationale, addresses customer impact, provides transition support, and positions the replacement solution. Use this to maintain customer trust during difficult transitions and reduce churn by demonstrating care and offering a clear path forward.
|
|
6
|
+
type: component
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## Purpose
|
|
11
|
+
Craft a clear, empathetic End-of-Life (EOL) message that communicates product or feature discontinuation, explains the rationale, addresses customer impact, provides transition support, and positions the replacement solution. Use this to maintain customer trust during difficult transitions and reduce churn by demonstrating care and offering a clear path forward.
|
|
12
|
+
|
|
13
|
+
This is not a generic sunset announcement—it's a customer-centric communication that acknowledges loss while framing the change as progress.
|
|
14
|
+
|
|
15
|
+
## Key Concepts
|
|
16
|
+
|
|
17
|
+
### The EOL Messaging Framework
|
|
18
|
+
An effective EOL message balances honesty about the change with empathy for customer impact. It includes:
|
|
19
|
+
|
|
20
|
+
1. **Company context:** Who you are and your commitment to customers
|
|
21
|
+
2. **The announcement:** What's being discontinued and what's replacing it
|
|
22
|
+
3. **The rationale:** Why this decision benefits customers (not just the business)
|
|
23
|
+
4. **Current product context:** What the product was and who it served
|
|
24
|
+
5. **Customer impact:** How this affects users (acknowledge the disruption)
|
|
25
|
+
6. **Transition solution:** What the replacement is and how it improves on the old
|
|
26
|
+
7. **Support measures:** How you'll help customers migrate
|
|
27
|
+
8. **Timeline:** Key dates and milestones
|
|
28
|
+
9. **Call to action:** Next steps and contact info
|
|
29
|
+
|
|
30
|
+
### Why This Works
|
|
31
|
+
- **Empathy-first:** Acknowledges customer disruption before justifying the decision
|
|
32
|
+
- **Clarity:** No ambiguity about what's changing and when
|
|
33
|
+
- **Support-focused:** Shows you're not abandoning customers mid-transition
|
|
34
|
+
- **Future-oriented:** Frames change as progress, not loss
|
|
35
|
+
|
|
36
|
+
### Anti-Patterns (What This Is NOT)
|
|
37
|
+
- **Not a terse shutdown notice:** "We're discontinuing Product X. Goodbye."
|
|
38
|
+
- **Not business-centric:** Don't lead with "This reduces our costs"
|
|
39
|
+
- **Not vague:** "Soon" is not a timeline
|
|
40
|
+
- **Not defensive:** Don't blame customers ("low usage forced us to shut down")
|
|
41
|
+
|
|
42
|
+
### When to Use This
|
|
43
|
+
- Discontinuing a product, feature, or service
|
|
44
|
+
- Migrating customers from legacy to new platform
|
|
45
|
+
- Sunsetting an acquisition target's product
|
|
46
|
+
- Deprecating a technology stack or API
|
|
47
|
+
|
|
48
|
+
### When NOT to Use This
|
|
49
|
+
- For minor feature tweaks (don't over-communicate small changes)
|
|
50
|
+
- Before you have a transition plan (communicate *after* you know how you'll support customers)
|
|
51
|
+
- If you're secretly hoping customers won't notice (be transparent)
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Application
|
|
56
|
+
|
|
57
|
+
Use `template.md` for the full fill-in structure.
|
|
58
|
+
|
|
59
|
+
### Step 1: Gather Context
|
|
60
|
+
Before drafting, ensure you have:
|
|
61
|
+
- **Product being discontinued:** What specifically is ending?
|
|
62
|
+
- **Replacement solution:** What's replacing it (if anything)?
|
|
63
|
+
- **Timeline:** Key dates (announcement, feature freeze, shutdown, data export deadline)
|
|
64
|
+
- **Customer impact:** How many users affected? What workflows disrupted?
|
|
65
|
+
- **Support plan:** Migration support, training, discounts, data export tools
|
|
66
|
+
- **Rationale:** Why is this happening? (Technology obsolescence, strategic shift, consolidation, etc.)
|
|
67
|
+
|
|
68
|
+
**If missing context:** Don't send the message until you have a complete transition plan. Customers will ask "What do I do now?"—you must have an answer.
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
### Step 2: Draft the Product Transition Narrative
|
|
73
|
+
|
|
74
|
+
#### Company Context
|
|
75
|
+
Establish who you are and your commitment:
|
|
76
|
+
|
|
77
|
+
```markdown
|
|
78
|
+
### Product Transition Narrative
|
|
79
|
+
|
|
80
|
+
**We are:** [Describe the company and its relationship to the product being phased out]
|
|
81
|
+
- [Key point about company's commitment to customers]
|
|
82
|
+
- [Key point about company's product evolution]
|
|
83
|
+
- [Key point about company's future vision]
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
**Example:**
|
|
87
|
+
```markdown
|
|
88
|
+
**We are:** Acme Workflows, a workflow automation platform serving 50,000 small businesses
|
|
89
|
+
- We're committed to helping you save time and focus on what matters
|
|
90
|
+
- We continuously evolve our product based on your feedback and technological advances
|
|
91
|
+
- We're building toward a future where automation is accessible, powerful, and simple
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
#### The Announcement
|
|
97
|
+
Be clear and direct:
|
|
98
|
+
|
|
99
|
+
```markdown
|
|
100
|
+
**Announcing:**
|
|
101
|
+
- [Single sentence that clearly states the EOL of the product and introduces its replacement]
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
**Example:**
|
|
105
|
+
- "We are discontinuing Acme Workflows Classic on December 31, 2026, and migrating all customers to Acme Workflows Pro."
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
#### The Rationale (Customer-Benefit-Focused)
|
|
110
|
+
Explain *why* this benefits customers:
|
|
111
|
+
|
|
112
|
+
```markdown
|
|
113
|
+
**Because:**
|
|
114
|
+
- [Reason 1: e.g., technological advancements]
|
|
115
|
+
- [Reason 2: e.g., improved performance]
|
|
116
|
+
- [Reason 3: e.g., better alignment with customer needs]
|
|
117
|
+
|
|
118
|
+
**Which means for you:**
|
|
119
|
+
- [Describe the impact and benefits from the customer's perspective]
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
**Example:**
|
|
123
|
+
```markdown
|
|
124
|
+
**Because:**
|
|
125
|
+
- Acme Workflows Classic runs on outdated infrastructure that limits performance and scalability
|
|
126
|
+
- Acme Workflows Pro is built on modern technology that enables faster automation, better integrations, and real-time collaboration
|
|
127
|
+
- Consolidating to one platform allows us to invest 100% of our engineering resources in features you've requested
|
|
128
|
+
|
|
129
|
+
**Which means for you:**
|
|
130
|
+
- Faster automation execution (3x speed improvement)
|
|
131
|
+
- 50+ new integrations with tools you already use
|
|
132
|
+
- Access to new features like real-time collaboration and mobile app
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
### Step 3: Provide Current Product Context
|
|
138
|
+
|
|
139
|
+
Acknowledge what's being lost:
|
|
140
|
+
|
|
141
|
+
```markdown
|
|
142
|
+
### Current Product Context
|
|
143
|
+
|
|
144
|
+
**Our product** [name of the product being discontinued]
|
|
145
|
+
- **is a** [brief description of the product and its primary function]
|
|
146
|
+
- **that has served** [target customer/user] for [duration or timeframe]
|
|
147
|
+
- **by providing** [key benefits or solutions the product offered]
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
**Example:**
|
|
151
|
+
```markdown
|
|
152
|
+
**Our product** Acme Workflows Classic
|
|
153
|
+
- **is a** workflow automation tool that helps small businesses eliminate repetitive tasks
|
|
154
|
+
- **that has served** over 20,000 customers for 8 years
|
|
155
|
+
- **by providing** reliable, straightforward automation without requiring technical expertise
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
### Step 4: Acknowledge Customer Impact
|
|
161
|
+
|
|
162
|
+
Be honest about disruption:
|
|
163
|
+
|
|
164
|
+
```markdown
|
|
165
|
+
### Customer Impact
|
|
166
|
+
|
|
167
|
+
**We understand that this may affect you by:**
|
|
168
|
+
- [Potential impact 1 on customer operations or processes]
|
|
169
|
+
- [Potential impact 2 on customer operations or processes]
|
|
170
|
+
- [Potential impact 3 on customer operations or processes (if applicable)]
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
**Example:**
|
|
174
|
+
```markdown
|
|
175
|
+
**We understand that this may affect you by:**
|
|
176
|
+
- Requiring time to migrate workflows from Classic to Pro
|
|
177
|
+
- Learning new features and interface changes
|
|
178
|
+
- Updating integrations or API connections if you've customized workflows
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
---
|
|
182
|
+
|
|
183
|
+
### Step 5: Present the Transition Solution
|
|
184
|
+
|
|
185
|
+
Use positioning statement format (reference `skills/positioning-statement/SKILL.md`):
|
|
186
|
+
|
|
187
|
+
```markdown
|
|
188
|
+
### Transition Solution
|
|
189
|
+
|
|
190
|
+
**For** [target customer/user affected by the EOL]
|
|
191
|
+
- **that currently use** [name of the product being phased out]
|
|
192
|
+
- [name of the replacement product]
|
|
193
|
+
- **is a** [definition of the replacement product category]
|
|
194
|
+
- **that** [statement of benefit to the user, focusing on continuity and improvements]
|
|
195
|
+
|
|
196
|
+
### Differentiation and Continuity
|
|
197
|
+
|
|
198
|
+
- **Like** [product being phased out],
|
|
199
|
+
- [name of the replacement product]
|
|
200
|
+
- **provides** [how the replacement maintains key benefits of the old product]
|
|
201
|
+
- **while also offering** [new benefits or improvements]
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
**Example:**
|
|
205
|
+
```markdown
|
|
206
|
+
### Transition Solution
|
|
207
|
+
|
|
208
|
+
**For** small business owners
|
|
209
|
+
- **that currently use** Acme Workflows Classic
|
|
210
|
+
- Acme Workflows Pro
|
|
211
|
+
- **is a** next-generation workflow automation platform
|
|
212
|
+
- **that** maintains all the simplicity and reliability you love while adding 3x faster performance, 50+ new integrations, and real-time collaboration
|
|
213
|
+
|
|
214
|
+
### Differentiation and Continuity
|
|
215
|
+
|
|
216
|
+
- **Like** Acme Workflows Classic,
|
|
217
|
+
- Acme Workflows Pro
|
|
218
|
+
- **provides** easy-to-build automations without coding, reliable execution, and straightforward pricing
|
|
219
|
+
- **while also offering** 3x faster workflows, mobile app access, real-time team collaboration, and integrations with tools like Slack, Asana, and Notion
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
---
|
|
223
|
+
|
|
224
|
+
### Step 6: Outline Support Measures and Timeline
|
|
225
|
+
|
|
226
|
+
#### Support Measures
|
|
227
|
+
|
|
228
|
+
```markdown
|
|
229
|
+
### Support and Next Steps
|
|
230
|
+
|
|
231
|
+
**To ensure a smooth transition, we will:**
|
|
232
|
+
- [Support measure 1, e.g., "Provide 1-on-1 migration assistance for all customers"]
|
|
233
|
+
- [Support measure 2, e.g., "Automatically migrate your workflows (with your approval)"]
|
|
234
|
+
- [Support measure 3, e.g., "Offer a 3-month discount on Acme Workflows Pro for existing customers"]
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
---
|
|
238
|
+
|
|
239
|
+
#### Timeline
|
|
240
|
+
|
|
241
|
+
```markdown
|
|
242
|
+
### Timeline
|
|
243
|
+
|
|
244
|
+
- [Key date 1 and associated milestone, e.g., "March 1, 2026: Migration tool available"]
|
|
245
|
+
- [Key date 2 and associated milestone, e.g., "September 1, 2026: Acme Workflows Classic becomes read-only"]
|
|
246
|
+
- [Key date 3 and associated milestone, e.g., "December 31, 2026: Acme Workflows Classic fully discontinued, data export deadline"]
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
**Quality checks:**
|
|
250
|
+
- **Sufficient lead time:** Customers need time to plan (6-12 months is typical)
|
|
251
|
+
- **Clear milestones:** When does functionality freeze? When does shutdown happen?
|
|
252
|
+
- **Data export deadline:** When do they lose access to their data?
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
### Step 7: Provide Clear Next Steps
|
|
257
|
+
|
|
258
|
+
```markdown
|
|
259
|
+
### Call to Action
|
|
260
|
+
|
|
261
|
+
- [Clear next steps for customers, e.g., "Log in to your account to start the migration wizard"]
|
|
262
|
+
- [Contact information for questions or assistance, e.g., "Contact our support team at support@acme.com or call 1-800-ACME-HELP"]
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
---
|
|
266
|
+
|
|
267
|
+
## Examples
|
|
268
|
+
|
|
269
|
+
See `examples/sample.md` for a full EOL message example.
|
|
270
|
+
|
|
271
|
+
Mini example excerpt:
|
|
272
|
+
|
|
273
|
+
```markdown
|
|
274
|
+
**Announcing:** We are discontinuing Acme Classic on Dec 31, 2026
|
|
275
|
+
**Because:** Legacy infrastructure limits performance
|
|
276
|
+
**Which means for you:** Faster automation + new integrations
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
## Common Pitfalls
|
|
280
|
+
|
|
281
|
+
### Pitfall 1: Business-Centric Rationale
|
|
282
|
+
**Symptom:** "We're discontinuing Product X to reduce costs and consolidate our portfolio."
|
|
283
|
+
|
|
284
|
+
**Consequence:** Customers feel like collateral damage in a business decision.
|
|
285
|
+
|
|
286
|
+
**Fix:** Frame rationale around customer benefits: "We're consolidating to Product Y so we can invest 100% of resources in features you've requested."
|
|
287
|
+
|
|
288
|
+
---
|
|
289
|
+
|
|
290
|
+
### Pitfall 2: Vague Timeline
|
|
291
|
+
**Symptom:** "Product X will be discontinued soon."
|
|
292
|
+
|
|
293
|
+
**Consequence:** Customers can't plan. Anxiety and churn increase.
|
|
294
|
+
|
|
295
|
+
**Fix:** Provide specific dates: "March 1: Migration tool available. December 31: Full shutdown."
|
|
296
|
+
|
|
297
|
+
---
|
|
298
|
+
|
|
299
|
+
### Pitfall 3: No Support Plan
|
|
300
|
+
**Symptom:** "You'll need to migrate to Product Y. Good luck!"
|
|
301
|
+
|
|
302
|
+
**Consequence:** Customers feel abandoned. High churn risk.
|
|
303
|
+
|
|
304
|
+
**Fix:** Offer migration support: "1-on-1 assistance, auto-migration tool, 3-month discount, training resources."
|
|
305
|
+
|
|
306
|
+
---
|
|
307
|
+
|
|
308
|
+
### Pitfall 4: Ignoring Customer Impact
|
|
309
|
+
**Symptom:** Message jumps from announcement to "Here's the new product!"
|
|
310
|
+
|
|
311
|
+
**Consequence:** Customers feel their concerns aren't acknowledged.
|
|
312
|
+
|
|
313
|
+
**Fix:** Explicitly acknowledge impact: "We understand this requires time to migrate and learn new features."
|
|
314
|
+
|
|
315
|
+
---
|
|
316
|
+
|
|
317
|
+
### Pitfall 5: Terse or Defensive Tone
|
|
318
|
+
**Symptom:** "Due to low usage, we're shutting down Product X."
|
|
319
|
+
|
|
320
|
+
**Consequence:** Sounds like you're blaming customers.
|
|
321
|
+
|
|
322
|
+
**Fix:** Be empathetic and forward-looking: "We're consolidating to focus on the future of automation."
|
|
323
|
+
|
|
324
|
+
---
|
|
325
|
+
|
|
326
|
+
## References
|
|
327
|
+
|
|
328
|
+
### Related Skills
|
|
329
|
+
- `skills/positioning-statement/SKILL.md` — Informs the transition solution positioning
|
|
330
|
+
- `skills/problem-statement/SKILL.md` — Helps frame the customer impact section
|
|
331
|
+
- `skills/proto-persona/SKILL.md` — Defines affected customers
|
|
332
|
+
|
|
333
|
+
### External Frameworks
|
|
334
|
+
- Crisis communication best practices — Transparency, empathy, action
|
|
335
|
+
- Customer success playbooks — Retention during product transitions
|
|
336
|
+
|
|
337
|
+
### Dean's Work
|
|
338
|
+
- EOL Messaging Template (created for product lifecycle management)
|
|
339
|
+
|
|
340
|
+
### Provenance
|
|
341
|
+
- Adapted from `prompts/eol-for-a-product-message.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
|
|
342
|
+
|
|
343
|
+
---
|
|
344
|
+
|
|
345
|
+
**Skill type:** Component
|
|
346
|
+
**Suggested filename:** `eol-message.md`
|
|
347
|
+
**Suggested placement:** `/skills/components/`
|
|
348
|
+
**Dependencies:** References `skills/positioning-statement/SKILL.md`, `skills/problem-statement/SKILL.md`, `skills/proto-persona/SKILL.md`
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# EOL Message Examples
|
|
2
|
+
|
|
3
|
+
### Example 1: Good EOL Message (Workflow Automation Product)
|
|
4
|
+
|
|
5
|
+
```markdown
|
|
6
|
+
## End-of-Life Announcement: Acme Workflows Classic
|
|
7
|
+
|
|
8
|
+
### Product Transition Narrative
|
|
9
|
+
|
|
10
|
+
**We are:** Acme Workflows, a workflow automation platform serving 50,000 small businesses
|
|
11
|
+
- We're committed to helping you save time and focus on what matters
|
|
12
|
+
- We continuously evolve our product based on your feedback and technological advances
|
|
13
|
+
- We're building toward a future where automation is accessible, powerful, and simple
|
|
14
|
+
|
|
15
|
+
**Announcing:**
|
|
16
|
+
- We are discontinuing Acme Workflows Classic on December 31, 2026, and migrating all customers to Acme Workflows Pro.
|
|
17
|
+
|
|
18
|
+
**Because:**
|
|
19
|
+
- Acme Workflows Classic runs on outdated infrastructure that limits performance and scalability
|
|
20
|
+
- Acme Workflows Pro is built on modern technology that enables 3x faster automation, better integrations, and real-time collaboration
|
|
21
|
+
- Consolidating to one platform allows us to invest 100% of our engineering resources in features you've requested
|
|
22
|
+
|
|
23
|
+
**Which means for you:**
|
|
24
|
+
- 3x faster automation execution
|
|
25
|
+
- 50+ new integrations (Slack, Asana, Notion, and more)
|
|
26
|
+
- Access to new features like real-time collaboration and mobile app
|
|
27
|
+
- Continued reliability and simplicity you expect from Acme
|
|
28
|
+
|
|
29
|
+
### Current Product Context
|
|
30
|
+
|
|
31
|
+
**Our product** Acme Workflows Classic
|
|
32
|
+
- **is a** workflow automation tool that helps small businesses eliminate repetitive tasks
|
|
33
|
+
- **that has served** over 20,000 customers for 8 years
|
|
34
|
+
- **by providing** reliable, straightforward automation without requiring technical expertise
|
|
35
|
+
|
|
36
|
+
### Customer Impact
|
|
37
|
+
|
|
38
|
+
**We understand that this may affect you by:**
|
|
39
|
+
- Requiring time to migrate workflows from Classic to Pro (estimated 1-2 hours for most customers)
|
|
40
|
+
- Learning new features and interface changes
|
|
41
|
+
- Updating API connections if you've customized workflows
|
|
42
|
+
|
|
43
|
+
### Transition Solution
|
|
44
|
+
|
|
45
|
+
**For** small business owners
|
|
46
|
+
- **that currently use** Acme Workflows Classic
|
|
47
|
+
- Acme Workflows Pro
|
|
48
|
+
- **is a** next-generation workflow automation platform
|
|
49
|
+
- **that** maintains all the simplicity and reliability you love while adding 3x faster performance, 50+ new integrations, and real-time collaboration
|
|
50
|
+
|
|
51
|
+
### Differentiation and Continuity
|
|
52
|
+
|
|
53
|
+
- **Like** Acme Workflows Classic,
|
|
54
|
+
- Acme Workflows Pro
|
|
55
|
+
- **provides** easy-to-build automations without coding, reliable execution, and straightforward pricing
|
|
56
|
+
- **while also offering** 3x faster workflows, mobile app access, real-time team collaboration, and integrations with Slack, Asana, and Notion
|
|
57
|
+
|
|
58
|
+
### Support and Next Steps
|
|
59
|
+
|
|
60
|
+
**To ensure a smooth transition, we will:**
|
|
61
|
+
- Provide 1-on-1 migration assistance for all customers (schedule via support portal)
|
|
62
|
+
- Automatically migrate your workflows with your approval (no manual rebuild needed)
|
|
63
|
+
- Offer a 3-month 20% discount on Acme Workflows Pro for existing Classic customers
|
|
64
|
+
- Maintain full access to Acme Workflows Classic until December 31, 2026 (no disruption during transition)
|
|
65
|
+
|
|
66
|
+
### Timeline
|
|
67
|
+
|
|
68
|
+
- **March 1, 2026:** Migration tool available; begin migrating at your convenience
|
|
69
|
+
- **September 1, 2026:** Acme Workflows Classic becomes read-only (no new workflows, existing workflows still run)
|
|
70
|
+
- **December 31, 2026:** Acme Workflows Classic fully discontinued; data export must be completed by this date
|
|
71
|
+
|
|
72
|
+
### Call to Action
|
|
73
|
+
|
|
74
|
+
- Log in to your account at acme.com/migrate to start the migration wizard
|
|
75
|
+
- Schedule 1-on-1 migration support at acme.com/support
|
|
76
|
+
- Contact our support team with questions: support@acme.com or 1-800-ACME-HELP
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
**Why this works:**
|
|
80
|
+
- Empathy-first (acknowledges company commitment, then announces change)
|
|
81
|
+
- Rationale is customer-benefit-focused (faster, more integrations, new features)
|
|
82
|
+
- Acknowledges disruption honestly (migration takes time, learning curve)
|
|
83
|
+
- Support measures are generous (1-on-1 help, auto-migration, discount)
|
|
84
|
+
- Timeline is clear and provides ample lead time (9 months)
|
|
85
|
+
- Call to action is specific and easy
|
|
86
|
+
|
|
87
|
+
---
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# EOL Message Template
|
|
2
|
+
|
|
3
|
+
Use this template to craft an end-of-life announcement with empathy and clear transition guidance.
|
|
4
|
+
|
|
5
|
+
## Provenance
|
|
6
|
+
Adapted from `prompts/eol-for-a-product-message.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
|
|
7
|
+
|
|
8
|
+
## Template
|
|
9
|
+
```markdown
|
|
10
|
+
## End-of-Life Announcement: [Product Name]
|
|
11
|
+
|
|
12
|
+
### Product Transition Narrative
|
|
13
|
+
|
|
14
|
+
**We are:** [Company and relationship to the product]
|
|
15
|
+
- [Commitment to customers]
|
|
16
|
+
- [Product evolution]
|
|
17
|
+
- [Future vision]
|
|
18
|
+
|
|
19
|
+
**Announcing:**
|
|
20
|
+
- [Clear EOL statement and replacement]
|
|
21
|
+
|
|
22
|
+
**Because:**
|
|
23
|
+
- [Reason 1: customer-benefit focused]
|
|
24
|
+
- [Reason 2]
|
|
25
|
+
- [Reason 3]
|
|
26
|
+
|
|
27
|
+
**Which means for you:**
|
|
28
|
+
- [Customer impact and benefits]
|
|
29
|
+
|
|
30
|
+
### Current Product Context
|
|
31
|
+
|
|
32
|
+
**Our product** [name]
|
|
33
|
+
- **is a** [brief description]
|
|
34
|
+
- **that has served** [target customer] for [timeframe]
|
|
35
|
+
- **by providing** [key benefits]
|
|
36
|
+
|
|
37
|
+
### Customer Impact
|
|
38
|
+
|
|
39
|
+
**We understand that this may affect you by:**
|
|
40
|
+
- [Impact 1]
|
|
41
|
+
- [Impact 2]
|
|
42
|
+
- [Impact 3]
|
|
43
|
+
|
|
44
|
+
### Transition Solution
|
|
45
|
+
|
|
46
|
+
**For** [target customer]
|
|
47
|
+
- **that currently use** [old product]
|
|
48
|
+
- [replacement product]
|
|
49
|
+
- **is a** [category]
|
|
50
|
+
- **that** [benefit focused on continuity and improvements]
|
|
51
|
+
|
|
52
|
+
### Differentiation and Continuity
|
|
53
|
+
|
|
54
|
+
- **Like** [old product]
|
|
55
|
+
- [replacement product]
|
|
56
|
+
- **provides** [continuity of key benefits]
|
|
57
|
+
- **while also offering** [new benefits]
|
|
58
|
+
|
|
59
|
+
### Support and Next Steps
|
|
60
|
+
|
|
61
|
+
**To ensure a smooth transition, we will:**
|
|
62
|
+
- [Support measure 1]
|
|
63
|
+
- [Support measure 2]
|
|
64
|
+
- [Support measure 3]
|
|
65
|
+
|
|
66
|
+
### Timeline
|
|
67
|
+
- [Key date 1 + milestone]
|
|
68
|
+
- [Key date 2 + milestone]
|
|
69
|
+
- [Key date 3 + milestone]
|
|
70
|
+
|
|
71
|
+
### Call to Action
|
|
72
|
+
- [Next steps]
|
|
73
|
+
- [Contact info]
|
|
74
|
+
```
|