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,252 @@
1
+ ---
2
+ name: storyboard
3
+ description: Create a six-frame storyboard that shows a user's journey from problem to solution. Use when you need a fast narrative for alignment, concept reviews, or demos.
4
+ intent: >-
5
+ Create a 6-frame visual narrative that tells the story of a user's journey from problem to solution, using the classic storytelling arc to build empathy, illustrate value, and make abstract product concepts concrete. Use this to align stakeholders, pitch features, communicate vision, or test if your solution resonates emotionally before building it.
6
+ type: component
7
+ ---
8
+
9
+
10
+ ## Purpose
11
+ Create a 6-frame visual narrative that tells the story of a user's journey from problem to solution, using the classic storytelling arc to build empathy, illustrate value, and make abstract product concepts concrete. Use this to align stakeholders, pitch features, communicate vision, or test if your solution resonates emotionally before building it.
12
+
13
+ This is not a UI mockup—it's a storytelling tool that brings the human side of your product to life.
14
+
15
+ ## Key Concepts
16
+
17
+ ### The 6-Frame Storyboard Structure
18
+ Based on classic narrative arcs, the 6-frame format follows this pattern:
19
+
20
+ 1. **Frame 1: Main Character** — Introduce the persona and their context
21
+ 2. **Frame 2: The Problem Emerges** — Show the challenge or obstacle they face
22
+ 3. **Frame 3: The "Oh Crap" Moment** — Escalate the problem to create urgency
23
+ 4. **Frame 4: The Solution Appears** — Introduce your product/feature
24
+ 5. **Frame 5: The "Aha" Moment** — Show the user experiencing the breakthrough
25
+ 6. **Frame 6: Life After the Solution** — Illustrate the improved state
26
+
27
+ ### Why This Works
28
+ - **Emotional engagement:** Stories create empathy in ways specs can't
29
+ - **Concrete over abstract:** Visual narrative makes vague concepts tangible
30
+ - **Memorable:** People remember stories better than feature lists
31
+ - **Alignment tool:** Stakeholders can react to a story and give feedback
32
+ - **Low-fidelity:** Doesn't require polished design—sketches work great
33
+
34
+ ### Anti-Patterns (What This Is NOT)
35
+ - **Not a user flow diagram:** This is emotional storytelling, not process documentation
36
+ - **Not a feature demo:** Focus on user outcomes, not product capabilities
37
+ - **Not marketing copy:** Authentic narrative, not hype
38
+
39
+ ### When to Use This
40
+ - Pitching a new product or feature to stakeholders
41
+ - Aligning teams on user value (product, design, engineering, execs)
42
+ - Testing if a product idea resonates emotionally
43
+ - Communicating vision at all-hands or investor meetings
44
+ - Validating problem/solution fit before building
45
+
46
+ ### When NOT to Use This
47
+ - For technical implementation details (use architecture diagrams instead)
48
+ - When the user problem is trivial or well-understood
49
+ - As a replacement for user research (storyboards illustrate insights, don't create them)
50
+
51
+ ---
52
+
53
+ ## Application
54
+
55
+ Use `template.md` for the full fill-in structure.
56
+
57
+ ### Step 1: Gather Context
58
+ Before creating the storyboard, ensure you have:
59
+ - **Persona clarity:** Who is the main character? (reference `skills/proto-persona/SKILL.md`)
60
+ - **Problem understanding:** What challenge do they face? (reference `skills/problem-statement/SKILL.md`)
61
+ - **Solution definition:** What product/feature will help? (reference `skills/positioning-statement/SKILL.md`)
62
+ - **Desired outcome:** What does success look like for the user?
63
+
64
+ **If missing context:** Run discovery work first. Don't fabricate personas or problems.
65
+
66
+ ---
67
+
68
+ ### Step 2: Answer the 7 Storyboard Questions
69
+
70
+ Ask these questions one at a time to develop the narrative:
71
+
72
+ 1. **Who is the main character experiencing this problem?** (Name, age, role, context)
73
+ 2. **Describe the problem or challenge the main character is facing.**
74
+ 3. **Describe the "Oh Crap" moment where the problem creates a major issue.**
75
+ 4. **How is the solution introduced to the main character?**
76
+ 5. **Describe the main character using the solution and experiencing an "Aha" moment.**
77
+ 6. **What is life like for the main character after using the solution?**
78
+ 7. **Do you have any specific visual style or rendering instructions?** (Default: fat-marker sharpie sketches, minimal and monochrome)
79
+
80
+ ---
81
+
82
+ ### Step 3: Write the 6-Frame Narrative
83
+
84
+ Based on the answers above, draft the narrative:
85
+
86
+ ```markdown
87
+ ## Generated 6-Frame Storyline
88
+
89
+ **Frame 1: Introducing the Main Character**
90
+ - [Insert description of the main character, their setting, and context]
91
+ - [Example: "Sarah, 35, is a freelance graphic designer juggling 10 client projects from her home office"]
92
+
93
+ **Frame 2: The Problem Emerges**
94
+ - [Describe the main character's challenge and how it affects their life]
95
+ - [Example: "She's drowning in invoice tracking—8 hours per month chasing late payments via spreadsheets and email"]
96
+
97
+ **Frame 3: The 'Oh Crap' Moment**
98
+ - [Highlight the escalation of the problem into a major issue]
99
+ - [Example: "A major client's payment is 2 weeks overdue. Sarah realizes she forgot to follow up because she was focused on design work. The client has now gone silent, and she's anxious about cash flow."]
100
+
101
+ **Frame 4: The Solution Appears**
102
+ - [Explain how the solution is introduced and the main character's initial reaction]
103
+ - [Example: "Sarah discovers SmartInvoice, a tool that automatically sends payment reminders at optimal times. She's skeptical—will it sound too pushy?—but decides to try it."]
104
+
105
+ **Frame 5: The 'Aha' Moment**
106
+ - [Show the main character using the solution and experiencing a breakthrough]
107
+ - [Example: "Two days later, Sarah receives a notification: 'Client XYZ just paid!' The AI-timed reminder worked—no awkward follow-up call needed. She feels relieved and in control."]
108
+
109
+ **Frame 6: Life After the Solution**
110
+ - [Describe the resolution and how life improves after overcoming the problem]
111
+ - [Example: "Sarah now spends 30 minutes per month on invoicing instead of 8 hours. She's reclaimed her evenings, spending time with family instead of chasing payments. Her cash flow is predictable, and her anxiety is gone."]
112
+
113
+ **Optional Visual Elements**
114
+ - [If no visual style specified: "Use fat-marker, sharpie-style sketches—minimal, monochrome, hand-drawn feel"]
115
+ - [If visual elements provided: "Include user-provided images, GIFs, or icons"]
116
+ ```
117
+
118
+ ---
119
+
120
+ ### Step 4: Visualize Each Frame
121
+
122
+ For each frame, create or describe the visual:
123
+
124
+ **Frame 1: Main Character**
125
+ - **Visual:** Sarah at her desk, surrounded by sticky notes, laptop open, coffee cup
126
+ - **Mood:** Busy, slightly stressed
127
+ - **Tools:** DALL·E, MidJourney, hand-drawn sketches
128
+
129
+ **Frame 2: The Problem Emerges**
130
+ - **Visual:** Sarah staring at a spreadsheet labeled "Overdue Invoices," multiple browser tabs open
131
+ - **Mood:** Overwhelmed
132
+ - **Details:** Clock showing 10pm, to-do list getting longer
133
+
134
+ **Frame 3: The 'Oh Crap' Moment**
135
+ - **Visual:** Sarah's phone showing "Day 14: Payment Overdue from Client XYZ" notification. Her face shows worry.
136
+ - **Mood:** Anxious, urgent
137
+ - **Details:** Calendar showing upcoming rent due date
138
+
139
+ **Frame 4: The Solution Appears**
140
+ - **Visual:** Sarah's laptop showing the SmartInvoice landing page with headline "Stop Chasing Payments"
141
+ - **Mood:** Curious, hopeful
142
+ - **Details:** Testimonial quote: "Saved me 5 hours/month"
143
+
144
+ **Frame 5: The 'Aha' Moment**
145
+ - **Visual:** Sarah's phone showing notification "Client XYZ just paid! $5,000 received." She's smiling, relieved.
146
+ - **Mood:** Joy, relief, empowerment
147
+ - **Details:** Background shows sunset—she's done with work early
148
+
149
+ **Frame 6: Life After the Solution**
150
+ - **Visual:** Sarah playing with her kids in the backyard, laptop closed on the patio table
151
+ - **Mood:** Peaceful, balanced
152
+ - **Details:** Clock showing 6pm (not 10pm anymore)
153
+
154
+ ---
155
+
156
+ ### Step 5: Test the Storyboard
157
+
158
+ Ask these questions:
159
+ 1. **Is the main character relatable?** Would your target persona recognize themselves?
160
+ 2. **Is the problem visceral?** Do people *feel* the frustration in Frame 2-3?
161
+ 3. **Is the "Oh Crap" moment real?** Does it escalate the problem authentically?
162
+ 4. **Is the solution introduction natural?** Or does it feel forced/contrived?
163
+ 5. **Is the "Aha" moment believable?** Can users imagine experiencing this?
164
+ 6. **Is the "after" state aspirational?** Would users want this outcome?
165
+
166
+ If any answer is "no," revise.
167
+
168
+ ---
169
+
170
+ ## Examples
171
+
172
+ See `examples/sample.md` for full storyboard examples.
173
+
174
+ Mini example excerpt:
175
+
176
+ ```markdown
177
+ **Frame 1:** Sarah, 35, freelance designer juggling 10 clients\n**Frame 2:** Spends 8 hours/month chasing overdue invoices\n**Frame 3:** $5,000 payment is 2 weeks overdue\n```
178
+
179
+ ---
180
+
181
+ ## Common Pitfalls
182
+
183
+ ### Pitfall 1: Generic Persona
184
+ **Symptom:** "Meet User, a busy professional"
185
+
186
+ **Consequence:** No one identifies with this character.
187
+
188
+ **Fix:** Get specific: "Meet Sarah, 35, freelance designer, juggling 10 clients, home office, loves design but hates admin."
189
+
190
+ ---
191
+
192
+ ### Pitfall 2: Weak Problem
193
+ **Symptom:** "User has a problem with efficiency"
194
+
195
+ **Consequence:** Problem doesn't resonate emotionally.
196
+
197
+ **Fix:** Make it visceral: "Sarah spends 8 hours/month chasing overdue invoices, missing family dinners, feeling anxious about cash flow."
198
+
199
+ ---
200
+
201
+ ### Pitfall 3: Forced Solution Introduction
202
+ **Symptom:** "User magically discovers our product"
203
+
204
+ **Consequence:** Feels contrived, not authentic.
205
+
206
+ **Fix:** Show realistic discovery: "Sarah sees a recommendation in a designer forum" or "Sarah's colleague mentions it."
207
+
208
+ ---
209
+
210
+ ### Pitfall 4: Feature-Centric "Aha" Moment
211
+ **Symptom:** "User sees the dashboard and loves the features"
212
+
213
+ **Consequence:** No emotional payoff.
214
+
215
+ **Fix:** Focus on outcome: "Sarah gets notification: '$5,000 received!' She's relieved—no awkward call needed."
216
+
217
+ ---
218
+
219
+ ### Pitfall 5: Vague "After" State
220
+ **Symptom:** "Life is better now"
221
+
222
+ **Consequence:** Not aspirational or concrete.
223
+
224
+ **Fix:** Be specific: "Sarah leaves work at 6pm now, spending evenings with her kids instead of chasing clients. On-time payments jumped from 50% to 80%."
225
+
226
+ ---
227
+
228
+ ## References
229
+
230
+ ### Related Skills
231
+ - `skills/proto-persona/SKILL.md` — Defines the main character
232
+ - `skills/problem-statement/SKILL.md` — Frames the problem for Frame 2-3
233
+ - `skills/positioning-statement/SKILL.md` — Informs the solution introduction in Frame 4
234
+ - `skills/jobs-to-be-done/SKILL.md` — Informs the desired outcome in Frame 6
235
+
236
+ ### External Frameworks
237
+ - Joseph Campbell, *The Hero's Journey* (1949) — Classic narrative structure
238
+ - Pixar's story rules — "Once upon a time... Every day... Until one day..."
239
+ - Donald Miller, *Building a StoryBrand* (2017) — Story-driven marketing frameworks
240
+
241
+ ### Dean's Work
242
+ - Storyboard Storytelling Prompt (6-Frame Storyline Generator)
243
+
244
+ ### Provenance
245
+ - Adapted from `prompts/storyboard-storytelling-prompt.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
246
+
247
+ ---
248
+
249
+ **Skill type:** Component
250
+ **Suggested filename:** `storyboard.md`
251
+ **Suggested placement:** `/skills/components/`
252
+ **Dependencies:** References `skills/proto-persona/SKILL.md`, `skills/problem-statement/SKILL.md`, `skills/positioning-statement/SKILL.md`, `skills/jobs-to-be-done/SKILL.md`
@@ -0,0 +1,71 @@
1
+ # Storyboard Examples
2
+
3
+ ## Example 1: Good Storyboard (Invoice Automation Product)
4
+
5
+ ```markdown
6
+ ## 6-Frame Storyboard: SmartInvoice
7
+
8
+ **Frame 1: Meet Sarah**
9
+ Sarah, 35, is a freelance graphic designer managing 10 clients from her home office. She loves the creative work but dreads the admin—especially invoice tracking.
10
+
11
+ **Frame 2: The Problem**
12
+ Sarah spends 8 hours every month manually tracking overdue invoices in a spreadsheet, sending follow-up emails, and worrying about cash flow. It's repetitive, draining, and pulls her away from design work.
13
+
14
+ **Frame 3: The 'Oh Crap' Moment**
15
+ A major client's $5,000 payment is now 2 weeks overdue. Sarah realizes she forgot to follow up because she was buried in a design sprint. The client has gone silent, and she's panicking about rent due next week.
16
+
17
+ **Frame 4: The Solution**
18
+ Sarah discovers SmartInvoice through a designer forum. It promises to automatically send payment reminders at optimal times using AI. Skeptical but desperate, she signs up for the trial.
19
+
20
+ **Frame 5: The 'Aha' Moment**
21
+ Two days later, Sarah gets a notification: "Client XYZ just paid! $5,000 received." The AI-timed reminder worked—no awkward phone call needed. She's stunned and relieved.
22
+
23
+ **Frame 6: Life After**
24
+ Three months later, Sarah spends 30 minutes per month on invoicing instead of 8 hours. Her on-time payment rate jumped from 50% to 80%. She leaves work at 6pm now, spending evenings with her kids instead of chasing clients.
25
+
26
+ **Visual Style:** Fat-marker sharpie sketches, minimal and monochrome
27
+ ```
28
+
29
+ **Why this works:**
30
+ - Persona is specific and relatable
31
+ - Problem is measurable (8 hours/month) and emotional (anxiety)
32
+ - "Oh Crap" moment is urgent and real
33
+ - Solution introduction is natural (forum recommendation)
34
+ - "Aha" moment is concrete ($5,000 received)
35
+ - "After" state is aspirational (time with kids)
36
+
37
+ ---
38
+
39
+ ## Example 2: Bad Storyboard (Too Generic)
40
+
41
+ ```markdown
42
+ ## 6-Frame Storyboard: ProductX
43
+
44
+ **Frame 1: Meet User**
45
+ User is a person who uses software.
46
+
47
+ **Frame 2: The Problem**
48
+ User has a problem.
49
+
50
+ **Frame 3: The 'Oh Crap' Moment**
51
+ The problem gets worse.
52
+
53
+ **Frame 4: The Solution**
54
+ User discovers ProductX with amazing features.
55
+
56
+ **Frame 5: The 'Aha' Moment**
57
+ User uses ProductX and it works.
58
+
59
+ **Frame 6: Life After**
60
+ User is happy.
61
+ ```
62
+
63
+ **Why this fails:**
64
+ - "User" is not a person (no name, age, context)
65
+ - "A problem" is too vague (what problem?)
66
+ - No emotional weight or specificity
67
+ - Solution is feature-centric ("amazing features") not outcome-centric
68
+ - "Aha" moment is abstract ("it works" = meaningless)
69
+ - "Happy" is not a concrete outcome
70
+
71
+ **How to fix it:** Answer the 7 questions with specifics. Name the character. Describe the problem in detail. Make the "Oh Crap" moment urgent.
@@ -0,0 +1,41 @@
1
+ # Storyboard Template
2
+
3
+ Use this template to collect inputs and output a 6-frame storyboard narrative.
4
+
5
+ ## Provenance
6
+ Adapted from `prompts/storyboard-storytelling-prompt.md` in the `https://github.com/deanpeters/product-manager-prompts` repo.
7
+
8
+ ## Inputs
9
+ 1. Main character (name, age, role, context)
10
+ 2. Problem/challenge
11
+ 3. "Oh Crap" moment
12
+ 4. Solution introduction
13
+ 5. "Aha" moment
14
+ 6. Life after the solution
15
+ 7. Visual style or assets (optional)
16
+
17
+ ## Output Template
18
+ ```markdown
19
+ ## Generated 6-Frame Storyline
20
+
21
+ **Frame 1: Introducing the Main Character**
22
+ - [Describe the main character, setting, and context]
23
+
24
+ **Frame 2: The Problem Emerges**
25
+ - [Describe the challenge and impact]
26
+
27
+ **Frame 3: The "Oh Crap" Moment**
28
+ - [Escalate the problem and create urgency]
29
+
30
+ **Frame 4: The Solution Appears**
31
+ - [Introduce the solution and initial reaction]
32
+
33
+ **Frame 5: The "Aha" Moment**
34
+ - [Show the breakthrough]
35
+
36
+ **Frame 6: Life After the Solution**
37
+ - [Describe the improved state]
38
+
39
+ **Optional Visual Elements**
40
+ - [If no style provided: use fat-marker, sharpie-style sketches, minimal monochrome]
41
+ ```