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.
- package/README.md +0 -15
- package/bin/cli.js +65 -37
- package/install.sh +3 -3
- package/package.json +2 -4
- package/skills/README.md +0 -1
- package/skills/ai-agent-os-design-system/README.md +105 -0
- package/skills/ai-agent-os-design-system/SKILL.md +195 -0
- package/skills/ai-agent-os-design-system/accessibility-system.md +67 -0
- package/skills/ai-agent-os-design-system/color-system.md +102 -0
- package/skills/ai-agent-os-design-system/component-library.md +147 -0
- package/skills/ai-agent-os-design-system/design-principles.md +79 -0
- package/skills/ai-agent-os-design-system/example-page-structures.md +93 -0
- package/skills/ai-agent-os-design-system/layout-system.md +74 -0
- package/skills/ai-agent-os-design-system/motion-system.md +85 -0
- package/skills/ai-agent-os-design-system/spacing-system.md +87 -0
- package/skills/ai-agent-os-design-system/typography-system.md +91 -0
- package/skills/ai-agent-os-design-system/website-generation-rules.md +192 -0
- package/skills/ai-dark-futuristic-design-system/README.md +91 -0
- package/skills/ai-dark-futuristic-design-system/SKILL.md +179 -0
- package/skills/ai-dark-futuristic-design-system/accessibility-system.md +61 -0
- package/skills/ai-dark-futuristic-design-system/color-system.md +99 -0
- package/skills/ai-dark-futuristic-design-system/component-library.md +140 -0
- package/skills/ai-dark-futuristic-design-system/design-principles.md +66 -0
- package/skills/ai-dark-futuristic-design-system/example-page-structures.md +124 -0
- package/skills/ai-dark-futuristic-design-system/layout-system.md +85 -0
- package/skills/ai-dark-futuristic-design-system/motion-system.md +76 -0
- package/skills/ai-dark-futuristic-design-system/spacing-system.md +73 -0
- package/skills/ai-dark-futuristic-design-system/typography-system.md +89 -0
- package/skills/ai-dark-futuristic-design-system/website-generation-rules.md +220 -0
- package/skills/apple-premium-minimal-design-system/README.md +95 -0
- package/skills/apple-premium-minimal-design-system/SKILL.md +166 -0
- package/skills/apple-premium-minimal-design-system/accessibility-system.md +60 -0
- package/skills/apple-premium-minimal-design-system/color-system.md +100 -0
- package/skills/apple-premium-minimal-design-system/component-library.md +136 -0
- package/skills/apple-premium-minimal-design-system/design-principles.md +65 -0
- package/skills/apple-premium-minimal-design-system/example-page-structures.md +90 -0
- package/skills/apple-premium-minimal-design-system/layout-system.md +89 -0
- package/skills/apple-premium-minimal-design-system/motion-system.md +75 -0
- package/skills/apple-premium-minimal-design-system/spacing-system.md +73 -0
- package/skills/apple-premium-minimal-design-system/typography-system.md +86 -0
- package/skills/apple-premium-minimal-design-system/website-generation-rules.md +207 -0
- package/skills/bento-grid-design-system/README.md +97 -0
- package/skills/bento-grid-design-system/SKILL.md +185 -0
- package/skills/bento-grid-design-system/accessibility-system.md +54 -0
- package/skills/bento-grid-design-system/color-system.md +98 -0
- package/skills/bento-grid-design-system/component-library.md +138 -0
- package/skills/bento-grid-design-system/design-principles.md +72 -0
- package/skills/bento-grid-design-system/example-page-structures.md +91 -0
- package/skills/bento-grid-design-system/layout-system.md +93 -0
- package/skills/bento-grid-design-system/motion-system.md +81 -0
- package/skills/bento-grid-design-system/spacing-system.md +77 -0
- package/skills/bento-grid-design-system/typography-system.md +85 -0
- package/skills/bento-grid-design-system/website-generation-rules.md +193 -0
- package/skills/brutalist-tech-design-system/README.md +100 -0
- package/skills/brutalist-tech-design-system/SKILL.md +185 -0
- package/skills/brutalist-tech-design-system/accessibility-system.md +61 -0
- package/skills/brutalist-tech-design-system/color-system.md +101 -0
- package/skills/brutalist-tech-design-system/component-library.md +117 -0
- package/skills/brutalist-tech-design-system/design-principles.md +73 -0
- package/skills/brutalist-tech-design-system/example-page-structures.md +92 -0
- package/skills/brutalist-tech-design-system/layout-system.md +74 -0
- package/skills/brutalist-tech-design-system/motion-system.md +80 -0
- package/skills/brutalist-tech-design-system/spacing-system.md +86 -0
- package/skills/brutalist-tech-design-system/typography-system.md +94 -0
- package/skills/brutalist-tech-design-system/website-generation-rules.md +195 -0
- package/skills/crunchbase-profile-generator/README.md +64 -0
- package/skills/crunchbase-profile-generator/SKILL.md +189 -0
- package/skills/editorial-luxury-design-system/README.md +98 -0
- package/skills/editorial-luxury-design-system/SKILL.md +187 -0
- package/skills/editorial-luxury-design-system/accessibility-system.md +63 -0
- package/skills/editorial-luxury-design-system/color-system.md +95 -0
- package/skills/editorial-luxury-design-system/component-library.md +131 -0
- package/skills/editorial-luxury-design-system/design-principles.md +77 -0
- package/skills/editorial-luxury-design-system/example-page-structures.md +94 -0
- package/skills/editorial-luxury-design-system/layout-system.md +80 -0
- package/skills/editorial-luxury-design-system/motion-system.md +82 -0
- package/skills/editorial-luxury-design-system/spacing-system.md +77 -0
- package/skills/editorial-luxury-design-system/typography-system.md +107 -0
- package/skills/editorial-luxury-design-system/website-generation-rules.md +194 -0
- package/skills/enterprise-data-viz-design-system/README.md +98 -0
- package/skills/enterprise-data-viz-design-system/SKILL.md +195 -0
- package/skills/enterprise-data-viz-design-system/accessibility-system.md +68 -0
- package/skills/enterprise-data-viz-design-system/color-system.md +112 -0
- package/skills/enterprise-data-viz-design-system/component-library.md +142 -0
- package/skills/enterprise-data-viz-design-system/design-principles.md +75 -0
- package/skills/enterprise-data-viz-design-system/example-page-structures.md +89 -0
- package/skills/enterprise-data-viz-design-system/layout-system.md +75 -0
- package/skills/enterprise-data-viz-design-system/motion-system.md +86 -0
- package/skills/enterprise-data-viz-design-system/spacing-system.md +85 -0
- package/skills/enterprise-data-viz-design-system/typography-system.md +100 -0
- package/skills/enterprise-data-viz-design-system/website-generation-rules.md +196 -0
- package/skills/f6s-copywriting/README.md +16 -6
- package/skills/f6s-copywriting/SKILL.md +162 -46
- package/skills/glassmorphism-design-system/README.md +98 -0
- package/skills/glassmorphism-design-system/SKILL.md +190 -0
- package/skills/glassmorphism-design-system/accessibility-system.md +62 -0
- package/skills/glassmorphism-design-system/color-system.md +128 -0
- package/skills/glassmorphism-design-system/component-library.md +120 -0
- package/skills/glassmorphism-design-system/design-principles.md +77 -0
- package/skills/glassmorphism-design-system/example-page-structures.md +92 -0
- package/skills/glassmorphism-design-system/layout-system.md +81 -0
- package/skills/glassmorphism-design-system/motion-system.md +86 -0
- package/skills/glassmorphism-design-system/spacing-system.md +73 -0
- package/skills/glassmorphism-design-system/typography-system.md +90 -0
- package/skills/glassmorphism-design-system/website-generation-rules.md +195 -0
- package/skills/linkedin-copywriting/README.md +15 -8
- package/skills/linkedin-copywriting/SKILL.md +129 -51
- package/skills/motion-storytelling-design-system/README.md +100 -0
- package/skills/motion-storytelling-design-system/SKILL.md +191 -0
- package/skills/motion-storytelling-design-system/accessibility-system.md +71 -0
- package/skills/motion-storytelling-design-system/color-system.md +101 -0
- package/skills/motion-storytelling-design-system/component-library.md +122 -0
- package/skills/motion-storytelling-design-system/design-principles.md +81 -0
- package/skills/motion-storytelling-design-system/example-page-structures.md +91 -0
- package/skills/motion-storytelling-design-system/layout-system.md +79 -0
- package/skills/motion-storytelling-design-system/motion-system.md +116 -0
- package/skills/motion-storytelling-design-system/spacing-system.md +83 -0
- package/skills/motion-storytelling-design-system/typography-system.md +89 -0
- package/skills/motion-storytelling-design-system/website-generation-rules.md +200 -0
- package/skills/nvidia-inception-idea-booster/README.md +43 -24
- package/skills/nvidia-inception-idea-booster/SKILL.md +260 -116
- package/skills/nvidia-inception-starter/README.md +6 -5
- package/skills/nvidia-inception-starter/SKILL.md +80 -43
- package/skills/nvidia-product-inventor/README.md +44 -40
- package/skills/nvidia-product-inventor/SKILL.md +265 -247
- package/skills/nvidia-startup-idea-founder/README.md +66 -26
- package/skills/nvidia-startup-idea-founder/SKILL.md +245 -189
- package/skills/product-demo-first-design-system/README.md +96 -0
- package/skills/product-demo-first-design-system/SKILL.md +185 -0
- package/skills/product-demo-first-design-system/accessibility-system.md +58 -0
- package/skills/product-demo-first-design-system/color-system.md +109 -0
- package/skills/product-demo-first-design-system/component-library.md +142 -0
- package/skills/product-demo-first-design-system/design-principles.md +66 -0
- package/skills/product-demo-first-design-system/example-page-structures.md +95 -0
- package/skills/product-demo-first-design-system/layout-system.md +76 -0
- package/skills/product-demo-first-design-system/motion-system.md +82 -0
- package/skills/product-demo-first-design-system/spacing-system.md +74 -0
- package/skills/product-demo-first-design-system/typography-system.md +87 -0
- package/skills/product-demo-first-design-system/website-generation-rules.md +194 -0
- package/skills/website-design-skills/01-proof/README.md +0 -47
- package/skills/website-design-skills/01-proof/SKILL.md +0 -303
- package/skills/website-design-skills/02-kajabi/README.md +0 -42
- package/skills/website-design-skills/02-kajabi/SKILL.md +0 -272
- package/skills/website-design-skills/03-lattice/README.md +0 -42
- package/skills/website-design-skills/03-lattice/SKILL.md +0 -271
- package/skills/website-design-skills/04-petal/README.md +0 -42
- package/skills/website-design-skills/04-petal/SKILL.md +0 -271
- package/skills/website-design-skills/05-dropbox-sign/README.md +0 -42
- package/skills/website-design-skills/05-dropbox-sign/SKILL.md +0 -271
- package/skills/website-design-skills/06-distributional/README.md +0 -42
- package/skills/website-design-skills/06-distributional/SKILL.md +0 -271
- package/skills/website-design-skills/07-appcues/README.md +0 -42
- package/skills/website-design-skills/07-appcues/SKILL.md +0 -271
- package/skills/website-design-skills/08-memberstack/README.md +0 -42
- package/skills/website-design-skills/08-memberstack/SKILL.md +0 -271
- package/skills/website-design-skills/09-flank/README.md +0 -42
- package/skills/website-design-skills/09-flank/SKILL.md +0 -275
- package/skills/website-design-skills/10-slidebean/README.md +0 -42
- package/skills/website-design-skills/10-slidebean/SKILL.md +0 -275
- package/skills/website-design-skills/11-formstack/README.md +0 -42
- package/skills/website-design-skills/11-formstack/SKILL.md +0 -275
- package/skills/website-design-skills/12-thalamus/README.md +0 -42
- package/skills/website-design-skills/12-thalamus/SKILL.md +0 -275
- package/skills/website-design-skills/13-grow/README.md +0 -42
- package/skills/website-design-skills/13-grow/SKILL.md +0 -275
- package/skills/website-design-skills/14-gemnote/README.md +0 -42
- package/skills/website-design-skills/14-gemnote/SKILL.md +0 -275
- package/skills/website-design-skills/15-draftbit/README.md +0 -42
- package/skills/website-design-skills/15-draftbit/SKILL.md +0 -275
- package/skills/website-design-skills/16-payman/README.md +0 -42
- package/skills/website-design-skills/16-payman/SKILL.md +0 -273
- package/skills/website-design-skills/17-effortel/README.md +0 -42
- package/skills/website-design-skills/17-effortel/SKILL.md +0 -272
- package/skills/website-design-skills/18-adopt/README.md +0 -42
- package/skills/website-design-skills/18-adopt/SKILL.md +0 -273
- package/skills/website-design-skills/19-kraftful/README.md +0 -42
- package/skills/website-design-skills/19-kraftful/SKILL.md +0 -273
- package/skills/website-design-skills/20-greenhouse/README.md +0 -42
- package/skills/website-design-skills/20-greenhouse/SKILL.md +0 -273
- package/skills/website-design-skills/21-weavy/README.md +0 -42
- package/skills/website-design-skills/21-weavy/SKILL.md +0 -273
- package/skills/website-design-skills/22-safetykit/README.md +0 -42
- package/skills/website-design-skills/22-safetykit/SKILL.md +0 -273
- package/skills/website-design-skills/23-modulify/README.md +0 -42
- package/skills/website-design-skills/23-modulify/SKILL.md +0 -270
- package/skills/website-design-skills/24-realm/README.md +0 -42
- package/skills/website-design-skills/24-realm/SKILL.md +0 -270
- package/skills/website-design-skills/25-modyfi/README.md +0 -42
- package/skills/website-design-skills/25-modyfi/SKILL.md +0 -269
- package/skills/website-design-skills/26-altitude/README.md +0 -42
- package/skills/website-design-skills/26-altitude/SKILL.md +0 -270
- package/skills/website-design-skills/27-way/README.md +0 -42
- package/skills/website-design-skills/27-way/SKILL.md +0 -270
- package/skills/website-design-skills/28-zentail/README.md +0 -42
- package/skills/website-design-skills/28-zentail/SKILL.md +0 -270
- package/skills/website-design-skills/29-zams/README.md +0 -42
- package/skills/website-design-skills/29-zams/SKILL.md +0 -270
- package/skills/website-design-skills/30-user-interviews/README.md +0 -44
- package/skills/website-design-skills/30-user-interviews/SKILL.md +0 -273
- package/skills/website-design-skills/31-bland/README.md +0 -44
- package/skills/website-design-skills/31-bland/SKILL.md +0 -273
- package/skills/website-design-skills/32-nauto/README.md +0 -44
- package/skills/website-design-skills/32-nauto/SKILL.md +0 -273
- package/skills/website-design-skills/33-bill/README.md +0 -44
- package/skills/website-design-skills/33-bill/SKILL.md +0 -273
- package/skills/website-design-skills/34-localyzer/README.md +0 -44
- package/skills/website-design-skills/34-localyzer/SKILL.md +0 -273
- package/skills/website-design-skills/35-jasper/README.md +0 -44
- package/skills/website-design-skills/35-jasper/SKILL.md +0 -273
- 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
|
|
5
|
-
(not marketing copy) that
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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 vision — together 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 **
|
|
21
|
-
|
|
22
|
-
|
|
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)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
##
|
|
34
|
-
|
|
35
|
-
NVIDIA Inception
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
- **
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
- **Inception Approval Fit (
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
- **Same-Space Fit (
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
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
|
|
121
|
-
|
|
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
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
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
|
-
|
|
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
|
-
##
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
## Problem
|
|
159
|
-
## Target
|
|
160
|
-
##
|
|
161
|
-
##
|
|
162
|
-
|
|
163
|
-
## NVIDIA
|
|
164
|
-
|
|
165
|
-
- <
|
|
166
|
-
### SDKs / libraries
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
##
|
|
172
|
-
##
|
|
173
|
-
##
|
|
174
|
-
##
|
|
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
|
|
177
|
-
- Same-Space Fit: 10/10 — <one-line justification
|
|
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`
|
|
184
|
-
(industry, category,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
##
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
###
|
|
201
|
-
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
- **
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
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
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
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
|
|
276
|
-
2. **
|
|
277
|
-
|
|
278
|
-
3. `products_raw/` exists with **
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
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.
|