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,25 +1,47 @@
1
1
  ---
2
2
  name: nvidia-product-inventor
3
3
  description: >-
4
- Read a startup's existing idea/notes files and invent 3–6 concrete PRODUCTS
5
- (not marketing copy) that all stay in the SAME industry, category, and core idea
6
- as the startupvariations/components of the one idea, never new categories.
7
- Each product is engineered to score a perfect 10/10 on NVIDIA Inception
8
- approval fit AND 10/10 on same-space alignment, gets a short
9
- brandable name (4–10 letters), an explicit NVIDIA stack (physical/compute
10
- hardware like GPUs first, then SDKs, then software), and a real 1080×1080 PNG
11
- logo MARK (abstract symbol only no letters, no wordmark, centered) on a solid background. Use when the user asks to "invent products", "ideate
12
- products for NVIDIA", "what should we build for Inception", or "turn our idea
13
- into products". Writes a `products_raw/` folder with one subfolder per product.
14
- Builds on nvidia-inception-idea-booster and nvidia-inception-starter. Products
15
- only no website/landing copy.
4
+ Read a startup's existing idea/notes files and invent 4–6 highly strategic
5
+ PRODUCTS (not marketing copy) that stay in the SAME industry, category, market,
6
+ and founder visiontogether forming a stronger multi-product AI ecosystem
7
+ around the startup that maximizes NVIDIA Inception acceptance. Every product is
8
+ NVIDIA-aligned (deep tech, GPU-essential, physical/agentic/enterprise AI,
9
+ defensible, scalable), gets a full spec (problem, AI + NVIDIA opportunity,
10
+ architecture, revenue model, GPU strategy, acceptance impact) and a complete
11
+ brand kit (primary/square logo 1080×1080, app icon 1024×1024, favicon, SVG,
12
+ transparent version, brief, AI + SVG prompts, brand guide, typography, palette).
13
+ Use when the user asks to "invent products", "ideate products for NVIDIA", "what
14
+ should we build for Inception", or "turn our idea into a product ecosystem".
15
+ Writes a `products_raw/` folder with one subfolder per product. Builds on
16
+ nvidia-inception-idea-booster and nvidia-inception-starter. Products only — no
17
+ website/landing copy.
16
18
  ---
17
19
 
18
20
  # NVIDIA Product Inventor
19
21
 
20
- Turn the startup's idea into **3–6 buildable products** that maximize NVIDIA
21
- Inception fit. This is a product/ideation skill invent *what to build*, not
22
- marketing copy.
22
+ Turn the startup's single idea into a **4–6 product ecosystem** complementary,
23
+ buildable products that all live in the **same industry, category, and market**,
24
+ serve the **same founder vision**, and together make the startup read to an NVIDIA
25
+ Inception reviewer as a **long-term AI platform, not a one-feature tool**.
26
+
27
+ This is a product/ideation skill: invent *what to build* and design its brand —
28
+ never website or marketing copy.
29
+
30
+ ## Non-negotiable rules (read first)
31
+
32
+ 1. **NEVER change the startup name.**
33
+ 2. **NEVER change the startup's industry.**
34
+ 3. **NEVER change the startup's category.**
35
+ 4. **NEVER generate unrelated products.**
36
+ 5. **ALWAYS stay within the startup's market.**
37
+ 6. **ALWAYS generate products that strengthen the startup's ecosystem** (they
38
+ complement each other and the core product).
39
+ 7. **ALWAYS optimize each product for NVIDIA Inception attractiveness.**
40
+ 8. **ALWAYS give each product strong, real AI potential.**
41
+ 9. **ALWAYS justify why each product raises NVIDIA Inception acceptance probability.**
42
+
43
+ Elevate, don't fabricate: strengthen the real domain; mark anything not yet true as
44
+ `[ASPIRATIONAL]` and unknowns as `[UNKNOWN]`.
23
45
 
24
46
  ## Uses the sibling skills
25
47
 
@@ -27,268 +49,264 @@ marketing copy.
27
49
  (deep tech, physical/agentic AI, GPU-essential, defensibility, big market,
28
50
  ecosystem fit) when shaping every product.
29
51
  - Pre-screen each product with the **`nvidia-inception-starter`** acceptance lens
