spirewise 1.7.1 → 1.8.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 (210) hide show
  1. package/README.md +0 -15
  2. package/bin/cli.js +65 -37
  3. package/install.sh +3 -3
  4. package/package.json +2 -4
  5. package/skills/README.md +0 -1
  6. package/skills/ai-agent-os-design-system/README.md +105 -0
  7. package/skills/ai-agent-os-design-system/SKILL.md +195 -0
  8. package/skills/ai-agent-os-design-system/accessibility-system.md +67 -0
  9. package/skills/ai-agent-os-design-system/color-system.md +102 -0
  10. package/skills/ai-agent-os-design-system/component-library.md +147 -0
  11. package/skills/ai-agent-os-design-system/design-principles.md +79 -0
  12. package/skills/ai-agent-os-design-system/example-page-structures.md +93 -0
  13. package/skills/ai-agent-os-design-system/layout-system.md +74 -0
  14. package/skills/ai-agent-os-design-system/motion-system.md +85 -0
  15. package/skills/ai-agent-os-design-system/spacing-system.md +87 -0
  16. package/skills/ai-agent-os-design-system/typography-system.md +91 -0
  17. package/skills/ai-agent-os-design-system/website-generation-rules.md +192 -0
  18. package/skills/ai-dark-futuristic-design-system/README.md +91 -0
  19. package/skills/ai-dark-futuristic-design-system/SKILL.md +179 -0
  20. package/skills/ai-dark-futuristic-design-system/accessibility-system.md +61 -0
  21. package/skills/ai-dark-futuristic-design-system/color-system.md +99 -0
  22. package/skills/ai-dark-futuristic-design-system/component-library.md +140 -0
  23. package/skills/ai-dark-futuristic-design-system/design-principles.md +66 -0
  24. package/skills/ai-dark-futuristic-design-system/example-page-structures.md +124 -0
  25. package/skills/ai-dark-futuristic-design-system/layout-system.md +85 -0
  26. package/skills/ai-dark-futuristic-design-system/motion-system.md +76 -0
  27. package/skills/ai-dark-futuristic-design-system/spacing-system.md +73 -0
  28. package/skills/ai-dark-futuristic-design-system/typography-system.md +89 -0
  29. package/skills/ai-dark-futuristic-design-system/website-generation-rules.md +220 -0
  30. package/skills/apple-premium-minimal-design-system/README.md +95 -0
  31. package/skills/apple-premium-minimal-design-system/SKILL.md +166 -0
  32. package/skills/apple-premium-minimal-design-system/accessibility-system.md +60 -0
  33. package/skills/apple-premium-minimal-design-system/color-system.md +100 -0
  34. package/skills/apple-premium-minimal-design-system/component-library.md +136 -0
  35. package/skills/apple-premium-minimal-design-system/design-principles.md +65 -0
  36. package/skills/apple-premium-minimal-design-system/example-page-structures.md +90 -0
  37. package/skills/apple-premium-minimal-design-system/layout-system.md +89 -0
  38. package/skills/apple-premium-minimal-design-system/motion-system.md +75 -0
  39. package/skills/apple-premium-minimal-design-system/spacing-system.md +73 -0
  40. package/skills/apple-premium-minimal-design-system/typography-system.md +86 -0
  41. package/skills/apple-premium-minimal-design-system/website-generation-rules.md +207 -0
  42. package/skills/bento-grid-design-system/README.md +97 -0
  43. package/skills/bento-grid-design-system/SKILL.md +185 -0
  44. package/skills/bento-grid-design-system/accessibility-system.md +54 -0
  45. package/skills/bento-grid-design-system/color-system.md +98 -0
  46. package/skills/bento-grid-design-system/component-library.md +138 -0
  47. package/skills/bento-grid-design-system/design-principles.md +72 -0
  48. package/skills/bento-grid-design-system/example-page-structures.md +91 -0
  49. package/skills/bento-grid-design-system/layout-system.md +93 -0
  50. package/skills/bento-grid-design-system/motion-system.md +81 -0
  51. package/skills/bento-grid-design-system/spacing-system.md +77 -0
  52. package/skills/bento-grid-design-system/typography-system.md +85 -0
  53. package/skills/bento-grid-design-system/website-generation-rules.md +193 -0
  54. package/skills/brutalist-tech-design-system/README.md +100 -0
  55. package/skills/brutalist-tech-design-system/SKILL.md +185 -0
  56. package/skills/brutalist-tech-design-system/accessibility-system.md +61 -0
  57. package/skills/brutalist-tech-design-system/color-system.md +101 -0
  58. package/skills/brutalist-tech-design-system/component-library.md +117 -0
  59. package/skills/brutalist-tech-design-system/design-principles.md +73 -0
  60. package/skills/brutalist-tech-design-system/example-page-structures.md +92 -0
  61. package/skills/brutalist-tech-design-system/layout-system.md +74 -0
  62. package/skills/brutalist-tech-design-system/motion-system.md +80 -0
  63. package/skills/brutalist-tech-design-system/spacing-system.md +86 -0
  64. package/skills/brutalist-tech-design-system/typography-system.md +94 -0
  65. package/skills/brutalist-tech-design-system/website-generation-rules.md +195 -0
  66. package/skills/crunchbase-profile-generator/README.md +64 -0
  67. package/skills/crunchbase-profile-generator/SKILL.md +189 -0
  68. package/skills/editorial-luxury-design-system/README.md +98 -0
  69. package/skills/editorial-luxury-design-system/SKILL.md +187 -0
  70. package/skills/editorial-luxury-design-system/accessibility-system.md +63 -0
  71. package/skills/editorial-luxury-design-system/color-system.md +95 -0
  72. package/skills/editorial-luxury-design-system/component-library.md +131 -0
  73. package/skills/editorial-luxury-design-system/design-principles.md +77 -0
  74. package/skills/editorial-luxury-design-system/example-page-structures.md +94 -0
  75. package/skills/editorial-luxury-design-system/layout-system.md +80 -0
  76. package/skills/editorial-luxury-design-system/motion-system.md +82 -0
  77. package/skills/editorial-luxury-design-system/spacing-system.md +77 -0
  78. package/skills/editorial-luxury-design-system/typography-system.md +107 -0
  79. package/skills/editorial-luxury-design-system/website-generation-rules.md +194 -0
  80. package/skills/enterprise-data-viz-design-system/README.md +98 -0
  81. package/skills/enterprise-data-viz-design-system/SKILL.md +195 -0
  82. package/skills/enterprise-data-viz-design-system/accessibility-system.md +68 -0
  83. package/skills/enterprise-data-viz-design-system/color-system.md +112 -0
  84. package/skills/enterprise-data-viz-design-system/component-library.md +142 -0
  85. package/skills/enterprise-data-viz-design-system/design-principles.md +75 -0
  86. package/skills/enterprise-data-viz-design-system/example-page-structures.md +89 -0
  87. package/skills/enterprise-data-viz-design-system/layout-system.md +75 -0
  88. package/skills/enterprise-data-viz-design-system/motion-system.md +86 -0
  89. package/skills/enterprise-data-viz-design-system/spacing-system.md +85 -0
  90. package/skills/enterprise-data-viz-design-system/typography-system.md +100 -0
  91. package/skills/enterprise-data-viz-design-system/website-generation-rules.md +196 -0
  92. package/skills/f6s-copywriting/README.md +16 -6
  93. package/skills/f6s-copywriting/SKILL.md +162 -46
  94. package/skills/glassmorphism-design-system/README.md +98 -0
  95. package/skills/glassmorphism-design-system/SKILL.md +190 -0
  96. package/skills/glassmorphism-design-system/accessibility-system.md +62 -0
  97. package/skills/glassmorphism-design-system/color-system.md +128 -0
  98. package/skills/glassmorphism-design-system/component-library.md +120 -0
  99. package/skills/glassmorphism-design-system/design-principles.md +77 -0
  100. package/skills/glassmorphism-design-system/example-page-structures.md +92 -0
  101. package/skills/glassmorphism-design-system/layout-system.md +81 -0
  102. package/skills/glassmorphism-design-system/motion-system.md +86 -0
  103. package/skills/glassmorphism-design-system/spacing-system.md +73 -0
  104. package/skills/glassmorphism-design-system/typography-system.md +90 -0
  105. package/skills/glassmorphism-design-system/website-generation-rules.md +195 -0
  106. package/skills/linkedin-copywriting/README.md +15 -8
  107. package/skills/linkedin-copywriting/SKILL.md +129 -51
  108. package/skills/motion-storytelling-design-system/README.md +100 -0
  109. package/skills/motion-storytelling-design-system/SKILL.md +191 -0
  110. package/skills/motion-storytelling-design-system/accessibility-system.md +71 -0
  111. package/skills/motion-storytelling-design-system/color-system.md +101 -0
  112. package/skills/motion-storytelling-design-system/component-library.md +122 -0
  113. package/skills/motion-storytelling-design-system/design-principles.md +81 -0
  114. package/skills/motion-storytelling-design-system/example-page-structures.md +91 -0
  115. package/skills/motion-storytelling-design-system/layout-system.md +79 -0
  116. package/skills/motion-storytelling-design-system/motion-system.md +116 -0
  117. package/skills/motion-storytelling-design-system/spacing-system.md +83 -0
  118. package/skills/motion-storytelling-design-system/typography-system.md +89 -0
  119. package/skills/motion-storytelling-design-system/website-generation-rules.md +200 -0
  120. package/skills/nvidia-inception-idea-booster/README.md +43 -24
  121. package/skills/nvidia-inception-idea-booster/SKILL.md +260 -116
  122. package/skills/nvidia-inception-starter/README.md +6 -5
  123. package/skills/nvidia-inception-starter/SKILL.md +80 -43
  124. package/skills/nvidia-product-inventor/README.md +44 -40
  125. package/skills/nvidia-product-inventor/SKILL.md +265 -247
  126. package/skills/nvidia-startup-idea-founder/README.md +66 -26
  127. package/skills/nvidia-startup-idea-founder/SKILL.md +245 -189
  128. package/skills/product-demo-first-design-system/README.md +96 -0
  129. package/skills/product-demo-first-design-system/SKILL.md +185 -0
  130. package/skills/product-demo-first-design-system/accessibility-system.md +58 -0
  131. package/skills/product-demo-first-design-system/color-system.md +109 -0
  132. package/skills/product-demo-first-design-system/component-library.md +142 -0
  133. package/skills/product-demo-first-design-system/design-principles.md +66 -0
  134. package/skills/product-demo-first-design-system/example-page-structures.md +95 -0
  135. package/skills/product-demo-first-design-system/layout-system.md +76 -0
  136. package/skills/product-demo-first-design-system/motion-system.md +82 -0
  137. package/skills/product-demo-first-design-system/spacing-system.md +74 -0
  138. package/skills/product-demo-first-design-system/typography-system.md +87 -0
  139. package/skills/product-demo-first-design-system/website-generation-rules.md +194 -0
  140. package/skills/website-design-skills/01-proof/README.md +0 -47
  141. package/skills/website-design-skills/01-proof/SKILL.md +0 -303
  142. package/skills/website-design-skills/02-kajabi/README.md +0 -42
  143. package/skills/website-design-skills/02-kajabi/SKILL.md +0 -272
  144. package/skills/website-design-skills/03-lattice/README.md +0 -42
  145. package/skills/website-design-skills/03-lattice/SKILL.md +0 -271
  146. package/skills/website-design-skills/04-petal/README.md +0 -42
  147. package/skills/website-design-skills/04-petal/SKILL.md +0 -271
  148. package/skills/website-design-skills/05-dropbox-sign/README.md +0 -42
  149. package/skills/website-design-skills/05-dropbox-sign/SKILL.md +0 -271
  150. package/skills/website-design-skills/06-distributional/README.md +0 -42
  151. package/skills/website-design-skills/06-distributional/SKILL.md +0 -271
  152. package/skills/website-design-skills/07-appcues/README.md +0 -42
  153. package/skills/website-design-skills/07-appcues/SKILL.md +0 -271
  154. package/skills/website-design-skills/08-memberstack/README.md +0 -42
  155. package/skills/website-design-skills/08-memberstack/SKILL.md +0 -271
  156. package/skills/website-design-skills/09-flank/README.md +0 -42
  157. package/skills/website-design-skills/09-flank/SKILL.md +0 -275
  158. package/skills/website-design-skills/10-slidebean/README.md +0 -42
  159. package/skills/website-design-skills/10-slidebean/SKILL.md +0 -275
  160. package/skills/website-design-skills/11-formstack/README.md +0 -42
  161. package/skills/website-design-skills/11-formstack/SKILL.md +0 -275
  162. package/skills/website-design-skills/12-thalamus/README.md +0 -42
  163. package/skills/website-design-skills/12-thalamus/SKILL.md +0 -275
  164. package/skills/website-design-skills/13-grow/README.md +0 -42
  165. package/skills/website-design-skills/13-grow/SKILL.md +0 -275
  166. package/skills/website-design-skills/14-gemnote/README.md +0 -42
  167. package/skills/website-design-skills/14-gemnote/SKILL.md +0 -275
  168. package/skills/website-design-skills/15-draftbit/README.md +0 -42
  169. package/skills/website-design-skills/15-draftbit/SKILL.md +0 -275
  170. package/skills/website-design-skills/16-payman/README.md +0 -42
  171. package/skills/website-design-skills/16-payman/SKILL.md +0 -273
  172. package/skills/website-design-skills/17-effortel/README.md +0 -42
  173. package/skills/website-design-skills/17-effortel/SKILL.md +0 -272
  174. package/skills/website-design-skills/18-adopt/README.md +0 -42
  175. package/skills/website-design-skills/18-adopt/SKILL.md +0 -273
  176. package/skills/website-design-skills/19-kraftful/README.md +0 -42
  177. package/skills/website-design-skills/19-kraftful/SKILL.md +0 -273
  178. package/skills/website-design-skills/20-greenhouse/README.md +0 -42
  179. package/skills/website-design-skills/20-greenhouse/SKILL.md +0 -273
  180. package/skills/website-design-skills/21-weavy/README.md +0 -42
  181. package/skills/website-design-skills/21-weavy/SKILL.md +0 -273
  182. package/skills/website-design-skills/22-safetykit/README.md +0 -42
  183. package/skills/website-design-skills/22-safetykit/SKILL.md +0 -273
  184. package/skills/website-design-skills/23-modulify/README.md +0 -42
  185. package/skills/website-design-skills/23-modulify/SKILL.md +0 -270
  186. package/skills/website-design-skills/24-realm/README.md +0 -42
  187. package/skills/website-design-skills/24-realm/SKILL.md +0 -270
  188. package/skills/website-design-skills/25-modyfi/README.md +0 -42
  189. package/skills/website-design-skills/25-modyfi/SKILL.md +0 -269
  190. package/skills/website-design-skills/26-altitude/README.md +0 -42
  191. package/skills/website-design-skills/26-altitude/SKILL.md +0 -270
  192. package/skills/website-design-skills/27-way/README.md +0 -42
  193. package/skills/website-design-skills/27-way/SKILL.md +0 -270
  194. package/skills/website-design-skills/28-zentail/README.md +0 -42
  195. package/skills/website-design-skills/28-zentail/SKILL.md +0 -270
  196. package/skills/website-design-skills/29-zams/README.md +0 -42
  197. package/skills/website-design-skills/29-zams/SKILL.md +0 -270
  198. package/skills/website-design-skills/30-user-interviews/README.md +0 -44
  199. package/skills/website-design-skills/30-user-interviews/SKILL.md +0 -273
  200. package/skills/website-design-skills/31-bland/README.md +0 -44
  201. package/skills/website-design-skills/31-bland/SKILL.md +0 -273
  202. package/skills/website-design-skills/32-nauto/README.md +0 -44
  203. package/skills/website-design-skills/32-nauto/SKILL.md +0 -273
  204. package/skills/website-design-skills/33-bill/README.md +0 -44
  205. package/skills/website-design-skills/33-bill/SKILL.md +0 -273
  206. package/skills/website-design-skills/34-localyzer/README.md +0 -44
  207. package/skills/website-design-skills/34-localyzer/SKILL.md +0 -273
  208. package/skills/website-design-skills/35-jasper/README.md +0 -44
  209. package/skills/website-design-skills/35-jasper/SKILL.md +0 -273
  210. package/skills/website-design-skills/README.md +0 -108
