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.
Files changed (187) hide show
  1. package/README.md +362 -0
  2. package/package.json +49 -0
  3. package/src/core/module.yaml +5 -0
  4. package/src/modules/design/module.yaml +9 -0
  5. package/src/modules/design/skills/brand-guidelines/LICENSE.txt +202 -0
  6. package/src/modules/design/skills/brand-guidelines/SKILL.md +73 -0
  7. package/src/modules/design/skills/frontend-design/LICENSE.txt +177 -0
  8. package/src/modules/design/skills/frontend-design/SKILL.md +42 -0
  9. package/src/modules/design/skills/web-artifacts-builder/SKILL.md +229 -0
  10. package/src/modules/devops/module.yaml +10 -0
  11. package/src/modules/devops/skills/devops-helper/SKILL.md +60 -0
  12. package/src/modules/devops/skills/k8s-helm/SKILL.md +360 -0
  13. package/src/modules/devops/skills/monitoring-observability/SKILL.md +240 -0
  14. package/src/modules/devops/skills/security-auditor/SKILL.md +105 -0
  15. package/src/modules/engineering/module.yaml +22 -0
  16. package/src/modules/engineering/skills/ai-sdk/SKILL.md +314 -0
  17. package/src/modules/engineering/skills/api-designer/SKILL.md +77 -0
  18. package/src/modules/engineering/skills/code-reviewer/SKILL.md +71 -0
  19. package/src/modules/engineering/skills/db-architect/SKILL.md +50 -0
  20. package/src/modules/engineering/skills/debugger/SKILL.md +59 -0
  21. package/src/modules/engineering/skills/docs-generator/SKILL.md +51 -0
  22. package/src/modules/engineering/skills/git-workflow/SKILL.md +258 -0
  23. package/src/modules/engineering/skills/mcp-builder/LICENSE.txt +202 -0
  24. package/src/modules/engineering/skills/mcp-builder/SKILL.md +236 -0
  25. package/src/modules/engineering/skills/mcp-builder/reference/evaluation.md +602 -0
  26. package/src/modules/engineering/skills/mcp-builder/reference/mcp_best_practices.md +249 -0
  27. package/src/modules/engineering/skills/mcp-builder/reference/node_mcp_server.md +970 -0
  28. package/src/modules/engineering/skills/mcp-builder/reference/python_mcp_server.md +719 -0
  29. package/src/modules/engineering/skills/mcp-builder/scripts/connections.py +151 -0
  30. package/src/modules/engineering/skills/mcp-builder/scripts/evaluation.py +373 -0
  31. package/src/modules/engineering/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
  32. package/src/modules/engineering/skills/mcp-builder/scripts/requirements.txt +2 -0
  33. package/src/modules/engineering/skills/nextjs-15/SKILL.md +312 -0
  34. package/src/modules/engineering/skills/perf-optimizer/SKILL.md +60 -0
  35. package/src/modules/engineering/skills/react-19/SKILL.md +257 -0
  36. package/src/modules/engineering/skills/refactorer/SKILL.md +60 -0
  37. package/src/modules/engineering/skills/skill-authoring-workflow/SKILL.md +183 -0
  38. package/src/modules/engineering/skills/skill-creator/LICENSE.txt +202 -0
  39. package/src/modules/engineering/skills/skill-creator/SKILL.md +356 -0
  40. package/src/modules/engineering/skills/skill-creator/references/output-patterns.md +82 -0
  41. package/src/modules/engineering/skills/skill-creator/references/workflows.md +28 -0
  42. package/src/modules/engineering/skills/skill-creator/scripts/__pycache__/quick_validate.cpython-313.pyc +0 -0
  43. package/src/modules/engineering/skills/skill-creator/scripts/init_skill.py +303 -0
  44. package/src/modules/engineering/skills/skill-creator/scripts/package_skill.py +110 -0
  45. package/src/modules/engineering/skills/skill-creator/scripts/quick_validate.py +95 -0
  46. package/src/modules/engineering/skills/typescript/SKILL.md +231 -0
  47. package/src/modules/engineering/skills/zod-4/SKILL.md +223 -0
  48. package/src/modules/product/module.yaml +51 -0
  49. package/src/modules/product/skills/acquisition-channel-advisor/SKILL.md +643 -0
  50. package/src/modules/product/skills/acquisition-channel-advisor/examples/conversation-flow.md +531 -0
  51. package/src/modules/product/skills/ai-shaped-readiness-advisor/SKILL.md +923 -0
  52. package/src/modules/product/skills/altitude-horizon-framework/SKILL.md +250 -0
  53. package/src/modules/product/skills/altitude-horizon-framework/examples/sample.md +85 -0
  54. package/src/modules/product/skills/business-health-diagnostic/SKILL.md +783 -0
  55. package/src/modules/product/skills/company-research/SKILL.md +385 -0
  56. package/src/modules/product/skills/company-research/examples/sample.md +164 -0
  57. package/src/modules/product/skills/company-research/template.md +60 -0
  58. package/src/modules/product/skills/context-engineering-advisor/SKILL.md +763 -0
  59. package/src/modules/product/skills/customer-journey-map/SKILL.md +346 -0
  60. package/src/modules/product/skills/customer-journey-map/examples/meta-product-manager-skills.md +40 -0
  61. package/src/modules/product/skills/customer-journey-map/examples/sample.md +33 -0
  62. package/src/modules/product/skills/customer-journey-map/template.md +28 -0
  63. package/src/modules/product/skills/customer-journey-mapping-workshop/SKILL.md +523 -0
  64. package/src/modules/product/skills/director-readiness-advisor/SKILL.md +351 -0
  65. package/src/modules/product/skills/director-readiness-advisor/examples/conversation-flow.md +96 -0
  66. package/src/modules/product/skills/discovery-interview-prep/SKILL.md +410 -0
  67. package/src/modules/product/skills/discovery-process/SKILL.md +504 -0
  68. package/src/modules/product/skills/discovery-process/examples/sample.md +60 -0
  69. package/src/modules/product/skills/discovery-process/template.md +39 -0
  70. package/src/modules/product/skills/eol-message/SKILL.md +348 -0
  71. package/src/modules/product/skills/eol-message/examples/sample.md +87 -0
  72. package/src/modules/product/skills/eol-message/template.md +74 -0
  73. package/src/modules/product/skills/epic-breakdown-advisor/SKILL.md +665 -0
  74. package/src/modules/product/skills/epic-hypothesis/SKILL.md +277 -0
  75. package/src/modules/product/skills/epic-hypothesis/examples/sample.md +104 -0
  76. package/src/modules/product/skills/epic-hypothesis/template.md +30 -0
  77. package/src/modules/product/skills/executive-onboarding-playbook/SKILL.md +280 -0
  78. package/src/modules/product/skills/executive-onboarding-playbook/examples/sample.md +116 -0
  79. package/src/modules/product/skills/feature-investment-advisor/SKILL.md +639 -0
  80. package/src/modules/product/skills/feature-investment-advisor/examples/conversation-flow.md +538 -0
  81. package/src/modules/product/skills/finance-based-pricing-advisor/SKILL.md +763 -0
  82. package/src/modules/product/skills/finance-metrics-quickref/SKILL.md +309 -0
  83. package/src/modules/product/skills/jobs-to-be-done/SKILL.md +370 -0
  84. package/src/modules/product/skills/jobs-to-be-done/examples/sample.md +80 -0
  85. package/src/modules/product/skills/jobs-to-be-done/template.md +65 -0
  86. package/src/modules/product/skills/lean-ux-canvas/SKILL.md +561 -0
  87. package/src/modules/product/skills/lean-ux-canvas/examples/sample.md +88 -0
  88. package/src/modules/product/skills/lean-ux-canvas/template.md +32 -0
  89. package/src/modules/product/skills/opportunity-solution-tree/SKILL.md +420 -0
  90. package/src/modules/product/skills/opportunity-solution-tree/examples/sample.md +104 -0
  91. package/src/modules/product/skills/opportunity-solution-tree/template.md +33 -0
  92. package/src/modules/product/skills/pestel-analysis/SKILL.md +376 -0
  93. package/src/modules/product/skills/pestel-analysis/examples/sample.md +143 -0
  94. package/src/modules/product/skills/pestel-analysis/template.md +53 -0
  95. package/src/modules/product/skills/pol-probe/SKILL.md +217 -0
  96. package/src/modules/product/skills/pol-probe/examples/sample.md +136 -0
  97. package/src/modules/product/skills/pol-probe/template.md +59 -0
  98. package/src/modules/product/skills/pol-probe-advisor/SKILL.md +492 -0
  99. package/src/modules/product/skills/positioning-statement/SKILL.md +230 -0
  100. package/src/modules/product/skills/positioning-statement/examples/sample.md +51 -0
  101. package/src/modules/product/skills/positioning-statement/template.md +25 -0
  102. package/src/modules/product/skills/positioning-workshop/SKILL.md +424 -0
  103. package/src/modules/product/skills/prd-development/SKILL.md +655 -0
  104. package/src/modules/product/skills/prd-development/examples/sample.md +43 -0
  105. package/src/modules/product/skills/prd-development/template.md +55 -0
  106. package/src/modules/product/skills/press-release/SKILL.md +269 -0
  107. package/src/modules/product/skills/press-release/examples/sample.md +73 -0
  108. package/src/modules/product/skills/press-release/template.md +39 -0
  109. package/src/modules/product/skills/prioritization-advisor/SKILL.md +448 -0
  110. package/src/modules/product/skills/problem-framing-canvas/SKILL.md +466 -0
  111. package/src/modules/product/skills/problem-framing-canvas/examples/sample.md +58 -0
  112. package/src/modules/product/skills/problem-framing-canvas/template.md +22 -0
  113. package/src/modules/product/skills/problem-statement/SKILL.md +246 -0
  114. package/src/modules/product/skills/problem-statement/examples/sample.md +82 -0
  115. package/src/modules/product/skills/problem-statement/template.md +37 -0
  116. package/src/modules/product/skills/product-strategy-session/SKILL.md +426 -0
  117. package/src/modules/product/skills/product-strategy-session/examples/sample.md +67 -0
  118. package/src/modules/product/skills/product-strategy-session/template.md +38 -0
  119. package/src/modules/product/skills/proto-persona/SKILL.md +326 -0
  120. package/src/modules/product/skills/proto-persona/examples/sample.md +97 -0
  121. package/src/modules/product/skills/proto-persona/template.md +45 -0
  122. package/src/modules/product/skills/recommendation-canvas/SKILL.md +375 -0
  123. package/src/modules/product/skills/recommendation-canvas/examples/sample.md +94 -0
  124. package/src/modules/product/skills/recommendation-canvas/template.md +86 -0
  125. package/src/modules/product/skills/roadmap-planning/SKILL.md +505 -0
  126. package/src/modules/product/skills/roadmap-planning/examples/sample.md +62 -0
  127. package/src/modules/product/skills/roadmap-planning/template.md +30 -0
  128. package/src/modules/product/skills/saas-economics-efficiency-metrics/SKILL.md +694 -0
  129. package/src/modules/product/skills/saas-economics-efficiency-metrics/examples/cash-trap.md +365 -0
  130. package/src/modules/product/skills/saas-economics-efficiency-metrics/examples/healthy-unit-economics.md +279 -0
  131. package/src/modules/product/skills/saas-economics-efficiency-metrics/template.md +263 -0
  132. package/src/modules/product/skills/saas-revenue-growth-metrics/SKILL.md +630 -0
  133. package/src/modules/product/skills/saas-revenue-growth-metrics/examples/healthy-saas.md +131 -0
  134. package/src/modules/product/skills/saas-revenue-growth-metrics/examples/warning-signs.md +229 -0
  135. package/src/modules/product/skills/saas-revenue-growth-metrics/template.md +192 -0
  136. package/src/modules/product/skills/storyboard/SKILL.md +252 -0
  137. package/src/modules/product/skills/storyboard/examples/sample.md +71 -0
  138. package/src/modules/product/skills/storyboard/template.md +41 -0
  139. package/src/modules/product/skills/tam-sam-som-calculator/SKILL.md +392 -0
  140. package/src/modules/product/skills/tam-sam-som-calculator/examples/sample.md +142 -0
  141. package/src/modules/product/skills/tam-sam-som-calculator/scripts/market-sizing.py +95 -0
  142. package/src/modules/product/skills/tam-sam-som-calculator/template.md +35 -0
  143. package/src/modules/product/skills/user-story/SKILL.md +272 -0
  144. package/src/modules/product/skills/user-story/examples/sample.md +110 -0
  145. package/src/modules/product/skills/user-story/scripts/user-story-template.py +65 -0
  146. package/src/modules/product/skills/user-story/template.md +32 -0
  147. package/src/modules/product/skills/user-story-mapping/SKILL.md +285 -0
  148. package/src/modules/product/skills/user-story-mapping/examples/sample.md +77 -0
  149. package/src/modules/product/skills/user-story-mapping/template.md +41 -0
  150. package/src/modules/product/skills/user-story-mapping-workshop/SKILL.md +477 -0
  151. package/src/modules/product/skills/user-story-mapping-workshop/template.md +28 -0
  152. package/src/modules/product/skills/user-story-splitting/SKILL.md +303 -0
  153. package/src/modules/product/skills/user-story-splitting/examples/sample.md +147 -0
  154. package/src/modules/product/skills/user-story-splitting/template.md +37 -0
  155. package/src/modules/product/skills/vp-cpo-readiness-advisor/SKILL.md +409 -0
  156. package/src/modules/product/skills/vp-cpo-readiness-advisor/examples/conversation-flow.md +95 -0
  157. package/src/modules/product/skills/workshop-facilitation/SKILL.md +87 -0
  158. package/src/modules/productivity/module.yaml +9 -0
  159. package/src/modules/productivity/skills/doc-coauthoring/SKILL.md +375 -0
  160. package/src/modules/productivity/skills/internal-comms/LICENSE.txt +202 -0
  161. package/src/modules/productivity/skills/internal-comms/SKILL.md +32 -0
  162. package/src/modules/productivity/skills/internal-comms/examples/3p-updates.md +47 -0
  163. package/src/modules/productivity/skills/internal-comms/examples/company-newsletter.md +65 -0
  164. package/src/modules/productivity/skills/internal-comms/examples/faq-answers.md +30 -0
  165. package/src/modules/productivity/skills/internal-comms/examples/general-comms.md +16 -0
  166. package/src/modules/productivity/skills/technical-writing/SKILL.md +266 -0
  167. package/src/modules/qa/module.yaml +9 -0
  168. package/src/modules/qa/skills/test-strategy/SKILL.md +263 -0
  169. package/src/modules/qa/skills/test-writer/SKILL.md +57 -0
  170. package/src/modules/qa/skills/webapp-testing/LICENSE.txt +202 -0
  171. package/src/modules/qa/skills/webapp-testing/SKILL.md +96 -0
  172. package/src/modules/qa/skills/webapp-testing/examples/console_logging.py +35 -0
  173. package/src/modules/qa/skills/webapp-testing/examples/element_discovery.py +40 -0
  174. package/src/modules/qa/skills/webapp-testing/examples/static_html_automation.py +33 -0
  175. package/src/modules/qa/skills/webapp-testing/scripts/with_server.py +106 -0
  176. package/tools/autodoc-npx-wrapper.js +34 -0
  177. package/tools/cli/autodoc-cli.js +55 -0
  178. package/tools/cli/commands/install.js +36 -0
  179. package/tools/cli/commands/status.js +35 -0
  180. package/tools/cli/commands/uninstall.js +60 -0
  181. package/tools/cli/installers/lib/core/installer.js +164 -0
  182. package/tools/cli/installers/lib/core/manifest.js +49 -0
  183. package/tools/cli/installers/lib/ide/manager.js +112 -0
  184. package/tools/cli/installers/lib/ide/platform-codes.yaml +207 -0
  185. package/tools/cli/installers/lib/modules/manager.js +59 -0
  186. package/tools/cli/lib/ui.js +199 -0
  187. package/tools/cli/lib/welcome.js +82 -0