30
- (AI strength, technical innovation, NVIDIA alignment, market, moat). Keep only
31
- products that would plausibly score well; discard weak/"AI-wrapper" ones.
32
-
33
- ## What NVIDIA Inception actually approves (research-backed)
34
-
35
- NVIDIA Inception is free, non-dilutive, rolling-admission, and **industry-agnostic
36
- within emerging/accelerated-computing tech**. Engineer every product so it would
37
- read as an obvious **accept** to a reviewer. Approved startups consistently show:
38
-
39
- 1. **Deep-tech, GPU-essential core.** The product solves a hard technical problem
40
- (computer vision, LLMs/agents, RL, simulation, graphics, robotics, genomics,
41
- edge AI) that **substantially benefits from or is impossible without — GPU
42
- acceleration**. State plainly why it can't be built (or would be far worse) on
43
- CPUs alone.
44
- 2. **Authentic NVIDIA-platform alignment.** Concrete, credible use of NVIDIA
45
- hardware + SDKs (CUDA, TensorRT, Triton/NIM, Isaac, Omniverse, Metropolis,
46
- Holoscan, NeMo, Riva, RAPIDS…). The product should **drive demand for NVIDIA
47
- compute** and act as a reference workload.
48
- 3. **Physical AI / Agentic AI lean.** Robotics, autonomous systems, industrial
49
- automation, digital twins, embodied AI (physical AI) and/or autonomous
50
- decision-making agents/copilots (agentic AI). NVIDIA strongly favors these.
51
- 4. **Defensible moat.** Proprietary IP, unique/large proprietary datasets, deep
52
- technical barriers, or hardware integration not easily replicated.
53
- 5. **Real market + scalability.** Clear customer ROI, a sharp wedge, and a model
54
- that scales on GPU cloud or edge fleets. Pilots/traction are a plus to note.
55
- 6. **Research-to-product trajectory.** Credible technical depth (papers/SOTA
56
- methods) paired with a concrete, buildable product not a science project.
57
-
58
- ### Hard disqualifiers never generate products that read as these
59
- - **AI wrappers / thin API resellers** with no GPU-essential core or moat.
60
- - **Consulting / outsourced-dev** offerings (sell a product, not services).
61
- - **Crypto/mining/trading**, pure **cloud-reselling**, or generic
62
- **reseller/distributor** plays.
63
- - Anything where the GPU is a "nice-to-have," not a must-have.
52
+ (AI strength, technical innovation, NVIDIA alignment, market, moat) and discard
53
+ weak/"AI-wrapper" ideas.
54
+
55
+ ## Research: baked in (default) live research OPTIONAL
56
+
57
+ The NVIDIA Inception acceptance knowledge needed here is **embedded below**. **Use
58
+ it as the default and do NOT browse the web for the basics** — this saves tokens.
59
+ Only research live when the user asks for the latest data, the startup sits in a
60
+ niche not covered, or you want a fresh accepted-startup example to cite (then note
61
+ "verified <date>"). Optional sources if refreshing: official NVIDIA Inception site
62
+ & eligibility; NVIDIA startup showcases/spotlights; NVIDIA NIM/NeMo/Omniverse/
63
+ Cosmos/Riva and CUDA/TensorRT pages; Physical-AI, robotics, and enterprise-AI
64
+ initiatives; accepted-startup announcements; founder write-ups; investor-backed and
65
+ deep-tech AI ecosystems. Extract product/technology/market/acceptance/innovation
66
+ patterns and AI / physical-AI / enterprise / scalable-business opportunities.
67
+
68
+ ### Baked-in knowledge base (default ground truth)
69
+
70
+ - **Program:** NVIDIA Inception is free, equity-free, rolling-admission, open to all
71
+ funding stages; for incorporated startups (<~10 yrs, ≥1 developer, working site,
72
+ business email) building AI / ML / data-science / accelerated-computing products.
73
+ - **What gets approved:** a **GPU-essential deep-tech core** (vision, LLMs/agents,
74
+ RL, simulation, graphics, robotics, genomics, edge); **authentic NVIDIA-platform
75
+ use** that drives compute demand; a **physical/agentic AI** lean; a **defensible
76
+ moat** (proprietary data/model/hardware/integration); a **real, scalable market**;
77
+ and a **research-to-product** trajectory with credible technical depth.
78
+ - **Strategic pull (2024–2026):** Physical AI & robotics, Agentic AI, Digital twins
79
+ & simulation, Sovereign/enterprise AI, Healthcare/biotech, Manufacturing/
80
+ industrial, Climate/energy, Cybersecurity, Scientific computing.
81
+ - **Hard disqualifiers never generate products that read as these:** AI wrappers /
82
+ thin API resellers with no GPU-essential core or moat; consulting/outsourced dev;
83
+ crypto (mining/trading); pure cloud-reselling or reseller/distributor plays; or
84
+ anything where the GPU is a "nice-to-have," not a must-have.
85
+
86
+ ## Step 1 — Read the idea and run the startup analysis
87
+
88
+ Discover and read the startup files: `idea*`, `README*`, `pitch*`, `business-plan*`,
89
+ `vision*`, `notes*`, `one-pager*`, `concept*`, `startup*`, `profile*`, `docs/`, etc.
90
+ Capture the **startup name exactly**. Then analyze and restate, in your own words:
91
+
92
+ - Industry · Category · Target market · Business model · Technology stack ·
93
+ Customer segments · Current product offerings · Market opportunities · Expansion
94
+ opportunities · AI opportunities · NVIDIA ecosystem opportunities.
95
+
96
+ **Lock** the startup's industry, category, market, and core vision — every invented
97
+ product must trace back to this lock. If too little exists, ask 3–5 focused
98
+ questions first. Mark gaps `[UNKNOWN]`; never fabricate.
99
+
100
+ ## NVIDIA alignment engine
101
+
102
+ For every product, **attempt to include** (only where authentic; label
103
+ `[ASPIRATIONAL]` until real):
104
+
105
+ > Generative AI · Agentic AI · Enterprise AI · Computer Vision · Physical AI ·
106
+ > Predictive Intelligence · Multimodal AI · Automation · Knowledge Systems ·
107
+ > Real-Time AI
108
+
109
+ And **boost the score when relevant** by mapping to NVIDIA tech (tied to a real
110
+ need, never as buzzwords):
111
+
112
+ > NIM · NeMo · Omniverse · Cosmos · Riva · CUDA · TensorRT · GPU acceleration ·
113
+ > Digital Twins · Simulation · Robotics · Industrial AI
114
+
115
+ ## Preferred product types (pick what fits the locked space)
116
+
117
+ Agentic AI platforms · Enterprise AI products · Computer vision solutions ·
118
+ Physical AI systems · Robotics software · Autonomous systems · AI copilots ·
119
+ Industry-specific foundation models · Digital twin platforms · Synthetic data
120
+ platforms · AI analytics systems · AI infrastructure products · Knowledge
121
+ intelligence systems · Workflow automation platforms · Predictive intelligence
122
+ systems.
123
+
124
+ ## Acceptance optimizer (the ecosystem goal)
125
+
126
+ Generate products that make a reviewer believe the startup is building a **long-term
127
+ AI ecosystem**, not a single feature. Across the set, **maximize**: AI depth ·
128
+ innovation · scalability · enterprise value · GPU usage · technical differentiation
129
+ · data flywheel · market opportunity · NVIDIA ecosystem compatibility. Show how the
130
+ products reinforce each other (shared data, shared models, shared platform).
64
131
 