@@ -1,13 +1,13 @@
1
1
  # nvidia-inception-idea-booster
2
2
 
3
- Reads your **existing startup-idea files** in the project and elevates the idea
4
- into a stronger, defensible, **NVIDIA-Inception-ready** version using exactly
5
- the traits NVIDIA prefers (deep tech, physical/agentic AI, essential GPU
6
- acceleration, defensibility, large markets, NVIDIA ecosystem fit). It elevates
7
- your real idea; it does not invent a different company.
3
+ Reads your **existing startup-idea, pitch, PRD, business-plan, and profile files**,
4
+ researches what NVIDIA Inception actually rewards, **scores the idea 0–100**, then
5
+ **rewrites the idea and its documents** into a stronger, **NVIDIA-Inception-ready**
6
+ version with a higher chance of acceptance **without changing your startup name
7
+ or core vision**. It elevates your real idea; it never invents a different company.
8
8
 
9
- > Pairs with **`nvidia-inception-starter`**: boost the idea here, then score and
10
- > audit it there.
9
+ > Pairs with **`nvidia-inception-starter`**: boost + rewrite the idea here, then
10
+ > score and audit it there.
11
11
 
12
12
  ## Install
13
13
 
@@ -28,28 +28,47 @@ npx spirewise remove -s nvidia-inception-idea-booster -a claude,cursor -sc both
28
28
  ## Use
