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