65
132
  ## The dual 10/10 bar (mandatory gate)
66
133
 
67
- Every shipped product MUST score a self-assessed **10/10 on BOTH** axes — this is
68
- a hard gate, not an average:
69
-
70
- - **Inception Approval Fit (target 10/10):** maximally hits the six approval
71
- qualities above, trips **zero** disqualifiers, and would plausibly land at the
72
- top of the `nvidia-inception-starter` acceptance score.
73
- - **Same-Space Fit (target 10/10):** stays entirely inside the startup's locked
74
- industry, category, core idea, and target users (see Step 2) — a variation,
75
- component, tier, or adjacent feature of the one idea, never a new business.
76
-
77
- Rules:
78
- - If a candidate scores **< 10 on either axis, redesign it until both hit 10, or
79
- discard it.** Do not ship 8s or "good enough" products. Quality over quantity —
80
- it is better to ship 3 dual-10/10 products than 6 mediocre ones.
81
- - Record both scores (with a one-line justification each) in every `product.md`
82
- and in `_overview.md`. Never inflate a score to be nice; be a tough reviewer.
83
-
84
- ## Step 1 Read the existing idea
85
-
86
- Discover and read the startup files in the project: `idea*`, `README*`, `pitch*`,
87
- `business-plan*`, `vision*`, `notes*`, `one-pager*`, `concept*`, `startup*`,
88
- `docs/`, etc. Restate the problem, users, market, and any tech in your own words.
89
- If too little exists, ask 3–5 focused questions first. Mark gaps `[UNKNOWN]` —
90
- never fabricate. Stay anchored to the founder's domain and intent.
91
-
92
- ## Step 2 — Invent 3–6 products (stay in the SAME space)
93
-
94
- **Same space means: every product is ONLY in the startup's same category /
95
- industry and directly tied to its main idea — never random categories,
96
- industries, or unrelated products.**
97
-
98
- **Hard constraint — same space only.** Before inventing, lock the startup's
99
- **industry, category, and core idea** from Step 1. Every product MUST stay inside
100
- that exact space:
101
- - Same **industry/vertical**, same **category**, same **core idea/problem space**,
102
- same **target users**.
103
- - Do **not** invent new categories, jump to a different industry, or generate
104
- random/unrelated products. No "while we're at it" pivots.
105
- - The 3–6 products are **variations, components, tiers, or adjacent features of
106
- the one idea** — different angles on the same thing, not different businesses.
107
- - If a concept only works by leaving the startup's space, drop it.
108
- - State the locked space at the top of `_overview.md` and make every product
109
- visibly trace back to it.
110
-
111
- Generate **between 3 and 6** product concepts that each:
112
- - Solve a sharp, real problem **within the startup's locked domain** (same idea,
113
- same industry, same category).
114
- - **Require GPU/accelerated compute** to exist (a must-have, not nice-to-have).
115
- - Lean into **physical / edge / agentic AI** where credible.
116
- - Have a defensible moat (proprietary data/model/hardware or NVIDIA integration).
134
+ Every shipped product MUST self-score **10/10 on BOTH** axes — a hard gate, not an
135
+ average:
136
+
137
+ - **Inception Approval Fit (10/10):** maximally hits the approval qualities above,
138
+ trips **zero** disqualifiers, would land at the top of the
139
+ `nvidia-inception-starter` acceptance score.
140
+ - **Same-Space / Ecosystem Fit (10/10):** stays entirely inside the locked industry,
141
+ category, market, and vision, and strengthens the ecosystem.
142
+
143
+ If a candidate scores **< 10 on either axis, redesign it until both hit 10, or
144
+ discard it.** Better to ship 4 dual-10/10 products than 6 mediocre ones. Record both
145
+ scores (with a one-line justification each) in every `product.md` and `_overview.md`.
146
+
147
+ ## Step 2 Invent 4–6 ecosystem products (SAME space only)
148
+
149
+ Generate **between 4 and 6** products that each:
150
+ - Solve a sharp, real problem **inside the startup's locked domain** and clearly
151
+ complement the other products (one coherent ecosystem).
152
+ - **Require GPU/accelerated compute** to exist (must-have, not nice-to-have).
153
+ - Lean into **physical / edge / agentic / enterprise AI** where credible.
154
+ - Carry a defensible moat (proprietary data/model/hardware or NVIDIA integration).
117
155
 
