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,55 @@
|
|
|
1
|
+
# PRD Template
|
|
2
|
+
|
|
3
|
+
Use this template to produce a structured Product Requirements Document.
|
|
4
|
+
|
|
5
|
+
## Template
|
|
6
|
+
```markdown
|
|
7
|
+
# [Feature/Product Name] PRD
|
|
8
|
+
|
|
9
|
+
## 1. Executive Summary
|
|
10
|
+
- One-paragraph overview (problem + solution + impact)
|
|
11
|
+
|
|
12
|
+
## 2. Problem Statement
|
|
13
|
+
- Who has this problem?
|
|
14
|
+
- What is the problem?
|
|
15
|
+
- Why is it painful?
|
|
16
|
+
- Evidence (customer quotes, data, research)
|
|
17
|
+
|
|
18
|
+
## 3. Target Users & Personas
|
|
19
|
+
- Primary persona(s)
|
|
20
|
+
- Secondary persona(s)
|
|
21
|
+
- Jobs-to-be-done
|
|
22
|
+
|
|
23
|
+
## 4. Strategic Context
|
|
24
|
+
- Business goals (OKRs)
|
|
25
|
+
- Market opportunity (TAM/SAM/SOM)
|
|
26
|
+
- Competitive landscape
|
|
27
|
+
- Why now?
|
|
28
|
+
|
|
29
|
+
## 5. Solution Overview
|
|
30
|
+
- High-level description
|
|
31
|
+
- User flows or wireframes
|
|
32
|
+
- Key features
|
|
33
|
+
|
|
34
|
+
## 6. Success Metrics
|
|
35
|
+
- Primary metric (what we're optimizing for)
|
|
36
|
+
- Secondary metrics
|
|
37
|
+
- Targets (current → goal)
|
|
38
|
+
|
|
39
|
+
## 7. User Stories & Requirements
|
|
40
|
+
- Epic hypothesis
|
|
41
|
+
- User stories with acceptance criteria
|
|
42
|
+
- Edge cases, constraints
|
|
43
|
+
|
|
44
|
+
## 8. Out of Scope
|
|
45
|
+
- What we're NOT building (and why)
|
|
46
|
+
|
|
47
|
+
## 9. Dependencies & Risks
|
|
48
|
+
- Technical dependencies
|
|
49
|
+
- External dependencies (integrations, partnerships)
|
|
50
|
+
- Risks and mitigations
|
|
51
|
+
|
|
52
|
+
## 10. Open Questions
|
|
53
|
+
- Unresolved decisions
|
|
54
|
+
- Areas requiring discovery
|
|
55
|
+
```
|
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: press-release
|
|
3
|
+
description: Write an Amazon-style press release that defines customer value before building. Use when aligning stakeholders on a new product, feature, or strategic bet.
|
|
4
|
+
intent: >-
|
|
5
|
+
Create a visionary press release following Amazon's "Working Backwards" methodology to define and communicate a product or feature before building it. Use this to align stakeholders on the customer value proposition, clarify the problem being solved, and test if the product story resonates—treating the press release as a forcing function for clarity and customer-centricity.
|
|
6
|
+
type: component
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## Purpose
|
|
11
|
+
Create a visionary press release following Amazon's "Working Backwards" methodology to define and communicate a product or feature before building it. Use this to align stakeholders on the customer value proposition, clarify the problem being solved, and test if the product story resonates—treating the press release as a forcing function for clarity and customer-centricity.
|
|
12
|
+
|
|
13
|
+
This is not a marketing artifact for launch day—it's a planning tool that asks "If we shipped this perfectly, how would we explain it to the world?"
|
|
14
|
+
|
|
15
|
+
## Key Concepts
|
|
16
|
+
|
|
17
|
+
### The Amazon Working Backwards Framework
|
|
18
|
+
Popularized by Amazon, the Working Backwards process starts with a press release and FAQ before any code is written. The press release must:
|
|
19
|
+
- Be written from the customer's perspective
|
|
20
|
+
- Focus on the problem solved, not the features built
|
|
21
|
+
- Be short (1-1.5 pages)
|
|
22
|
+
- Be compelling enough that customers would want the product
|
|
23
|
+
|
|
24
|
+
### Press Release Structure
|
|
25
|
+
A standard press release follows this format:
|
|
26
|
+
|
|
27
|
+
1. **Headline:** Clear, benefit-focused product announcement
|
|
28
|
+
2. **Dateline:** City, state, date
|
|
29
|
+
3. **Introduction paragraph:** What's being launched, who it's for, key benefit
|
|
30
|
+
4. **Problem paragraph:** Customer problem the product solves
|
|
31
|
+
5. **Solution paragraph:** How the product addresses the problem (outcomes, not features)
|
|
32
|
+
6. **Quote from company leader:** Vision, customer commitment
|
|
33
|
+
7. **Additional details:** Supporting benefits or data
|
|
34
|
+
8. **Boilerplate:** Company background
|
|
35
|
+
9. **Call to action:** How to learn more
|
|
36
|
+
10. **Media contact:** Press contact information
|
|
37
|
+
|
|
38
|
+
### Why This Works
|
|
39
|
+
- **Customer-first thinking:** Forces you to articulate value from the customer's perspective
|
|
40
|
+
- **Clarity forcing function:** If you can't write a compelling press release, the product idea may be weak
|
|
41
|
+
- **Alignment tool:** Stakeholders can read and react to the vision before engineering starts
|
|
42
|
+
- **Decision filter:** If a feature wouldn't make it into the press release, question its priority
|
|
43
|
+
|
|
44
|
+
### Anti-Patterns (What This Is NOT)
|
|
45
|
+
- **Not feature-centric:** Don't list specs—focus on customer outcomes
|
|
46
|
+
- **Not internal jargon:** Write for customers, not engineers
|
|
47
|
+
- **Not vague:** "Revolutionizes productivity" is fluff; "Reduces report generation time from 8 hours to 10 minutes" is real
|
|
48
|
+
- **Not marketing spin:** Be honest about what the product does
|
|
49
|
+
|
|
50
|
+
### When to Use This
|
|
51
|
+
- Defining a new product or major feature
|
|
52
|
+
- Aligning stakeholders on vision before development
|
|
53
|
+
- Testing if a product idea is compelling
|
|
54
|
+
- Pitching to execs or securing buy-in
|
|
55
|
+
|
|
56
|
+
### When NOT to Use This
|
|
57
|
+
- For trivial features (don't over-engineer small tweaks)
|
|
58
|
+
- After you've already built the product (too late)
|
|
59
|
+
- As actual launch-day press release (this is a planning doc, not final marketing copy)
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## Application
|
|
64
|
+
|
|
65
|
+
Use `template.md` for the full fill-in structure.
|
|
66
|
+
|
|
67
|
+
### Step 1: Gather Context
|
|
68
|
+
Before drafting, ensure you have:
|
|
69
|
+
- **Product/feature description:** What are you building?
|
|
70
|
+
- **Target customer/persona:** Who is this for? (reference `skills/proto-persona/SKILL.md`)
|
|
71
|
+
- **Problem statement:** What customer problem does this solve? (reference `skills/problem-statement/SKILL.md`)
|
|
72
|
+
- **Key benefits:** What outcomes does it deliver?
|
|
73
|
+
- **Competitive context:** How is this different from alternatives? (reference `skills/positioning-statement/SKILL.md`)
|
|
74
|
+
- **Company mission/values:** How does this fit the company's vision?
|
|
75
|
+
|
|
76
|
+
**If missing context:** Run discovery, define the problem statement, or clarify positioning first.
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
### Step 2: Draft the Headline
|
|
81
|
+
|
|
82
|
+
Create a clear, benefit-focused headline:
|
|
83
|
+
|
|
84
|
+
```markdown
|
|
85
|
+
"[Product/Feature Name] by [Company] Aims to [Main Benefit/Goal]"
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
**Quality checks:**
|
|
89
|
+
- **Benefit-focused:** Does it say what the customer gets, not just what you built?
|
|
90
|
+
- **Specific:** "Aims to simplify workflows" is vague; "Aims to cut invoice processing time by 60%" is specific
|
|
91
|
+
- **Memorable:** Can someone repeat this headline in a conversation?
|
|
92
|
+
|
|
93
|
+
**Examples:**
|
|
94
|
+
- ✅ "Acme Workflows Launches Invoice Automation to Cut Processing Time by 60% for Small Businesses"
|
|
95
|
+
- ❌ "Acme Launches New Product with AI Features"
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
### Step 3: Write the Dateline and Introduction
|
|
100
|
+
|
|
101
|
+
```markdown
|
|
102
|
+
[City], [State], [Country], [Date] —
|
|
103
|
+
|
|
104
|
+
Today, [Company], a [type of organization], announced [key news], a [brief description]. This [product/feature] is set to [main benefit], addressing [key customer problem].
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
**Quality checks:**
|
|
108
|
+
- **Concise:** 2-3 sentences max
|
|
109
|
+
- **Customer problem mentioned:** Don't jump to solution—name the problem first
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
### Step 4: Explain the Problem
|
|
114
|
+
|
|
115
|
+
```markdown
|
|
116
|
+
[Product/feature] solves [specific customer problem]. According to [source or customer insight], [supporting data or quote that validates the problem].
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
**Quality checks:**
|
|
120
|
+
- **Specific problem:** Not "inefficiency" but "manual invoice processing takes 8 hours per month"
|
|
121
|
+
- **Validated:** Include data, customer quotes, or research to prove the problem is real
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
### Step 5: Describe the Solution (Outcome-Focused)
|
|
126
|
+
|
|
127
|
+
```markdown
|
|
128
|
+
[Product/feature] addresses this by [how it solves the problem—focus on outcomes]. [Quote from company leader]: "[Insert quote that emphasizes customer value, not features]."
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
**Quality checks:**
|
|
132
|
+
- **Outcome-first:** "Reduces processing time" not "includes OCR technology"
|
|
133
|
+
- **Quote is visionary:** Should reflect customer empathy and company values
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
### Step 6: Add Supporting Details
|
|
138
|
+
|
|
139
|
+
```markdown
|
|
140
|
+
In addition to [key benefit], [product/feature] also [additional benefits]. According to [statistic or source], [supporting data].
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
**Quality checks:**
|
|
144
|
+
- **Data-driven:** Use numbers where possible (time savings, cost reduction, etc.)
|
|
145
|
+
- **Customer-centric:** Still focused on "what they get," not "what we built"
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
### Step 7: Include Boilerplate
|
|
150
|
+
|
|
151
|
+
```markdown
|
|
152
|
+
[Company], founded in [year], is a [type of company] known for [main products/services]. With a focus on [company mission or values], [Company] has [achievements or milestones].
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
### Step 8: Add Call to Action and Media Contact
|
|
158
|
+
|
|
159
|
+
```markdown
|
|
160
|
+
For more information about [product/feature], visit [website] or contact [media contact name] at [contact info].
|
|
161
|
+
|
|
162
|
+
**Media Contact Information:**
|
|
163
|
+
[Name]
|
|
164
|
+
Title: [Title]
|
|
165
|
+
Phone: [Phone]
|
|
166
|
+
Email: [Email]
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
### Step 9: Test the Press Release
|
|
172
|
+
|
|
173
|
+
Ask these questions:
|
|
174
|
+
1. **Would a customer care?** If you sent this to a target customer, would they want to learn more?
|
|
175
|
+
2. **Is the problem clear?** Can someone who's never heard of your product understand the pain point?
|
|
176
|
+
3. **Are benefits measurable?** Can you prove the claims (time savings, cost reduction, etc.)?
|
|
177
|
+
4. **Is it jargon-free?** Could your mom understand it?
|
|
178
|
+
5. **Does it pass the "so what?" test?** If someone reads this and says "so what?" you haven't articulated value.
|
|
179
|
+
|
|
180
|
+
If any answer is "no," revise.
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
184
|
+
## Examples
|
|
185
|
+
|
|
186
|
+
See `examples/sample.md` for full press release examples.
|
|
187
|
+
|
|
188
|
+
Mini example excerpt:
|
|
189
|
+
|
|
190
|
+
```markdown
|
|
191
|
+
**Headline:** "Acme Launches SmartInvoice to Cut Processing Time by 60%"
|
|
192
|
+
**Problem:** Small businesses spend 8 hours/month on manual invoices
|
|
193
|
+
**Solution:** Automates extraction and approvals to save time
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
198
|
+
## Common Pitfalls
|
|
199
|
+
|
|
200
|
+
### Pitfall 1: Feature List Instead of Benefits
|
|
201
|
+
**Symptom:** "Includes AI, ML, OCR, NLP, and real-time sync"
|
|
202
|
+
|
|
203
|
+
**Consequence:** Customers don't care about features—they care about outcomes.
|
|
204
|
+
|
|
205
|
+
**Fix:** Translate features to benefits: "AI-powered automation reduces invoice processing time by 60%."
|
|
206
|
+
|
|
207
|
+
---
|
|
208
|
+
|
|
209
|
+
### Pitfall 2: Vague Problem Statement
|
|
210
|
+
**Symptom:** "Solves inefficiency in workflows"
|
|
211
|
+
|
|
212
|
+
**Consequence:** No one recognizes themselves in this problem.
|
|
213
|
+
|
|
214
|
+
**Fix:** Be specific: "Small business owners spend 8 hours/month manually entering invoice data."
|
|
215
|
+
|
|
216
|
+
---
|
|
217
|
+
|
|
218
|
+
### Pitfall 3: Jargon-Heavy Language
|
|
219
|
+
**Symptom:** "Leverages cutting-edge ML models to optimize enterprise-grade workflows"
|
|
220
|
+
|
|
221
|
+
**Consequence:** Customers can't understand what you're saying.
|
|
222
|
+
|
|
223
|
+
**Fix:** Write like you're explaining it to a friend: "Automatically handles invoices so you don't have to."
|
|
224
|
+
|
|
225
|
+
---
|
|
226
|
+
|
|
227
|
+
### Pitfall 4: Generic Executive Quote
|
|
228
|
+
**Symptom:** "We're excited to bring innovation to market"
|
|
229
|
+
|
|
230
|
+
**Consequence:** Quote adds no value. Could apply to any product.
|
|
231
|
+
|
|
232
|
+
**Fix:** Make it customer-focused: "Business owners shouldn't spend weekends processing invoices—they should spend that time with family."
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
|
|
236
|
+
### Pitfall 5: No Data or Validation
|
|
237
|
+
**Symptom:** "Customers will love this revolutionary new solution"
|
|
238
|
+
|
|
239
|
+
**Consequence:** Unsubstantiated claims = marketing fluff.
|
|
240
|
+
|
|
241
|
+
**Fix:** Add data: "Beta users saved an average of 5 hours per month" or "68% of SMBs cite invoice processing as their top admin burden."
|
|
242
|
+
|
|
243
|
+
---
|
|
244
|
+
|
|
245
|
+
## References
|
|
246
|
+
|
|
247
|
+
### Related Skills
|
|
248
|
+
- `skills/problem-statement/SKILL.md` — Defines the customer problem the press release highlights
|
|
249
|
+
- `skills/positioning-statement/SKILL.md` — Informs the differentiation and value proposition
|
|
250
|
+
- `skills/proto-persona/SKILL.md` — Defines the target customer mentioned in the press release
|
|
251
|
+
- `skills/jobs-to-be-done/SKILL.md` — Informs the customer benefits and outcomes
|
|
252
|
+
|
|
253
|
+
### External Frameworks
|
|
254
|
+
- Amazon's Working Backwards process — Origin of the press release-first methodology
|
|
255
|
+
- Ian McAllister's Quora answer on Amazon's press release template (2012) — Widely cited explanation
|
|
256
|
+
- Colin Bryar & Bill Carr, *Working Backwards* (2021) — Book on Amazon's product development process
|
|
257
|
+
|
|
258
|
+
### Dean's Work
|
|
259
|
+
- Visionary Press Release Prompt (inspired by Amazon's Working Backwards methodology)
|
|
260
|
+
|
|
261
|
+
### Provenance
|
|
262
|
+
- Adapted from `prompts/visionary-press-release.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
|
|
263
|
+
|
|
264
|
+
---
|
|
265
|
+
|
|
266
|
+
**Skill type:** Component
|
|
267
|
+
**Suggested filename:** `press-release.md`
|
|
268
|
+
**Suggested placement:** `/skills/components/`
|
|
269
|
+
**Dependencies:** References `skills/problem-statement/SKILL.md`, `skills/positioning-statement/SKILL.md`, `skills/proto-persona/SKILL.md`, `skills/jobs-to-be-done/SKILL.md`
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# Press Release Examples
|
|
2
|
+
|
|
3
|
+
## Example 1: Good Press Release (Hypothetical Invoice Automation Product)
|
|
4
|
+
|
|
5
|
+
```markdown
|
|
6
|
+
**Headline:**
|
|
7
|
+
"Acme Workflows Launches SmartInvoice to Cut Invoice Processing Time by 60% for Small Business Owners"
|
|
8
|
+
|
|
9
|
+
**Dateline:**
|
|
10
|
+
San Francisco, CA, USA, February 4, 2026 —
|
|
11
|
+
|
|
12
|
+
**Introduction:**
|
|
13
|
+
Today, Acme Workflows, a workflow automation platform, announced SmartInvoice, an AI-powered invoice processing tool. This solution is set to reduce manual invoice handling time from 8 hours per month to under 3 hours for small business owners, addressing the costly and error-prone nature of manual data entry.
|
|
14
|
+
|
|
15
|
+
**Problem Paragraph:**
|
|
16
|
+
Small business owners spend an average of 8 hours per month manually processing invoices—reviewing line items, entering data into accounting software, and chasing approvals. This repetitive work pulls them away from revenue-generating activities and introduces costly errors. According to a 2025 survey of 500 SMBs, 68% cited invoice processing as their top administrative burden.
|
|
17
|
+
|
|
18
|
+
**Solution Paragraph:**
|
|
19
|
+
SmartInvoice addresses this by automatically extracting invoice data, matching it to purchase orders, and routing approvals—all in under 10 minutes per invoice. "Small business owners shouldn't spend their evenings copying invoice data into spreadsheets," said Jane Doe, CEO of Acme Workflows. "SmartInvoice gives them back their time so they can focus on growing their business."
|
|
20
|
+
|
|
21
|
+
**Additional Details:**
|
|
22
|
+
In addition to time savings, SmartInvoice reduces data entry errors by 95% and integrates seamlessly with QuickBooks, Xero, and FreshBooks. Early beta users reported saving an average of 5 hours per month, with one customer calling it "the first tool that actually feels like it works for me, not the other way around."
|
|
23
|
+
|
|
24
|
+
**Boilerplate:**
|
|
25
|
+
Acme Workflows, founded in 2020, is a workflow automation platform known for helping small businesses eliminate repetitive tasks. With a focus on simplicity and time savings, Acme Workflows has helped over 10,000 businesses reclaim 50,000+ hours since launch.
|
|
26
|
+
|
|
27
|
+
**Call to Action:**
|
|
28
|
+
For more information about SmartInvoice, visit acmeworkflows.com/smartinvoice or contact Sarah Johnson at press@acmeworkflows.com.
|
|
29
|
+
|
|
30
|
+
**Media Contact:**
|
|
31
|
+
Sarah Johnson
|
|
32
|
+
Title: Director of Communications
|
|
33
|
+
Phone: (555) 123-4567
|
|
34
|
+
Email: press@acmeworkflows.com
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
**Why this works:**
|
|
38
|
+
- Headline is specific (60% time reduction)
|
|
39
|
+
- Problem is measurable (8 hours/month) and validated (survey data)
|
|
40
|
+
- Solution focuses on outcomes (time savings, error reduction) not features
|
|
41
|
+
- Quote is empathetic and customer-focused
|
|
42
|
+
- Supporting details include real customer feedback
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## Example 2: Bad Press Release (Feature-Centric)
|
|
47
|
+
|
|
48
|
+
```markdown
|
|
49
|
+
**Headline:**
|
|
50
|
+
"Acme Launches New Product with AI and Machine Learning"
|
|
51
|
+
|
|
52
|
+
**Introduction:**
|
|
53
|
+
Today, Acme announced ProductX, a next-generation platform with advanced AI capabilities, machine learning algorithms, and cloud-based infrastructure.
|
|
54
|
+
|
|
55
|
+
**Details:**
|
|
56
|
+
ProductX includes OCR technology, natural language processing, and real-time data synchronization. "We're excited to bring cutting-edge innovation to market," said the CEO.
|
|
57
|
+
|
|
58
|
+
**Call to Action:**
|
|
59
|
+
Learn more at acme.com.
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
**Why this fails:**
|
|
63
|
+
- Headline is vague ("AI and machine learning" = buzzwords without meaning)
|
|
64
|
+
- No customer problem mentioned
|
|
65
|
+
- Feature list (OCR, NLP, sync) without explaining what customers get
|
|
66
|
+
- Quote is generic ("excited to innovate" = says nothing)
|
|
67
|
+
- No data, no validation, no customer voice
|
|
68
|
+
|
|
69
|
+
**How to fix it:**
|
|
70
|
+
- Lead with the customer problem: "Small businesses waste 8 hours/month on manual invoice processing"
|
|
71
|
+
- Frame solution as outcome: "ProductX cuts that time to under 1 hour"
|
|
72
|
+
- Replace feature list with benefits: "Automatically extracts invoice data and routes approvals"
|
|
73
|
+
- Make the quote customer-focused: "Business owners deserve their evenings back"
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Press Release Template
|
|
2
|
+
|
|
3
|
+
Use this template to draft a Working Backwards press release.
|
|
4
|
+
|
|
5
|
+
## Provenance
|
|
6
|
+
Adapted from `prompts/visionary-press-release.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
|
|
7
|
+
|
|
8
|
+
## Template
|
|
9
|
+
```markdown
|
|
10
|
+
**Headline:**
|
|
11
|
+
"[Product/Feature Name] by [Company] Aims to [Main Benefit/Goal]"
|
|
12
|
+
|
|
13
|
+
**Dateline:**
|
|
14
|
+
"[City], [State/Province], [Country], [Date] —"
|
|
15
|
+
|
|
16
|
+
**Introduction:**
|
|
17
|
+
Today, [Company], a [type of organization], announced [key news], a [brief description]. This [product/feature] is set to [main benefit], addressing [key customer problem].
|
|
18
|
+
|
|
19
|
+
**Problem Paragraph:**
|
|
20
|
+
[Describe the customer problem and its impact. Include a supporting data point or insight if available.]
|
|
21
|
+
|
|
22
|
+
**Solution Paragraph:**
|
|
23
|
+
[Describe how the product solves the problem in outcome terms]. "[Customer-focused quote]," said [Company leader].
|
|
24
|
+
|
|
25
|
+
**Additional Details:**
|
|
26
|
+
[Add supporting benefits, integrations, or data points.]
|
|
27
|
+
|
|
28
|
+
**Boilerplate:**
|
|
29
|
+
[Company], founded in [year], is a [type of company] known for [main products/services]. With a focus on [mission/values], [Company] has [achievements or milestones].
|
|
30
|
+
|
|
31
|
+
**Call to Action:**
|
|
32
|
+
For more information about [product/feature], visit [website] or contact [media contact name] at [contact info].
|
|
33
|
+
|
|
34
|
+
**Media Contact:**
|
|
35
|
+
[Name]
|
|
36
|
+
Title: [Title]
|
|
37
|
+
Phone: [Phone]
|
|
38
|
+
Email: [Email]
|
|
39
|
+
```
|