spirewise 1.7.1 → 1.9.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 +63 -44
  3. package/install.sh +8 -8
  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
@@ -4,17 +4,19 @@ description: >-
4
4
  Expert startup advisor that prepares, evaluates, and optimizes a startup for
5
5
  acceptance into NVIDIA Inception. Use when the user asks to "assess my startup
6
6
  for NVIDIA Inception", "am I ready for NVIDIA Inception", "improve my NVIDIA
7
- application", "NVIDIA Inception readiness", or wants a scored audit + roadmap.
8
- Researches NVIDIA Inception and accepted startups, scores the company 0–100,
9
- audits website/product/AI/architecture/NVIDIA-alignment, and writes a full
10
- readiness report to an `nvidia-inception/` folder in the project root.
7
+ application", " NVIDIA Inception readiness", or wants a scored audit + roadmap. Ships with a
8
+ baked-in NVIDIA Inception knowledge base (eligibility, benefits, accepted-startup
9
+ patterns, ecosystem-tech reference) so research is optional and token-cheap;
10
+ scores the company 0–100, audits website/product/AI/architecture/NVIDIA-alignment,
11
+ and writes a full readiness report to an `nvidia-inception/` folder in the project root.
11
12
  ---
12
13
 
13
14
  # NVIDIA Inception Starter
14
15
 
15
- Prepare a startup for NVIDIA Inception: research the program and its accepted
16
- companies, score the startup, audit every dimension that affects acceptance, and
17
- produce a brutally honest readiness report with a 90-day action plan.
16
+ Prepare a startup for NVIDIA Inception: using a **baked-in knowledge base** of the
17
+ program and its accepted companies (live research optional), score the startup,
18
+ audit every dimension that affects acceptance, and produce a brutally honest
19
+ readiness report with a 90-day action plan.
18
20
 
19
21
  ## Persona
20
22
 
@@ -37,48 +39,83 @@ Gather (ask, or infer from the repo/website/links the user provides):
37
39
  If details are missing, mark them as `[UNKNOWN]` in the report and lower the
38
40
  relevant scores — do not invent facts.
39
41
 
40
- ## Step 1 — Research (do this before scoring)
41
-
42
- Research to current, real sources. Do not rely on memory alone.
43
- - **Official program:** eligibility, application process, tiers, benefits, FAQ
44
- (nvidia.com/startups and the Inception FAQ).
45
- - **Accepted startups:** study a broad sample (aim for many, ideally 50–100+)
46
- from NVIDIA startup showcases, member spotlights, case studies, and blogs.
47
- - For each accepted startup, note: industry, problem, market, product/AI
48
- category, funding stage, tech stack, NVIDIA tech used, homepage headline,
49
- value prop, traction, and competitive edge.
50
- - **Detect patterns:** most common categories, AI use cases, funding stages,
51
- founder backgrounds, website structures, messaging, and NVIDIA-tech usage.
52
- - Convert patterns into **acceptance signals** (what accepted startups share)
53
- and **risk signals** (what rejected/ineligible profiles share).
54
-
55
- ## Verified program facts (ground truthkeep current by re-checking)
56
-
57
- Eligibility (typical):
58
- - **Free, equity-free, no fees.** No application deadline; rolling review
59
- (usually a few business days to ~2 weeks).
42
+ ## Step 1 — Research is OPTIONAL (defaults are baked in below)
43
+
44
+ A current, distilled NVIDIA Inception knowledge base is **embedded in this skill**
45
+ (next section). **Use it as the default ground truth and do NOT browse the web for
46
+ the basics** — this saves tokens and time. Only do live research when:
47
+ - the user explicitly asks for the latest/verified data, or
48
+ - the startup sits in a niche the baked-in patterns don't cover, or
49
+ - you need a fresh accepted-startup example to cite.
50
+
51
+ When you do research, confirm eligibility/benefits on nvidia.com/startups and skim
52
+ a handful of accepted-startup spotlights; fold anything new into your analysis and
53
+ note "verified <date>". Otherwise, proceed straight to scoring with the baked-in KB.
54
+
55
+ ## Baked-in NVIDIA Inception knowledge base (default ground truth)
56
+
57
+ Treat the following as known factsno research needed to use them.
58
+
59
+ ### Program facts & eligibility
60
+ - **Free, equity-free, no fees.** No application deadline; rolling review (usually
61
+ a few business days to ~2 weeks).
60
62
  - Must be **incorporated** (registered legal entity), have a **working company