@@ -0,0 +1,376 @@
1
+ ---
2
+ name: pestel-analysis
3
+ description: Analyze political, economic, social, technological, environmental, and legal forces. Use when external market shifts could materially affect a product, roadmap, or strategy.
4
+ intent: >-
5
+ Conduct a systematic analysis of macro-environmental factors—Political, Economic, Social, Technological, Environmental, and Legal—that could impact your product or project. Use this to identify external opportunities and threats, inform strategic planning, assess market entry risks, and make data-driven decisions about product direction in the context of broader forces beyond your control.
6
+ type: component
7
+ ---
8
+
9
+
10
+ ## Purpose
11
+ Conduct a systematic analysis of macro-environmental factors—Political, Economic, Social, Technological, Environmental, and Legal—that could impact your product or project. Use this to identify external opportunities and threats, inform strategic planning, assess market entry risks, and make data-driven decisions about product direction in the context of broader forces beyond your control.
12
+
13
+ This is not internal analysis—it's outward-facing assessment of the big-picture forces shaping your product's environment.
14
+
15
+ ## Key Concepts
16
+
17
+ ### The PESTEL Framework
18
+ Originating from Francis Joseph Aguilar's 1967 PEST analysis, PESTEL extends the framework to six categories:
19
+
20
+ 1. **Political:** Government policies, stability, trade regulations, taxation
21
+ 2. **Economic:** Growth rates, inflation, exchange rates, consumer spending
22
+ 3. **Social:** Demographics, cultural trends, lifestyle changes, consumer attitudes
23
+ 4. **Technological:** Advancements, R&D, automation, digital transformation
24
+ 5. **Environmental:** Climate change, sustainability, resource scarcity, regulations
25
+ 6. **Legal:** Compliance, IP rights, employment laws, health/safety regulations
26
+
27
+ ### Why This Works
28
+ - **Comprehensive:** Covers all major external forces affecting your product
29
+ - **Proactive:** Identifies threats and opportunities before they become critical
30
+ - **Strategic:** Informs long-term planning, not just tactical decisions
31
+ - **Risk management:** Highlights vulnerabilities in your product strategy
32
+
33
+ ### Anti-Patterns (What This Is NOT)
34
+ - **Not competitive analysis:** PESTEL looks at macro factors, not competitors
35
+ - **Not internal analysis:** Focuses on external environment, not your company's strengths/weaknesses
36
+ - **Not static:** Macro environment changes—reassess regularly
37
+
38
+ ### When to Use This
39
+ - Entering a new market or geography
40
+ - Strategic planning (annual roadmapping, 3-5 year planning)
41
+ - Assessing product viability in a changing environment
42
+ - Risk assessment for new product initiatives
43
+ - Pitching to execs or investors (shows environmental awareness)
44
+
45
+ ### When NOT to Use This
46
+ - For tactical, short-term decisions (use competitive analysis instead)
47
+ - When external factors are stable and well-understood
48
+ - As a substitute for customer research (PESTEL is macro, not micro)
49
+
50
+ ---
51
+
52
+ ## Application
53
+
54
+ Use `template.md` for the full fill-in structure.
55
+
56
+ ### Step 1: Define the Scope
57
+
58
+ Clarify what you're analyzing:
59
+
60
+ ```markdown
61
+ ## Overview
62
+
63
+ - **Project/Product Name:** [e.g., "AI-Powered Invoice Automation for SMBs"]
64
+ - **Analysis Purpose:** [e.g., "Assess viability of launching in EU market"]
65
+ - **Analyst:** [Your name or team]
66
+ - **Date:** [Date of analysis]
67
+ - **Geographic Scope:** [e.g., "United States and European Union"]
68
+ - **Time Horizon:** [e.g., "Next 12-24 months"]
69
+ ```
70
+
71
+ **Quality checks:**
72
+ - **Specific:** Not "analyze market" but "assess viability of EU launch"
73
+ - **Time-bound:** PESTEL factors change—state your horizon
74
+
75
+ ---
76
+
77
+ ### Step 2: Analyze Political Factors
78
+
79
+ Examine government and regulatory influences:
80
+
81
+ ```markdown
82
+ ## 1. Political Factors
83
+
84
+ ### Government Policies
85
+ - [How could government policies impact the product?]
86
+ - [Example: "EU's AI Act requires transparency in AI decision-making; our invoice automation must explain recommendations"]
87
+
88
+ ### Political Stability
89
+ - [Assess stability in relevant regions]
90
+ - [Example: "US political stability is moderate; potential for regulatory changes in financial tech under new administration"]
91
+
92
+ ### Trade Regulations
93
+ - [Examine trade regulations and their effects]
94
+ - [Example: "Brexit complicates data transfer between UK and EU; may require separate infrastructure"]
95
+
96
+ ### Taxation Policy
97
+ - [Analyze taxation policies and implications]
98
+ - [Example: "Digital services tax in EU (3% on revenue) could impact pricing strategy"]
99
+ ```
100
+
101
+ **Quality checks:**
102
+ - **Specific to your product:** Don't list generic policies—explain the impact
103
+ - **Actionable:** Can you adjust strategy based on this insight?
104
+
105
+ ---
106
+
107
+ ### Step 3: Analyze Economic Factors
108
+
109
+ Examine economic conditions:
110
+
111
+ ```markdown
112
+ ## 2. Economic Factors
113
+
114
+ ### Economic Growth
115
+ - [Evaluate growth rates and their impact]
116
+ - [Example: "SMB sector growing 5% annually in US; strong demand for automation tools"]
117
+
118
+ ### Inflation Rate
119
+ - [Consider inflation and its effect on pricing/costs]
120
+ - [Example: "High inflation (6%) pressures SMB budgets; price sensitivity increases"]
121
+
122
+ ### Exchange Rates
123
+ - [Analyze exchange rate fluctuations]
124
+ - [Example: "Weak Euro vs. Dollar makes US pricing less competitive in EU; may need regional pricing"]
125
+
126
+ ### Consumer Spending
127
+ - [Assess consumer spending levels]
128
+ - [Example: "SMBs cutting discretionary spending due to recession fears; emphasize ROI (time savings) in messaging"]
129
+ ```
130
+
131
+ **Quality checks:**
132
+ - **Data-driven:** Use real economic indicators (GDP growth, inflation rates, etc.)
133
+ - **Product-specific:** How do these trends affect *your* product?
134
+
135
+ ---
136
+
137
+ ### Step 4: Analyze Social Factors
138
+
139
+ Examine societal and cultural trends:
140
+
141
+ ```markdown
142
+ ## 3. Social Factors
143
+
144
+ ### Demographics
145
+ - [Examine demographics and market influence]
146
+ - [Example: "Aging SMB owners (Baby Boomers) less tech-savvy; younger Gen X/Millennial owners more receptive to automation"]
147
+
148
+ ### Cultural Trends
149
+ - [Analyze cultural trends and demand impact]
150
+ - [Example: "Growing 'hustle culture' among freelancers increases demand for time-saving tools"]
151
+
152
+ ### Lifestyle Changes
153
+ - [Consider lifestyle changes and implications]
154
+ - [Example: "Remote work boom increases solo entrepreneurs and freelancers; core target market expanding"]
155
+
156
+ ### Consumer Attitudes
157
+ - [Assess consumer attitudes and behaviors]
158
+ - [Example: "Increasing trust in AI for routine tasks (invoicing, scheduling); less resistance than 5 years ago"]
159
+ ```
160
+
161
+ **Quality checks:**
162
+ - **Trend-based:** Reference actual cultural shifts, not assumptions
163
+ - **Validated:** Use survey data, research reports, or demographic studies
164
+
165
+ ---
166
+
167
+ ### Step 5: Analyze Technological Factors
168
+
169
+ Examine technology landscape:
170
+
171
+ ```markdown
172
+ ## 4. Technological Factors
173
+
174
+ ### Technological Advancements
175
+ - [Identify advancements and their impact]
176
+ - [Example: "Large language models (LLMs) enable better invoice data extraction; competitive advantage if adopted early"]
177
+
178
+ ### R&D Activity
179
+ - [Evaluate sector R&D levels]
180
+ - [Example: "High R&D investment in fintech automation; rapid innovation cycle—need to iterate fast"]
181
+
182
+ ### Automation
183
+ - [Assess automation implications]
184
+ - [Example: "Competitors adopting AI-powered automation; table stakes for market entry—must match or exceed"]
185
+
186
+ ### Digital Transformation
187
+ - [Consider digital transformation trends]
188
+ - [Example: "SMBs adopting cloud-first tools (QuickBooks Online, Xero); need strong integrations to succeed"]
189
+ ```
190
+
191
+ **Quality checks:**
192
+ - **Competitive context:** How does the tech landscape affect your position?
193
+ - **Actionable:** What R&D or partnerships do you need?
194
+
195
+ ---
196
+
197
+ ### Step 6: Analyze Environmental Factors
198
+
199
+ Examine environmental and sustainability issues:
200
+
201
+ ```markdown
202
+ ## 5. Environmental Factors
203
+
204
+ ### Climate Change
205
+ - [Analyze climate change implications]
206
+ - [Example: "Minimal direct impact; however, B Corps and sustainability-focused SMBs prefer vendors with carbon-neutral operations"]
207
+
208
+ ### Sustainability Practices
209
+ - [Evaluate sustainability impact]
210
+ - [Example: "Growing demand for 'green tech'; marketing opportunity to highlight cloud efficiency vs. on-prem servers"]
211
+
212
+ ### Resource Scarcity
213
+ - [Assess resource scarcity risks]
214
+ - [Example: "Low risk; software product doesn't depend on physical resources"]
215
+
216
+ ### Environmental Regulations
217
+ - [Examine environmental regulations]
218
+ - [Example: "EU's Carbon Border Adjustment Mechanism (CBAM) doesn't affect SaaS directly"]
219
+ ```
220
+
221
+ **Quality checks:**
222
+ - **Honest assessment:** If impact is minimal, say so (don't force relevance)
223
+ - **Market positioning:** Can environmental factors be a differentiator?
224
+
225
+ ---
226
+
227
+ ### Step 7: Analyze Legal Factors
228
+
229
+ Examine legal and compliance landscape:
230
+
231
+ ```markdown
232
+ ## 6. Legal Factors
233
+
234
+ ### Compliance Requirements
235
+ - [Identify legal/compliance requirements]
236
+ - [Example: "GDPR compliance required for EU customers; must implement data residency, right-to-be-forgotten, consent management"]
237
+
238
+ ### Intellectual Property Rights
239
+ - [Evaluate IP importance and protection]
240
+ - [Example: "Patent landscape for AI invoice processing is crowded; focus on trade secrets over patents"]
241
+
242
+ ### Employment Laws
243
+ - [Consider employment laws and implications]
244
+ - [Example: "Remote hiring across EU requires understanding of local labor laws (Germany, France have strict employment contracts)"]
245
+
246
+ ### Health and Safety Regulations
247
+ - [Assess health/safety regulations]
248
+ - [Example: "Not applicable (software product)"]
249
+ ```
250
+
251
+ **Quality checks:**
252
+ - **Legal risk assessment:** What could block or delay your product?
253
+ - **Compliance costs:** Budget for legal, data residency, certifications?
254
+
255
+ ---
256
+
257
+ ### Step 8: Synthesize Insights
258
+
259
+ After analyzing all six factors, summarize:
260
+
261
+ ```markdown
262
+ ## Strategic Insights Summary
263
+
264
+ ### Top Opportunities:
265
+ 1. **[Opportunity 1]** - [Description and action]
266
+ - [Example: "Social: Remote work boom expands target market → Increase marketing to freelancers"]
267
+ 2. **[Opportunity 2]** - [Description and action]
268
+ 3. **[Opportunity 3]** - [Description and action]
269
+
270
+ ### Top Threats:
271
+ 1. **[Threat 1]** - [Description and mitigation]
272
+ - [Example: "Economic: Recession fears increase price sensitivity → Emphasize ROI in messaging, offer lower-tier pricing"]
273
+ 2. **[Threat 2]** - [Description and mitigation]
274
+ 3. **[Threat 3]** - [Description and mitigation]
275
+
276
+ ### Strategic Recommendations:
277
+ 1. **[Recommendation 1]** - [Action to take]
278
+ 2. **[Recommendation 2]** - [Action to take]
279
+ 3. **[Recommendation 3]** - [Action to take]
280
+ ```
281
+
282
+ ---
283
+
284
+ ### Step 9: Update Regularly
285
+
286
+ - **Annual review:** Reassess PESTEL factors during strategic planning
287
+ - **Trigger events:** Update when major external events occur (new regulations, economic shifts, etc.)
288
+ - **Track changes:** Document how factors evolve over time
289
+
290
+ ---
291
+
292
+ ## Examples
293
+
294
+ See `examples/sample.md` for a full PESTEL analysis example.
295
+
296
+ Mini example excerpt:
297
+
298
+ ```markdown
299
+ ### 1. Political Factors
300
+ - EU AI Act requires transparency in AI decision-making
301
+
302
+ ### 2. Economic Factors
303
+ - High inflation increases SMB price sensitivity
304
+ ```
305
+
306
+ ## Common Pitfalls
307
+
308
+ ### Pitfall 1: Generic Analysis
309
+ **Symptom:** "Political: Regulations exist. Economic: Economy affects spending."
310
+
311
+ **Consequence:** No actionable insights.
312
+
313
+ **Fix:** Be specific: "EU AI Act requires explainable AI → Need transparency features by Q3 2026."
314
+
315
+ ---
316
+
317
+ ### Pitfall 2: Ignoring Low-Impact Factors
318
+ **Symptom:** Forcing relevance where none exists (e.g., "Climate change affects our SaaS product...")
319
+
320
+ **Consequence:** Wastes time, dilutes focus.
321
+
322
+ **Fix:** If a factor has low impact, say so. Focus effort on high-impact areas.
323
+
324
+ ---
325
+
326
+ ### Pitfall 3: No Data Sources
327
+ **Symptom:** "Economic growth is strong" (no citation)
328
+
329
+ **Consequence:** Unverifiable claims, low credibility.
330
+
331
+ **Fix:** Cite sources: "SMB sector growing 5% annually (US Census Bureau, 2025)."
332
+
333
+ ---
334
+
335
+ ### Pitfall 4: Analysis Without Action
336
+ **Symptom:** Long list of factors, no strategic recommendations
337
+
338
+ **Consequence:** Insights don't inform decisions.
339
+
340
+ **Fix:** Synthesize into "Top Opportunities," "Top Threats," and "Strategic Recommendations."
341
+
342
+ ---
343
+
344
+ ### Pitfall 5: One-Time Exercise
345
+ **Symptom:** PESTEL analysis done once, never revisited
346
+
347
+ **Consequence:** Stale insights as macro environment shifts.
348
+
349
+ **Fix:** Review annually or when major external events occur (new regulations, economic shifts, etc.).
350
+
351
+ ---
352
+
353
+ ## References
354
+
355
+ ### Related Skills
356
+ - `skills/recommendation-canvas/SKILL.md` — PESTEL factors inform risk assessment in canvas
357
+ - `skills/positioning-statement/SKILL.md` — PESTEL insights shape competitive positioning
358
+ - `skills/problem-statement/SKILL.md` — Social/economic factors influence customer problems
359
+
360
+ ### External Frameworks
361
+ - Francis Joseph Aguilar, *Scanning the Business Environment* (1967) — Origin of PEST analysis
362
+ - PESTEL (extension of PEST to include Environmental and Legal)
363
+ - Michael Porter, *Competitive Strategy* (1980) — Complements PESTEL with industry-level analysis
364
+
365
+ ### Dean's Work
366
+ - PESTEL Analysis Prompt Template (adapted from Aguilar's framework)
367
+
368
+ ### Provenance
369
+ - Adapted from `prompts/pestel-analysis-prompt-template.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
370
+
371
+ ---
372
+
373
+ **Skill type:** Component
374
+ **Suggested filename:** `pestel-analysis.md`
375
+ **Suggested placement:** `/skills/components/`
376
+ **Dependencies:** References `skills/recommendation-canvas/SKILL.md`, `skills/positioning-statement/SKILL.md`
@@ -0,0 +1,143 @@
1
+ # PESTEL Analysis Examples
2
+
3
+ ### Example 1: Good PESTEL Analysis (AI Invoice Automation for SMBs)
4
+
5
+ ```markdown
6
+ ## PESTEL Analysis: AI Invoice Automation for SMBs
7
+
8
+ ### Overview
9
+ - **Project/Product Name:** SmartInvoice AI
10
+ - **Analysis Purpose:** Assess viability of US and EU market entry
11
+ - **Analyst:** Product Strategy Team
12
+ - **Date:** February 2026
13
+ - **Geographic Scope:** United States, European Union
14
+ - **Time Horizon:** 12-24 months
15
+
16
+ ---
17
+
18
+ ### 1. Political Factors
19
+
20
+ **Government Policies:**
21
+ - **EU AI Act (2024):** Requires transparency in AI decision-making. Our invoice recommendation engine must provide explanations for suggested payment timing.
22
+ - **US Executive Order on AI:** Encourages AI adoption but with ethical guidelines. No direct compliance burden, but aligns with "trustworthy AI" messaging.
23
+
24
+ **Political Stability:**
25
+ - **US:** Moderate stability; potential for regulatory changes in fintech under new administration. Monitor SEC guidance on AI in financial services.
26
+ - **EU:** Stable; strong regulatory framework already established.
27
+
28
+ **Trade Regulations:**
29
+ - **Brexit:** Complicates UK-EU data flows. May require separate UK data residency infrastructure (cost: ~$50k/year).
30
+
31
+ **Taxation Policy:**
32
+ - **EU Digital Services Tax (3% on revenue):** Impacts pricing. Need to factor into EU pricing strategy or absorb cost.
33
+
34
+ ---
35
+
36
+ ### 2. Economic Factors
37
+
38
+ **Economic Growth:**
39
+ - **SMB sector growth:** 5% annually in US, 3% in EU. Strong tailwinds for automation tools.
40
+
41
+ **Inflation Rate:**
42
+ - **High inflation (6% in US, 4% in EU):** SMB budgets tightening. Increased price sensitivity—must emphasize ROI (time savings = labor cost savings).
43
+
44
+ **Exchange Rates:**
45
+ - **Weak Euro vs. Dollar (1.05 EUR/USD):** US pricing less competitive in EU. Consider regional pricing (€49/month vs. $49/month).
46
+
47
+ **Consumer Spending:**
48
+ - **Recession fears:** SMBs cutting discretionary spending. Position as "must-have" (saves time/money) not "nice-to-have."
49
+
50
+ ---
51
+
52
+ ### 3. Social Factors
53
+
54
+ **Demographics:**
55
+ - **Aging SMB owners:** Older owners (Baby Boomers) less tech-savvy; prioritize ease of use. Younger owners (Gen X/Millennials) more receptive to AI.
56
+
57
+ **Cultural Trends:**
58
+ - **'Hustle culture' among freelancers:** Growing demand for productivity tools. Marketing angle: "Reclaim your evenings—automate invoicing."
59
+
60
+ **Lifestyle Changes:**
61
+ - **Remote work boom:** 40% increase in solo entrepreneurs since 2020. Core target market expanding rapidly.
62
+
63
+ **Consumer Attitudes:**
64
+ - **Trust in AI:** 65% of SMBs now trust AI for routine tasks (up from 40% in 2020). Lower resistance to adoption.
65
+
66
+ ---
67
+
68
+ ### 4. Technological Factors
69
+
70
+ **Technological Advancements:**
71
+ - **LLMs (GPT-4, Claude):** Enable 95%+ accuracy in invoice data extraction. Competitive advantage if adopted early; competitors catching up fast.
72
+
73
+ **R&D Activity:**
74
+ - **High fintech R&D:** $20B+ invested in fintech automation in 2025. Rapid innovation cycle—need 6-month release cadence minimum.
75
+
76
+ **Automation:**
77
+ - **Competitor adoption:** 80% of invoice tools now offer some AI. Table stakes—must match or exceed.
78
+
79
+ **Digital Transformation:**
80
+ - **Cloud-first SMBs:** 70% use cloud accounting (QuickBooks Online, Xero, FreshBooks). Strong integrations are critical to adoption.
81
+
82
+ ---
83
+
84
+ ### 5. Environmental Factors
85
+
86
+ **Climate Change:**
87
+ - **Low direct impact:** Software product has minimal carbon footprint.
88
+
89
+ **Sustainability Practices:**
90
+ - **B Corp trend:** 20% of SMBs now prioritize sustainability. Marketing opportunity: "Cloud-efficient vs. on-prem servers = lower carbon footprint."
91
+
92
+ **Resource Scarcity:**
93
+ - **Not applicable:** No physical resource dependencies.
94
+
95
+ **Environmental Regulations:**
96
+ - **EU CBAM:** Doesn't affect SaaS products.
97
+
98
+ ---
99
+
100
+ ### 6. Legal Factors
101
+
102
+ **Compliance Requirements:**
103
+ - **GDPR (EU):** Required. Must implement: data residency (EU servers), right-to-be-forgotten, consent management. Cost: ~$100k setup + $30k/year.
104
+ - **CCPA (California):** Similar to GDPR but less strict. Piggyback on GDPR infrastructure.
105
+
106
+ **Intellectual Property Rights:**
107
+ - **Patent landscape:** Crowded (200+ AI invoice patents). Low defensibility—focus on trade secrets, fast iteration.
108
+
109
+ **Employment Laws:**
110
+ - **EU remote hiring:** Complex labor laws (Germany, France). If hiring EU-based support/sales, need local legal counsel.
111
+
112
+ **Health and Safety Regulations:**
113
+ - **Not applicable:** Software product.
114
+
115
+ ---
116
+
117
+ ### Strategic Insights Summary
118
+
119
+ **Top Opportunities:**
120
+ 1. **Social: Remote work boom** → Target freelancers and solo entrepreneurs aggressively (40% market growth)
121
+ 2. **Technological: LLM adoption** → Early LLM integration = competitive advantage (6-12 month lead)
122
+ 3. **Economic: ROI focus** → Recession-proof messaging: "Save 5 hours/month = $500/month labor savings"
123
+
124
+ **Top Threats:**
125
+ 1. **Economic: Price sensitivity** → Inflation pressures budgets. Mitigation: Offer $19/month starter tier, emphasize ROI
126
+ 2. **Legal: GDPR compliance** → $100k setup cost, ongoing $30k/year. Mitigation: Budget allocated, prioritize EU launch post-US validation
127
+ 3. **Political: EU AI Act** → Explainable AI requirement. Mitigation: Build transparency features into product (show why AI suggested reminder timing)
128
+
129
+ **Strategic Recommendations:**
130
+ 1. **Launch US first (6-month lead):** Validate product-market fit, defer GDPR costs until proven
131
+ 2. **Invest in LLM integration:** Secure competitive advantage before competitors catch up
132
+ 3. **Emphasize ROI messaging:** Position as cost-saving (not productivity), especially in recession-sensitive markets
133
+ 4. **Plan EU launch for Q3 2026:** After US validation, allocate $130k for GDPR compliance and EU infrastructure
134
+ 5. **Target freelancers first:** Fastest-growing segment, most price-sensitive, highest willingness to try new tools
135
+ ```
136
+
137
+ **Why this works:**
138
+ - Specific to the product (not generic)
139
+ - Data-driven (cites percentages, costs, trends)
140
+ - Actionable (clear strategic recommendations)
141
+ - Honest (acknowledges low environmental impact)
142
+
143
+ ---
@@ -0,0 +1,53 @@
1
+ # PESTEL Analysis Template
2
+
3
+ Use this template to analyze Political, Economic, Social, Technological, Environmental, and Legal factors.
4
+
5
+ ## Provenance
6
+ Adapted from `prompts/pestel-analysis-prompt-template.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
7
+
8
+ ## Template
9
+ ```markdown
10
+ ## Overview
11
+ - **Project/Product Name:** [Name]
12
+ - **Analysis Purpose:** [Goal]
13
+ - **Analyst:** [Name/team]
14
+ - **Date:** [Date]
15
+ - **Geographic Scope:** [Region]
16
+ - **Time Horizon:** [Timeframe]
17
+
18
+ ## 1. Political Factors
19
+ - **Government Policies:** [Impact]
20
+ - **Political Stability:** [Impact]
21
+ - **Trade Regulations:** [Impact]
22
+ - **Taxation Policy:** [Impact]
23
+
24
+ ## 2. Economic Factors
25
+ - **Economic Growth:** [Impact]
26
+ - **Inflation Rate:** [Impact]
27
+ - **Exchange Rates:** [Impact]
28
+ - **Consumer Spending:** [Impact]
29
+
30
+ ## 3. Social Factors
31
+ - **Demographics:** [Impact]
32
+ - **Cultural Trends:** [Impact]
33
+ - **Lifestyle Changes:** [Impact]
34
+ - **Consumer Attitudes:** [Impact]
35
+
36
+ ## 4. Technological Factors
37
+ - **Technological Advancements:** [Impact]
38
+ - **R&D Activity:** [Impact]
39
+ - **Automation:** [Impact]
40
+ - **Digital Transformation:** [Impact]
41
+
42
+ ## 5. Environmental Factors
43
+ - **Climate Change:** [Impact]
44
+ - **Sustainability Practices:** [Impact]
45
+ - **Resource Scarcity:** [Impact]
46
+ - **Environmental Regulations:** [Impact]
47
+
48
+ ## 6. Legal Factors
49
+ - **Compliance Requirements:** [Impact]
50
+ - **Intellectual Property Rights:** [Impact]
51
+ - **Employment Laws:** [Impact]
52
+ - **Health and Safety Regulations:** [Impact]
53
+ ```