spirewise 1.7.1 → 1.9.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.
Files changed (210) hide show
  1. package/README.md +0 -15
  2. package/bin/cli.js +63 -44
  3. package/install.sh +8 -8
  4. package/package.json +2 -4
  5. package/skills/README.md +0 -1
  6. package/skills/ai-agent-os-design-system/README.md +105 -0
  7. package/skills/ai-agent-os-design-system/SKILL.md +195 -0
  8. package/skills/ai-agent-os-design-system/accessibility-system.md +67 -0
  9. package/skills/ai-agent-os-design-system/color-system.md +102 -0
  10. package/skills/ai-agent-os-design-system/component-library.md +147 -0
  11. package/skills/ai-agent-os-design-system/design-principles.md +79 -0
  12. package/skills/ai-agent-os-design-system/example-page-structures.md +93 -0
  13. package/skills/ai-agent-os-design-system/layout-system.md +74 -0
  14. package/skills/ai-agent-os-design-system/motion-system.md +85 -0
  15. package/skills/ai-agent-os-design-system/spacing-system.md +87 -0
  16. package/skills/ai-agent-os-design-system/typography-system.md +91 -0
  17. package/skills/ai-agent-os-design-system/website-generation-rules.md +192 -0
  18. package/skills/ai-dark-futuristic-design-system/README.md +91 -0
  19. package/skills/ai-dark-futuristic-design-system/SKILL.md +179 -0
  20. package/skills/ai-dark-futuristic-design-system/accessibility-system.md +61 -0
  21. package/skills/ai-dark-futuristic-design-system/color-system.md +99 -0
  22. package/skills/ai-dark-futuristic-design-system/component-library.md +140 -0
  23. package/skills/ai-dark-futuristic-design-system/design-principles.md +66 -0
  24. package/skills/ai-dark-futuristic-design-system/example-page-structures.md +124 -0
  25. package/skills/ai-dark-futuristic-design-system/layout-system.md +85 -0
  26. package/skills/ai-dark-futuristic-design-system/motion-system.md +76 -0
  27. package/skills/ai-dark-futuristic-design-system/spacing-system.md +73 -0
  28. package/skills/ai-dark-futuristic-design-system/typography-system.md +89 -0
  29. package/skills/ai-dark-futuristic-design-system/website-generation-rules.md +220 -0
  30. package/skills/apple-premium-minimal-design-system/README.md +95 -0
  31. package/skills/apple-premium-minimal-design-system/SKILL.md +166 -0
  32. package/skills/apple-premium-minimal-design-system/accessibility-system.md +60 -0
  33. package/skills/apple-premium-minimal-design-system/color-system.md +100 -0
  34. package/skills/apple-premium-minimal-design-system/component-library.md +136 -0
  35. package/skills/apple-premium-minimal-design-system/design-principles.md +65 -0
  36. package/skills/apple-premium-minimal-design-system/example-page-structures.md +90 -0
  37. package/skills/apple-premium-minimal-design-system/layout-system.md +89 -0
  38. package/skills/apple-premium-minimal-design-system/motion-system.md +75 -0
  39. package/skills/apple-premium-minimal-design-system/spacing-system.md +73 -0
  40. package/skills/apple-premium-minimal-design-system/typography-system.md +86 -0
  41. package/skills/apple-premium-minimal-design-system/website-generation-rules.md +207 -0
  42. package/skills/bento-grid-design-system/README.md +97 -0
  43. package/skills/bento-grid-design-system/SKILL.md +185 -0
  44. package/skills/bento-grid-design-system/accessibility-system.md +54 -0
  45. package/skills/bento-grid-design-system/color-system.md +98 -0
  46. package/skills/bento-grid-design-system/component-library.md +138 -0
  47. package/skills/bento-grid-design-system/design-principles.md +72 -0
  48. package/skills/bento-grid-design-system/example-page-structures.md +91 -0
  49. package/skills/bento-grid-design-system/layout-system.md +93 -0
  50. package/skills/bento-grid-design-system/motion-system.md +81 -0
  51. package/skills/bento-grid-design-system/spacing-system.md +77 -0
  52. package/skills/bento-grid-design-system/typography-system.md +85 -0
  53. package/skills/bento-grid-design-system/website-generation-rules.md +193 -0
  54. package/skills/brutalist-tech-design-system/README.md +100 -0
  55. package/skills/brutalist-tech-design-system/SKILL.md +185 -0
  56. package/skills/brutalist-tech-design-system/accessibility-system.md +61 -0
  57. package/skills/brutalist-tech-design-system/color-system.md +101 -0
  58. package/skills/brutalist-tech-design-system/component-library.md +117 -0
  59. package/skills/brutalist-tech-design-system/design-principles.md +73 -0
  60. package/skills/brutalist-tech-design-system/example-page-structures.md +92 -0
  61. package/skills/brutalist-tech-design-system/layout-system.md +74 -0
  62. package/skills/brutalist-tech-design-system/motion-system.md +80 -0
  63. package/skills/brutalist-tech-design-system/spacing-system.md +86 -0
  64. package/skills/brutalist-tech-design-system/typography-system.md +94 -0
  65. package/skills/brutalist-tech-design-system/website-generation-rules.md +195 -0
  66. package/skills/crunchbase-profile-generator/README.md +64 -0
  67. package/skills/crunchbase-profile-generator/SKILL.md +189 -0
  68. package/skills/editorial-luxury-design-system/README.md +98 -0
  69. package/skills/editorial-luxury-design-system/SKILL.md +187 -0
  70. package/skills/editorial-luxury-design-system/accessibility-system.md +63 -0
  71. package/skills/editorial-luxury-design-system/color-system.md +95 -0
  72. package/skills/editorial-luxury-design-system/component-library.md +131 -0
  73. package/skills/editorial-luxury-design-system/design-principles.md +77 -0
  74. package/skills/editorial-luxury-design-system/example-page-structures.md +94 -0
  75. package/skills/editorial-luxury-design-system/layout-system.md +80 -0
  76. package/skills/editorial-luxury-design-system/motion-system.md +82 -0
  77. package/skills/editorial-luxury-design-system/spacing-system.md +77 -0
  78. package/skills/editorial-luxury-design-system/typography-system.md +107 -0
  79. package/skills/editorial-luxury-design-system/website-generation-rules.md +194 -0
  80. package/skills/enterprise-data-viz-design-system/README.md +98 -0
  81. package/skills/enterprise-data-viz-design-system/SKILL.md +195 -0
  82. package/skills/enterprise-data-viz-design-system/accessibility-system.md +68 -0
  83. package/skills/enterprise-data-viz-design-system/color-system.md +112 -0
  84. package/skills/enterprise-data-viz-design-system/component-library.md +142 -0
  85. package/skills/enterprise-data-viz-design-system/design-principles.md +75 -0
  86. package/skills/enterprise-data-viz-design-system/example-page-structures.md +89 -0
  87. package/skills/enterprise-data-viz-design-system/layout-system.md +75 -0
  88. package/skills/enterprise-data-viz-design-system/motion-system.md +86 -0
  89. package/skills/enterprise-data-viz-design-system/spacing-system.md +85 -0
  90. package/skills/enterprise-data-viz-design-system/typography-system.md +100 -0
  91. package/skills/enterprise-data-viz-design-system/website-generation-rules.md +196 -0
  92. package/skills/f6s-copywriting/README.md +16 -6
  93. package/skills/f6s-copywriting/SKILL.md +162 -46
  94. package/skills/glassmorphism-design-system/README.md +98 -0
  95. package/skills/glassmorphism-design-system/SKILL.md +190 -0
  96. package/skills/glassmorphism-design-system/accessibility-system.md +62 -0
  97. package/skills/glassmorphism-design-system/color-system.md +128 -0
  98. package/skills/glassmorphism-design-system/component-library.md +120 -0
  99. package/skills/glassmorphism-design-system/design-principles.md +77 -0
  100. package/skills/glassmorphism-design-system/example-page-structures.md +92 -0
  101. package/skills/glassmorphism-design-system/layout-system.md +81 -0
  102. package/skills/glassmorphism-design-system/motion-system.md +86 -0
  103. package/skills/glassmorphism-design-system/spacing-system.md +73 -0
  104. package/skills/glassmorphism-design-system/typography-system.md +90 -0
  105. package/skills/glassmorphism-design-system/website-generation-rules.md +195 -0
  106. package/skills/linkedin-copywriting/README.md +15 -8
  107. package/skills/linkedin-copywriting/SKILL.md +129 -51
  108. package/skills/motion-storytelling-design-system/README.md +100 -0
  109. package/skills/motion-storytelling-design-system/SKILL.md +191 -0
  110. package/skills/motion-storytelling-design-system/accessibility-system.md +71 -0
  111. package/skills/motion-storytelling-design-system/color-system.md +101 -0
  112. package/skills/motion-storytelling-design-system/component-library.md +122 -0
  113. package/skills/motion-storytelling-design-system/design-principles.md +81 -0
  114. package/skills/motion-storytelling-design-system/example-page-structures.md +91 -0
  115. package/skills/motion-storytelling-design-system/layout-system.md +79 -0
  116. package/skills/motion-storytelling-design-system/motion-system.md +116 -0
  117. package/skills/motion-storytelling-design-system/spacing-system.md +83 -0
  118. package/skills/motion-storytelling-design-system/typography-system.md +89 -0
  119. package/skills/motion-storytelling-design-system/website-generation-rules.md +200 -0
  120. package/skills/nvidia-inception-idea-booster/README.md +43 -24
  121. package/skills/nvidia-inception-idea-booster/SKILL.md +260 -116
  122. package/skills/nvidia-inception-starter/README.md +6 -5
  123. package/skills/nvidia-inception-starter/SKILL.md +80 -43
  124. package/skills/nvidia-product-inventor/README.md +44 -40
  125. package/skills/nvidia-product-inventor/SKILL.md +265 -247
  126. package/skills/nvidia-startup-idea-founder/README.md +66 -26
  127. package/skills/nvidia-startup-idea-founder/SKILL.md +245 -189
  128. package/skills/product-demo-first-design-system/README.md +96 -0
  129. package/skills/product-demo-first-design-system/SKILL.md +185 -0
  130. package/skills/product-demo-first-design-system/accessibility-system.md +58 -0
  131. package/skills/product-demo-first-design-system/color-system.md +109 -0
  132. package/skills/product-demo-first-design-system/component-library.md +142 -0
  133. package/skills/product-demo-first-design-system/design-principles.md +66 -0
  134. package/skills/product-demo-first-design-system/example-page-structures.md +95 -0
  135. package/skills/product-demo-first-design-system/layout-system.md +76 -0
  136. package/skills/product-demo-first-design-system/motion-system.md +82 -0
  137. package/skills/product-demo-first-design-system/spacing-system.md +74 -0
  138. package/skills/product-demo-first-design-system/typography-system.md +87 -0
  139. package/skills/product-demo-first-design-system/website-generation-rules.md +194 -0
  140. package/skills/website-design-skills/01-proof/README.md +0 -47
  141. package/skills/website-design-skills/01-proof/SKILL.md +0 -303
  142. package/skills/website-design-skills/02-kajabi/README.md +0 -42
  143. package/skills/website-design-skills/02-kajabi/SKILL.md +0 -272
  144. package/skills/website-design-skills/03-lattice/README.md +0 -42
  145. package/skills/website-design-skills/03-lattice/SKILL.md +0 -271
  146. package/skills/website-design-skills/04-petal/README.md +0 -42
  147. package/skills/website-design-skills/04-petal/SKILL.md +0 -271
  148. package/skills/website-design-skills/05-dropbox-sign/README.md +0 -42
  149. package/skills/website-design-skills/05-dropbox-sign/SKILL.md +0 -271
  150. package/skills/website-design-skills/06-distributional/README.md +0 -42
  151. package/skills/website-design-skills/06-distributional/SKILL.md +0 -271
  152. package/skills/website-design-skills/07-appcues/README.md +0 -42
  153. package/skills/website-design-skills/07-appcues/SKILL.md +0 -271
  154. package/skills/website-design-skills/08-memberstack/README.md +0 -42
  155. package/skills/website-design-skills/08-memberstack/SKILL.md +0 -271
  156. package/skills/website-design-skills/09-flank/README.md +0 -42
  157. package/skills/website-design-skills/09-flank/SKILL.md +0 -275
  158. package/skills/website-design-skills/10-slidebean/README.md +0 -42
  159. package/skills/website-design-skills/10-slidebean/SKILL.md +0 -275
  160. package/skills/website-design-skills/11-formstack/README.md +0 -42
  161. package/skills/website-design-skills/11-formstack/SKILL.md +0 -275
  162. package/skills/website-design-skills/12-thalamus/README.md +0 -42
  163. package/skills/website-design-skills/12-thalamus/SKILL.md +0 -275
  164. package/skills/website-design-skills/13-grow/README.md +0 -42
  165. package/skills/website-design-skills/13-grow/SKILL.md +0 -275
  166. package/skills/website-design-skills/14-gemnote/README.md +0 -42
  167. package/skills/website-design-skills/14-gemnote/SKILL.md +0 -275
  168. package/skills/website-design-skills/15-draftbit/README.md +0 -42
  169. package/skills/website-design-skills/15-draftbit/SKILL.md +0 -275
  170. package/skills/website-design-skills/16-payman/README.md +0 -42
  171. package/skills/website-design-skills/16-payman/SKILL.md +0 -273
  172. package/skills/website-design-skills/17-effortel/README.md +0 -42
  173. package/skills/website-design-skills/17-effortel/SKILL.md +0 -272
  174. package/skills/website-design-skills/18-adopt/README.md +0 -42
  175. package/skills/website-design-skills/18-adopt/SKILL.md +0 -273
  176. package/skills/website-design-skills/19-kraftful/README.md +0 -42
  177. package/skills/website-design-skills/19-kraftful/SKILL.md +0 -273
  178. package/skills/website-design-skills/20-greenhouse/README.md +0 -42
  179. package/skills/website-design-skills/20-greenhouse/SKILL.md +0 -273
  180. package/skills/website-design-skills/21-weavy/README.md +0 -42
  181. package/skills/website-design-skills/21-weavy/SKILL.md +0 -273
  182. package/skills/website-design-skills/22-safetykit/README.md +0 -42
  183. package/skills/website-design-skills/22-safetykit/SKILL.md +0 -273
  184. package/skills/website-design-skills/23-modulify/README.md +0 -42
  185. package/skills/website-design-skills/23-modulify/SKILL.md +0 -270
  186. package/skills/website-design-skills/24-realm/README.md +0 -42
  187. package/skills/website-design-skills/24-realm/SKILL.md +0 -270
  188. package/skills/website-design-skills/25-modyfi/README.md +0 -42
  189. package/skills/website-design-skills/25-modyfi/SKILL.md +0 -269
  190. package/skills/website-design-skills/26-altitude/README.md +0 -42
  191. package/skills/website-design-skills/26-altitude/SKILL.md +0 -270
  192. package/skills/website-design-skills/27-way/README.md +0 -42
  193. package/skills/website-design-skills/27-way/SKILL.md +0 -270
  194. package/skills/website-design-skills/28-zentail/README.md +0 -42
  195. package/skills/website-design-skills/28-zentail/SKILL.md +0 -270
  196. package/skills/website-design-skills/29-zams/README.md +0 -42
  197. package/skills/website-design-skills/29-zams/SKILL.md +0 -270
  198. package/skills/website-design-skills/30-user-interviews/README.md +0 -44
  199. package/skills/website-design-skills/30-user-interviews/SKILL.md +0 -273
  200. package/skills/website-design-skills/31-bland/README.md +0 -44
  201. package/skills/website-design-skills/31-bland/SKILL.md +0 -273
  202. package/skills/website-design-skills/32-nauto/README.md +0 -44
  203. package/skills/website-design-skills/32-nauto/SKILL.md +0 -273
  204. package/skills/website-design-skills/33-bill/README.md +0 -44
  205. package/skills/website-design-skills/33-bill/SKILL.md +0 -273
  206. package/skills/website-design-skills/34-localyzer/README.md +0 -44
  207. package/skills/website-design-skills/34-localyzer/SKILL.md +0 -273
  208. package/skills/website-design-skills/35-jasper/README.md +0 -44
  209. package/skills/website-design-skills/35-jasper/SKILL.md +0 -273
  210. package/skills/website-design-skills/README.md +0 -108
