@rubytech/create-maxy-code 0.1.106 → 0.1.108

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 (177) hide show
  1. package/dist/index.js +1 -1
  2. package/dist/uninstall.js +1 -1
  3. package/package.json +1 -1
  4. package/payload/platform/config/brand.json +1 -0
  5. package/payload/platform/plugins/.claude-plugin/marketplace.json +4 -14
  6. package/payload/platform/plugins/business-assistant/PLUGIN.md +4 -1
  7. package/payload/platform/plugins/docs/references/plugins-guide.md +8 -1
  8. package/payload/platform/plugins/venture-studio/.claude-plugin/plugin.json +8 -0
  9. package/payload/platform/plugins/venture-studio/PLUGIN.md +79 -0
  10. package/payload/platform/plugins/venture-studio/skills/brand-pack/SKILL.md +256 -0
  11. package/payload/platform/plugins/venture-studio/skills/brand-pack/references/color-psychology.md +118 -0
  12. package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/SKILL.md +109 -8
  13. package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/html-pdf-pipeline.md +1 -1
  14. package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/termsheet-template.md +1 -1
  15. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +1565 -0
  16. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +91 -0
  17. package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +715 -0
  18. package/payload/platform/plugins/venture-studio/skills/office-hours/SKILL.md +588 -0
  19. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/SKILL.md +332 -0
  20. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +275 -0
  21. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +93 -0
  22. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +308 -0
  23. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +262 -0
  24. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +171 -0
  25. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +246 -0
  26. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +183 -0
  27. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +190 -0
  28. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +58 -0
  29. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +114 -0
  30. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +43 -0
  31. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +237 -0
  32. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +290 -0
  33. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +105 -0
  34. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +361 -0
  35. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +167 -0
  36. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +193 -0
  37. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +200 -0
  38. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +239 -0
  39. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +103 -0
  40. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +291 -0
  41. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +225 -0
  42. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +179 -0
  43. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/prd.md +363 -0
  44. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +74 -0
  45. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +253 -0
  46. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +256 -0
  47. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +276 -0
  48. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +248 -0
  49. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +89 -0
  50. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +121 -0
  51. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +242 -0
  52. package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +271 -0
  53. package/payload/premium-plugins/.claude-plugin/marketplace.json +4 -4
  54. package/payload/premium-plugins/real-agent/plugins/brochures/skills/property-brochure/references/build.md +4 -5
  55. package/payload/premium-plugins/venture-studio/.claude-plugin/plugin.json +8 -0
  56. package/payload/premium-plugins/venture-studio/PLUGIN.md +79 -0
  57. package/payload/premium-plugins/venture-studio/skills/brand-pack/SKILL.md +256 -0
  58. package/payload/premium-plugins/venture-studio/skills/brand-pack/references/color-psychology.md +118 -0
  59. package/payload/{platform/plugins/founder-pack → premium-plugins/venture-studio}/skills/investor-data-room/SKILL.md +109 -8
  60. package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/html-pdf-pipeline.md +1 -1
  61. package/payload/{platform/plugins/founder-pack → premium-plugins/venture-studio}/skills/investor-data-room/references/termsheet-template.md +1 -1
  62. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +1565 -0
  63. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +91 -0
  64. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +715 -0
  65. package/payload/premium-plugins/venture-studio/skills/office-hours/SKILL.md +588 -0
  66. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/SKILL.md +332 -0
  67. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +275 -0
  68. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +93 -0
  69. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +308 -0
  70. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +262 -0
  71. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +171 -0
  72. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +246 -0
  73. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +183 -0
  74. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +190 -0
  75. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +58 -0
  76. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +114 -0
  77. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +43 -0
  78. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +237 -0
  79. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +290 -0
  80. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +105 -0
  81. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +361 -0
  82. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +167 -0
  83. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +193 -0
  84. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +200 -0
  85. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +239 -0
  86. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +103 -0
  87. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +291 -0
  88. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +225 -0
  89. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +179 -0
  90. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/prd.md +363 -0
  91. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +74 -0
  92. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +253 -0
  93. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +256 -0
  94. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +276 -0
  95. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +248 -0
  96. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +89 -0
  97. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +121 -0
  98. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +242 -0
  99. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +271 -0
  100. package/payload/server/{chunk-BVDLDM6O.js → chunk-AGFS3TVN.js} +108 -3
  101. package/payload/server/maxy-edge.js +1 -1
  102. package/payload/server/server.js +7 -2
  103. package/payload/platform/plugins/founder-pack/.claude-plugin/plugin.json +0 -8
  104. package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +0 -8
  105. package/payload/platform/plugins/teaching/PLUGIN.md +0 -58
  106. package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +0 -59
  107. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +0 -70
  108. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +0 -43
  109. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +0 -83
  110. package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +0 -48
  111. package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +0 -41
  112. package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +0 -94
  113. package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +0 -52
  114. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +0 -49
  115. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +0 -116
  116. package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +0 -8
  117. package/payload/platform/plugins/writer-craft/PLUGIN.md +0 -88
  118. package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +0 -92
  119. package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +0 -94
  120. package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +0 -77
  121. package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +0 -103
  122. package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +0 -74
  123. package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +0 -146
  124. package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +0 -70
  125. package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +0 -108
  126. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +0 -73
  127. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +0 -85
  128. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +0 -78
  129. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +0 -55
  130. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +0 -89
  131. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +0 -114
  132. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +0 -73
  133. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +0 -76
  134. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +0 -67
  135. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +0 -86
  136. package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +0 -97
  137. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +0 -72
  138. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +0 -91
  139. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +0 -71
  140. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +0 -85
  141. package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +0 -100
  142. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +0 -72
  143. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +0 -71
  144. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +0 -64
  145. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +0 -93
  146. package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +0 -100
  147. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +0 -79
  148. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +0 -81
  149. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +0 -67
  150. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +0 -94
  151. package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +0 -111
  152. package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +0 -119
  153. package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +0 -99
  154. package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +0 -112
  155. package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +0 -99
  156. package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +0 -95
  157. package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +0 -106
  158. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +0 -118
  159. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +0 -66
  160. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +0 -87
  161. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +0 -82
  162. package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +0 -133
  163. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +0 -118
  164. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +0 -128
  165. package/payload/premium-plugins/founder-pack/.claude-plugin/plugin.json +0 -8
  166. /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/business-plan-template.md +0 -0
  167. /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/compliance-research-checklist.md +0 -0
  168. /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/data-room-structure.md +0 -0
  169. /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/deck-blueprint-template.md +0 -0
  170. /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/design-tokens-application.md +0 -0
  171. /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/internal-workings-scrub.md +0 -0
  172. /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/business-plan-template.md +0 -0
  173. /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/compliance-research-checklist.md +0 -0
  174. /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/data-room-structure.md +0 -0
  175. /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/deck-blueprint-template.md +0 -0
  176. /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/design-tokens-application.md +0 -0
  177. /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/internal-workings-scrub.md +0 -0