61
63
  website**, use a **business email** (no generic/alias addresses), and employ
62
64
  **at least one developer**.
63
65
  - Generally **under 10 years old**, and **building AI / ML / data-science /
64
66
  accelerated-computing products** — not selling consulting or outsourced dev.
65
67
  - **Open to all funding stages** (bootstrapped → growth).
66
-
67
- Commonly **not eligible**: consulting / outsourcing dev shops, crypto
68
- (mining/trading), pure cloud service providers, resellers/distributors, and
69
- public companies.
70
-
71
- Tiers (startups progress as they grow): **Emerging Scale Premier**. Higher
72
- tiers unlock more cloud credits, deeper engineering support, DLI training,
73
- co-marketing, and investor access.
74
-
75
- Benefits: NVIDIA SDKs + developer tools, Deep Learning Institute (DLI) training,
76
- preferred hardware pricing, partner **cloud credits**, **Inception Capital
77
- Connect / VC Alliance** investor access, co-marketing, badges, and events.
78
-
79
- NVIDIA technologies to align with (cite the ones that genuinely fit): CUDA,
80
- cuDNN, TensorRT, Triton, RAPIDS, NIM, NeMo, Riva, Metropolis, Holoscan,
81
- Omniverse, Isaac (robotics), Jetson (edge), DGX / NVIDIA AI Enterprise.
68
+ - Commonly **not eligible**: consulting / outsourcing dev shops, crypto
69
+ (mining/trading), pure cloud service providers, resellers/distributors, and
70
+ public companies.
71
+ - **Tiers:** **Emerging → Scale → Premier**. Higher tiers unlock more cloud
72
+ credits, deeper engineering support, DLI training, co-marketing, and investor access.
73
+ - **Benefits:** NVIDIA SDKs + developer tools, Deep Learning Institute (DLI)
74
+ training, preferred hardware pricing, partner **cloud credits**, **Inception
75
+ Capital Connect / VC Alliance** investor access, co-marketing, badges, and events.
76
+
77
+ ### Accepted-startup category patterns (what members commonly build)
78
+ Healthcare/biotech & drug discovery · Robotics & autonomy · Manufacturing/
79
+ industrial & digital twins · Generative AI / LLM apps & infrastructure · Computer
80
+ vision & video analytics · Agentic AI & AI copilots · Climate/energy & Earth
81
+ modeling · Cybersecurity AI · Fintech & fraud AI · Retail/e-commerce AI · Agritech
82
+ · Autonomous vehicles · Edge AI · Data analytics & vector/RAG platforms · Scientific
83
+ computing/HPC.
84
+
85
+ ### NVIDIA ecosystem reference (tech → what it's for → recommend when)
86
+ | NVIDIA tech | What it's for | Recommend when the startup… |
87
+ |---|---|---|
88
+ | CUDA / cuDNN | Core GPU compute primitives | runs any custom GPU kernels / training |
89
+ | TensorRT | Optimized low-latency inference | needs fast/cheap production inference |
90
+ | Triton Inference Server | Multi-model serving at scale | serves many models / high throughput |
91
+ | RAPIDS | GPU-accelerated data science | does heavy tabular/ETL/analytics |
92
+ | NIM | Prebuilt inference microservices | deploys LLMs/models fast in enterprise |
93
+ | NeMo (+ Retriever, Guardrails) | Build/customize/RAG LLMs | trains, fine-tunes, or RAGs custom models |
94
+ | Riva | Speech AI (ASR/TTS) | does voice, transcription, or speech UX |
95
+ | Metropolis | Vision AI for cities/industry | does video analytics / smart spaces |
96
+ | Holoscan | Real-time sensor/edge AI | does medical/industrial sensor streams |
97
+ | Omniverse | 3D simulation & digital twins | builds digital twins / synthetic worlds |
98
+ | Cosmos | World foundation models for Physical AI | needs world models / sim data for robots/AV |
99
+ | Isaac (Sim/Lab/ROS, GR00T) | Robotics dev & simulation | builds robots / embodied agents |
100
+ | Jetson | Edge AI compute | deploys AI on-device / at the edge |
101
+ | DGX / HGX | Large-scale training clusters | trains large models / needs big compute |
102
+ | NVIDIA AI Enterprise | Supported enterprise AI platform | sells AI into regulated enterprises |
103
+ | Domain stacks: BioNeMo (drug discovery), Clara (healthcare), DRIVE (AV), Morpheus (cybersecurity), Earth-2 (climate), Aerial (telecom), Maxine (media) | Vertical accelerators | operates in that specific vertical |
104
+
105
+ ### Strategic focus areas NVIDIA is pulling toward (2024–2026)
106
+ Physical AI & robotics · Agentic AI · Digital twins & simulation · Sovereign &
107
+ enterprise AI · Healthcare/biotech · Manufacturing/industrial · Climate/energy ·
108
+ Cybersecurity · Scientific computing. Mapping to these raises perceived fit.
109
+
110
+ ### Acceptance signals vs. risk signals
111
+ - **Acceptance signals:** GPUs are essential (training/large-scale inference/sim);
112
+ real models or novel IP (not a thin wrapper); a data flywheel/moat; clear
113
+ enterprise buyer; technical founding team; maps to a strategic focus area.
114
+ - **Risk/rejection signals:** GPUs only "nice to have"; AI-wrapper with no real
115
+ compute; consulting/outsourcing; crypto; vague market; no technical depth or
116
+ differentiation; ineligible category.
117
+
118
+ If the platform/program changes, prefer the live value and note the update.
82
119
 