@@ -1,36 +1,76 @@
1
- # NVIDIA Startup Idea Founder
1
+ # nvidia-startup-idea-founder
2
2
 
3
- A **founder-in-residence** skill for NVIDIA Inception. It **crawls live signals**
4
- Requests for Startups (RFS), NVIDIA stated priorities, NVentures investments,
5
- and the most recently funded / newly accepted Inception startups — then **invents
6
- brand-new startup ideas** at the intersection of those signals, each engineered
7
- to clear eligibility and hit a **10/10 acceptance chance**.
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
- ## What it produces
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
- Writes to an `nvidia-inception/` folder in the project root:
13
+ ## Install
12
14
 
13
- - `rfs-research.md` — crawl digest: ranked hot themes, recently funded/accepted
14
- startups (with sources + dates), common acceptance patterns, and white space.
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 themes + a table of every 10/10 idea.
17
- - `startup-ideas/<IdeaName>.md` **one full file per idea** (4–10 letter name)
18
- with problem, deep-tech solution, GPU-essential rationale, moat, market, NVIDIA
19
- stack, eligibility fit, and an **Acceptance Chance Scorecard summing to 10/10**.
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
- ## How it works
55
+ ## What it does (and doesn't)
22
56
 
23
- 1. **Crawl** NVIDIA RFS/priorities and recently funded/accepted Inception
24
- startups (last 6–12 months), citing dated source URLs.
25
- 2. **Lock eligibility** (incorporated, <10yr, ≥1 dev, website, business email, AI
26
- product, no excluded categories).
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
- ## Sibling skills
62
+ ## Rules it enforces
32
63
 