118
156
  ### Product naming rules (enforce strictly)
119
157
  - **4–10 letters**, letters only (A–Z), no spaces, digits, or symbols.
120
- - Brandable and coined/short (e.g., `Vexel`, `Roboq`, `Synapt`, `Orbix`).
121
- - Count the letters and confirm each name is within 4–10 before using it.
122
- - The product folder name = the product name.
158
+ - Brandable and coined (e.g., `Vexel`, `Roboq`, `Synapt`, `Orbix`). Count the
159
+ letters and confirm 4–10 before using. The product folder name = the product name.
123
160
 
124
161
  ## NVIDIA stack for each product (order: physical → SDK → software)
125
162
 
126
- List concrete, fitting choices — **lead with physical/compute hardware (GPUs)**:
127
-
128
- 1. **Physical / compute hardware (GPUs first):** data-center GPUs (H100, H200,
129
- A100, GB200/Blackwell), workstation GPUs (RTX), **Jetson** (Orin/Nano) for
130
- edge/robotics, **DGX** systems, **Grace Hopper / Grace Blackwell**, IGX/Holoscan
131
- dev kits, robotics platforms on Jetson.
132
- 2. **SDKs / libraries:** CUDA, cuDNN, **TensorRT**, **Triton** Inference Server,
133
- RAPIDS, **Isaac** (Sim / ROS / Lab) for robotics, **Omniverse** for
134
- simulation/digital twins, **Metropolis** for vision, **Holoscan** for sensor/edge,
135
- **NeMo** for LLMs, **Riva** for speech, DeepStream, cuOpt, Modulus, Parabricks
136
- (genomics), Morpheus (cybersecurity), Maxine.
137
- 3. **Software / platforms:** **NVIDIA AI Enterprise**, **NIM** inference
138
- microservices, NeMo framework/microservices, Omniverse Cloud, Fleet Command,
139
- Base Command.
163
+ Lead with **physical/compute hardware (GPUs first)**:
164
+ 1. **Hardware:** data-center GPUs (H100/H200/A100, GB200/Blackwell), RTX
165
+ workstations, **Jetson** (Orin/Nano) for edge/robotics, **DGX**, **Grace
166
+ Hopper/Blackwell**, IGX/Holoscan dev kits.
167
+ 2. **SDKs/libraries:** CUDA, cuDNN, **TensorRT**, **Triton**, RAPIDS, **Isaac**
168
+ (Sim/ROS/Lab), **Omniverse**, **Cosmos**, **Metropolis**, **Holoscan**, **NeMo**,
169
+ **Riva**, DeepStream, cuOpt, Modulus, Parabricks, Morpheus, Maxine.
170
+ 3. **Software/platforms:** **NVIDIA AI Enterprise**, **NIM**, NeMo microservices,
171
+ Omniverse Cloud, Fleet Command, Base Command.
140
172
 
