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,217 @@
1
+ ---
2
+ name: pol-probe
3
+ description: Define a Proof of Life probe to test a risky hypothesis cheaply. Use when you need harsh truth before building real product.
4
+ intent: >-
5
+ Define and document a **Proof of Life (PoL) probe**—a lightweight, disposable validation artifact designed to surface harsh truths before expensive development. Use this when you need to eliminate a specific risk or test a narrow hypothesis **without building production-quality software**. PoL probes are reconnaissance missions, not MVPs—they're meant to be deleted, not scaled.
6
+ type: component
7
+ best_for:
8
+ - "Documenting a lightweight validation artifact before build"
9
+ - "Testing a narrow hypothesis without shipping production software"
10
+ - "Reducing risk before spending engineering time"
11
+ scenarios:
12
+ - "Define a Proof of Life probe for a new workflow automation idea"
13
+ - "Help me write a PoL probe for this pricing hypothesis"
14
+ - "Create a low-cost validation probe before we build this feature"
15
+ ---
16
+
17
+ ## Purpose
18
+
19
+ Define and document a **Proof of Life (PoL) probe**—a lightweight, disposable validation artifact designed to surface harsh truths before expensive development. Use this when you need to eliminate a specific risk or test a narrow hypothesis **without building production-quality software**. PoL probes are reconnaissance missions, not MVPs—they're meant to be deleted, not scaled.
20
+
21
+ This framework prevents prototype theater (expensive demos that impress stakeholders but teach nothing) and forces you to match validation method to actual learning goal.
22
+
23
+ ## Key Concepts
24
+
25
+ ### What is a PoL Probe?
26
+
27
+ A **Proof of Life (PoL) probe** is a deliberate, disposable validation experiment designed to answer one specific question as cheaply and quickly as possible. It's not a product, not an MVP, not a pilot—it's a targeted truth-seeking mission.
28
+
29
+ **Origin:** Coined by Dean Peters (Productside), building on Marty Cagan's 2014 work on prototype flavors and Jeff Patton's principle: *"The most expensive way to test your idea is to build production-quality software."*
30
+
31
+ ---
32
+
33
+ ### The 5 Essential Characteristics
34
+
35
+ Every PoL probe must satisfy these criteria:
36
+
37
+ | Characteristic | What It Means | Why It Matters |
38
+ |----------------|---------------|----------------|
39
+ | **Lightweight** | Minimal resource investment (hours/days, not weeks) | If it's expensive, you'll avoid killing it when the data says to |
40
+ | **Disposable** | Explicitly planned for deletion, not scaling | Prevents sunk-cost fallacy and scope creep |
41
+ | **Narrow Scope** | Tests one specific hypothesis or risk | Broad experiments yield ambiguous results |
42
+ | **Brutally Honest** | Surfaces harsh truths, not vanity metrics | Polite data is useless data |
43
+ | **Tiny & Focused** | Reconnaissance missions, never MVPs | Small surface area = faster learning cycles |
44
+
45
+ **Anti-Pattern:** If your "prototype" feels too polished to delete, it's not a PoL probe—it's prototype theater.
46
+
47
+ ---
48
+
49
+ ### PoL Probe vs. MVP
50
+
51
+ | Dimension | PoL Probe | MVP |
52
+ |-----------|-----------|-----|
53
+ | **Purpose** | De-risk decisions through narrow hypothesis testing | Justify ideas or defend roadmap direction |
54
+ | **Scope** | Single question, single risk | Smallest shippable product increment |
55
+ | **Lifespan** | Hours to days, then deleted | Weeks to months, then iterated |
56
+ | **Audience** | Internal team + narrow user sample | Real customers in production |
57
+ | **Fidelity** | Just enough illusion to catch signals | Production-quality (or close) |
58
+ | **Outcome** | Learn what *doesn't* work | Learn what *does* work (and ship it) |
59
+
60
+ **Key Distinction:** PoL probes are **pre-MVP reconnaissance**. You run probes to decide *if* you should build an MVP, not to launch something.
61
+
62
+ ---
63
+
64
+ ### The 5 Prototype Flavors
65
+
66
+ Match the probe type to your hypothesis, not your tooling comfort.
67
+
68
+ | Type | Core Question | Timeline | Tools/Methods | When to Use |
69
+ |------|---------------|----------|---------------|-------------|
70
+ | **1. Feasibility Checks** | "Can we build this?" | 1-2 days | GenAI prompt chains, API tests, data integrity sweeps, spike-and-delete code | Technical risk is unknown; third-party dependencies unclear |
71
+ | **2. Task-Focused Tests** | "Can users complete this job without friction?" | 2-5 days | Optimal Workshop, UsabilityHub, task flows | Critical moments (field labels, decision points, drop-off zones) need validation |
72
+ | **3. Narrative Prototypes** | "Does this workflow earn stakeholder buy-in?" | 1-3 days | Loom walkthroughs, Sora/Synthesia videos, slideware storyboards | You need to "tell vs. test"—share the story, measure interest |
73
+ | **4. Synthetic Data Simulations** | "Can we model this without production risk?" | 2-4 days | Synthea (user simulation), DataStax LangFlow (prompt logic testing) | Edge case exploration; unknown-unknown surfacing |
74
+ | **5. Vibe-Coded PoL Probes** | "Will this solution survive real user contact?" | 2-3 days | ChatGPT Canvas + Replit + Airtable = "Frankensoft" | You need user feedback on workflow/UX, but not production-grade code |
75
+
76
+ **Golden Rule:** *"Use the cheapest prototype that tells the harshest truth. If it doesn't sting, it's probably just theater."*
77
+
78
+ ---
79
+
80
+ ### When to Use a PoL Probe
81
+
82
+ ✅ **Use a PoL probe when:**
83
+ - You have a specific, falsifiable hypothesis to test
84
+ - A particular risk blocks your next decision (technical feasibility, user task completion, stakeholder support)
85
+ - You need harsh truth fast (within days, not weeks)
86
+ - Building production software would be premature or wasteful
87
+ - You can articulate what "failure" looks like before you start
88
+
89
+ ❌ **Don't use a PoL probe when:**
90
+ - You're trying to impress executives (that's prototype theater)
91
+ - You already know the answer and just want validation (that's confirmation bias)
92
+ - You can't articulate a clear hypothesis or disposal plan
93
+ - The learning goal is too broad ("Will customers like this?")
94
+ - You're using it to avoid making a hard decision
95
+
96
+ ---
97
+
98
+ ## Application
99
+
100
+ Use `template.md` for the full fill-in structure.
101
+
102
+ ### PoL Probe Template
103
+
104
+ Use this structure to document your probe:
105
+
106
+ ```markdown
107
+ # PoL Probe: [Descriptive Name]
108
+
109
+ ## Hypothesis
110
+ [One-sentence statement of what you believe to be true]
111
+ Example: "If we reduce the onboarding form to 3 fields, completion rate will exceed 80%."
112
+
113
+ ## Risk Being Eliminated
114
+ [What specific risk or unknown are you addressing?]
115
+ Example: "We don't know if users will abandon signup due to form length."
116
+
117
+ ## Prototype Type
118
+ [Select one of the 5 flavors]
119
+ - [ ] Feasibility Check
120
+ - [ ] Task-Focused Test
121
+ - [ ] Narrative Prototype
122
+ - [ ] Synthetic Data Simulation
123
+ - [x] Vibe-Coded PoL Probe
124
+
125
+ ## Target Users / Audience
126
+ [Who will interact with this probe?]
127
+ Example: "10 users from our early access waitlist, non-technical SMB owners."
128
+
129
+ ## Success Criteria (Harsh Truth)
130
+ [What truth are you seeking? What would prove you wrong?]
131
+ - **Pass:** 8+ users complete signup in under 2 minutes
132
+ - **Fail:** <6 users complete, or average time exceeds 5 minutes
133
+ - **Learn:** Identify specific drop-off fields
134
+
135
+ ## Tools / Stack
136
+ [What will you use to build this?]
137
+ Example: "ChatGPT Canvas for form UI, Airtable for data capture, Loom for post-session interviews."
138
+
139
+ ## Timeline
140
+ - **Build:** 2 days
141
+ - **Test:** 1 day (10 user sessions)
142
+ - **Analyze:** 1 day
143
+ - **Disposal:** Day 5 (delete all code, keep learnings doc)
144
+
145
+ ## Disposal Plan
146
+ [When and how will you delete this?]
147
+ Example: "After user sessions complete, archive recordings, delete Frankensoft code, document learnings in Notion."
148
+
149
+ ## Owner
150
+ [Who is accountable for running and disposing of this probe?]
151
+
152
+ ## Status
153
+ - [ ] Hypothesis defined
154
+ - [ ] Probe built
155
+ - [ ] Users recruited
156
+ - [ ] Testing complete
157
+ - [ ] Learnings documented
158
+ - [ ] Probe disposed
159
+ ```
160
+
161
+ ---
162
+
163
+ ### Quality Checklist
164
+
165
+ Before launching your PoL probe, verify:
166
+
167
+ - [ ] **Lightweight:** Can you build this in 1-3 days?
168
+ - [ ] **Disposable:** Have you committed to a disposal date?
169
+ - [ ] **Narrow Scope:** Does it test ONE hypothesis?
170
+ - [ ] **Brutally Honest:** Will the data hurt if you're wrong?
171
+ - [ ] **Tiny & Focused:** Is this smaller than an MVP?
172
+ - [ ] **Falsifiable:** Can you describe what "failure" looks like?
173
+ - [ ] **Clear Owner:** Is one person accountable for executing and disposing of this?
174
+
175
+ If any answer is "no," revise your probe or reconsider whether you need one.
176
+
177
+ ---
178
+
179
+ ## Examples
180
+
181
+ See `examples/sample.md` for full PoL probe examples.
182
+
183
+ Mini example excerpt:
184
+
185
+ ```markdown
186
+ **Hypothesis:** Users can distinguish "archive" vs "delete"
187
+ **Probe Type:** Task-Focused Test
188
+ **Pass:** 80%+ correct interpretation
189
+ ```
190
+
191
+ ## Common Pitfalls
192
+
193
+ - Running a broad "will users like this?" experiment instead of testing one falsifiable hypothesis
194
+ - Treating a PoL probe as a proto-MVP and refusing to dispose of it
195
+ - Using vanity metrics that avoid uncomfortable truth
196
+ - Skipping a pre-defined failure threshold before testing begins
197
+ - Choosing tools first and hypothesis second
198
+
199
+ ## References
200
+
201
+ ### Related Skills
202
+ - **[pol-probe-advisor](skills/pol-probe-advisor/SKILL.md)** (Interactive) — Decision framework for choosing which prototype type to use
203
+ - **[discovery-process](skills/discovery-process/SKILL.md)** (Workflow) — Use PoL probes in validation phase
204
+ - **[problem-statement](skills/problem-statement/SKILL.md)** (Component) — Define problem before creating PoL probe
205
+ - **[epic-hypothesis](skills/epic-hypothesis/SKILL.md)** (Component) — Frame hypothesis before testing with PoL probe
206
+
207
+ ### External Frameworks
208
+ - **Jeff Patton** — *User Story Mapping* (lean validation principles)
209
+ - **Marty Cagan** — *Inspired* (2014 prototype flavors framework)
210
+ - **Dean Peters** — [*Vibe First, Validate Fast, Verify Fit*](https://deanpeters.substack.com/p/vibe-first-validate-fast-verify-fit) (Dean Peters' Substack, 2025)
211
+
212
+ ### Tools Mentioned
213
+ - **Feasibility:** GenAI (ChatGPT, Claude), API testing tools
214
+ - **Task-Focused:** Optimal Workshop, UsabilityHub
215
+ - **Narrative:** Loom, Sora, Synthesia, Veo3 (text-to-video)
216
+ - **Synthetic Data:** Synthea (patient simulation), DataStax LangFlow
217
+ - **Vibe-Coded:** ChatGPT Canvas, Replit, Airtable, Carrd
@@ -0,0 +1,136 @@
1
+ # PoL Probe Examples
2
+
3
+ ### ✅ Good: Task-Focused PoL Probe
4
+
5
+ **Hypothesis:** "Users can distinguish between 'archive' and 'delete' without a confirmation modal."
6
+
7
+ **Probe Type:** Task-Focused Test
8
+ **Method:** UsabilityHub 5-second test with 20 users
9
+ **Timeline:** 2 days (build task, recruit, analyze)
10
+ **Success Criteria:**
11
+ - **Pass:** 80%+ users correctly identify action consequences
12
+ - **Fail:** <60% correct, or 3+ users express confusion
13
+
14
+ **Harsh Truth Delivered:** Only 45% understood the difference. Added explicit labels ("Delete forever" vs "Archive for 30 days"). Re-tested at 92%. **Probe deleted.**
15
+
16
+ **Why This Works:**
17
+ - Narrow hypothesis (one UI decision)
18
+ - Fast execution (2 days)
19
+ - Brutal honesty (failed first attempt)
20
+ - Disposable (deleted after learning)
21
+
22
+ ---
23
+
24
+ ### ✅ Good: Feasibility Check PoL Probe
25
+
26
+ **Hypothesis:** "We can auto-generate meeting summaries from Zoom transcripts using GPT-4 with <2% error rate."
27
+
28
+ **Probe Type:** Feasibility Check
29
+ **Method:** 1-day spike with 10 real transcripts, GenAI prompt chain
30
+ **Timeline:** 1 day
31
+ **Success Criteria:**
32
+ - **Pass:** 9/10 summaries accurate, <5 manual edits per summary
33
+ - **Fail:** >3 summaries require full rewrites
34
+
35
+ **Harsh Truth Delivered:** Error rate was 18%. Discovered that medical jargon and crosstalk broke the model. Decided NOT to build feature. **Probe deleted.**
36
+
37
+ **Why This Works:**
38
+ - Eliminated technical risk before building
39
+ - Cheap (1 day)
40
+ - Falsifiable (clear error threshold)
41
+ - Saved months of wasted development
42
+
43
+ ---
44
+
45
+ ### ❌ Bad: "Prototype Theater" (Not a PoL Probe)
46
+
47
+ **Hypothesis:** "Executives will approve budget if we show a polished demo."
48
+
49
+ **Probe Type:** *(None—this isn't a probe)*
50
+ **Method:** 3-week Figma design + coded prototype with animations
51
+ **Timeline:** 3 weeks
52
+ **Success Criteria:** "Get exec buy-in"
53
+
54
+ **Why This Fails:**
55
+ - Not testing a user hypothesis (testing internal politics)
56
+ - Too polished (3 weeks = not disposable)
57
+ - No harsh truth (vanity metrics: "Execs liked it!")
58
+ - No clear disposal plan (became "the prototype we have to maintain")
59
+
60
+ **What Should Have Been Done:**
61
+ - Skip the prototype entirely
62
+ - Use a **Narrative Prototype** (Loom walkthrough in 1 day)
63
+ - Test with 5 target users, not executives
64
+ - Measure task completion, not stakeholder applause
65
+
66
+ ---
67
+
68
+ ### ❌ Bad: MVP Disguised as PoL Probe
69
+
70
+ **Hypothesis:** "Users will subscribe to our AI writing assistant."
71
+
72
+ **Probe Type:** Vibe-Coded PoL Probe *(claimed)*
73
+ **Method:** Fully functional React app with Stripe integration
74
+ **Timeline:** 4 weeks
75
+ **Success Criteria:** "10 paying customers"
76
+
77
+ **Why This Fails:**
78
+ - Not disposable (4 weeks of work, payment processing—too invested)
79
+ - Too broad ("will subscribe" tests price, value prop, UX, and onboarding simultaneously)
80
+ - This is an **MVP**, not a probe
81
+ - No disposal plan (team will resist deleting working code)
82
+
83
+ **What Should Have Been Done:**
84
+ - Test value prop with a **Narrative Prototype** (explainer video, measure interest)
85
+ - Test pricing with a **landing page + waitlist** (ConvertKit, Carrd)
86
+ - Test core AI quality with a **Feasibility Check** (1-day spike)
87
+ - Build MVP only after all three probes pass
88
+
89
+ ---
90
+
91
+ ## Common Pitfalls
92
+
93
+ ### 1. **Prototype Theater**
94
+ **Failure Mode:** Building impressive demos that don't test hypotheses.
95
+
96
+ **Consequence:** Waste weeks impressing stakeholders while learning nothing about users.
97
+
98
+ **Fix:** Before building, write down: "What harsh truth am I seeking? What would prove me wrong?"
99
+
100
+ ---
101
+
102
+ ### 2. **Confusing PoL with MVP**
103
+ **Failure Mode:** Treating probes as "version 1.0" instead of disposable experiments.
104
+
105
+ **Consequence:** Scope creep, technical debt, resistance to disposal.
106
+
107
+ **Fix:** Set a disposal date before you start. If you can't commit to deleting it, you're building an MVP, not a probe.
108
+
109
+ ---
110
+
111
+ ### 3. **Choosing Based on Tooling Comfort**
112
+ **Failure Mode:** "I know Figma, so I'll design a prototype" (regardless of whether design is the risk).
113
+
114
+ **Consequence:** Validate the wrong thing; miss the actual risk.
115
+
116
+ **Fix:** Match probe type to hypothesis, not your skillset. If you need a Feasibility Check but only know design tools, pair with an engineer for 1 day.
117
+
118
+ ---
119
+
120
+ ### 4. **Vanity Metrics**
121
+ **Failure Mode:** Measuring "stakeholder excitement" instead of user behavior.
122
+
123
+ **Consequence:** False confidence; ship something users don't want.
124
+
125
+ **Fix:** Define success criteria as observable user behavior (task completion rate, error rate, time-on-task), not opinions.
126
+
127
+ ---
128
+
129
+ ### 5. **No Disposal Plan**
130
+ **Failure Mode:** "We'll figure out what to do with it later."
131
+
132
+ **Consequence:** Probe becomes technical debt, "temporary" code ships to production.
133
+
134
+ **Fix:** Document disposal date and method before building. Treat it like a spike in Agile—timeboxed and deleted by design.
135
+
136
+ ---
@@ -0,0 +1,59 @@
1
+ # PoL Probe Template
2
+
3
+ Use this template to document a Proof of Life (PoL) probe.
4
+
5
+ ## Template
6
+ ```markdown
7
+ # PoL Probe: [Descriptive Name]
8
+
9
+ ## Hypothesis
10
+ [One-sentence statement of what you believe to be true]
11
+ Example: "If we reduce the onboarding form to 3 fields, completion rate will exceed 80%."
12
+
13
+ ## Risk Being Eliminated
14
+ [What specific risk or unknown are you addressing?]
15
+ Example: "We don't know if users will abandon signup due to form length."
16
+
17
+ ## Prototype Type
18
+ [Select one of the 5 flavors]
19
+ - [ ] Feasibility Check
20
+ - [ ] Task-Focused Test
21
+ - [ ] Narrative Prototype
22
+ - [ ] Synthetic Data Simulation
23
+ - [ ] Vibe-Coded PoL Probe
24
+
25
+ ## Target Users / Audience
26
+ [Who will interact with this probe?]
27
+ Example: "10 users from our early access waitlist, non-technical SMB owners."
28
+
29
+ ## Success Criteria (Harsh Truth)
30
+ [What truth are you seeking? What would prove you wrong?]
31
+ - **Pass:** 8+ users complete signup in under 2 minutes
32
+ - **Fail:** <6 users complete, or average time exceeds 5 minutes
33
+ - **Learn:** Identify specific drop-off fields
34
+
35
+ ## Tools / Stack
36
+ [What will you use to build this?]
37
+ Example: "ChatGPT Canvas for form UI, Airtable for data capture, Loom for post-session interviews."
38
+
39
+ ## Timeline
40
+ - **Build:** 2 days
41
+ - **Test:** 1 day (10 user sessions)
42
+ - **Analyze:** 1 day
43
+ - **Disposal:** Day 5 (delete all code, keep learnings doc)
44
+
45
+ ## Disposal Plan
46
+ [When and how will you delete this?]
47
+ Example: "After user sessions complete, archive recordings, delete Frankensoft code, document learnings in Notion."
48
+
49
+ ## Owner
50
+ [Who is accountable for running and disposing of this probe?]
51
+
52
+ ## Status
53
+ - [ ] Hypothesis defined
54
+ - [ ] Probe built
55
+ - [ ] Users recruited
56
+ - [ ] Testing complete
57
+ - [ ] Learnings documented
58
+ - [ ] Probe disposed
59
+ ```