29
29
 
30
30
  Put your idea notes anywhere in the project (`idea.md`, `README`, `pitch`,
31
- `vision`, `notes`, a one-pager, etc.), then ask your agent:
31
+ `prd`, `business-plan`, `vision`, `profile`, a one-pager, etc.), then ask your agent:
32
32
 
33
- > "Make my startup idea stronger for NVIDIA Inception"
33
+ > "Boost my startup idea for NVIDIA Inception"
34
34
 
35
- It reads those files and writes **`nvidia-inception/elevated-idea.md`**.
35
+ It reads those files, researches NVIDIA acceptance patterns, scores the idea, and
36
+ writes a master report plus rewritten documents under `nvidia-inception/`.
37
+
38
+ ## What it guarantees
39
+
40
+ - **Never changes** your startup name.
41
+ - **Always preserves** your core founder vision.
42
+ - **Additive only** — keeps every existing strength.
43
+ - **Justifies every change** with a "why this raises acceptance odds."
44
+ - Only adds improvements that increase NVIDIA Inception attractiveness; labels
45
+ anything not yet true as `[ASPIRATIONAL]`.
36
46
 
37
47
  ## Output
38
48
 
39
- `nvidia-inception/elevated-idea.md` — original idea (restated), an elevated
40
- one-liner and pitch, a **before after** upgrade table across every
41
- NVIDIA-preference lever, a recommended NVIDIA stack (tech use case → reason),
42
- a moat plan, a beachhead→expansion market path, a proof plan, and honest gaps.
49
+ - `nvidia-inception/boosted-idea.md` — an 18-section master report: original
50
+ summary, **before→after 0–100 score**, acceptance-probability analysis, missing
51
+ requirements, NVIDIA alignment, upgraded concept, AI / Physical-AI / Agentic-AI /
52
+ enterprise expansion, GPU plan, technical architecture, data strategy, moat,
53
+ market plan, investor narrative, optimized pitch, and final score with a
54
+ per-change justification table.
55
+ - `nvidia-inception/rewrites/` — rewritten **pitch, startup profile, PRD, business
56
+ plan, and summaries**, each preserving your name + vision (originals untouched).
43
57
 