141
173
  Pick only what authentically fits each product, and say *why* each piece is used.
142
174
 
143
175
  ## Output — `products_raw/` with one folder per product
144
176
 
145
177
  1. Create `products_raw/` in the project root if missing.
146
- 2. For each product, create `products_raw/<ProductName>/` and write
147
- `products_raw/<ProductName>/product.md`:
178
+ 2. For each product, create `products_raw/<ProductName>/` and write `product.md`
179
+ using **all** the sections below (the required per-product output):
148
180
 
149
181
  ```
150
182
  # <ProductName>
151
183
  Letters: <n> (must be 4–10)
152
- Tagline: <one line, what it is>
153
184
  Generated: <YYYY-MM-DD>
154
185
 
155
- ## Same-space link
156
- <one line: how this product is the SAME industry/category/core idea as the startup>
157
-
158
- ## Problem
159
- ## Target user
160
- ## What it does (product, not marketing)
161
- ## Why GPU / accelerated compute is essential
162
-
163
- ## NVIDIA Stack
164
- ### Physical / compute hardware (GPUs first)
165
- - <GPU / Jetson / DGX / …> — <why>
166
- ### SDKs / libraries
167
- - <CUDA / TensorRT / Isaac / Omniverse / …> — <why>
168
- ### Software / platforms
169
- - <NVIDIA AI Enterprise / NIM / …> — <why>
170
-
171
- ## Physical AI / Edge angle (if applicable)
172
- ## Defensibility / moat
173
- ## Market & wedge
174
- ## Inception fit (1–2 lines: why this scores well)
186
+ ## Tagline
187
+ ## Product Vision
188
+ ## Product Description
189
+ ## Customer Problem
190
+ ## Target Market
191
+ ## AI Opportunity (which engine capabilities; real vs [ASPIRATIONAL])
192
+ ## NVIDIA Alignment (which NVIDIA tech, tied to a real need)
193
+ ## Core Features
194
+ ## Technical Architecture (components, data flow, models, where NVIDIA plugs in)
195
+ ## Technology Stack
196
+ ### NVIDIA hardware (GPUs first) - <H100 / Jetson / DGX / …> — <why>
197
+ ### NVIDIA SDKs / libraries - <CUDA / TensorRT / Isaac / …> — <why>
198
+ ### NVIDIA software / platforms - <AI Enterprise / NIM / …> — <why>
199
+ ## Revenue Model
200
+ ## Market Size Potential (beachhead expansion; TAM where credible)
201
+ ## Competitive Advantage
202
+ ## Defensibility (moat / data flywheel)
203
+ ## GPU Utilization Strategy (exact workloads needing acceleration; why CPU-only fails)
204
+ ## NVIDIA Inception Acceptance Benefits (why this raises acceptance probability)
205
+ ## Same-Space / Ecosystem Link (how it stays in the locked space + complements siblings)
175
206
  ## Scorecard (must be 10/10 on both)
176
- - Inception Approval Fit: 10/10 — <one-line justification vs. the six approval qualities>
177
- - Same-Space Fit: 10/10 — <one-line justification it stays in the locked space>
207
+ - Inception Approval Fit: 10/10 — <one-line justification>
208
+ - Same-Space / Ecosystem Fit: 10/10 — <one-line justification>
209
+ ## Logo Concept (type: Logomark | Wordmark | Combination Mark; the idea)
210
+ ## Brand Identity Guide (see logo-brief.md; summary of palette + type + usage)
178
211
  ## Build notes / MVP scope
179
- ## Logo (mark only) (see logo-brief.md + dark & light 1080×1080 PNG variants)
180
212
  ## Open questions / [UNKNOWN]
181
213
  ```
182
214
 
