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,36 +1,76 @@
|
|
|
1
|
-
#
|
|
1
|
+
# nvidia-startup-idea-founder
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
The **master startup architect** skill. It invents **brand-new startup concepts from
|
|
4
|
+
a blank page**, optimized for NVIDIA Inception acceptance — and runs **before** every
|
|
5
|
+
other startup-generation skill as the foundation layer. It draws **guidance** from
|
|
6
|
+
the sibling skills to build a unified intelligence model, but **does not perform
|
|
7
|
+
their jobs**: it only discovers, validates, designs, names, and **writes all the
|
|
8
|
+
startup-idea files**, then hands off.
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
> Master priority: **Founder (this) → Idea Booster → Product Inventor → Starter**.
|
|
11
|
+
> NVIDIA acceptance knowledge is **baked in**; a live RFS/funded crawl is optional.
|
|
10
12
|
|
|
11
|
-
|
|
13
|
+
## Install
|
|
12
14
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
+
```bash
|
|
16
|
+
npx spirewise install -s nvidia-startup-idea-founder # pick agents + scope
|
|
17
|
+
npx spirewise install -s nvidia-startup-idea-founder -a claude,cursor -sc workspace
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Remove
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
npx spirewise remove -s nvidia-startup-idea-founder # pick agents + scope
|
|
24
|
+
npx spirewise remove -s nvidia-startup-idea-founder -a claude,cursor -sc both
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
(No Node? `./install.sh -s nvidia-startup-idea-founder` and `./install.sh remove -s nvidia-startup-idea-founder`.)
|
|
28
|
+
|
|
29
|
+
## Use
|
|
30
|
+
|
|
31
|
+
Ask your agent:
|
|
32
|
+
|
|
33
|
+
> "Found me a new startup for NVIDIA Inception"
|
|
34
|
+
|
|
35
|
+
It builds a unified intelligence model (from the sibling skills + baked-in
|
|
36
|
+
knowledge, optionally crawling live signals), invents startups, verifies names +
|
|
37
|
+
`.com` domains, self-scores them, and writes all idea files to `nvidia-inception/`.
|
|
38
|
+
|
|
39
|
+
## Output
|
|
40
|
+
|
|
41
|
+
Writes to an `nvidia-inception/` folder:
|
|
42
|
+
|
|
43
|
+
- `founder-intelligence.md` — the unified intelligence model: acceptance/technology/
|
|
44
|
+
founder/growth patterns, plus (if crawled) ranked hot themes, recently funded
|
|
45
|
+
analogs (dated sources), and white space.
|
|
15
46
|
- `eligibility.md` — the NVIDIA Inception eligibility checklist + go/no-go gate.
|
|
16
|
-
- `startup-ideas/_index.md` — locked
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
47
|
+
- `startup-ideas/_index.md` — locked categories + a table of every startup (name,
|
|
48
|
+
`.com` status, category, one-liner, primary NVIDIA hardware, the five scores).
|
|
49
|
+
- `startup-ideas/<StartupName>.md` — **one full file per startup** with all required
|
|
50
|
+
sections (vision, problem, solution, market, AI & Physical-AI components, NVIDIA
|
|
51
|
+
ecosystem, architecture, revenue, scalability, moat, data flywheel, expansion,
|
|
52
|
+
Product-Inventor & Idea-Booster compatibility, eligibility review, acceptance &
|
|
53
|
+
investor analysis, long-term growth, and a 0–100 threshold scorecard).
|
|
20
54
|
|
|
21
|
-
##
|
|
55
|
+
## What it does (and doesn't)
|
|
22
56
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
3. **Invent 3–6 ideas** at the intersection of a hot RFS theme and a recently
|
|
28
|
-
funded analog, attacking distinct white space — each scored to **10/10
|
|
29
|
-
acceptance** or redesigned/dropped.
|
|
57
|
+
- **Does:** invent the foundational startup, name it (one/two words, **≤8 letters**,
|
|
58
|
+
no numbers/hyphens) with a verified-available **`.com`**, and write every idea file.
|
|
59
|
+
- **Doesn't:** boost an existing idea, invent the product ecosystem/brand kits, or
|
|
60
|
+
run the full readiness audit — those are the Booster, Product Inventor, and Starter.
|
|
30
61
|
|
|
31
|
-
##
|
|
62
|
+
## Rules it enforces
|
|
32
63
|
|
|
33
|
-
|
|
34
|
-
|
|
64
|
+
- **Master foundation layer** — runs first; sets up the downstream skills to succeed.
|
|
65
|
+
- **Must be** AI-first, technology-first, scalable, defensible, global,
|
|
66
|
+
enterprise-ready, VC-fundable, accelerator-ready, NVIDIA-ready. **Must not be**
|
|
67
|
+
generic SaaS, copycat, low-tech, lifestyle, local, dropshipping, marketplace
|
|
68
|
+
clone, or a weak AI wrapper.
|
|
69
|
+
- **Name + domain engine** — premium, pronounceable, ≤8-letter names with a checked,
|
|
70
|
+
available `.com` (rejects names without one).
|
|
71
|
+
- **Quality thresholds (0–100)** — ships only startups scoring NVIDIA alignment ≥90,
|
|
72
|
+
scalability ≥90, defensibility ≥85, AI depth ≥90, investor interest ≥85.
|
|
73
|
+
- **GPU-essential + authentic NVIDIA fit**, tripping zero disqualifiers (no AI
|
|
74
|
+
wrappers, consulting, crypto, reseller).
|
|
35
75
|
|
|
36
|
-
See `SKILL.md` for the full method, output
|
|
76
|
+
See `SKILL.md` for the full method, engines, output template, and verification checklist.
|
|
@@ -1,211 +1,267 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: nvidia-startup-idea-founder
|
|
3
3
|
description: >-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
4
|
+
The MASTER startup architect skill: invents entirely new startup concepts
|
|
5
|
+
engineered for NVIDIA Inception acceptance, and acts as the foundation layer that
|
|
6
|
+
runs BEFORE all other startup-generation skills. It draws guidance from the
|
|
7
|
+
sibling skills (idea booster, product inventor, starter) to build a unified
|
|
8
|
+
intelligence model, but does NOT perform their jobs — it only discovers,
|
|
9
|
+
validates, designs, names, and writes the foundational startup idea (and every
|
|
10
|
+
related idea file), then hands off. Includes a premium name + .com-domain engine,
|
|
11
|
+
NVIDIA-alignment and founder-quality engines, and 0–100 quality thresholds. Use
|
|
12
|
+
when the user asks to "invent a startup for NVIDIA", "generate a new NVIDIA
|
|
13
|
+
Inception startup idea", "found me a startup", or "create a startup from scratch".
|
|
14
|
+
Writes all idea files to an `nvidia-inception/` folder. NVIDIA acceptance
|
|
15
|
+
knowledge is baked in (live RFS/funded crawl optional). Builds on
|
|
16
|
+
nvidia-inception-idea-booster, nvidia-inception-starter, nvidia-product-inventor.
|
|
14
17
|
---
|
|
15
18
|
|
|
16
|
-
# NVIDIA Startup Idea Founder
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
19
|
+
# NVIDIA Startup Idea Founder (master skill)
|
|
20
|
+
|
|
21
|
+
You are the **master startup architect**. Your job is to **discover, validate,
|
|
22
|
+
design, name, and launch brand-new startup concepts** — from a blank page — that
|
|
23
|
+
are optimized for NVIDIA Inception acceptance, NVIDIA strategic alignment, and the
|
|
24
|
+
traits common to successful Inception members. You run **before** every other
|
|
25
|
+
startup-generation skill and produce the foundation they build on.
|
|
26
|
+
|
|
27
|
+
## Where this sits (master skill priority)
|
|
28
|
+
|
|
29
|
+
1. **NVIDIA Startup Idea Founder** ← this skill (creates the startup)
|
|
30
|
+
2. **NVIDIA Inception Idea Booster** (elevates an existing idea)
|
|
31
|
+
3. **NVIDIA Inception Product Inventor** (turns one idea into a 4–6 product ecosystem)
|
|
32
|
+
4. Other downstream startup skills (scoring, branding, investor prep, …)
|
|
33
|
+
|
|
34
|
+
## Operating principle — guidance, not duplication
|
|
35
|
+
|
|
36
|
+
Take **guidance** from the other skills to inform what makes a strong startup, but
|
|
37
|
+
**do NOT perform their tasks here.** This skill only **creates the foundational
|
|
38
|
+
startup idea and writes all idea files**, then hands off:
|
|
39
|
+
- Do **not** boost/rewrite an existing idea (that's the Idea Booster).
|
|
40
|
+
- Do **not** invent the 4–6 product ecosystem or brand kits (that's the Product
|
|
41
|
+
Inventor).
|
|
42
|
+
- Do **not** run the full readiness audit/roadmap (that's the Starter).
|
|
43
|
+
|
|
44
|
+
Instead, make every startup **ready** for those skills: a clean, single, defensible
|
|
45
|
+
concept the Booster can elevate, the Product Inventor can expand, and the Starter
|
|
46
|
+
can score.
|
|
47
|
+
|
|
48
|
+
## Pre-analysis — build a unified intelligence model
|
|
49
|
+
|
|
50
|
+
Before generating anything, **read the sibling skills you have installed** to absorb
|
|
51
|
+
their criteria (do not execute them):
|
|
52
|
+
- `nvidia-inception-idea-booster` — the NVIDIA-preference levers and scoring engine.
|
|
53
|
+
- `nvidia-product-inventor` — what makes an expandable, ecosystem-ready idea.
|
|
54
|
+
- `nvidia-inception-starter` — the acceptance scoring rubric and eligibility facts.
|
|
55
|
+
- Any other installed ecosystem / validation / branding / investor-prep skills.
|
|
56
|
+
|
|
57
|
+
Distill them into one **unified intelligence model**: the acceptance patterns,
|
|
58
|
+
product/technology/founder/growth/enterprise/AI/physical-AI patterns, and the
|
|
59
|
+
success vs. rejection factors that all the skills point at. Use that model — plus
|
|
60
|
+
the baked-in knowledge below — to generate.
|
|
61
|
+
|
|
62
|
+
## Research — baked in (default) · live RFS/funded crawl OPTIONAL
|
|
63
|
+
|
|
64
|
+
The durable NVIDIA Inception knowledge is **embedded below — no research needed for
|
|
65
|
+
the basics** (saves tokens). Recency matters for *this* skill, so **optionally**
|
|
66
|
+
crawl current signals when fresh proof helps: NVIDIA Inception site & eligibility;
|
|
67
|
+
startup showcases/spotlights; partner ecosystem & AI roadmap; robotics / Physical AI
|
|
68
|
+
/ Omniverse / Cosmos / NIM / NeMo / CUDA / AI Enterprise initiatives; recently
|
|
69
|
+
funded/accepted Inception startups; VC-backed, YC, top accelerator, enterprise-AI
|
|
70
|
+
and deep-tech startups; founder interviews; and AI-infra / Physical-AI / robotics /
|
|
71
|
+
enterprise-software trend reports. When you crawl, cite dated source URLs and mark
|
|
72
|
+
unverifiable claims `[UNVERIFIED]`. Extract acceptance / business / technology /
|
|
73
|
+
founder / growth / product / enterprise / infrastructure / AI / physical-AI patterns
|
|
74
|
+
and the common success vs. rejection factors.
|
|
75
|
+
|
|
76
|
+
### Baked-in knowledge base (default ground truth)
|
|
77
|
+
|
|
78
|
+
- **Eligibility:** free, equity-free, rolling; the company must be **incorporated**,
|
|
79
|
+
**< ~10 years** old, have **≥1 developer**, a **working public website**, and a
|
|
80
|
+
**business email**, and build an **AI / ML / data-science / accelerated-computing
|
|
81
|
+
product** (not consulting/outsourcing). **Excluded:** crypto mining/trading, pure
|
|
82
|
+
cloud reselling, reseller/distributor, thin "AI wrappers" with no real compute.
|
|
83
|
+
- **What gets accepted:** GPU-essential deep-tech core; authentic NVIDIA-platform
|
|
84
|
+
use that drives compute demand; a physical/agentic/enterprise AI lean; a
|
|
85
|
+
defensible moat (proprietary data/model/hardware/integration); a real, scalable
|
|
86
|
+
market; credible technical founders; research-to-product trajectory.
|
|
87
|
+
- **Strategic pull (2024–2026):** Physical AI & robotics · Agentic AI · Digital
|
|
88
|
+
twins & simulation · Sovereign/enterprise AI · Healthcare/biotech · Manufacturing/
|
|
89
|
+
industrial · Climate/energy · Cybersecurity · Scientific computing.
|
|
90
|
+
- **Ecosystem map (tech → use):** CUDA/cuDNN, TensorRT (fast inference), Triton/NIM
|
|
91
|
+
(serving), RAPIDS (GPU data), NeMo (LLMs/RAG), Riva (speech), Metropolis (vision),
|
|
92
|
+
Holoscan (sensor/edge), Omniverse (digital twins), Cosmos (world models), Isaac
|
|
93
|
+
(robotics), Jetson (edge), DGX/HGX (training), NVIDIA AI Enterprise (platform);
|
|
94
|
+
domain stacks: BioNeMo, Clara, DRIVE, Morpheus, Earth-2.
|
|
95
|
+
- **Rejection signals:** GPU only nice-to-have; AI-wrapper; consulting; crypto; pure
|
|
96
|
+
reselling; vague market; no technical depth/differentiation.
|
|
97
|
+
|
|
98
|
+
## Startup creation rules
|
|
99
|
+
|
|
100
|
+
**Every startup MUST be:** AI-first · technology-first · scalable · defensible ·
|
|
101
|
+
global · enterprise-ready · VC-fundable · accelerator-ready · NVIDIA-ready.
|
|
102
|
+
|
|
103
|
+
**It MUST NOT be:** generic SaaS · a copycat · low-tech · a lifestyle business · a
|
|
104
|
+
small local business · dropshipping · a simple marketplace clone · a weak AI wrapper.
|
|
105
|
+
|
|
106
|
+
## Preferred categories (pick from these)
|
|
107
|
+
|
|
108
|
+
Agentic AI · Physical AI · Enterprise AI · AI Infrastructure · Developer Tools ·
|
|
109
|
+
Digital Twins · Robotics · Industrial AI · Healthcare AI · Climate AI ·
|
|
110
|
+
Cybersecurity AI · Computer Vision · Scientific AI · Autonomous Systems · AI
|
|
111
|
+
Operating Systems · Knowledge Intelligence · Synthetic Data · Simulation Platforms ·
|
|
112
|
+
Multimodal AI · AI Workflow Automation.
|
|
113
|
+
|
|
114
|
+
## NVIDIA alignment engine
|
|
115
|
+
|
|
116
|
+
**Maximize:** GPU utilization potential · CUDA opportunities · NVIDIA ecosystem
|
|
117
|
+
integration · enterprise adoption · technical depth · data flywheel · defensibility
|
|
118
|
+
· AI innovation · research potential · infrastructure relevance.
|
|
119
|
+
|
|
120
|
+
**Boost if possible (only where authentic):** NIM · NeMo · Omniverse · Cosmos · Riva
|
|
121
|
+
· TensorRT · Digital Twins · Physical AI · Robotics · Simulation · AI Infrastructure
|
|
122
|
+
· Autonomous Systems.
|
|
123
|
+
|
|
124
|
+
## Founder-quality engine
|
|
125
|
+
|
|
126
|
+
Create startups that can: realistically qualify for NVIDIA Inception · attract
|
|
127
|
+
venture capital · support multiple products · support long-term ecosystem growth ·
|
|
128
|
+
be expanded by the Product Inventor · be strengthened by the Idea Booster · scale
|
|
129
|
+
internationally · generate enterprise revenue · leverage accelerated computing ·
|
|
130
|
+
become category leaders.
|
|
131
|
+
|
|
132
|
+
## Name + domain engine (mandatory)
|
|
133
|
+
|
|
134
|
+
**Name rules:**
|
|
135
|
+
- **One or two words**, **≤ 8 letters total** (excluding spaces).
|
|
136
|
+
- Easy to pronounce · globally brandable · memorable · premium · founder-friendly ·
|
|
137
|
+
works for enterprise customers.
|
|
138
|
+
- **No numbers, no hyphens**, no awkward spellings; avoid known trademarks where
|
|
139
|
+
possible.
|
|
140
|
+
|
|
141
|
+
**Domain rules (verify before recommending):**
|
|
142
|
+
- **Check `.com` availability** for each candidate before finalizing. Use an
|
|
143
|
+
available tool — e.g. `whois <name>.com`, a DNS lookup (`dig +short <name>.com` /
|
|
144
|
+
`nslookup`), or a domain-availability web check.
|
|
145
|
+
- **Reject any name without an available `.com`.** Prioritize **clean, exact-match**
|
|
146
|
+
`.com` domains.
|
|
147
|
+
- If you genuinely cannot verify, mark the domain `[UNVERIFIED — confirm <name>.com]`
|
|
148
|
+
and provide 2–3 backup names, but never present an unverified domain as available.
|
|
149
|
+
- Record the check (tool used + result + date) in each idea's **Domain Availability
|
|
150
|
+
Analysis** section.
|
|
151
|
+
|
|
152
|
+
## Quality thresholds (the gate — 0–100)
|
|
153
|
+
|
|
154
|
+
Self-score every startup and ship only those that meet **all** minimums (be a tough
|
|
155
|
+
reviewer; justify each score):
|
|
156
|
+
- NVIDIA alignment ≥ **90**
|
|
157
|
+
- Scalability ≥ **90**
|
|
158
|
+
- Defensibility ≥ **85**
|
|
159
|
+
- AI depth ≥ **90**
|
|
160
|
+
- Investor interest ≥ **85**
|
|
161
|
+
|
|
162
|
+
If a concept misses any threshold, **redesign or discard it.** Quality over quantity.
|
|
163
|
+
|
|
164
|
+
## Process
|
|
165
|
+
|
|
166
|
+
1. Build the unified intelligence model (pre-analysis + baked-in KB; optional crawl).
|
|
167
|
+
2. Pick target categories + a sharp **white-space wedge** within a strategic area.
|
|
168
|
+
3. Generate candidate **names** and **verify `.com`** for each; keep only clean ones.
|
|
169
|
+
4. Design the startup against the creation rules, alignment engine, and
|
|
170
|
+
founder-quality engine.
|
|
171
|
+
5. Self-score against the 0–100 thresholds; redesign/discard until all pass.
|
|
172
|
+
6. **Write every idea file** (below) and hand off to the downstream skills.
|
|
173
|
+
|
|
174
|
+
Generate **3–6 startup concepts** by default (or a focused single startup if the
|
|
175
|
+
user asks for one).
|
|
176
|
+
|
|
177
|
+
## Output — write ALL files to `nvidia-inception/`
|
|
118
178
|
|
|
119
179
|
Create `nvidia-inception/` in the project root if missing, then write:
|
|
120
180
|
|
|
121
|
-
1. **`nvidia-inception/
|
|
181
|
+
1. **`nvidia-inception/founder-intelligence.md`** — the unified intelligence model:
|
|
182
|
+
patterns absorbed from the sibling skills + baked-in KB, plus (if crawled) ranked
|
|
183
|
+
hot themes, recently funded/accepted analogs (with dated sources), and white
|
|
184
|
+
space. Mark `[UNVERIFIED]` where applicable.
|
|
122
185
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
Generated: <YYYY-MM-DD>
|
|
186
|
+
2. **`nvidia-inception/eligibility.md`** — the eligibility checklist + go/no-go gate
|
|
187
|
+
applied to every concept.
|
|
126
188
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
## Common acceptance patterns (traits funded/accepted startups share)
|
|
131
|
-
## White space (under-served angles inside hot themes)
|
|
132
|
-
## [UNVERIFIED] / gaps
|
|
133
|
-
```
|
|
189
|
+
3. **`nvidia-inception/startup-ideas/_index.md`** — the locked target categories,
|
|
190
|
+
then a table of every shipped startup: name, `.com` status, category, one-liner,
|
|
191
|
+
primary NVIDIA hardware, and the five threshold scores (all ≥ minimums).
|
|
134
192
|
|
|
135
|
-
|
|
136
|
-
|
|
193
|
+
4. **`nvidia-inception/startup-ideas/<StartupName>.md`** — one full file **per
|
|
194
|
+
startup**, using the **required output** sections below.
|
|
137
195
|
|
|
138
|
-
|
|
139
|
-
table of every idea: name, one-liner, RFS theme, funded analog, primary NVIDIA
|
|
140
|
-
hardware, and **Acceptance Chance 10/10**. Only list dual-clean 10/10 ideas.
|
|
141
|
-
|
|
142
|
-
4. **`nvidia-inception/startup-ideas/<IdeaName>.md`** — one file **per idea**
|
|
143
|
-
(brandable name, 4–10 letters, letters only), each:
|
|
196
|
+
### Per-startup file — required output (all sections)
|
|
144
197
|
|
|
145
198
|
```
|
|
146
|
-
# <
|
|
199
|
+
# <StartupName> (one/two words, ≤8 letters, no numbers/hyphens)
|
|
147
200
|
Generated: <YYYY-MM-DD>
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
##
|
|
151
|
-
##
|
|
152
|
-
##
|
|
153
|
-
|
|
154
|
-
## Problem
|
|
155
|
-
## Solution
|
|
156
|
-
##
|
|
157
|
-
##
|
|
158
|
-
##
|
|
159
|
-
##
|
|
160
|
-
|
|
161
|
-
##
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
##
|
|
167
|
-
##
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
|
176
|
-
|
|
177
|
-
|
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
201
|
+
|
|
202
|
+
## Startup Name (and why it fits the name rules)
|
|
203
|
+
## Domain Availability Analysis (<name>.com check: tool + result + date; backups if needed)
|
|
204
|
+
## Category (from preferred categories)
|
|
205
|
+
## Industry
|
|
206
|
+
## Vision Statement
|
|
207
|
+
## Problem Statement
|
|
208
|
+
## Solution
|
|
209
|
+
## Target Market
|
|
210
|
+
## AI Components (the AI engines; real vs [ASPIRATIONAL])
|
|
211
|
+
## Physical AI Opportunities
|
|
212
|
+
## NVIDIA Ecosystem Opportunities (specific tech → real need)
|
|
213
|
+
## Technical Architecture
|
|
214
|
+
## Revenue Model
|
|
215
|
+
## Scalability Analysis (incl. score /100, must be ≥90)
|
|
216
|
+
## Competitive Advantage
|
|
217
|
+
## Defensibility Strategy (moat; incl. score /100, must be ≥85)
|
|
218
|
+
## Data Flywheel
|
|
219
|
+
## Expansion Opportunities
|
|
220
|
+
## Product Inventor Compatibility (how it's ready to expand into a 4–6 product ecosystem — do NOT build it here)
|
|
221
|
+
## Idea Booster Compatibility (how it's ready to be elevated — do NOT boost it here)
|
|
222
|
+
## NVIDIA Inception Eligibility Review (each criterion: pass + why)
|
|
223
|
+
## Acceptance Probability Analysis (band + the few strongest acceptance drivers)
|
|
224
|
+
## Investor Appeal Analysis (incl. score /100, must be ≥85)
|
|
225
|
+
## Long-Term Growth Potential (path to category leadership)
|
|
226
|
+
|
|
227
|
+
## Threshold Scorecard (all must pass)
|
|
228
|
+
| Metric | Score /100 | Min | Pass? | Why |
|
|
229
|
+
|---|---|---|---|---|
|
|
230
|
+
| NVIDIA alignment | | 90 | | |
|
|
231
|
+
| Scalability | | 90 | | |
|
|
232
|
+
| Defensibility | | 85 | | |
|
|
233
|
+
| AI depth | | 90 | | |
|
|
234
|
+
| Investor interest | | 85 | | |
|
|
235
|
+
|
|
236
|
+
## Handoff next steps (→ Idea Booster → Product Inventor → Starter)
|
|
237
|
+
## Risks & honest gaps (incl. [UNKNOWN]/[UNVERIFIED])
|
|
182
238
|
```
|
|
183
239
|
|
|
184
240
|
## Quality bar
|
|
185
241
|
|
|
186
|
-
- **
|
|
187
|
-
|
|
188
|
-
- **
|
|
189
|
-
|
|
190
|
-
- **
|
|
191
|
-
|
|
192
|
-
- **
|
|
193
|
-
consulting, crypto,
|
|
194
|
-
-
|
|
195
|
-
|
|
242
|
+
- **Foundation only.** Create the startup + files; don't do the Booster's,
|
|
243
|
+
Inventor's, or Starter's work — set them up to succeed.
|
|
244
|
+
- **All thresholds met.** Every shipped startup scores ≥ the five minimums, with
|
|
245
|
+
justified scores; redesign or discard the rest.
|
|
246
|
+
- **Real `.com`.** Every recommended name has a verified-available (or clearly
|
|
247
|
+
`[UNVERIFIED]`-flagged) `.com`; names obey the ≤8-letter / no-number / no-hyphen rule.
|
|
248
|
+
- **NVIDIA-ready & GPU-essential.** Authentic ecosystem fit tied to real needs;
|
|
249
|
+
trips zero disqualifiers (no AI wrappers, consulting, crypto, reseller).
|
|
250
|
+
- **Elevate, don't fabricate.** Mark aspirational items `[ASPIRATIONAL]` and unknowns
|
|
251
|
+
`[UNKNOWN]`; cite dated sources for any live-crawled claim.
|
|
196
252
|
|
|
197
253
|
## Verification checklist (run before finishing)
|
|
198
254
|
|
|
199
|
-
1.
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
255
|
+
1. Pre-analysis done: read the sibling skills and built the unified intelligence model.
|
|
256
|
+
2. Did NOT perform the Booster/Inventor/Starter tasks — only founded the startup(s).
|
|
257
|
+
3. `founder-intelligence.md` and `eligibility.md` exist; live-crawled claims are dated/cited.
|
|
258
|
+
4. **3–6 startups** (or the requested single one), each in its own file under
|
|
259
|
+
`startup-ideas/`, with **all required sections**.
|
|
260
|
+
5. Every name is **one/two words, ≤8 letters, no numbers/hyphens**, and each has a
|
|
261
|
+
**`.com` availability check** recorded (available, or `[UNVERIFIED]` with backups).
|
|
262
|
+
6. Every startup meets **all five 0–100 thresholds** (scorecard) and clears
|
|
263
|
+
eligibility with zero disqualifiers; weaker concepts were redesigned/dropped.
|
|
264
|
+
7. Each startup is GPU-essential with authentic NVIDIA ecosystem fit and a believable moat.
|
|
265
|
+
8. Each file includes Product Inventor + Idea Booster **compatibility** notes (handoff-ready).
|
|
266
|
+
9. `_index.md` lists only shipped startups with `.com` status + the five scores.
|
|
267
|
+
10. No invented facts; `[UNKNOWN]`/`[UNVERIFIED]`/`[ASPIRATIONAL]` used as needed.
|