44
- ## NVIDIA-preference levers it optimizes
58
+ ## Scoring engine (0–100, weighted)
45
59
 
46
- | Lever | What it pushes for |
60
+ | Category | Weight |
47
61
  |---|---|
48
- | Deep tech / IP | Real model/system/hardware differentiation, not an AI wrapper |
49
- | Physical / Agentic AI | Robotics, autonomy, embodied/edge, action-taking agents |
50
- | GPU essential | Workloads that genuinely require accelerated compute |
51
- | Defensibility | Proprietary data/model/hardware or NVIDIA-stack integration |
52
- | Market & why-now | Large TAM, clear beachhead, commercialization path |
53
- | Ecosystem fit | Authentic use of CUDA, Isaac, Omniverse, Jetson, NIM, etc. |
54
-
55
- See `SKILL.md` for the full method and output template.
62
+ | AI Depth | 20% |
63
+ | GPU Utilization Potential | 15% |
64
+ | Technical Innovation | 15% |
65
+ | Scalability | 10% |
66
+ | Enterprise Potential | 10% |
67
+ | Physical AI Potential | 10% |
68
+ | Data Flywheel | 5% |
69
+ | Market Size | 5% |
70
+ | Defensibility | 5% |
71
+ | Alignment w/ NVIDIA Strategic Areas | 5% |
72
+
73
+ See `SKILL.md` for the research phase, transformation framework, 14-step rewrite
74
+ process, and the full output template.
@@ -1,151 +1,295 @@
1
1
  ---
2
2
  name: nvidia-inception-idea-booster
3
3
  description: >-