183
- 3. Also write `products_raw/_overview.md` starting with the **locked space**
184
- (industry, category, core idea, target users), then list every product: name,
185
- letter count, one-liner, primary NVIDIA hardware, its same-space link, and both
186
- scores (Inception Approval Fit 10/10 + Same-Space Fit 10/10). Confirm every
187
- listed product is a dual 10/10 — drop any that isn't.
188
-
189
- ## Logo for each product (required)
190
-
191
- ## Logo MARK for each product (required)
192
-
193
- Every product gets a **real, designed brand logo MARK** — a **custom abstract
194
- symbol only**, not the full logo. Do **not** include any letters, initials,
195
- monogram, or lettermark; do **not** include the full product name as a wordmark,
196
- no tagline, no lockup. Just the **symbol mark**, **center-aligned** on the
197
- canvas. It must be a proper designed brand mark not an SVG icon, UI/material
198
- icon, emoji, or clip-art glyph.
199
-
200
- ### Design (research first)
201
- - Briefly research 3–5 reference brand marks in the product's space; note the
202
- visual conventions, then design something distinct (don't copy).
203
- - The mark must be a **distinctive custom brand symbol** tied to the concept —
204
- purely abstract/pictorial, containing **no letters or initials**. Ownable,
205
- memorable, simple, and scalable.
206
- - Define a tiny brand spec: palette (hex) and the mark concept (the symbol's
207
- meaning and geometry). No typography — the mark contains no text.
208
-
209
- ### Hard output rules
210
- - Format **PNG**, exactly **1080 × 1080 px**, **two variants required** (same mark
211
- geometry, inverted color scheme):
212
- 1. **Dark variant** — a **dark solid background with a LIGHT mark**
213
- (e.g. mark in white / very light brand tint on a near-black or deep brand-dark bg).
214
- 2. **Light variant** a **light solid background with a DARK mark**
215
- (e.g. mark in near-black / deep brand-dark on a white or very light brand-tint bg).
216
- - **Strong contrast is mandatory.** Background and mark must be clearly opposite in
217
- luminance aim for a contrast ratio of **≥ 4.5:1** (the higher the better). Never
218
- ship low-contrast combinations (light-on-light, dark-on-dark, or a mark that
219
- blends into the bg). The mark must read instantly at a glance.
220
- - **Solid background** — a single flat color with NO transparency and NO gradient
221
- in each variant. State the exact bg hex AND mark hex (with the contrast pairing)
222
- in the brief.
223
- - **Mark only**, **center-aligned** both horizontally and vertically, sized large
224
- with balanced safe padding — not a tiny icon on a big canvas, and not the full
225
- name spelled out. The mark must contain **no letters or initials**. The mark is
226
- **identical** in both variants only the bg/mark colors flip.
227
- - Save both **inside that product's folder**:
228
- `products_raw/<ProductName>/<ProductName>-logo-dark-1080x1080.png` (dark bg, light mark)
229
- `products_raw/<ProductName>/<ProductName>-logo-light-1080x1080.png` (light bg, dark mark)
230
- - Also write `products_raw/<ProductName>/logo-brief.md` with: symbol concept, the
231
- **dark-variant** bg+mark hex, the **light-variant** bg+mark hex, the contrast
232
- ratio of each pairing, and references consulted. (No monogram/lettermark option
233
- and no typography the mark is a letter-free symbol.)
234
-
235
- ### How to generate it
236
- 1. **Preferred:** if an image-generation tool/model is available, prompt it for a
237
- *professional brand logo mark / symbol* (specify: abstract symbol only no
238
- letters, no initials, no text, no wordmark the concept, color palette, solid
239
- background, flat vector-style, centered, no photographic texture). Generate the
240
- **dark variant** (light mark on dark bg) and the **light variant** (dark mark on
241
- light bg), each a 1080×1080 PNG on a solid background with the mark centered and
242
- high contrast.
243
- 2. **Fallback (always works):** render both variants programmatically — e.g.
244
- Python + Pillow — drawing the **same** custom geometric/abstract symbol (no
245
- letters or initials) centered on a solid-color 1080×1080 canvas, once as a light
246
- mark on a dark bg and once as a dark mark on a light bg. This must look designed
247
- (composition, weight, balance), not like a stock icon. Verify dimensions, that
248
- the mark is centered, that each background is fully solid, and that both pairings
249
- are high-contrast (light↔dark).
250
-
251
- Do **not** ship: lettermarks/monograms/initials, full wordmarks/the spelled-out
252
- name, taglines, transparent PNGs, gradients, **low-contrast color schemes**
253
- (light-on-light or dark-on-dark), generic icon-font glyphs, stock emoji, or
254
- screenshots. Ship **one letter-free brand symbol per product in two high-contrast
255
- variants**: dark bg + light mark, and light bg + dark mark.
215
+ 3. Also write `products_raw/_overview.md` opening with the **locked space**
216
+ (startup name, industry, category, market, vision), the **ecosystem thesis**
217
+ (how the 4–6 products reinforce each other), then a row per product: name, letter
218
+ count, tagline, primary NVIDIA hardware, ecosystem link, and both 10/10 scores.
219
+ Drop any product that isn't a dual 10/10.
220
+
221
+ ## Brand kit for each product (REQUIRED)
222
+
223
+ Every product ships a **complete, enterprise-grade brand kit** — designed to look
224
+ **venture-backed and NVIDIA-ecosystem ready**, suitable for accelerators and
225
+ investor presentations.
226
+
227
+ ### Logo type (pick the best fit per product)
228
+ - **Logomark** (symbol only), **Wordmark** (the short brandable name as type), or
229
+ **Combination Mark** (symbol + wordmark). Choose what suits the product and state
230
+ the choice in the brief.
231
+
232
+ ### Logo rules (all must hold)
233
+ Enterprise-grade · highly memorable · scalable to tiny sizes · works on **dark**
234
+ backgrounds · works on **light** backgrounds · strong contrast · **avoid generic AI
235
+ symbols** (no clichéd brains, neurons, circuit boards, or hexagon "AI" glyphs) ·
236
+ looks venture-backed · NVIDIA-ecosystem ready · accelerator- and investor-ready.
237
+
238
+ ### Deliverable image files (save in the product's folder)
239
+ Generate, for **every** product:
240
+ - **Primary logo** — `<ProductName>-logo-primary-1080x1080.png` (on brand background)
241
+ - **Square logo** — `<ProductName>-logo-square-1080x1080.png`
242
+ - **App icon** `<ProductName>-app-icon-1024x1024.png`
243
+ - **Favicon** `<ProductName>-favicon-512x512.png` (also note a 32×32 use)
244
+ - **SVG version** — `<ProductName>-logo.svg` (clean vector)
245
+ - **Transparent-background version** `<ProductName>-logo-transparent-1080x1080.png`
246
+ (PNG with real alpha; this is the asset that proves it works on dark AND light)
247
+
248
+ All raster logos must be high-contrast and legible; the transparent + SVG versions
249
+ must read cleanly on both a dark and a light surface.
250
+
251
+ ### Deliverable docs write `products_raw/<ProductName>/logo-brief.md` containing:
252
+ - **Detailed logo design brief** — concept, meaning, geometry, logo type chosen,
253
+ why it fits the product and avoids generic AI clichés.
254
+ - **AI image generation prompt** — a ready-to-paste prompt for an image model
255
+ (specify: enterprise logo, the concept, logo type, flat vector style, solid
256
+ background, centered, no photographic texture, no generic AI clichés).
257
+ - **SVG generation prompt** instructions/prompt to produce the clean vector SVG.
258
+ - **Brand usage guide** clear space, min size, do/don't, dark vs light usage.
259
+ - **Typography recommendation** primary + secondary typefaces (and fallbacks).
260
+ - **Color palette recommendation** — exact hex values (primary, accent, neutrals,
261
+ dark-bg and light-bg variants) with contrast notes.
262
+
263
+ ### How to generate the images
264
+ 1. **Preferred:** if an image-generation tool/model is available, prompt it with the
265
+ AI prompt above to render the primary, square, app-icon, and transparent PNGs;
266
+ then derive the favicon and hand-author the SVG.
267
+ 2. **Fallback (always works):** render programmatically — e.g. Python + Pillow for
268
+ the PNGs (and resize for app icon/favicon) plus a hand-written `.svg` drawing
269
+ the chosen mark/wordmark with real design intent (composition, weight, balance),
270
+ not a stock icon. Verify every file's dimensions, that the transparent PNG truly
271
+ has alpha, and that the design holds on both dark and light backgrounds.
272
+
273
+ Do **not** ship: generic AI-cliché symbols, low-contrast designs, screenshots,
274
+ stock emoji, or UI-font glyphs. Ship the **full kit** (primary, square, app icon,
275
+ favicon, SVG, transparent) + `logo-brief.md` for every product.
256
276
 
257
277
  ## Quality bar
258
278
 
259
- - **Dual 10/10 gate.** Every shipped product scores 10/10 on Inception Approval
260
- Fit AND 10/10 on Same-Space Fit. Redesign or discard anything below 10 on
261
- either axis quality over quantity.
262
- - **Same space only.** All products share the startup's industry, category, core
263
- idea, and users — variations/components/tiers of the one idea, never new
264
- categories or unrelated businesses.
265
- - **Products, not copy.** No website/landing/marketing text — concrete product
266
- concepts and technical plans only.
267
- - Every product must be GPU-essential and NVIDIA-aligned, with the stack ordered
268
- physical SDK software, and trip **zero** Inception disqualifiers (no AI
269
- wrappers, consulting, crypto, or reseller plays).
270
- - Names obey the 4–10 letter rule (verified) and folder names match.
279
+ - **Dual 10/10 gate.** Every product scores 10/10 on Inception Approval Fit AND
280
+ 10/10 on Same-Space/Ecosystem Fit; redesign or discard anything lower.
281
+ - **Same space only.** All products share the startup's industry, category, market,
282
+ and vision, and strengthen one ecosystem never new categories or unrelated
283
+ businesses.
284
+ - **Products, not copy.** Concrete product concepts, technical plans, and brand
285
+ assets only no website/landing/marketing text.
286
+ - **GPU-essential + NVIDIA-aligned**, stack ordered physical → SDK → software,
287
+ tripping **zero** disqualifiers.
288
+ - Names obey the 4–10-letter rule (verified); folder names match.
289
+ - Every product ships the **complete brand kit** + `logo-brief.md`.
271
290
  - Stay within the founder's domain; elevate, don't fabricate.
272
291
 
273
292
  ## Verification checklist (run before finishing)
274
293
 
275
- 1. Read the existing idea files; locked the startup's industry, category, core idea.
276
- 2. **All 3–6 products stay in that same space** no new categories or unrelated
277
- ideas — and each `product.md` has a "Same-space link" tracing back to it.
278
- 3. `products_raw/` exists with **3–6** product subfolders, each with `product.md`.
279
- 4. Every product name is **4–10 letters, letters only**, and matches its folder.
280
- 5. Each product lists NVIDIA hardware (GPU/physical) first, then SDKs, then software.
281
- 6. Each product justifies why GPU/accelerated compute is essential.
282
- 7. **Every product is a dual 10/10** Inception Approval Fit 10/10 and Same-Space
283
- Fit 10/10, both scored with a justification in `product.md` and `_overview.md`,
284
- and trips none of the hard disqualifiers (AI wrapper, consulting, crypto, reseller).
285
- 8. `products_raw/_overview.md` opens with the locked space, then summarizes all
286
- products with both scores.
287
- 9. Every product folder has **two 1080×1080 PNG logo MARK variants on solid
288
- (non-transparent, non-gradient) backgrounds** a **dark bg + light mark** and a
289
- **light bg + dark mark**, both high-contrast (≥ 4.5:1), the **mark centered and
290
- identical** across variants, with no full wordmark/name text and **no letters,
291
- initials, or monogram**, plus `logo-brief.md` recording both color pairings a
292
- real letter-free custom symbol, not an SVG/UI icon or emoji. Verify dimensions,
293
- centering, and that each pairing is genuinely light↔dark.
294
- 10. No marketing/website copy; unknowns marked `[UNKNOWN]`, not invented.
294
+ 1. Read the idea files; ran the startup analysis; locked industry, category, market, vision.
295
+ 2. **4–6 products**, all in the locked space, forming one coherent ecosystem; each
296
+ `product.md` has a "Same-Space / Ecosystem Link".
297
+ 3. `products_raw/` exists with **4–6** subfolders, each with `product.md` containing
298
+ **all required sections** (tagline acceptance benefits logo concept brand guide).
299
+ 4. Every product name is **4–10 letters, letters only**, matching its folder.
300
+ 5. Each product lists NVIDIA hardware (GPU) first, then SDKs, then software, and
301
+ justifies why GPU/accelerated compute is essential.
302
+ 6. Each product includes a Revenue Model, Market Size Potential, Competitive
303
+ Advantage, Defensibility, GPU Utilization Strategy, and Acceptance Benefits.
304
+ 7. **Every product is a dual 10/10** (both scores + justifications in `product.md`
305
+ and `_overview.md`) and trips none of the hard disqualifiers.
306
+ 8. `products_raw/_overview.md` opens with the locked space + ecosystem thesis, then
307
+ summarizes all products with both scores.
308
+ 9. Every product folder has the **full brand kit**: primary 1080×1080, square
309
+ 1080×1080, app icon 1024×1024, favicon, SVG, and a **transparent-background**
310
+ version, plus `logo-brief.md` with the brief, AI prompt, SVG prompt, brand usage
311
+ guide, typography, and color palette. No generic AI-cliché or low-contrast logos.
312
+ 10. No marketing/website copy; unknowns marked `[UNKNOWN]`, aspirational items labeled.