spirewise 1.0.3 → 1.6.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 +53 -25
- package/bin/cli.js +266 -164
- package/install.sh +55 -17
- package/package.json +1 -1
- package/skills/README.md +39 -14
- package/skills/f6s-copywriting/README.md +53 -0
- package/skills/linkedin-copywriting/README.md +49 -0
- package/skills/nvidia-inception-idea-booster/README.md +55 -0
- package/skills/nvidia-inception-idea-booster/SKILL.md +151 -0
- package/skills/nvidia-inception-starter/README.md +61 -0
- package/skills/nvidia-inception-starter/SKILL.md +179 -0
- package/skills/nvidia-product-inventor/README.md +66 -0
- package/skills/nvidia-product-inventor/SKILL.md +167 -0
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: nvidia-inception-starter
|
|
3
|
+
description: >-
|
|
4
|
+
Expert startup advisor that prepares, evaluates, and optimizes a startup for
|
|
5
|
+
acceptance into NVIDIA Inception. Use when the user asks to "assess my startup
|
|
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
|
+
Researches NVIDIA Inception and accepted startups, scores the company 0–100,
|
|
9
|
+
audits website/product/AI/architecture/NVIDIA-alignment, and writes a full
|
|
10
|
+
readiness report to an `nvidia-inception/` folder in the project root.
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# NVIDIA Inception Starter
|
|
14
|
+
|
|
15
|
+
Prepare a startup for NVIDIA Inception: research the program and its accepted
|
|
16
|
+
companies, score the startup, audit every dimension that affects acceptance, and
|
|
17
|
+
produce a brutally honest readiness report with a 90-day action plan.
|
|
18
|
+
|
|
19
|
+
## Persona
|
|
20
|
+
|
|
21
|
+
Act as a **former NVIDIA Inception evaluator, AI startup investor, accelerator
|
|
22
|
+
mentor, and deep-tech strategist**. Be evidence-based, data-driven, highly
|
|
23
|
+
critical, and brutally accurate, but always actionable. Hold both an investor
|
|
24
|
+
mindset and a technical mindset. Never inflate scores to be nice — a realistic,
|
|
25
|
+
specific critique is more valuable than encouragement.
|
|
26
|
+
|
|
27
|
+
## Inputs needed
|
|
28
|
+
|
|
29
|
+
Gather (ask, or infer from the repo/website/links the user provides):
|
|
30
|
+
- Company name, website, one-line description, incorporation status + age
|
|
31
|
+
- What it builds, target market, industry, business model, pricing
|
|
32
|
+
- AI/ML usage and category (CV, GenAI, robotics, physical AI, enterprise AI…)
|
|
33
|
+
- Technical stack and any NVIDIA technologies used
|
|
34
|
+
- Funding stage, traction (users, revenue, growth, partnerships), team/founders
|
|
35
|
+
- Pitch deck / homepage copy if available
|
|
36
|
+
|
|
37
|
+
If details are missing, mark them as `[UNKNOWN]` in the report and lower the
|
|
38
|
+
relevant scores — do not invent facts.
|
|
39
|
+
|
|
40
|
+
## Step 1 — Research (do this before scoring)
|
|
41
|
+
|
|
42
|
+
Research to current, real sources. Do not rely on memory alone.
|
|
43
|
+
- **Official program:** eligibility, application process, tiers, benefits, FAQ
|
|
44
|
+
(nvidia.com/startups and the Inception FAQ).
|
|
45
|
+
- **Accepted startups:** study a broad sample (aim for many, ideally 50–100+)
|
|
46
|
+
from NVIDIA startup showcases, member spotlights, case studies, and blogs.
|
|
47
|
+
- For each accepted startup, note: industry, problem, market, product/AI
|
|
48
|
+
category, funding stage, tech stack, NVIDIA tech used, homepage headline,
|
|
49
|
+
value prop, traction, and competitive edge.
|
|
50
|
+
- **Detect patterns:** most common categories, AI use cases, funding stages,
|
|
51
|
+
founder backgrounds, website structures, messaging, and NVIDIA-tech usage.
|
|
52
|
+
- Convert patterns into **acceptance signals** (what accepted startups share)
|
|
53
|
+
and **risk signals** (what rejected/ineligible profiles share).
|
|
54
|
+
|
|
55
|
+
## Verified program facts (ground truth — keep current by re-checking)
|
|
56
|
+
|
|
57
|
+
Eligibility (typical):
|
|
58
|
+
- **Free, equity-free, no fees.** No application deadline; rolling review
|
|
59
|
+
(usually a few business days to ~2 weeks).
|
|
60
|
+
- Must be **incorporated** (registered legal entity), have a **working company
|
|
61
|
+
website**, use a **business email** (no generic/alias addresses), and employ
|
|
62
|
+
**at least one developer**.
|
|
63
|
+
- Generally **under 10 years old**, and **building AI / ML / data-science /
|
|
64
|
+
accelerated-computing products** — not selling consulting or outsourced dev.
|
|
65
|
+
- **Open to all funding stages** (bootstrapped → growth).
|
|
66
|
+
|
|
67
|
+
Commonly **not eligible**: consulting / outsourcing dev shops, crypto
|
|
68
|
+
(mining/trading), pure cloud service providers, resellers/distributors, and
|
|
69
|
+
public companies.
|
|
70
|
+
|
|
71
|
+
Tiers (startups progress as they grow): **Emerging → Scale → Premier**. Higher
|
|
72
|
+
tiers unlock more cloud credits, deeper engineering support, DLI training,
|
|
73
|
+
co-marketing, and investor access.
|
|
74
|
+
|
|
75
|
+
Benefits: NVIDIA SDKs + developer tools, Deep Learning Institute (DLI) training,
|
|
76
|
+
preferred hardware pricing, partner **cloud credits**, **Inception Capital
|
|
77
|
+
Connect / VC Alliance** investor access, co-marketing, badges, and events.
|
|
78
|
+
|
|
79
|
+
NVIDIA technologies to align with (cite the ones that genuinely fit): CUDA,
|
|
80
|
+
cuDNN, TensorRT, Triton, RAPIDS, NIM, NeMo, Riva, Metropolis, Holoscan,
|
|
81
|
+
Omniverse, Isaac (robotics), Jetson (edge), DGX / NVIDIA AI Enterprise.
|
|
82
|
+
|
|
83
|
+
## Step 2 — Score the startup (0–100)
|
|
84
|
+
|
|
85
|
+
Score each category, multiply by weight, sum to a total. Always justify each
|
|
86
|
+
score with specific evidence and a one-line "to reach the next level" note.
|
|
87
|
+
|
|
88
|
+
| Category | Weight |
|
|
89
|
+
|---|---|
|
|
90
|
+
| AI Strength | 20 |
|
|
91
|
+
| Technical Innovation | 15 |
|
|
92
|
+
| NVIDIA Alignment | 15 |
|
|
93
|
+
| Market Opportunity | 10 |
|
|
94
|
+
| Team Quality | 10 |
|
|
95
|
+
| Product Maturity | 10 |
|
|
96
|
+
| Website Quality | 5 |
|
|
97
|
+
| Pitch Readiness | 5 |
|
|
98
|
+
| Scalability | 5 |
|
|
99
|
+
| Competitive Advantage | 5 |
|
|
100
|
+
|
|
101
|
+
Map the total to an **acceptance probability** band and state it plainly:
|
|
102
|
+
- 85–100 — Very strong; likely accept. Polish and apply now.
|
|
103
|
+
- 70–84 — Strong; address 2–3 gaps, then apply.
|
|
104
|
+
- 50–69 — Borderline; meaningful work needed before applying.
|
|
105
|
+
- < 50 — Not ready; follow the roadmap first.
|
|
106
|
+
|
|
107
|
+
NVIDIA Alignment scoring guide: highest when the startup genuinely trains/runs
|
|
108
|
+
GPU-accelerated AI and would use NVIDIA tech in production; low for thin
|
|
109
|
+
"AI wrapper" products with no real compute need. Reward authenticity, not
|
|
110
|
+
buzzwords.
|
|
111
|
+
|
|
112
|
+
## Step 3 — Audits
|
|
113
|
+
|
|
114
|
+
Run each and list concrete findings + fixes:
|
|
115
|
+
- **Website audit:** homepage headline, value proposition, product + AI
|
|
116
|
+
explanation, technical credibility, use cases, case studies, architecture
|
|
117
|
+
clarity, visual quality, trust signals, investor readiness. Compare against
|
|
118
|
+
top Inception / fast-growing AI startups.
|
|
119
|
+
- **Product audit:** maturity (idea → MVP → production), differentiation, moat.
|
|
120
|
+
- **AI readiness audit:** real AI vs. wrapper, data advantage, model strategy,
|
|
121
|
+
evaluation/quality, compute needs.
|
|
122
|
+
- **Technical architecture audit:** scalability, GPU utilization, inference
|
|
123
|
+
path, edge vs. cloud, MLOps.
|
|
124
|
+
- **NVIDIA alignment audit:** which NVIDIA technologies fit and how to adopt
|
|
125
|
+
them credibly in the roadmap.
|
|
126
|
+
|
|
127
|
+
## Physical / Embodied AI module (if relevant)
|
|
128
|
+
|
|
129
|
+
If the startup touches robotics, autonomous/industrial systems, vision AI, edge
|
|
130
|
+
AI, digital twins, simulation, agentic, or embodied AI, recommend the fitting
|
|
131
|
+
stack: **Isaac** (robotics), **Omniverse** (simulation/digital twins),
|
|
132
|
+
**Jetson** (edge), **CUDA/TensorRT** (perf), **NIM** (inference microservices),
|
|
133
|
+
**NVIDIA AI Enterprise**. Tie each recommendation to a concrete use case — never
|
|
134
|
+
list tech for its own sake.
|
|
135
|
+
|
|
136
|
+
## Output — write the report file
|
|
137
|
+
|
|
138
|
+
1. Create an `nvidia-inception/` folder in the project root if missing.
|
|
139
|
+
2. Write `nvidia-inception/inception-readiness-report.md` (UTF-8 Markdown) with:
|
|
140
|
+
|
|
141
|
+
```
|
|
142
|
+
# NVIDIA Inception Readiness — <Company>
|
|
143
|
+
Generated: <YYYY-MM-DD>
|
|
144
|
+
|
|
145
|
+
## Executive Summary
|
|
146
|
+
## NVIDIA Inception Acceptance Score (XX/100, with per-category table)
|
|
147
|
+
## Acceptance Probability (band + one-line verdict)
|
|
148
|
+
## Strength Analysis
|
|
149
|
+
## Weakness Analysis
|
|
150
|
+
## Competitive Analysis
|
|
151
|
+
## Website Audit
|
|
152
|
+
## Product Audit
|
|
153
|
+
## AI Readiness Audit
|
|
154
|
+
## Technical Architecture Audit
|
|
155
|
+
## NVIDIA Alignment Audit
|
|
156
|
+
## Improvement Roadmap (prioritized, effort vs. impact)
|
|
157
|
+
## 90-Day Action Plan (Days 0–30 / 31–60 / 61–90, owners)
|
|
158
|
+
## Application Readiness Report (eligibility checklist + go/no-go)
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
Include the eligibility checklist explicitly (incorporated, website, business
|
|
162
|
+
email, ≥1 developer, <10 yrs, AI product not consulting, not in an excluded
|
|
163
|
+
category) and flag any blocker that would cause an automatic rejection.
|
|
164
|
+
|
|
165
|
+
## Quality bar
|
|
166
|
+
|
|
167
|
+
- Evidence over opinion: cite the accepted-startup patterns your scores rely on.
|
|
168
|
+
- Be specific and quantified; replace vague advice with concrete next actions.
|
|
169
|
+
- Brutally honest: if it's not ready, say so and explain exactly why.
|
|
170
|
+
- Recommend NVIDIA tech only where it authentically fits the product.
|
|
171
|
+
|
|
172
|
+
## Verification checklist (run before finishing)
|
|
173
|
+
|
|
174
|
+
1. `nvidia-inception/inception-readiness-report.md` exists with every section.
|
|
175
|
+
2. Category scores sum correctly to the 0–100 total; each has evidence.
|
|
176
|
+
3. Acceptance probability band matches the total score.
|
|
177
|
+
4. Eligibility checklist is complete; any auto-reject blocker is flagged.
|
|
178
|
+
5. Every recommendation is specific, prioritized, and actionable.
|
|
179
|
+
6. No invented facts — unknowns are marked `[UNKNOWN]`, not fabricated.
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# nvidia-product-inventor
|
|
2
|
+
|
|
3
|
+
Reads your **existing startup-idea files** and invents **3–6 concrete products**
|
|
4
|
+
(not marketing copy) engineered to fit NVIDIA Inception. Each product gets a
|
|
5
|
+
short brandable name (**4–10 letters**) and an explicit NVIDIA stack —
|
|
6
|
+
**physical/compute hardware (GPUs, Jetson, DGX…) first**, then SDKs, then
|
|
7
|
+
software.
|
|
8
|
+
|
|
9
|
+
> Builds on **`nvidia-inception-idea-booster`** (preference levers) and
|
|
10
|
+
> **`nvidia-inception-starter`** (acceptance lens). Products only — no website
|
|
11
|
+
> or landing-page copy.
|
|
12
|
+
|
|
13
|
+
## Install
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
npx spirewise install -s nvidia-product-inventor # pick agents + scope
|
|
17
|
+
npx spirewise install -s nvidia-product-inventor -a claude,cursor -sc workspace
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Remove
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
npx spirewise remove -s nvidia-product-inventor # pick agents + scope
|
|
24
|
+
npx spirewise remove -s nvidia-product-inventor -a claude,cursor -sc both
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
(No Node? `./install.sh -s nvidia-product-inventor` and `./install.sh remove -s nvidia-product-inventor`.)
|
|
28
|
+
|
|
29
|
+
## Use
|
|
30
|
+
|
|
31
|
+
Put your idea notes anywhere in the project, then ask your agent:
|
|
32
|
+
|
|
33
|
+
> "Invent products for NVIDIA Inception from our idea"
|
|
34
|
+
|
|
35
|
+
It reads those files and writes a **`products_raw/`** folder with one subfolder
|
|
36
|
+
per product.
|
|
37
|
+
|
|
38
|
+
## Output
|
|
39
|
+
|
|
40
|
+
```
|
|
41
|
+
products_raw/
|
|
42
|
+
├── _overview.md # all products: name, letters, one-liner, primary GPU
|
|
43
|
+
├── <Product1>/
|
|
44
|
+
│ ├── product.md
|
|
45
|
+
│ ├── logo-brief.md
|
|
46
|
+
│ └── <Product1>-logo-1080x1080.png
|
|
47
|
+
├── <Product2>/…
|
|
48
|
+
└── … # 3–6 products total
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Each `product.md` covers the problem, what it does, **why GPU compute is
|
|
52
|
+
essential**, the NVIDIA stack (hardware → SDKs → software), physical/edge angle,
|
|
53
|
+
moat, market, Inception fit, and MVP scope. Each product also ships a **real
|
|
54
|
+
1080×1080 PNG logo** on a solid background.
|
|
55
|
+
|
|
56
|
+
## Rules it enforces
|
|
57
|
+
|
|
58
|
+
- **3–6 products**, each in its own folder under `products_raw/`.
|
|
59
|
+
- Product names are **4–10 letters, letters only**, brandable; folder name = product name.
|
|
60
|
+
- NVIDIA stack ordered **physical/GPU first**, then SDKs, then software.
|
|
61
|
+
- Every product must genuinely need accelerated compute (no AI wrappers).
|
|
62
|
+
- Each product gets a **proper designed logo** — 1080×1080 PNG, **solid background**
|
|
63
|
+
(primary/white/black/other, no transparency or gradient), a wordmark/lettermark/
|
|
64
|
+
combination mark (not an SVG/UI icon or emoji), saved in the product's folder.
|
|
65
|
+
|
|
66
|
+
See `SKILL.md` for the full method and the per-product template.
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: nvidia-product-inventor
|
|
3
|
+
description: >-
|
|
4
|
+
Read a startup's existing idea/notes files and invent 3–6 concrete PRODUCTS
|
|
5
|
+
(not marketing copy) engineered to fit NVIDIA Inception preferences. Each product
|
|
6
|
+
gets a short brandable name (4–10 letters) and an explicit NVIDIA stack —
|
|
7
|
+
physical/compute hardware (GPUs, Jetson, DGX…) first, then SDKs, then software.
|
|
8
|
+
Use when the user asks to "invent products", "ideate products for NVIDIA",
|
|
9
|
+
"what should we build for Inception", or "turn our idea into products". Writes a
|
|
10
|
+
`products_raw/` folder with one subfolder per product. Builds on
|
|
11
|
+
nvidia-inception-idea-booster (preference levers) and nvidia-inception-starter
|
|
12
|
+
(acceptance lens). Products only — no website/landing copy.
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# NVIDIA Product Inventor
|
|
16
|
+
|
|
17
|
+
Turn the startup's idea into **3–6 buildable products** that maximize NVIDIA
|
|
18
|
+
Inception fit. This is a product/ideation skill — invent *what to build*, not
|
|
19
|
+
marketing copy.
|
|
20
|
+
|
|
21
|
+
## Uses the sibling skills
|
|
22
|
+
|
|
23
|
+
- Apply the **NVIDIA-preference levers** from `nvidia-inception-idea-booster`
|
|
24
|
+
(deep tech, physical/agentic AI, GPU-essential, defensibility, big market,
|
|
25
|
+
ecosystem fit) when shaping every product.
|
|
26
|
+
- Pre-screen each product with the **`nvidia-inception-starter`** acceptance lens
|
|
27
|
+
(AI strength, technical innovation, NVIDIA alignment, market, moat). Keep only
|
|
28
|
+
products that would plausibly score well; discard weak/"AI-wrapper" ones.
|
|
29
|
+
|
|
30
|
+
## Step 1 — Read the existing idea
|
|
31
|
+
|
|
32
|
+
Discover and read the startup files in the project: `idea*`, `README*`, `pitch*`,
|
|
33
|
+
`business-plan*`, `vision*`, `notes*`, `one-pager*`, `concept*`, `startup*`,
|
|
34
|
+
`docs/`, etc. Restate the problem, users, market, and any tech in your own words.
|
|
35
|
+
If too little exists, ask 3–5 focused questions first. Mark gaps `[UNKNOWN]` —
|
|
36
|
+
never fabricate. Stay anchored to the founder's domain and intent.
|
|
37
|
+
|
|
38
|
+
## Step 2 — Invent 3–6 products
|
|
39
|
+
|
|
40
|
+
Generate **between 3 and 6** product concepts that each:
|
|
41
|
+
- Solve a sharp, real problem within the startup's domain.
|
|
42
|
+
- **Require GPU/accelerated compute** to exist (a must-have, not nice-to-have).
|
|
43
|
+
- Lean into **physical / edge / agentic AI** where credible.
|
|
44
|
+
- Have a defensible moat (proprietary data/model/hardware or NVIDIA integration).
|
|
45
|
+
|
|
46
|
+
### Product naming rules (enforce strictly)
|
|
47
|
+
- **4–10 letters**, letters only (A–Z), no spaces, digits, or symbols.
|
|
48
|
+
- Brandable and coined/short (e.g., `Vexel`, `Roboq`, `Synapt`, `Orbix`).
|
|
49
|
+
- Count the letters and confirm each name is within 4–10 before using it.
|
|
50
|
+
- The product folder name = the product name.
|
|
51
|
+
|
|
52
|
+
## NVIDIA stack for each product (order: physical → SDK → software)
|
|
53
|
+
|
|
54
|
+
List concrete, fitting choices — **lead with physical/compute hardware (GPUs)**:
|
|
55
|
+
|
|
56
|
+
1. **Physical / compute hardware (GPUs first):** data-center GPUs (H100, H200,
|
|
57
|
+
A100, GB200/Blackwell), workstation GPUs (RTX), **Jetson** (Orin/Nano) for
|
|
58
|
+
edge/robotics, **DGX** systems, **Grace Hopper / Grace Blackwell**, IGX/Holoscan
|
|
59
|
+
dev kits, robotics platforms on Jetson.
|
|
60
|
+
2. **SDKs / libraries:** CUDA, cuDNN, **TensorRT**, **Triton** Inference Server,
|
|
61
|
+
RAPIDS, **Isaac** (Sim / ROS / Lab) for robotics, **Omniverse** for
|
|
62
|
+
simulation/digital twins, **Metropolis** for vision, **Holoscan** for sensor/edge,
|
|
63
|
+
**NeMo** for LLMs, **Riva** for speech, DeepStream, cuOpt, Modulus, Parabricks
|
|
64
|
+
(genomics), Morpheus (cybersecurity), Maxine.
|
|
65
|
+
3. **Software / platforms:** **NVIDIA AI Enterprise**, **NIM** inference
|
|
66
|
+
microservices, NeMo framework/microservices, Omniverse Cloud, Fleet Command,
|
|
67
|
+
Base Command.
|
|
68
|
+
|
|
69
|
+
Pick only what authentically fits each product, and say *why* each piece is used.
|
|
70
|
+
|
|
71
|
+
## Output — `products_raw/` with one folder per product
|
|
72
|
+
|
|
73
|
+
1. Create `products_raw/` in the project root if missing.
|
|
74
|
+
2. For each product, create `products_raw/<ProductName>/` and write
|
|
75
|
+
`products_raw/<ProductName>/product.md`:
|
|
76
|
+
|
|
77
|
+
```
|
|
78
|
+
# <ProductName>
|
|
79
|
+
Letters: <n> (must be 4–10)
|
|
80
|
+
Tagline: <one line, what it is>
|
|
81
|
+
Generated: <YYYY-MM-DD>
|
|
82
|
+
|
|
83
|
+
## Problem
|
|
84
|
+
## Target user
|
|
85
|
+
## What it does (product, not marketing)
|
|
86
|
+
## Why GPU / accelerated compute is essential
|
|
87
|
+
|
|
88
|
+
## NVIDIA Stack
|
|
89
|
+
### Physical / compute hardware (GPUs first)
|
|
90
|
+
- <GPU / Jetson / DGX / …> — <why>
|
|
91
|
+
### SDKs / libraries
|
|
92
|
+
- <CUDA / TensorRT / Isaac / Omniverse / …> — <why>
|
|
93
|
+
### Software / platforms
|
|
94
|
+
- <NVIDIA AI Enterprise / NIM / …> — <why>
|
|
95
|
+
|
|
96
|
+
## Physical AI / Edge angle (if applicable)
|
|
97
|
+
## Defensibility / moat
|
|
98
|
+
## Market & wedge
|
|
99
|
+
## Inception fit (1–2 lines: why this scores well)
|
|
100
|
+
## Build notes / MVP scope
|
|
101
|
+
## Logo (see logo-brief.md + <ProductName>-logo-1080x1080.png)
|
|
102
|
+
## Open questions / [UNKNOWN]
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
3. Also write `products_raw/_overview.md` listing every product: name, letter
|
|
106
|
+
count, one-liner, and primary NVIDIA hardware.
|
|
107
|
+
|
|
108
|
+
## Logo for each product (required)
|
|
109
|
+
|
|
110
|
+
Every product gets a **real, designed brand logo** — not an SVG icon, UI/material
|
|
111
|
+
icon, emoji, or clip-art glyph. Treat it like a brand identity deliverable.
|
|
112
|
+
|
|
113
|
+
### Design (research first)
|
|
114
|
+
- Briefly research 3–5 reference logos in the product's space; note the visual
|
|
115
|
+
conventions, then design something distinct (don't copy).
|
|
116
|
+
- Choose a logo type that fits the short name: **wordmark** (the full name in
|
|
117
|
+
custom-styled type), **lettermark/monogram** (initials), or **combination mark**
|
|
118
|
+
(a simple custom symbol + the name). Coherent, ownable, memorable.
|
|
119
|
+
- Define a tiny brand spec: palette (hex), typography style, and the mark concept.
|
|
120
|
+
|
|
121
|
+
### Hard output rules
|
|
122
|
+
- Format **PNG**, exactly **1080 × 1080 px**.
|
|
123
|
+
- **Solid background** — a single flat color with NO transparency and NO gradient.
|
|
124
|
+
Use the brand **primary color**, or white, or black, or another solid color that
|
|
125
|
+
gives strong contrast with the mark. State the exact bg hex in the brief.
|
|
126
|
+
- The logo must be a proper logo (typographic wordmark/lettermark/combination
|
|
127
|
+
mark), centered with safe padding — not a tiny icon on a big canvas.
|
|
128
|
+
- Save it **inside that product's folder**:
|
|
129
|
+
`products_raw/<ProductName>/<ProductName>-logo-1080x1080.png`
|
|
130
|
+
- Also write `products_raw/<ProductName>/logo-brief.md` with: logo type, concept,
|
|
131
|
+
background hex, foreground/accent hex, typography, and references consulted.
|
|
132
|
+
|
|
133
|
+
### How to generate it
|
|
134
|
+
1. **Preferred:** if an image-generation tool/model is available, prompt it for a
|
|
135
|
+
*professional brand logo* (specify: wordmark/lettermark, the exact name, color
|
|
136
|
+
palette, solid background, flat vector-style, no photographic texture), then
|
|
137
|
+
ensure the saved file is a 1080×1080 PNG on a solid background.
|
|
138
|
+
2. **Fallback (always works):** render a deliberate typographic logo
|
|
139
|
+
programmatically — e.g. Python + Pillow — drawing the wordmark/monogram in a
|
|
140
|
+
chosen font and color on a solid-color 1080×1080 canvas, with optional simple
|
|
141
|
+
geometric accent. This must look designed (kerning, weight, composition), not
|
|
142
|
+
like a stock icon. Verify dimensions and that the background is fully solid.
|
|
143
|
+
|
|
144
|
+
Do **not** ship: transparent PNGs, gradients, generic icon-font glyphs, stock
|
|
145
|
+
emoji, or screenshots. One clean branded logo per product.
|
|
146
|
+
|
|
147
|
+
## Quality bar
|
|
148
|
+
|
|
149
|
+
- **Products, not copy.** No website/landing/marketing text — concrete product
|
|
150
|
+
concepts and technical plans only.
|
|
151
|
+
- Every product must be GPU-essential and NVIDIA-aligned, with the stack ordered
|
|
152
|
+
physical → SDK → software.
|
|
153
|
+
- Names obey the 4–10 letter rule (verified) and folder names match.
|
|
154
|
+
- Stay within the founder's domain; elevate, don't fabricate.
|
|
155
|
+
|
|
156
|
+
## Verification checklist (run before finishing)
|
|
157
|
+
|
|
158
|
+
1. Read the existing idea files (and reflected the founder's domain).
|
|
159
|
+
2. `products_raw/` exists with **3–6** product subfolders, each with `product.md`.
|
|
160
|
+
3. Every product name is **4–10 letters, letters only**, and matches its folder.
|
|
161
|
+
4. Each product lists NVIDIA hardware (GPU/physical) first, then SDKs, then software.
|
|
162
|
+
5. Each product justifies why GPU/accelerated compute is essential.
|
|
163
|
+
6. `products_raw/_overview.md` summarizes all products.
|
|
164
|
+
7. Every product folder has a **1080×1080 PNG logo on a solid (non-transparent,
|
|
165
|
+
non-gradient) background**, plus `logo-brief.md` — a real wordmark/lettermark/
|
|
166
|
+
combination mark, not an SVG/UI icon or emoji. Verify file dimensions.
|
|
167
|
+
8. No marketing/website copy; unknowns marked `[UNKNOWN]`, not invented.
|