4
- Read a startup's existing idea/notes files in the project and elevate the idea
5
- into a far stronger, NVIDIA-Inception-ready version leaning on exactly the
6
- traits NVIDIA prefers (deep tech, physical/agentic AI, essential GPU
4
+ Read a startup's existing idea/pitch/PRD/business-plan/profile files and
5
+ transform the idea into a far stronger version with a significantly higher
6
+ probability of acceptance into the NVIDIA Inception Program — WITHOUT changing
7
+ the startup name or abandoning the founder's core vision. Runs a NVIDIA-acceptance
8
+ scoring engine (0–100) using a baked-in NVIDIA knowledge base (so live research is
9
+ optional and token-cheap), identifies gaps, then rewrites the
10
+ idea docs, pitch, profile, PRD, business plan, and summary toward the traits
11
+ NVIDIA rewards (deep tech, Physical/Agentic/Generative AI, essential GPU
7
12
  acceleration, defensibility, large markets, NVIDIA ecosystem fit). Use when the
8
- user asks to "make my startup idea stronger for NVIDIA", "elevate my idea",
9
- "improve my startup for Inception", or "rewrite my idea to fit NVIDIA". Writes
10
- an elevated idea document to an `nvidia-inception/` folder in the project root.
11
- For scoring/auditing an existing company, use nvidia-inception-starter instead.
13
+ user asks to "boost my idea for NVIDIA Inception", "make my startup
14
+ Inception-ready", "improve my startup for NVIDIA", or "rewrite my pitch for
15
+ NVIDIA". Writes outputs to an `nvidia-inception/` folder in the project root.
16
+ For pure scoring/auditing of an existing company, use nvidia-inception-starter.
12
17
  ---
13
18
 
14
19
  # NVIDIA Inception Idea Booster
15
20
 
16
- Take whatever startup idea already exists in the project, understand it deeply,
17
- then **transform it into a stronger, defensible, NVIDIA-aligned idea** that maps
18
- to what NVIDIA Inception actually rewards without inventing a different company.
21
+ Take whatever startup idea already exists in the project, apply the baked-in
22
+ knowledge of what NVIDIA Inception rewards (live research optional), **score it
23
+ 0–100**, then **rewrite the idea and every related document into a stronger,
24
+ NVIDIA-aligned version** with a materially higher
25
+ chance of acceptance — while keeping the **same startup name** and the **same core
26
+ founder vision**.
27
+
28
+ ## Non-negotiable rules (read first)
29
+
30
+ 1. **NEVER change the startup name.** It carries through every rewrite verbatim.
31
+ 2. **ALWAYS preserve the core founder vision** — the problem they care about, who
32
+ they serve, and why they started. Elevate it; never swap it for a trendier idea.
33
+ 3. **ALWAYS improve the idea** using real NVIDIA Inception acceptance patterns.
34
+ 4. **ALWAYS rewrite the related documents** — idea docs, pitch, startup profile,
35
+ PRD, business plan, and one-line/short summaries — not just a separate report.
36
+ 5. **ALWAYS justify every modification** with a one-line "why this raises
37
+ acceptance odds."
38
+ 6. **NEVER remove an existing strength.** Additive only — keep what already works.
39
+ 7. **ONLY add improvements that increase NVIDIA Inception attractiveness.**
40
+ 8. **Elevate, don't fabricate.** Strengthen the real idea. Mark anything not yet
41
+ true as `[ASPIRATIONAL]` and anything unknown as `[UNKNOWN]` — never present a
42
+ wish as a fact.
43
+
44
+ Rules 3 and 8 work together: be aggressive about adding AI depth and NVIDIA fit,
45
+ but label what is real vs. a planned/aspirational upgrade so the founder can decide.
19
46
 
20
47
  ## When to use vs. the sibling skill
21
48
 
22
- - **This skill** reshapes and strengthens the *idea* itself (positioning, wedge,
23
- tech depth, NVIDIA fit), starting from the user's existing files.
24
- - **`nvidia-inception-starter`** scores and audits an existing company against
49
+ - **This skill** strengthens and *rewrites* the idea + its documents and reports a
50
+ before/after acceptance score, starting from the user's existing files.
51
+ - **`nvidia-inception-starter`** scores/audits an existing company against
25
52
  acceptance criteria and writes a readiness report.
26
53
 
27
- Use both together: boost the idea here, then score it there.
28
-
29
- ## Step 1 — Read the existing idea
30
-
31
- Discover and read the startup-related files already in the project. Look for:
32
- - `idea*.md/.txt`, `README*`, `pitch*`, `business-plan*`, `vision*`, `notes*`,
33
- `one-pager*`, `deck*`, `prd*`, `concept*`, `startup*`, and any `docs/` content.
34
- - Prefer Markdown/text/PDF-exported notes. Scan the repo for whatever describes
35
- the problem, product, market, and tech.
36
-
37
- Extract and restate, in your own words:
38
- - Problem, who has it, and current alternatives
39
- - Proposed product/solution and how it works
40
- - Target market and business model
41
- - Any AI/ML, data, or compute involved
42
- - Team, stage, traction, and named tech stack
43
-
44
- If little exists, ask 3–5 focused questions before boosting. **Never discard the
45
- founder's core intent** — elevate it, don't replace it. Flag unknowns as
46
- `[UNKNOWN]` rather than inventing facts.
47
-
48
- ## What NVIDIA prefers (the levers you optimize for)
49
-
50
- Pull the idea toward these but only where it's authentic to the product:
51
-
52
- 1. **Deep tech / novel IP** — real algorithmic, model, system, or hardware
53
- differentiation; not an "AI wrapper" over someone else's API.
54
- 2. **Physical & agentic AI** robotics, autonomy, embodied/edge AI, perception
55
- + navigation + actuation, or agents that take real actions. NVIDIA is leaning
56
- hard into Physical AI.
57
- 3. **GPU acceleration is essential** the workload genuinely needs accelerated
58
- compute (training/fine-tuning, large-scale inference, simulation, 3D, RL,
59
- vision, LLMs) GPUs are a *must-have*, not a nice-to-have.
60
- 4. **Defensibility / moat** — proprietary models, a unique/proprietary dataset,
61
- custom hardware, or deep integration with the NVIDIA stack for stickiness.
62
- 5. **Large, impactful market** — autonomy, robotics, healthcare AI, advanced
63
- manufacturing, smart cities, enterprise AI — clear, massive TAM and a path to
64
- commercialize and scale globally.
65
- 6. **Technical rigor & momentum** prototypes, benchmarks, pilots, publications;
66
- a credible, technical founding team.
67
- 7. **NVIDIA ecosystem synergy** would clearly use and benefit from NVIDIA
68
- platforms (CUDA, TensorRT, Triton, NIM, NeMo, Riva, Metropolis, Holoscan,
69
- Omniverse, Isaac, Jetson, DGX / NVIDIA AI Enterprise), and could collaborate
70
- on reference designs / whitepapers / joint GTM.
71
-
72
- Excluded/weak profiles to steer away from: consulting/outsourcing, crypto
73
- mining/trading, pure reselling, thin AI wrappers with no real compute need.
74
-
75
- ## Step 2 Elevate the idea
76
-
77
- For each lever, produce a concrete upgrade to the existing idea:
78
- - **Sharpen the wedge:** a specific, painful, narrow beachhead use case where
79
- the product wins decisively before expanding.
80
- - **Deepen the tech:** identify where to add genuine deep-tech depth (a
81
- proprietary model, a data flywheel, a simulation/edge component) so GPUs become
82
- essential. Be honest about what is real vs. aspirational.
83
- - **Add a Physical/Agentic angle where credible:** reframe toward embodied/edge
84
- or agentic execution if it fits the problem — don't force it.
85
- - **Build the moat:** name the defensible asset (data, model, hardware,
86
- integration) and how it compounds over time.
87
- - **Right-size the market:** beachhead adjacent expansionfull TAM, with the
88
- "why now."
89
- - **Map NVIDIA tech authentically:** for each technical need, the specific NVIDIA
90
- technology that serves it and why tied to a real use case, never as buzzwords.
91
-
92
- Always keep two views: the **original idea** and the **elevated idea**, so the
93
- founder sees exactly what changed and why it raises acceptance odds.
94
-
95
- ## Output write the elevated idea
54
+ Use both: boost the idea here, then score it there for a second opinion.
55
+
56
+ ## Phase 1 — Read the existing startup
57
+
58
+ Discover and read the startup-related files already in the project:
59
+ - `idea*`, `README*`, `pitch*`, `deck*`, `business-plan*`, `prd*`, `vision*`,
60
+ `notes*`, `one-pager*`, `concept*`, `startup*`, `profile*`, and `docs/` content.
61
+ - Prefer Markdown/text/exported notes. Capture the **startup name exactly**.
62
+
63
+ Extract and restate in your own words: the problem and who has it; current
64
+ alternatives; the product/solution and how it works; target market and business
65
+ model; any AI/ML, data, or compute; team, stage, traction, and named tech stack.
66
+ List every existing **strength** explicitly so Rule 6 can protect them.
67
+
68
+ If little exists, ask 3–5 focused questions before boosting. Flag gaps as
69
+ `[UNKNOWN]`, never invent facts.
70
+
71
+ ## Phase 2 Acceptance knowledge base (baked in; research OPTIONAL)
72
+
73
+ A distilled NVIDIA Inception knowledge base is **embedded in this skill** below.
74
+ **Use it as the default ground truth and do NOT browse the web for the basics** —
75
+ this saves tokens and time. Only do live research when the user explicitly asks for
76
+ the latest/verified data, the idea sits in a niche the baked-in patterns don't
77
+ cover, or you want a fresh accepted-startup example to cite. When you do, fold in
78
+ what's new and note "verified <date>"; otherwise proceed straight to scoring.
79
+
80
+ **Optional sources (only if refreshing):** the official NVIDIA Inception site and
81
+ eligibility page; NVIDIA startup **showcase**/**spotlight** companies; NVIDIA
82
+ **Physical AI / Robotics / Agentic AI / Omniverse / Cosmos / NIM / NeMo / Riva /
83
+ AI Enterprise / CUDA** pages; accepted-startup announcements; founder write-ups;
84
+ and VC-backed Physical/Enterprise/Deep-Tech AI startups. Extract: acceptance
85
+ patterns, common categories, preferred tech/workloads, technical-depth indicators,
86
+ and acceptance vs. rejection reasons.
87
+
88
+ ### Baked-in knowledge base (default ground truth no research needed)
89
+
90
+ **Program facts & eligibility.** Free, equity-free, no fees; no deadline, rolling
91
+ review (~few days to ~2 weeks). Must be incorporated, have a working website, use a
92
+ business email, and employ ≥1 developer. Generally <10 years old, building AI / ML /
93
+ data-science / accelerated-computing products (not consulting/outsourcing). Open to
94
+ all funding stages. **Not eligible:** consulting/outsourcing shops, crypto
95
+ (mining/trading), pure cloud resellers/distributors, public companies. **Tiers:**
96
+ Emerging Scale Premier. **Benefits:** SDKs + dev tools, DLI training, preferred
97
+ hardware pricing, partner cloud credits, Inception Capital Connect / VC Alliance
98
+ investor access, co-marketing, badges, events.
99
+
100
+ **What gets noticed.** Workloads where **GPUs are essential** (training/fine-tuning,
101
+ large-scale inference, simulation, 3D/graphics, RL, vision, LLMs); **deep tech /
102
+ novel IP**, not thin API wrappers; **Physical AI** (robotics, autonomy, embodied/
103
+ edge, digital twins, simulation); **Agentic & Generative AI** that takes real
104
+ actions; **Enterprise AI** with a clear buyer; a **data flywheel / moat**; a large
105
+ market with a credible technical team.
106
+
107
+ **Accepted-startup categories.** Healthcare/biotech & drug discovery · Robotics &
108
+ autonomy · Manufacturing/industrial & digital twins · Generative AI / LLM apps &
109
+ infra · Computer vision & video analytics · Agentic AI & copilots · Climate/energy ·
110
+ Cybersecurity · Fintech/fraud · Retail · Agritech · Autonomous vehicles · Edge AI ·
111
+ Data/RAG/vector platforms · Scientific computing/HPC.
112
+
113
+ **NVIDIA ecosystem reference (tech use → recommend when).** CUDA/cuDNN (GPU
114
+ compute custom kernels/training) · TensorRT (fast inferencelow-latency prod) ·
115
+ Triton (multi-model serving → high throughput) · RAPIDS (GPU data science → heavy
116
+ ETL/analytics) · NIM (inference microservices fast enterprise deploy) · NeMo
117
+ (+Retriever/Guardrails) (build/customize/RAG LLMs custom models) · Riva (speech
118
+ voice/transcription) · Metropolis (vision AI → video analytics) · Holoscan (sensor/
119
+ edge medical/industrial streams) · Omniverse (3D sim/digital twins) · Cosmos
120
+ (world foundation models sim data for robots/AV) · Isaac (Sim/Lab/ROS, GR00T →
121
+ robotics/embodied) · Jetson (edge compute → on-device AI) · DGX/HGX (large-scale
122
+ training) · NVIDIA AI Enterprise (supported platform → regulated enterprises).
123
+ Domain stacks: BioNeMo (drug discovery), Clara (healthcare), DRIVE (AV), Morpheus
124
+ (cybersecurity), Earth-2 (climate), Aerial (telecom), Maxine (media).
125
+
126
+ **Strategic pull areas (2024–2026).** Physical AI & robotics · Agentic AI · Digital
127
+ twins & simulation · Sovereign/enterprise AI · Healthcare/biotech · Manufacturing/
128
+ industrial · Climate/energy · Cybersecurity · Scientific computing.
129
+
130
+ **Common rejection signals.** GPUs only nice-to-have; AI-wrapper with no real
131
+ compute; consulting/outsourcing; crypto; pure reselling; vague market; no technical
132
+ depth or differentiation; ineligible category.
133
+
134
+ ## NVIDIA Inception Scoring Engine (0–100)
135
+
136
+ Score the **original** idea, then the **boosted** idea, with the same rubric.
137
+ Each category is scored 0–100, multiplied by its weight, and summed.
138
+
139
+ | # | Category | Weight | Scores high when… |
140
+ |---|---|---|---|
141
+ | 1 | AI Depth | 20% | Real models/algorithms/training, not a thin wrapper |
142
+ | 2 | GPU Utilization Potential | 15% | Workload genuinely requires accelerated compute |
143
+ | 3 | Technical Innovation | 15% | Novel IP, architecture, or hard technical edge |
144
+ | 4 | Scalability | 10% | Scales across customers/markets without linear cost |
145
+ | 5 | Enterprise Potential | 10% | Clear enterprise buyer, budget, and deployment path |
146
+ | 6 | Physical AI Potential | 10% | Robotics/autonomy/edge/digital-twin/simulation angle |
147
+ | 7 | Data Flywheel | 5% | Usage compounds proprietary data that improves the product |
148
+ | 8 | Market Size | 5% | Large, growing TAM with a real beachhead |
149
+ | 9 | Defensibility | 5% | Moat: data, model, hardware, integration, switching cost |
150
+ | 10 | Alignment w/ NVIDIA Strategic Areas | 5% | Maps to NVIDIA's current focus areas |
151
+
152
+ **Acceptance probability bands (boosted score):** 0–39 Low · 40–59 Borderline ·
153
+ 60–74 Competitive · 75–89 Strong · 90–100 Exceptional. Always show the **per-
154
+ category table for before and after**, the weighted totals, and the point delta.
155
+
156
+ ## Transformation framework
157
+
158
+ For every idea, **attempt to add** these AI capabilities where authentic to the
159
+ product (label additions `[ASPIRATIONAL]` until real):
160
+
161
+ > Agentic AI · Generative AI · Computer Vision · Predictive AI · Enterprise AI ·
162
+ > Multimodal AI · Autonomous Decision Systems · AI Copilots · Digital Twins ·
163
+ > Synthetic Data · Simulation Layer · Real-time AI · Physical AI · AI
164
+ > Infrastructure · AI Workflow Automation · Knowledge Graphs · AI Analytics
165
+
166
+ And **boost the score when relevant** by mapping to NVIDIA tech and verticals
167
+ (only where it serves a stated need, never as buzzwords):
168
+
169
+ > NeMo · NIM · Omniverse · Cosmos · Riva · CUDA · TensorRT · Triton · Isaac ·
170
+ > Jetson · Metropolis · Holoscan · GPU acceleration · Edge AI · Robotics ·
171
+ > Industrial AI · Healthcare AI · Climate AI · Manufacturing AI · Supply Chain AI
172
+ > · Cybersecurity AI
173
+
174
+ ## Idea rewrite process (run in order)
175
+
176
+ 1. Analyze the original startup (Phase 1).
177
+ 2. Calculate the original NVIDIA score (rubric above).
178
+ 3. Identify weaknesses (lowest-weighted-gap categories first).
179
+ 4. Identify missing NVIDIA-aligned opportunities.
180
+ 5. Generate the upgraded startup concept (same name, same vision).
181
+ 6. Generate an AI-enhanced product roadmap.
182
+ 7. Generate NVIDIA ecosystem integration opportunities.
183
+ 8. Generate the technical architecture.
184
+ 9. Generate the GPU utilization strategy.
185
+ 10. Generate the enterprise expansion strategy.
186
+ 11. Generate the moat/defensibility strategy.
187
+ 12. Generate the data strategy (flywheel).
188
+ 13. Generate the investor narrative.
189
+ 14. Generate the NVIDIA-Inception-optimized pitch, then recompute the score.
190
+
191
+ ## Outputs
96
192
 
97
193
  1. Create an `nvidia-inception/` folder in the project root if missing.
98
- 2. Write `nvidia-inception/elevated-idea.md` (UTF-8 Markdown):
194
+ 2. Write the master report: **`nvidia-inception/boosted-idea.md`** with all 18
195
+ required sections below.
196
+ 3. Write **rewritten documents** into `nvidia-inception/rewrites/` — one file per
197
+ source artifact that exists (or that the founder needs), each preserving the
198
+ **startup name** and **core vision**:
199
+ - `pitch.md`, `startup-profile.md`, `prd.md`, `business-plan.md`,
200
+ `one-line-summary.txt`, `short-summary.txt`
201
+ - If a source doc existed, base its rewrite on that file; otherwise generate a
202
+ fresh NVIDIA-aligned version. Never overwrite the user's originals in place.
203
+
204
+ ### Master report template (`boosted-idea.md`)
205
+
206
+ Use exactly these 18 section headings, in order:
99
207
 
100
208
  ```
101
- # Elevated Startup Idea — <Company / Working Name>
209
+ # NVIDIA Inception Boost — <Startup Name (unchanged)>
102
210
  Generated: <YYYY-MM-DD>
103
- Sources read: <list the files you ingested>
211
+ Sources read: <files ingested>
212
+ Research: <"baked-in KB" by default, or live sources + "verified <date>" if refreshed>
104
213
 
105
- ## Original Idea (as understood)
106
- <faithful restatement of the founder's current idea>
214
+ ## 1. Original Startup Summary
215
+ <faithful restatement + explicit list of existing strengths (protected)>
107
216
 
108
- ## Elevated One-Liner
109
- <one sharp sentence, NVIDIA-aligned, no hype>
217
+ ## 2. NVIDIA Inception Compatibility Score
218
+ <before/after per-category table (0–100 each), weighted totals, point delta>
110
219
 
111
- ## Elevated Pitch (problem → wedge → solution → why now)
220
+ ## 3. Acceptance Probability Analysis
221
+ <before vs after band + the few changes that move the needle most>
112
222
 
113
- ## NVIDIA-Preference Upgrades
114
- | Lever | Before | After (elevated) | Why it helps acceptance |
115
- |---|---|---|---|
116
- | Deep tech / IP | … | … | … |
117
- | Physical / Agentic AI | | | … |
118
- | GPU essential | … | … | … |
119
- | Defensibility / moat | … | … | … |
120
- | Market & why-now | | | |
121
- | NVIDIA ecosystem fit | … | … | … |
223
+ ## 4. Missing Requirements
224
+ <what's absent vs. what NVIDIA rewards, ranked by score impact>
225
+
226
+ ## 5. NVIDIA Alignment Opportunities
227
+ <specific strategic-area and ecosystem fits, each tied to a real need>
228
+
229
+ ## 6. Upgraded Startup Concept
230
+ <same name, same vision, stronger framing what changed and why>
231
+
232
+ ## 7. AI Expansion Opportunities
233
+ <which capabilities from the framework to add; real vs [ASPIRATIONAL]>
122
234
 
123
- ## Recommended NVIDIA Stack (tech → use case → reason)
235
+ ## 8. Physical AI Expansion Opportunities
236
+ <robotics / autonomy / edge / digital-twin / simulation angle, if credible>
124
237
 
125
- ## Defensibility / Moat Plan
238
+ ## 9. Agentic AI Expansion Opportunities
239
+ <agents that take real actions; copilots; autonomous decision systems>
126
240
 
127
- ## Beachhead Expansion Market Path
241
+ ## 10. Enterprise Expansion Opportunities
242
+ <enterprise buyer, deployment, compliance, land-and-expand>
128
243
 
129
- ## Proof Plan (prototype, benchmark, pilot, publication)
244
+ ## 11. GPU Utilization Plan
245
+ <exact workloads needing acceleration; training/inference/sim; scale>
130
246
 
131
- ## Risks & Honest Gaps (incl. anything still [UNKNOWN])
247
+ ## 12. Technical Architecture
248
+ <components, data flow, models, where NVIDIA stack plugs in>
132
249
 
133
- ## Next Steps (so it's ready for nvidia-inception-starter scoring)
250
+ ## 13. Data Strategy
251
+ <data sources, the flywheel, synthetic data, labeling, governance>
252
+
253
+ ## 14. Competitive Moat
254
+ <defensible asset(s) and how they compound; switching costs>
255
+
256
+ ## 15. Market Expansion Plan
257
+ <beachhead → adjacent → full TAM, with "why now">
258
+
259
+ ## 16. Investor Narrative
260
+ <the fundable story: problem, wedge, momentum, vision, ask>
261
+
262
+ ## 17. NVIDIA Inception Optimized Pitch
263
+ <tight pitch written for an NVIDIA reviewer; specific, no hype>
264
+
265
+ ## 18. Final NVIDIA Acceptance Score
266
+ <final weighted score, band, and a justification table:
267
+ | Change | Section | Why it raises acceptance odds | Real / [ASPIRATIONAL] |>
134
268
  ```
135
269
 
270
+ Every modification must appear in a justification (Rule 5), and the section-18
271
+ table is where each change is defended.
272
+
136
273
  ## Quality bar
137
274
 
138
- - **Elevate, don't fabricate.** Strengthen the real idea; never swap it for a
139
- trendier one or claim capabilities that don't exist.
140
- - Make GPU dependence and the moat *believable*, with specifics.
141
- - Recommend NVIDIA tech only where it authentically fits a stated need.
142
- - Keep the before/after explicit so the founder can choose what to adopt.
275
+ - **Same name, same vision.** Check the name is byte-for-byte unchanged everywhere.
276
+ - **Additive only.** Every original strength still appears in the boosted version.
277
+ - **Believable depth.** Make GPU dependence, the moat, and the data flywheel
278
+ concrete; label aspirational pieces honestly.
279
+ - **Authentic NVIDIA mapping.** Recommend a specific technology only where it
280
+ serves a stated need — tech → use case → reason, never buzzword lists.
281
+ - **No banned hype** ("revolutionary", "world-class", "#1", "game-changer").
282
+ Specific numbers and named use cases beat adjectives.
143
283
 
144
284
  ## Verification checklist (run before finishing)
145
285
 
146
- 1. You actually read the existing idea files and listed them under "Sources read".
147
- 2. `nvidia-inception/elevated-idea.md` exists with every section above.
148
- 3. The elevated idea preserves the founder's core intent.
149
- 4. Every NVIDIA-preference lever has a concrete before → after upgrade.
150
- 5. NVIDIA tech recommendations are tied to real use cases, not buzzwords.
151
- 6. Honest gaps and `[UNKNOWN]`s are stated, not hidden.
286
+ 1. The startup **name is unchanged** in the report and in every rewritten document.
287
+ 2. The **core founder vision** is intact and visibly preserved.
288
+ 3. Phase-1 files were actually read and listed; the baked-in KB (or refreshed research) is reflected.
289
+ 4. `nvidia-inception/boosted-idea.md` exists with **all 18 sections**.
290
+ 5. Rewritten documents exist under `nvidia-inception/rewrites/` and preserve name + vision.
291
+ 6. The scoring engine shows **before and after** per-category scores, weighted
292
+ totals, and a delta, using the 10 weighted categories.
293
+ 7. Every original strength is retained (nothing removed).
294
+ 8. Every modification has a justification; aspirational items are labeled, unknowns marked `[UNKNOWN]`.
295
+ 9. NVIDIA tech is tied to real use cases; no buzzword stuffing; no banned hype.
@@ -1,9 +1,10 @@
1
1
  # nvidia-inception-starter
2
2
 
3
3
  An expert advisor that prepares, evaluates, and optimizes your startup for
4
- **NVIDIA Inception** acceptance — it researches the program and accepted
5
- companies, scores you **0–100**, audits website/product/AI/architecture/NVIDIA
6
- alignment, and writes a full readiness report with a 90-day plan.
4
+ **NVIDIA Inception** acceptance — it ships with a **baked-in knowledge base** of the
5
+ program and accepted companies (so research is optional and token-cheap), scores you
6
+ **0–100**, audits website/product/AI/architecture/NVIDIA alignment, and writes a
7
+ full readiness report with a 90-day plan.
7
8
 
8
9
  ## Install
9
10
 
@@ -27,8 +28,8 @@ After installing, ask your agent:
27
28
 
28
29
  > "Assess my startup for NVIDIA Inception"
29
30
 
30
- It collects your company details (and researches the program + accepted
31
- startups), then writes
31
+ It collects your company details (using a **baked-in NVIDIA Inception knowledge
32
+ base** — research is optional), then writes
32
33
  **`nvidia-inception/inception-readiness-report.md`** in your project root.
33
34
 
34
35
  ## Output