33
- Found the idea here elevate with `nvidia-inception-idea-booster` score with
34
- `nvidia-inception-starter` turn into products with `nvidia-product-inventor`.
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 templates, and the 10/10 gate.
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
- Act as a founder-in-residence who CRAWLS current "Requests for Startups" (RFS)
5
- and the most recently funded / newly accepted NVIDIA Inception startups, mines
6
- the patterns NVIDIA is actively rewarding, then invents brand-new startup ideas
7
- engineered for eligibility and a 10/10 NVIDIA Inception acceptance chance. Use
8
- when the user asks to "find a startup idea for NVIDIA", "what should I build to
9
- get into Inception", "crawl NVIDIA RFS / funded startups", "generate Inception
10
- startup ideas", or "give me a 10/10 NVIDIA startup idea". Researches live
11
- sources, checks eligibility, and writes idea files to an `nvidia-inception/`
12
- folder. Builds on nvidia-inception-idea-booster, nvidia-inception-starter, and
13
- nvidia-product-inventor.
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
- Be a **founder-in-residence for NVIDIA Inception**. Instead of starting from an
19
- existing idea, you **research what NVIDIA is funding and accepting right now**
20
- Requests for Startups (RFS), NVentures investments, and the newest Inception
21
- cohort/showcase startups then **invent fresh startup ideas at the intersection
22
- of those signals**, each engineered to clear eligibility and score a self-assessed
23
- **10/10 acceptance chance**.
24
-
25
- ## How this fits the sibling skills
26
-
27
- - **This skill** discovers *what to build* from live market/RFS/funding signals
28
- and outputs ready-to-pursue startup ideas.
29
- - **`nvidia-inception-idea-booster`** elevates an idea you already have.
30
- - **`nvidia-inception-starter`** scores/audits a company against acceptance.
31
- - **`nvidia-product-inventor`** turns one locked idea into 3–6 buildable products.
32
-
33
- Typical flow: **found the idea here boost it score it invent products.**
34
-
35
- ## Step 1 Crawl the signals (research first, cite everything)
36
-
37
- Use the available web/browse tools (web search + fetch) to gather **current,
38
- dated** evidence. Crawl as many of these as possible and record source URLs +
39
- access date. Mark anything you cannot verify as `[UNVERIFIED]` never fabricate.
40
-
41
- **A. NVIDIA "Requests for Startups" / stated priorities**
42
- - NVIDIA Inception program pages, blog, and newsroom (startups, Physical AI,
43
- agentic AI, robotics, sovereign AI, healthcare/BioNeMo, climate, manufacturing).
44
- - GTC keynotes / "startup" announcements and any published focus areas or
45
- "we want to see…" themes.
46
- - NVIDIA Inception VC Alliance partners' RFS / thesis pages (these VCs publish
47
- what they want to fund alongside NVIDIA).
48
- - Generic but relevant RFS lists (e.g. accelerator/VC "Request for Startups")
49
- filtered to deep-tech / GPU-heavy / Physical AI / agentic AI themes.
50
-
51
- **B. Last funded & newly accepted Inception startups**
52
- - NVentures (NVIDIA's venture arm) recent investments and portfolio.
53
- - Recently funded startups that are NVIDIA Inception members (press releases
54
- often say "a member of NVIDIA Inception"). Capture: name, what they do, round
55
- size/date, the NVIDIA tech they use, and their vertical.
56
- - NVIDIA Inception Premier / GTC "Inception Showcase" / award winners and the
57
- newest cohort highlights.
58
- - News aggregators for "raises … NVIDIA Inception" within the **last 6–12 months**.
59
-
60
- **C. Extract the pattern.** From A + B, distill:
61
- - The **hot themes** NVIDIA is actively backing right now (rank them).
62
- - The **common traits** of funded/accepted startups (deep tech, GPU-essential,
63
- Physical/agentic AI, proprietary data/model/hardware, real traction).
64
- - **White space**: under-served angles inside hot themes where a new entrant can
65
- win this is where your ideas will live.
66
-
67
- ## Step 2 Lock eligibility (hard gate)
68
-
69
- Every idea must describe a company that can clear NVIDIA Inception eligibility:
70
- - Will be an **incorporated** legal entity, **< 10 years** old, with **≥1
71
- developer**, a **working public website**, and a **business email** (no generic
72
- alias).
73
- - Builds an **AI / data-science / accelerated-computing product** not
74
- consulting/outsourced dev.
75
- - **Not** in an excluded category: crypto mining/trading, pure cloud reselling,
76
- reseller/distributor, or a thin "AI wrapper" with no real compute need.
77
-
78
- State, per idea, how it satisfies each point. If an idea can only work as an
79
- excluded type, discard it.
80
-
81
- ## Step 3 Invent ideas at the intersection (the 10/10 bar)
82
-
83
- Generate **3–6 brand-new startup ideas**. Each must map to **(a)** a current RFS /
84
- hot theme from Step 1A and **(b)** a recently funded/accepted analog from Step 1B
85
- (as proof the space is live), while attacking distinct white space. Engineer each
86
- toward the traits NVIDIA rewards:
87
-
88
- 1. **Deep tech / novel IP** real model/system/hardware differentiation, not a
89
- wrapper.
90
- 2. **GPU/accelerated compute essential** a must-have (training, large-scale
91
- inference, simulation, 3D, RL, vision, LLMs/agents, genomics).
92
- 3. **Physical AI / Agentic AI lean** robotics, autonomy, embodied/edge AI,
93
- digital twins, or action-taking agents.
94
- 4. **Defensible moat** — proprietary data flywheel, model, hardware, or deep
95
- NVIDIA-stack integration.
96
- 5. **Large market + clear why-now** — beachhead → expansion → big TAM.
97
- 6. **Authentic NVIDIA ecosystem fit** specific platforms (CUDA, TensorRT,
98
- Triton/NIM, NeMo, Riva, Metropolis, Holoscan, Omniverse, Isaac, Jetson, DGX,
99
- NVIDIA AI Enterprise) tied to real needs, and a path to reference designs /
100
- joint GTM.
101
-
102
- ### The 10/10 acceptance gate (mandatory)
103
-
104
- Score every idea on a **10-point Acceptance Chance** rubric and only ship ideas
105
- that reach **10/10**. Suggested sub-scores (be a tough reviewer; justify each):
106
- - Deep tech / IP (0–2)
107
- - GPU-essential (0–2)
108
- - Physical/Agentic AI fit (0–1)
109
- - Defensible moat (0–2)
110
- - Market & why-now (0–1)
111
- - NVIDIA ecosystem + RFS/theme alignment (0–1)
112
- - Eligibility clean (no disqualifiers) (0–1)
113
-
114
- If an idea scores < 10, **redesign or discard it** quality over quantity. It is
115
- better to ship 3 genuine 10/10 ideas than 6 weak ones. Never inflate a score.
116
-
117
- ## Output write to `nvidia-inception/`
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/rfs-research.md`** — the crawl digest:
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
- # NVIDIA RFS & Funded-Startup Research
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
- ## Sources crawled (with URLs + access date)
128
- ## Requests for Startups / NVIDIA stated priorities (ranked hot themes)
129
- ## Recently funded / newly accepted Inception startups (table: name · what · round + date · NVIDIA tech · vertical · source)
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
- 2. **`nvidia-inception/eligibility.md`** — the eligibility checklist + go/no-go
136
- gate used for every idea.
193
+ 4. **`nvidia-inception/startup-ideas/<StartupName>.md`** — one full file **per
194
+ startup**, using the **required output** sections below.
137
195
 
138
- 3. **`nvidia-inception/startup-ideas/_index.md`**locked hot themes, then a
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
- # <IdeaName>
199
+ # <StartupName> (one/two words, ≤8 letters, no numbers/hyphens)
147
200
  Generated: <YYYY-MM-DD>
148
- One-liner: <sharp, NVIDIA-aligned, no hype>
149
-
150
- ## RFS / theme it targets (link to a Step 1A signal)
151
- ## Recently funded analog (a Step 1B startup proving the space is live + source)
152
- ## White-space wedge (how this is differentiated, not a clone)
153
-
154
- ## Problem & target user
155
- ## Solution (deep-tech product, how it works)
156
- ## Why GPU / accelerated compute is essential
157
- ## Physical AI / Agentic angle (if applicable)
158
- ## Defensibility / moat (data/model/hardware/integration flywheel)
159
- ## Market: beachhead expansionTAM, and why now
160
-
161
- ## NVIDIA Stack (physical → SDK → software, each tied to a real need)
162
- ### Physical / compute hardware (GPUs first)
163
- ### SDKs / libraries
164
- ### Software / platforms
165
-
166
- ## Eligibility fit (incorporated, <10yr, ≥1 dev, website, business email, AI product, not excluded)
167
- ## Acceptance Chance Scorecard10/10
168
- | Criterion | Score | Why |
169
- |---|---|---|
170
- | Deep tech / IP (0–2) | | |
171
- | GPU-essential (0–2) | | |
172
- | Physical/Agentic AI (0–1) | | |
173
- | Defensible moat (0–2) | | |
174
- | Market & why-now (0–1) | | |
175
- | NVIDIA ecosystem + RFS fit (0–1) | | |
176
- | Eligibility clean (0–1) | | |
177
- | **Total** | **10/10** | |
178
-
179
- ## Proof plan (prototype benchmark pilot → publication)
180
- ## Risks & honest gaps (incl. [UNKNOWN]/[UNVERIFIED])
181
- ## Next steps (hand to nvidia-inception-idea-booster, then -starter, then -product-inventor)
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 techreal 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
- - **Evidence over opinion.** Every theme and funded analog cites a real, dated
187
- source URL. Unverifiable claims are marked `[UNVERIFIED]`, not stated as fact.
188
- - **Recency matters.** Prioritize signals from the **last 6–12 months**; note the
189
- date of each so the research can be refreshed.
190
- - **Dual gate:** ship only ideas that are **10/10 acceptance chance** AND clear
191
- **eligibility** with zero disqualifiers.
192
- - **Real, buildable ideas** — deep-tech and GPU-essential, never AI wrappers,
193
- consulting, crypto, or reseller plays.
194
- - Names obey **4–10 letters, letters only**; one file per idea; folder/file names
195
- match the idea name.
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. Crawled NVIDIA RFS/priorities AND recently funded/accepted Inception startups;
200
- listed sources with URLs + dates in `rfs-research.md`.
201
- 2. Extracted ranked hot themes, common acceptance patterns, and white space.
202
- 3. `eligibility.md` exists with the full checklist and a go/no-go gate.
203
- 4. 3–6 idea files exist, each mapping to a real RFS theme **and** a recently
204
- funded analog (with source), attacking distinct white space.
205
- 5. Every idea is **10/10 acceptance chance** (scorecard sums to 10) and clears
206
- eligibility with zero disqualifiers; weaker ideas were redesigned or dropped.
207
- 6. Each idea is GPU-essential with an authentic NVIDIA stack (physical → SDK →
208
- software) and a believable moat.
209
- 7. `_index.md` lists only the 10/10 ideas with their RFS theme + funded analog.
210
- 8. All names are 4–10 letters (verified); `[UNKNOWN]`/`[UNVERIFIED]` used instead
211
- of invented facts.
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.