83
120
  ## Step 2 — Score the startup (0–100)
84
121
 
@@ -1,14 +1,16 @@
1
1
  # nvidia-product-inventor
2
2
 
3
- Reads your **existing startup-idea files** and invents **3–6 concrete products**
4
- (not marketing copy) engineered to fit NVIDIA Inception. Each product gets a
5
- short brandable name (**4–10 letters**) and an explicit NVIDIA stack
6
- **physical/compute hardware (GPUs, Jetson, DGX…) first**, then SDKs, then
7
- software.
3
+ Reads your **existing startup-idea files** and invents **4–6 highly strategic
4
+ products** (not marketing copy) that all stay in your **same industry, category,
5
+ market, and founder vision** together forming a stronger **multi-product AI
6
+ ecosystem** engineered to maximize NVIDIA Inception acceptance. Each product gets a
7
+ short brandable name (**4–10 letters**), a full spec (problem, AI + NVIDIA
8
+ opportunity, architecture, revenue model, GPU strategy, acceptance impact), and a
9
+ **complete enterprise-grade brand kit**.
8
10
 
9
11
  > Builds on **`nvidia-inception-idea-booster`** (preference levers) and
10
- > **`nvidia-inception-starter`** (acceptance lens). Products only — no website
11
- > or landing-page copy.
12
+ > **`nvidia-inception-starter`** (acceptance lens). Products only — no website or
13
+ > landing-page copy. NVIDIA acceptance knowledge is **baked in** (research optional).
12
14
 
13
15
  ## Install
14
16
 
@@ -30,7 +32,7 @@ npx spirewise remove -s nvidia-product-inventor -a claude,cursor -sc both
30
32
 
31
33
  Put your idea notes anywhere in the project, then ask your agent:
32
34
 
33
- > "Invent products for NVIDIA Inception from our idea"
35
+ > "Invent a product ecosystem for NVIDIA Inception from our idea"
34
36
 
35
37
  It reads those files and writes a **`products_raw/`** folder with one subfolder
36
38
  per product.
@@ -39,44 +41,46 @@ per product.
39
41
 
40
42
  ```
41
43
  products_raw/
42
- ├── _overview.md # all products: name, letters, one-liner, primary GPU
44
+ ├── _overview.md # locked space + ecosystem thesis + all products (both 10/10 scores)
43
45
  ├── <Product1>/
44
46
  │ ├── product.md
45
- │ ├── logo-brief.md
46
- │ ├── <Product1>-logo-dark-1080x1080.png # dark bg + light mark
47
- └── <Product1>-logo-light-1080x1080.png # light bg + dark mark
47
+ │ ├── logo-brief.md # brief + AI prompt + SVG prompt + brand guide + type + palette
48
+ │ ├── <Product1>-logo-primary-1080x1080.png
49
+ ├── <Product1>-logo-square-1080x1080.png
50
+ │ ├── <Product1>-app-icon-1024x1024.png
51
+ │ ├── <Product1>-favicon-512x512.png
52
+ │ ├── <Product1>-logo.svg
53
+ │ └── <Product1>-logo-transparent-1080x1080.png
48
54
  ├── <Product2>/…
49
- └── … # 3–6 products total
55
+ └── … # 4–6 products total
50
56
  ```
