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