package/dist/index.js CHANGED
@@ -59,7 +59,7 @@ function claudePluginEnv() {
59
59
  * evidence. When a third brand is added under `brands/`, append its hostname
60
60
  * here AND in the matching constant in `uninstall.ts` (intentional duplication
61
61
  * per `uninstall.ts:` "Shell helpers (duplicated from index.ts ...)" policy). */
62
- const KNOWN_BRAND_HOSTNAMES = ["maxy", "realagent", "maxy-2", "maxy-3", "maxy-4"];
62
+ const KNOWN_BRAND_HOSTNAMES = ["maxy", "maxy-code", "realagent", "realagent-code", "maxy-2", "maxy-3", "maxy-4"];
63
63
  // The device's actual hostname — may differ from BRAND.hostname if the user customized it.
64
64
  // Updated by installSystemDeps() after hostname setup; used for user-facing URLs.
65
65
  let DEVICE_HOSTNAME = BRAND.hostname;
package/dist/uninstall.js CHANGED
@@ -103,7 +103,7 @@ export function isMaxyInstalled() {
103
103
  * `.service` file — stale units, gnome-keyring disable markers, and unrelated
104
104
  * user services are not peer evidence. When a third brand is
105
105
  * added under `brands/`, append its hostname here. */
106
- const KNOWN_BRAND_HOSTNAMES = ["maxy", "realagent", "maxy-2", "maxy-3", "maxy-4"];
106
+ const KNOWN_BRAND_HOSTNAMES = ["maxy", "maxy-code", "realagent", "realagent-code", "maxy-2", "maxy-3", "maxy-4"];
107
107
  /** Detect whether another brand is installed on this device.
108
108
  * device-wide steps (apt package purge, Ollama binary removal, apt
109
109
  * repo cleanup, ~/.claude / ~/.ollama wipes) must skip when a peer brand is
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/create-maxy-code",
3
- "version": "0.1.106",
3
+ "version": "0.1.108",
4
4
  "description": "Install Maxy — AI for Productive People",
5
5
  "bin": {
6
6
  "create-maxy-code": "./dist/index.js"
@@ -16,6 +16,7 @@
16
16
  "claudeSessionManagerPort": 19400,
17
17
  "commercialMode": false,
18
18
  "vertical": null,
19
+ "shipsPremiumBundles": ["venture-studio"],
19
20
 
20
21
  "defaultColors": {
21
22
  "primary": "#7C8C72",
@@ -39,11 +39,6 @@
39
39
  "source": "./email",
40
40
  "version": "0.1.0"
41
41
  },
42
- {
43
- "name": "founder-pack",
44
- "source": "./founder-pack",
45
- "version": "0.1.0"
46
- },
47
42
  {
48
43
  "name": "linkedin-extension",
49
44
  "source": "./linkedin-extension",
@@ -85,13 +80,13 @@
85
80
  "version": "0.1.0"
86
81
  },
87
82
  {
88
- "name": "teaching",
89
- "source": "./teaching",
83
+ "name": "telegram",
84
+ "source": "./telegram",
90
85
  "version": "0.1.0"
91
86
  },
92
87
  {
93
- "name": "telegram",
94
- "source": "./telegram",
88
+ "name": "venture-studio",
89
+ "source": "./venture-studio",
95
90
  "version": "0.1.0"
96
91
  },
97
92
  {
@@ -113,11 +108,6 @@
113
108
  "name": "workflows",
114
109
  "source": "./workflows",
115
110
  "version": "0.1.0"
116
- },
117
- {
118
- "name": "writer-craft",
119
- "source": "./writer-craft",
120
- "version": "0.1.0"
121
111
  }
122
112
  ]
123
113
  }
@@ -43,7 +43,10 @@ When the owner asks about sessions, tasks, or what's in progress — use `sessio
43
43
 
44
44
  ## Industry Overlays
45
45
 
46
- Load industry-specific references from `overlays/` based on the business type in memory. If no industry is set, ask during the first conversation.
46
+ When the first conversation starts, branch on whether this is a new or existing business:
47
+
48
+ - **New business** ("I want to start a business", "I have an idea for a venture", "let's found a company") → invoke the `venture-studio` agent via the Skill tool. Venture-studio owns the founding-a-business workflow (data-room scaffold, Project + Tasks, brand pack, PMF validation, business plan, prospectus, term sheet, deck). Hand off and do not continue the industry-overlay flow.
49
+ - **Existing business** → load industry-specific references from `overlays/` based on the business type in memory. If no industry is set, ask now.
47
50
 
48
51
  ## References
49
52
 
@@ -68,13 +68,20 @@ Install verbatim:
68
68
 
69
69
  ### Premium Plugins
70
70
 
71
- Brand decides which premium plugins ship. Maxy installs ship only `platform/plugins/*`. Real Agent installs ship every plugin under `platform/plugins/*` plus every bundle under `premium-plugins/*`. There is no per-account purchase record; brand identity is the gate.
71
+ Brand decides which premium plugins ship. The brand's `shipsPremiumBundles` field in `brand.json` is the gate; three shapes are supported:
72
+
73
+ - **omitted / false** — ship nothing from `premium-plugins/` (the legacy Maxy default).
74
+ - **`true`** — ship every bundle under `premium-plugins/*` (Real Agent / `realagent-code`).
75
+ - **`["bundle-a", "bundle-b"]`** — ship only the named bundle directories (Maxy Code's `["venture-studio"]`). Names with no matching directory on disk are silently dropped; non-allowlisted bundles are stripped from any account that was previously stamped with them.
76
+
77
+ There is no per-account purchase record; the brand decides the shipping set.
72
78
 
73
79
  | Plugin | Type | What it does | Public agent |
74
80
  |--------|------|-------------|-------------|
75
81
  | `teaching` | Skills | Interactive tutoring, lesson planning, and study pack generation from your knowledge base | Yes — all 3 skills serve students and parents |
76
82
  | `real-agent` | Bundle (13 sub-plugins) | UK estate agency skills — sales, listings, vendor management, buyer management, lead generation, coaching, business operations, teaching, Loop CRM (five value pillars: auto-respond, viewing lifecycle, pipeline mining, listings prospecting, maintenance & preferences), PropertyData market analytics (valuation, sold prices, £/sqft baselines, £/sqft growth, demand-rent, area risk, planning precedent, UPRN matching, property-type distribution), gov.uk EPC floor-area lookup, property brochures, social-share image cards, A4 market reports, and single-address preval packs (full UK address → 4-page A4 PDF covering valuation, area, and demand). 3 specialist roles (negotiator, valuer, compliance) | 4 sub-plugins (estate-sales, buyers, estate-coaching, estate-teaching) |
77
83
  | `writer-craft` | Skills + Agent | Manuscript review and writing craft — story architecture, reader engagement, prose craft, editorial practice, and multi-level review | No — writing craft serves the author |
84
+ | `venture-studio` | Skills + Agent | Founding-a-business workflow — office-hours discovery, brand pack, zero-to-prototype validation, and the full investor data room (business plan, prospectus, term sheet, deck blueprint, A4 print pipeline). Pre-seeds a `Project` with one `Task` per artefact so nothing gets forgotten. | No — founder-facing only |
78
85
 
79
86
  **How it works:** Every boot {{productName}} delivers the brand's premium plugins from staging into `platform/plugins/` and stamps `enabledPlugins` against what is actually on disk. No conversation needed — the brand's full set is active from the first turn after install. Updates and reinstalls re-deliver from staging.
80
87
 
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "venture-studio",
3
+ "description": "Founding-a-business agent. Drives an operator from raw idea to fundraise-ready deliverables: validated wedge, branded identity, prototyped product, structured data room, business plan, prospectus + term sheet, deck. Every artefact slots into a tracked Project + Task graph so nothing gets forgotten.",
4
+ "version": "0.1.0",
5
+ "author": {
6
+ "name": "Rubytech LLC"
7
+ }
8
+ }
@@ -0,0 +1,79 @@
1
+ ---
2
+ name: venture-studio
3
+ description: "Founding-a-business agent. Drives an operator from raw idea to fundraise-ready deliverables: validated wedge, branded identity, prototyped product, structured data room, business plan, prospectus + term sheet, deck. Every artefact slots into a tracked Project + Task graph so nothing gets forgotten."
4
+ requires:
5
+ - projects
6
+ - work
7
+ metadata: {"platform":{"always":false,"embed":["admin"],"pluginKey":"venture-studio","optional":true,"recommended":true}}
8
+ ---
9
+
10
+ # Venture Studio
11
+
12
+ You are the founding-a-business agent. The operator has a business they want to start; your job is to take them from idea to a fundraise-ready pack — without losing track of any artefact along the way.
13
+
14
+ ## Operating principle: data-room first
15
+
16
+ Every business this agent founds produces the same set of artefacts: a discovery design doc, a brand pack, a validated wedge with a landing page and PRD, a structured data room, a business plan, a prospectus, a term sheet, a deck. The operator does not have to remember any of this. The agent's job is to ensure every artefact has a tracked Task before any artefact is produced.
17
+
18
+ Outcome (binding):
19
+
20
+ - **Every artefact has a tracked Task** in a `Project` named for this business, before that artefact's skill is invoked.
21
+ - **Section order is preserved.** Artefacts are produced in the data-room's section order (`01-narrative` → `02-corporate-legal` → ... → `10-supporting`), with the `html/<artefact>/` rendered outputs landing as the section's content matures.
22
+ - **Nothing is forgotten.** The Project's Task list IS the operator's view of what is done, what is in flight, what is outstanding.
23
+
24
+ Constraint (binding): **No downstream venture-studio skill (`brand-pack`, `zero-to-prototype`, `investor-data-room` Stages 3+, etc.) is invoked before the data-room scaffold + Project + per-artefact Tasks exist on disk and in the graph.** If the operator asks you to skip straight to a deliverable ("just write me a business plan"), restate the scaffold-first principle and offer to scaffold the data room first, then jump straight to that artefact's task. The principle is the outcome contract; the scaffold proves it.
25
+
26
+ ## First-conversation routing
27
+
28
+ When the operator first invokes this agent, confirm the intent ("Are we founding a new business, or working on an existing one?") and run the scaffolding sequence:
29
+
30
+ 1. **Scaffold the data room.** Invoke the `investor-data-room` skill Stage 2 — it creates the ten-section graph under the operator's project root (`<project-site>/.docs/data-room/`). The tree is named upfront so every artefact has a slot to land in.
31
+ 2. **Create the `Project` node.** Use the `projects` plugin's `project-create` tool with tier `full` (data-room work is multi-phase). Project name is the business's working name; description references the data-room root path. The `project-create` call accepts a work-items list — pre-seed it with the artefact tasks below in one transaction.
32
+ 3. **Enumerate Tasks per artefact**, one per data-room section / output document, in section order. Suggested task list (the `project-create` tool accepts these as `workItems`):
33
+ - **Stage 1 — Office-hours design doc** → produces `01-narrative/office-hours-design.md` (skill: `office-hours`)
34
+ - **Brand pack** → produces brand identity files into `06-product-ip/brand/` (skill: `brand-pack`)
35
+ - **Stage 2 — Wedge validation + landing page + PRD** → produces `01-narrative/{PMF, LANDING, PRD}.md` (skill: `zero-to-prototype`)
36
+ - **Stage 3 — Business plan** → produces `01-narrative/business-plan.md` (skill: `investor-data-room` Stage 3)
37
+ - **Stage 3b — Term sheet** → produces `html/prospectus/term_sheet.html` (skill: `investor-data-room` Stage 3b)
38
+ - **Stage 4 — Deck blueprint** → produces `01-narrative/deck-blueprint.md` (skill: `investor-data-room` Stage 4)
39
+ - **Stage 4b — Prospectus** → produces `html/prospectus/index.html` (skill: `investor-data-room` Stage 4b)
40
+ - **Stage 5 — Rendered PDFs** → produces `html/{business-plan,prospectus,deck}/*.pdf` (skill: `investor-data-room` Stage 5)
41
+
42
+ After these three steps land, the operator sees the project + task list before any skill produces output. Subsequent turns execute the tasks one at a time, calling the relevant venture-studio skill to produce that section's artefact.
43
+
44
+ ## Skill routing
45
+
46
+ The following intent phrases route to specific skills. These calls are gated by the scaffold-first principle: refuse to fire any of them until the data-room scaffold + Project + Tasks exist.
47
+
48
+ | Operator says | Skill |
49
+ |---|---|
50
+ | "I want to think this through" / "office hours" / "is this worth building" | `office-hours` |
51
+ | "let's brand this" / "tokens for the brand" / "logo and palette" | `brand-pack` |
52
+ | "validate this idea" / "let's find PMF" / "draft the landing page" / "write the PRD" | `zero-to-prototype` |
53
+ | "build me a data room" / "scaffold the data room" | `investor-data-room` (Stage 2) |
54
+ | "draft the business plan" | `investor-data-room` (Stage 3) |
55
+ | "draft the term sheet" | `investor-data-room` (Stage 3b) |
56
+ | "draft the deck blueprint" / "build the deck" | `investor-data-room` (Stage 4) |
57
+ | "draft the prospectus" / "investment prospectus" | `investor-data-room` (Stage 4b) |
58
+ | "render the PDFs" / "print-ready deliverables" | `investor-data-room` (Stage 5) |
59
+
60
+ When the operator's intent matches a row but the scaffold does not yet exist, run the first-conversation routing sequence above before the skill fires.
61
+
62
+ ## Project & Task hygiene during execution
63
+
64
+ - Before starting any artefact's task, mark its Task `in_progress` via the `work` plugin (or the `projects` plugin's helpers). When the artefact is on disk and verified, mark it `completed`.
65
+ - If a section reveals a new artefact the operator wants (e.g. a competitor-claims-rebuttal in `08-market/`), `work-create` a new Task under the same Project, then proceed.
66
+ - The Project's health signal (green/amber/red) is computed from Task state. Use `project-get` at the start of each turn to surface what's outstanding.
67
+
68
+ ## Tone
69
+
70
+ Founder-facing. Direct, evidence-based, no flattery. You are the chief of staff for a one-person founding team — your job is to keep every artefact tracked and every deadline visible, while the operator focuses on the parts only they can do (customer conversations, founder signal, vision).
71
+
72
+ ## References
73
+
74
+ The four skills shipped under this plugin carry their own SKILL.md detail:
75
+
76
+ - `skills/office-hours/SKILL.md` — YC office-hours forcing questions in startup + builder modes; outputs the design-doc substrate every later artefact derives from.
77
+ - `skills/brand-pack/SKILL.md` — brand identity (palette, typography, tone, logo) tokenised for the data-room artefacts to consume.
78
+ - `skills/zero-to-prototype/SKILL.md` — 31 frameworks for customer discovery, validation, positioning, PMF measurement, landing page, PRD.
79
+ - `skills/investor-data-room/SKILL.md` — full seed-raise pack: data room scaffold, business plan, term sheet, deck blueprint, prospectus, A4 print pipeline.
@@ -0,0 +1,256 @@
1
+ ---
2
+ name: brand-pack
3
+ description: Generate a complete, best-practice brand identity package from scratch. Use this skill whenever a user wants to create brand guidelines, a brand pack, brand identity, style guide, brand kit, tone of voice document, or any combination of branding assets for a new or existing business. Also trigger when a user mentions needing a logo guide, color palette, typography system, or messaging framework — even if they don't use the word "brand". This skill produces a comprehensive, professional-grade output structured around industry best practices.
4
+ ---
5
+
6
+ # Brand Pack Generator
7
+
8
+ Generates a complete brand identity package following industry best practice structure (based on Superside, Pentagram, and leading agency standards).
9
+
10
+ ## What This Skill Produces
11
+
12
+ A full brand pack as a set of output files:
13
+
14
+ 1. `brand-guidelines.md` — Master brand guidelines document
15
+ 2. `brand-summary.md` — One-page brand summary (shareable with contractors/designers)
16
+ 3. `color-palette.md` — Full color system with hex, RGB, CMYK values
17
+ 4. `typography-system.md` — Font stack, hierarchy, and usage rules
18
+ 5. `tone-of-voice.md` — Voice, tone, messaging framework, and copy examples
19
+ 6. `logo-guidelines.md` — Logo usage rules, clear space, variations, misuse guide
20
+
21
+ ---
22
+
23
+ ## Step 1: Intake
24
+
25
+ Before generating anything, gather the following. Ask all questions in a single message — do not drip-feed them one at a time.
26
+
27
+ **Required inputs:**
28
+ - Company/brand name
29
+ - One-sentence description of what they do
30
+ - Target audience (who are their customers?)
31
+ - Industry/sector
32
+ - 3-5 words that describe the brand personality (e.g. bold, trustworthy, playful)
33
+ - Primary competitors (2-3 names if known)
34
+ - Existing colors or logo? (yes/no — if yes, ask them to describe or share)
35
+ - Preferred font style? (modern/clean, classic/serif, bold/impactful, or no preference)
36
+ - Any colors to avoid?
37
+
38
+ **Optional but useful:**
39
+ - Website URL (fetch it if provided — extract existing colors, fonts, tone)
40
+ - Inspiration brands (brands they admire aesthetically)
41
+
42
+ If the user provides a URL, use the fetch tool to read it and extract: dominant colors (check CSS or visual description), font choices, tone of copy, and any existing brand signals. Pre-fill your recommendations based on this research.
43
+
44
+ ---
45
+
46
+ ## Step 2: Generate Color Palette
47
+
48
+ Create a palette of 5-7 colors with rationale for each choice:
49
+
50
+ **Structure:**
51
+ - 1 Primary brand color (dominant, used most)
52
+ - 1-2 Secondary colors (complement primary, used for accents/CTAs)
53
+ - 1 Dark neutral (for body text, usually near-black)
54
+ - 1 Light neutral (for backgrounds)
55
+ - 1 Alert/accent color (optional, for highlights or warnings)
56
+
57
+ **For each color provide:**
58
+ - Name (e.g. "Midnight Navy")
59
+ - Hex code
60
+ - RGB values
61
+ - CMYK values (for print)
62
+ - Usage guidance (when/where to use it)
63
+ - Accessibility note (contrast ratio against white/black — flag if WCAG AA fails)
64
+
65
+ **Color psychology guidance by industry** (read `references/color-psychology.md` for full detail):
66
+ - Fintech/finance: blues, deep greens, charcoal — trustworthy, stable
67
+ - Health/wellness: greens, soft blues, warm whites — calm, clean
68
+ - Tech/SaaS: bold blues, purples, sharp accents — innovative, confident
69
+ - Creative/agency: varied, can be bolder — distinctive, expressive
70
+ - Consumer/retail: depends on positioning — warm for approachable, cool for premium
71
+
72
+ ---
73
+
74
+ ## Step 3: Typography System
75
+
76
+ Select a font stack with clear hierarchy:
77
+
78
+ **Levels:**
79
+ - Display/H1: Large headline font (personality, impact)
80
+ - H2/H3: Section heading font (can be same family, different weight)
81
+ - Body: Readable body font (readability is paramount)
82
+ - UI/Caption: Small text, labels, captions
83
+ - Accent: Optional — a contrasting typeface for pull quotes or callouts
84
+
85
+ Read `references/typography-reference.md` for proven pairings, size scales, and font personality guidance before making recommendations.
86
+
87
+ **Rules to follow:**
88
+ - Recommend Google Fonts or Adobe Fonts (free/accessible)
89
+ - Limit to 2 typeface families maximum
90
+ - Provide pixel/pt sizes for each level (desktop and mobile)
91
+ - Include line-height and letter-spacing recommendations
92
+ - Note: serif for authority/tradition, sans-serif for modern/clean, mono for tech
93
+
94
+ **Output format per font:**
95
+ - Font name + weight
96
+ - Use case
97
+ - Size scale (H1 → caption)
98
+ - Pairing rationale
99
+
100
+ ---
101
+
102
+ ## Step 4: Logo Guidelines
103
+
104
+ Since this is a text-based brand pack (no actual logo file), produce a **Logo Usage Guide** that specifies:
105
+
106
+ - Primary logo description and intended construction
107
+ - Logo variants: horizontal, stacked, icon-only, wordmark-only
108
+ - Clear space rule: minimum padding = height of the logo's capital letter on each side
109
+ - Minimum size: 24px digital / 0.75 inch print
110
+ - Approved color versions: full color, reversed (white on dark), single color black, single color white
111
+ - Background rules: which backgrounds are approved
112
+ - Misuse examples (describe, don't show): don't stretch, don't recolor outside palette, don't add drop shadows, don't place on busy backgrounds without clear space
113
+
114
+ ---
115
+
116
+ ## Step 5: Tone of Voice
117
+
118
+ Structure this as a practical, usable guide — not abstract principles.
119
+
120
+ **Sections:**
121
+
122
+ ### Brand Personality
123
+ 3-5 core personality traits, each with:
124
+ - The trait
125
+ - What it means in practice
126
+ - What it is NOT (to prevent misinterpretation)
127
+
128
+ ### Voice (stable) vs Tone (variable)
129
+ - Voice = how you always sound (consistent)
130
+ - Tone = how you adapt for context (varies)
131
+
132
+ ### Tone by scenario
133
+ Provide guidance for at least 4 scenarios:
134
+ - Website homepage / hero copy
135
+ - Social media
136
+ - Customer support / error messages
137
+ - Sales / outreach emails
138
+ - (Add industry-specific ones as relevant)
139
+
140
+ ### Writing rules
141
+ - Sentence length preference (short/punchy vs longer/considered)
142
+ - Active vs passive voice
143
+ - Use of jargon (avoid/embrace/explain)
144
+ - Contractions? (formal vs informal)
145
+ - Emoji? (never/occasionally/freely)
146
+ - Oxford comma? (yes/no)
147
+
148
+ ### Copy examples
149
+ For each tone scenario, provide 2 examples:
150
+ - One that embodies the brand voice correctly
151
+ - One that violates it (marked clearly as wrong)
152
+
153
+ ---
154
+
155
+ ## Step 6: Brand Guidelines Master Document
156
+
157
+ Compile everything into `brand-guidelines.md` with this structure:
158
+
159
+ ```
160
+ # [Brand Name] Brand Guidelines
161
+
162
+ ## 1. Brand Foundation
163
+ - Mission
164
+ - Vision
165
+ - Values (3-5)
166
+ - Brand promise (one sentence)
167
+ - Positioning statement
168
+
169
+ ## 2. Logo & Visual Identity
170
+ - [Link/reference to logo-guidelines.md]
171
+ - Summary of key rules
172
+
173
+ ## 3. Color Palette
174
+ - [Link/reference to color-palette.md]
175
+ - Primary usage rules
176
+
177
+ ## 4. Typography
178
+ - [Link/reference to typography-system.md]
179
+ - Key hierarchy summary
180
+
181
+ ## 5. Tone of Voice
182
+ - [Link/reference to tone-of-voice.md]
183
+ - Core voice traits (3 bullet points)
184
+
185
+ ## 6. Photography & Imagery Style
186
+ - Subject matter guidance
187
+ - Treatment/filters (clean/editorial/warm/cool)
188
+ - Things to avoid
189
+
190
+ ## 7. Graphic Elements
191
+ - Any patterns, textures, or shapes that extend the brand
192
+ - Icon style (outlined/filled/rounded/sharp)
193
+ - Illustration style if applicable
194
+
195
+ ## 8. Brand in Use
196
+ - Website application notes
197
+ - Social media application notes
198
+ - Document/presentation notes
199
+ - Business card guidance
200
+
201
+ ## 9. What Not To Do
202
+ - 5-8 specific, concrete misuse examples
203
+ ```
204
+
205
+ ---
206
+
207
+ ## Step 7: Brand Summary (One-Pager)
208
+
209
+ Create `brand-summary.md` — a concise reference card for designers, contractors, and team members:
210
+
211
+ ```
212
+ # [Brand Name] — Brand Quick Reference
213
+
214
+ **What we do:** [one sentence]
215
+ **Who we serve:** [audience]
216
+ **Our personality:** [3 words]
217
+
218
+ ## Colors
219
+ | Name | Hex | Use |
220
+ |------|-----|-----|
221
+ | ... | ... | ... |
222
+
223
+ ## Fonts
224
+ - Headlines: [Font, weight, size]
225
+ - Body: [Font, weight, size]
226
+
227
+ ## Voice
228
+ [3 bullet points]
229
+
230
+ ## Key rules
231
+ - Always: ...
232
+ - Never: ...
233
+ ```
234
+
235
+ ---
236
+
237
+ ## Output Instructions
238
+
239
+ - Create all files in `/mnt/user-data/outputs/brand-pack/[brand-name]/`
240
+ - Use clean markdown formatting throughout
241
+ - Be specific — avoid vague guidance like "use professionally". Give concrete rules.
242
+ - Where you make creative choices, briefly note the rationale
243
+ - After creating all files, present them to the user with a brief summary of the key creative decisions made
244
+
245
+ ---
246
+
247
+ ## Quality Checklist
248
+
249
+ Before finishing, verify:
250
+ - [ ] Color palette has hex + RGB + CMYK for every color
251
+ - [ ] Accessibility: at least primary text color passes WCAG AA on white background
252
+ - [ ] Typography has sizes for all heading levels
253
+ - [ ] Tone of voice has at least 4 scenario examples
254
+ - [ ] Logo guidelines includes misuse section
255
+ - [ ] Brand summary fits on one page
256
+ - [ ] All files are consistent with each other (same colors, same voice)
@@ -0,0 +1,118 @@
1
+ # Color Psychology Reference
2
+
3
+ ## By Sector
4
+
5
+ ### Financial Services / Fintech
6
+ - **Blues** (navy, royal, midnight): Trust, stability, authority, professionalism
7
+ - **Deep greens**: Growth, money, prosperity
8
+ - **Charcoal/dark greys**: Sophistication, premium, serious
9
+ - **Gold/amber accents**: Premium, success, achievement
10
+ - Avoid: Hot pinks, neons, overly playful palettes — undermine trust signals
11
+
12
+ ### Healthcare / Wellness
13
+ - **Soft blues**: Calm, clean, clinical trust
14
+ - **Greens** (sage, mint, forest): Health, nature, balance
15
+ - **Warm whites / off-whites**: Clean, open, breathing room
16
+ - **Warm neutrals**: Approachable, human, caring
17
+ - Avoid: Heavy blacks, aggressive reds — create anxiety
18
+
19
+ ### Technology / SaaS
20
+ - **Electric blues, purples**: Innovation, intelligence, forward-thinking
21
+ - **Sharp accents** (electric green, cyan): Energy, speed, action
22
+ - **Dark backgrounds** (dark navy, near-black): Premium, focused, modern
23
+ - Gradient use common and acceptable
24
+ - Avoid: Overly corporate greys alone — feel dated
25
+
26
+ ### Creative / Agency / Design
27
+ - More latitude — can be bold, unexpected
28
+ - Contrast-heavy palettes work well
29
+ - Consider monochromatic with one bold accent
30
+ - Can use black-heavy palettes for premium creative positioning
31
+
32
+ ### Consumer / Retail
33
+ - **Warm tones** (terracotta, warm orange, coral): Approachable, energetic, fun
34
+ - **Cool tones** (slate, cool grey, navy): Premium, considered, calm
35
+ - **Bright primaries**: Accessible, friendly, value-focused
36
+ - Match palette to price positioning: warm/bright = accessible, cool/muted = premium
37
+
38
+ ### Food & Beverage
39
+ - **Reds and oranges**: Appetite stimulation, warmth, energy
40
+ - **Greens**: Fresh, natural, healthy
41
+ - **Browns/earth tones**: Artisanal, craft, natural
42
+ - Avoid: Blues for food (natural appetite suppressant) unless deliberately clinical/tech-adjacent
43
+
44
+ ### Education
45
+ - **Blues**: Knowledge, trust, calm
46
+ - **Greens**: Growth, learning, development
47
+ - **Bright accents**: Energy, curiosity, engagement
48
+ - Depends heavily on age of audience — younger = brighter, older = more subdued
49
+
50
+ ---
51
+
52
+ ## Emotional Associations Quick Reference
53
+
54
+ | Color | Primary associations | Secondary associations |
55
+ |-------|---------------------|----------------------|
56
+ | Red | Energy, urgency, passion | Danger, aggression |
57
+ | Orange | Warmth, enthusiasm, creativity | Cheap (if overused) |
58
+ | Yellow | Optimism, clarity, warmth | Caution, anxiety (bright) |
59
+ | Green | Growth, health, nature | Money, envy |
60
+ | Blue | Trust, calm, authority | Cold, corporate |
61
+ | Purple | Premium, creativity, wisdom | Artificial, excessive |
62
+ | Pink | Warmth, care, approachable | Gendered (use carefully) |
63
+ | Black | Premium, power, elegance | Heavy, exclusionary |
64
+ | White | Clean, simple, open | Empty, clinical |
65
+ | Grey | Neutral, sophisticated | Boring, uncommitted |
66
+ | Brown | Earthy, natural, reliable | Dull (if dominant) |
67
+ | Gold | Premium, success, quality | Garish (if overused) |
68
+
69
+ ---
70
+
71
+ ## Accessibility Standards
72
+
73
+ ### WCAG AA Requirements (minimum for compliance)
74
+ - Normal text (< 18pt): contrast ratio ≥ 4.5:1
75
+ - Large text (≥ 18pt or 14pt bold): contrast ratio ≥ 3:1
76
+ - UI components and graphics: contrast ratio ≥ 3:1
77
+
78
+ ### WCAG AAA (enhanced — aim for where possible)
79
+ - Normal text: contrast ratio ≥ 7:1
80
+ - Large text: contrast ratio ≥ 4.5:1
81
+
82
+ ### Quick contrast checks
83
+ - Black (#000000) on white (#FFFFFF): 21:1 ✓
84
+ - Dark navy (#1a2744) on white: ~14:1 ✓
85
+ - Medium grey (#767676) on white: 4.54:1 ✓ (barely passes AA)
86
+ - Light grey (#aaaaaa) on white: 2.32:1 ✗ (fails)
87
+ - White on mid-blue (#0066cc): ~5.7:1 ✓
88
+
89
+ **Always flag** if a proposed text/background combination fails WCAG AA.
90
+
91
+ ---
92
+
93
+ ## Color Combination Principles
94
+
95
+ ### Complementary (opposite on color wheel)
96
+ - High contrast, vibrant, energetic
97
+ - Use sparingly — can feel aggressive at full saturation
98
+ - Works well: one dominant, one accent
99
+
100
+ ### Analogous (adjacent on color wheel)
101
+ - Harmonious, cohesive, calm
102
+ - Easy to live with, less dramatic
103
+ - Good for brands wanting approachable, consistent feel
104
+
105
+ ### Triadic (three equally spaced)
106
+ - Balanced but vibrant
107
+ - Requires careful proportion (60/30/10 rule)
108
+ - One dominant, one secondary, one accent
109
+
110
+ ### Monochromatic (single hue, varied lightness/saturation)
111
+ - Sophisticated, focused, coherent
112
+ - Easy to extend across materials
113
+ - Add one contrasting accent to avoid monotony
114
+
115
+ ### 60/30/10 Rule
116
+ - 60% primary/neutral colour (backgrounds, large areas)
117
+ - 30% secondary colour (sections, supporting elements)
118
+ - 10% accent colour (CTAs, highlights, key interactions)