51
57
 
52
- Each `product.md` covers the problem, what it does, **why GPU compute is
53
- essential**, the NVIDIA stack (hardware → SDKs → software), physical/edge angle,
54
- moat, market, Inception fit, and MVP scope. Each product also ships a **real
55
- 1080×1080 PNG logo mark** (abstract symbol only, no letters, centered) in **two
56
- high-contrast variants** dark bg + light mark, and light bg + dark mark.
58
+ Each `product.md` covers tagline, vision, description, customer problem, target
59
+ market, **AI opportunity**, **NVIDIA alignment**, core features, technical
60
+ architecture, technology stack (**hardware SDKs software**), revenue model,
61
+ market size, competitive advantage, defensibility, **GPU utilization strategy**,
62
+ **NVIDIA Inception acceptance benefits**, the ecosystem link, a dual-10/10
63
+ scorecard, and the brand identity.
57
64
 
58
65
  ## Rules it enforces
59
66
 
60
- - **Same space only** — all products share the startup's industry, category, core
61
- idea, and users (variations/components of the one idea), never new categories or
62
- unrelated businesses.
63
- - **Dual 10/10 gate** every product must self-score **10/10 on NVIDIA Inception
64
- approval fit AND 10/10 on same-space fit** (both recorded in `product.md` and
65
- `_overview.md`); redesign or discard anything below 10 on either axis.
66
- - **Research-backed approval criteria** products are engineered to the qualities
67
+ - **Same space only** — never changes the startup name, industry, category, or
68
+ market; products complement each other as one ecosystem, never unrelated plays.
69
+ - **Ecosystem goal** — make reviewers see a long-term AI platform, not a single
70
+ feature (maximizing AI depth, scalability, enterprise value, GPU usage, moat).
71
+ - **Dual 10/10 gate** — every product self-scores **10/10 on NVIDIA Inception
72
+ approval fit AND 10/10 on same-space/ecosystem fit** (recorded in `product.md`
73
+ and `_overview.md`); redesign or discard anything below 10.
74
+ - **Research-backed criteria (baked in)** — products fit the qualities
67
75
  NVIDIA-approved startups share (deep-tech & GPU-essential core, authentic NVIDIA
68
- platform alignment, physical/agentic AI lean, defensible moat, real market +
69
- scalability) and trip **zero disqualifiers** (no AI wrappers, consulting, crypto,
70
- or reseller plays).
71
- - **3–6 products**, each in its own folder under `products_raw/`.
72
- - Product names are **4–10 letters, letters only**, brandable; folder name = product name.
73
- - NVIDIA stack ordered **physical/GPU first**, then SDKs, then software.
74
- - Every product must genuinely need accelerated compute (no AI wrappers).
75
- - Each product gets a **proper designed logo MARK** 1080×1080 PNG, **mark/symbol
76
- only and center-aligned** (no full wordmark or name text, **no letters,
77
- initials, or monogram**), in **two high-contrast variants** (dark bg + light
78
- mark, and light bg + dark mark never low-contrast), each on a **solid
79
- background** (no transparency or gradient), a letter-free custom brand symbol
80
- (not an SVG/UI icon or emoji), saved in the product's folder.
81
-
82
- See `SKILL.md` for the full method and the per-product template.
76
+ platform alignment, physical/agentic/enterprise AI, defensible moat, real market)
77
+ and trip **zero disqualifiers** (no AI wrappers, consulting, crypto, or reseller).
78
+ - **4–6 products**, each `4–10 letters` (letters only), in its own folder; folder
79
+ name = product name; NVIDIA stack ordered **GPU/hardware first**.
80
+ - **Complete brand kit per product** primary & square logos (1080×1080), app icon
81
+ (1024×1024), favicon, SVG, and a **transparent-background** version, plus a
82
+ `logo-brief.md` with the design brief, AI image prompt, SVG prompt, brand usage
83
+ guide, typography, and color palette. Logos must be enterprise-grade, work on dark
84
+ **and** light backgrounds, and **avoid generic AI clichés** (no brains/circuits).
85
+
86
+ See `SKILL.md` for the full method, the per-product template, and the brand-kit spec.