@rubytech/create-sitedesk-code 0.1.387 → 0.1.389

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 (296) hide show
  1. package/dist/__tests__/joblogic-excluded.test.js +39 -0
  2. package/dist/index.js +21 -0
  3. package/package.json +1 -1
  4. package/payload/platform/config/brand.json +3 -3
  5. package/payload/platform/plugins/.claude-plugin/marketplace.json +0 -10
  6. package/payload/platform/plugins/admin/skills/platform-architecture/SKILL.md +21 -2
  7. package/payload/platform/plugins/docs/references/admin-session.md +4 -0
  8. package/payload/platform/plugins/docs/references/admin-ui.md +18 -1
  9. package/payload/platform/plugins/docs/references/joblogic.md +2 -0
  10. package/payload/platform/plugins/whatsapp/references/channels-whatsapp.md +7 -3
  11. package/payload/platform/plugins/whatsapp/skills/manage-whatsapp-config/SKILL.md +2 -0
  12. package/payload/platform/plugins/work/PLUGIN.md +3 -0
  13. package/payload/platform/plugins/work/mcp/dist/__tests__/session-metering.test.d.ts +2 -0
  14. package/payload/platform/plugins/work/mcp/dist/__tests__/session-metering.test.d.ts.map +1 -0
  15. package/payload/platform/plugins/work/mcp/dist/__tests__/session-metering.test.js +98 -0
  16. package/payload/platform/plugins/work/mcp/dist/__tests__/session-metering.test.js.map +1 -0
  17. package/payload/platform/plugins/work/mcp/dist/index.js +16 -0
  18. package/payload/platform/plugins/work/mcp/dist/index.js.map +1 -1
  19. package/payload/platform/plugins/work/mcp/dist/tools/session-metering.d.ts +53 -0
  20. package/payload/platform/plugins/work/mcp/dist/tools/session-metering.d.ts.map +1 -0
  21. package/payload/platform/plugins/work/mcp/dist/tools/session-metering.js +80 -0
  22. package/payload/platform/plugins/work/mcp/dist/tools/session-metering.js.map +1 -0
  23. package/payload/platform/plugins/work/mcp/package.json +2 -1
  24. package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.d.ts.map +1 -1
  25. package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.js +1 -0
  26. package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.js.map +1 -1
  27. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
  28. package/payload/platform/services/claude-session-manager/dist/http-server.js +98 -8
  29. package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
  30. package/payload/platform/services/claude-session-manager/dist/pricing.d.ts +45 -0
  31. package/payload/platform/services/claude-session-manager/dist/pricing.d.ts.map +1 -0
  32. package/payload/platform/services/claude-session-manager/dist/pricing.js +57 -0
  33. package/payload/platform/services/claude-session-manager/dist/pricing.js.map +1 -0
  34. package/payload/platform/services/claude-session-manager/dist/session-metering.d.ts +38 -0
  35. package/payload/platform/services/claude-session-manager/dist/session-metering.d.ts.map +1 -0
  36. package/payload/platform/services/claude-session-manager/dist/session-metering.js +292 -0
  37. package/payload/platform/services/claude-session-manager/dist/session-metering.js.map +1 -0
  38. package/payload/platform/templates/specialists/agents/project-manager.md +1 -1
  39. package/payload/premium-plugins/.claude-plugin/marketplace.json +0 -15
  40. package/payload/server/public/assets/{AdminLoginScreens-BejIjbmU.js → AdminLoginScreens-CerrEc_m.js} +1 -1
  41. package/payload/server/public/assets/AdminShell-cRTvNRbo.js +1 -0
  42. package/payload/server/public/assets/{Checkbox-1F1tzqca.js → Checkbox-Dh2pLMFN.js} +1 -1
  43. package/payload/server/public/assets/{Transcript-DkGa4CQH.js → Transcript-B_GVJujB.js} +1 -1
  44. package/payload/server/public/assets/{admin-DqQARkjy.js → admin-BXaYelnR.js} +1 -1
  45. package/payload/server/public/assets/{browser-nDtEK6RC.js → browser-fhjGE7fH.js} +1 -1
  46. package/payload/server/public/assets/calendar-PnZudAtc.js +1 -0
  47. package/payload/server/public/assets/chat-Dy_zrjKS.js +1 -0
  48. package/payload/server/public/assets/chevron-left-IB6TmMZ_.js +1 -0
  49. package/payload/server/public/assets/data-B2IcjAj6.js +1 -0
  50. package/payload/server/public/assets/{graph-DFyicKd7.js → graph-CycO3tkW.js} +2 -2
  51. package/payload/server/public/assets/{graph-labels-D3BQdcpD.js → graph-labels-DlSsSpBV.js} +1 -1
  52. package/payload/server/public/assets/{operator-BxrjWdT9.js → operator-L4kBC-zS.js} +1 -1
  53. package/payload/server/public/assets/page-D5E-Ng4D.js +1 -0
  54. package/payload/server/public/assets/page-M8sD9LOi.js +32 -0
  55. package/payload/server/public/assets/{public-DbdqfdYq.js → public-BmnajF3K.js} +1 -1
  56. package/payload/server/public/assets/{rotate-ccw-BkX8HODe.js → rotate-ccw-W5HhvAbo.js} +1 -1
  57. package/payload/server/public/assets/useSubAccountSwitcher-D1TI1xvd.css +1 -0
  58. package/payload/server/public/assets/useSubAccountSwitcher-UqZbmzYy.js +9 -0
  59. package/payload/server/public/browser.html +4 -4
  60. package/payload/server/public/calendar.html +5 -5
  61. package/payload/server/public/chat.html +8 -8
  62. package/payload/server/public/data.html +7 -7
  63. package/payload/server/public/graph.html +8 -8
  64. package/payload/server/public/index.html +10 -10
  65. package/payload/server/public/operator.html +10 -10
  66. package/payload/server/public/public.html +8 -8
  67. package/payload/server/server.js +444 -315
  68. package/payload/platform/plugins/joblogic/.claude-plugin/plugin.json +0 -21
  69. package/payload/platform/plugins/joblogic/PLUGIN.md +0 -182
  70. package/payload/platform/plugins/joblogic/lib/mcp-spawn-tee/index.js +0 -193
  71. package/payload/platform/plugins/joblogic/lib/mcp-spawn-tee/package.json +0 -3
  72. package/payload/platform/plugins/joblogic/mcp/dist/index.d.ts +0 -2
  73. package/payload/platform/plugins/joblogic/mcp/dist/index.d.ts.map +0 -1
  74. package/payload/platform/plugins/joblogic/mcp/dist/index.js +0 -229
  75. package/payload/platform/plugins/joblogic/mcp/dist/index.js.map +0 -1
  76. package/payload/platform/plugins/joblogic/mcp/dist/lib/auth.d.ts +0 -31
  77. package/payload/platform/plugins/joblogic/mcp/dist/lib/auth.d.ts.map +0 -1
  78. package/payload/platform/plugins/joblogic/mcp/dist/lib/auth.js +0 -78
  79. package/payload/platform/plugins/joblogic/mcp/dist/lib/auth.js.map +0 -1
  80. package/payload/platform/plugins/joblogic/mcp/dist/lib/client.d.ts +0 -35
  81. package/payload/platform/plugins/joblogic/mcp/dist/lib/client.d.ts.map +0 -1
  82. package/payload/platform/plugins/joblogic/mcp/dist/lib/client.js +0 -106
  83. package/payload/platform/plugins/joblogic/mcp/dist/lib/client.js.map +0 -1
  84. package/payload/platform/plugins/joblogic/mcp/dist/lib/idempotency.d.ts +0 -8
  85. package/payload/platform/plugins/joblogic/mcp/dist/lib/idempotency.d.ts.map +0 -1
  86. package/payload/platform/plugins/joblogic/mcp/dist/lib/idempotency.js +0 -41
  87. package/payload/platform/plugins/joblogic/mcp/dist/lib/idempotency.js.map +0 -1
  88. package/payload/platform/plugins/joblogic/mcp/dist/lib/secrets.d.ts +0 -21
  89. package/payload/platform/plugins/joblogic/mcp/dist/lib/secrets.d.ts.map +0 -1
  90. package/payload/platform/plugins/joblogic/mcp/dist/lib/secrets.js +0 -47
  91. package/payload/platform/plugins/joblogic/mcp/dist/lib/secrets.js.map +0 -1
  92. package/payload/platform/plugins/joblogic/mcp/package.json +0 -10
  93. package/payload/platform/plugins/joblogic/skills/joblogic/SKILL.md +0 -32
  94. package/payload/platform/plugins/sales/.claude-plugin/plugin.json +0 -8
  95. package/payload/platform/plugins/sales/PLUGIN.md +0 -106
  96. package/payload/platform/plugins/sales/references/close-tracking.md +0 -69
  97. package/payload/platform/plugins/sales/references/comparisons.md +0 -99
  98. package/payload/platform/plugins/sales/references/competitive-positioning.md +0 -51
  99. package/payload/platform/plugins/sales/references/faq.md +0 -73
  100. package/payload/platform/plugins/sales/references/objection-handling.md +0 -157
  101. package/payload/platform/plugins/sales/references/pricing.md +0 -101
  102. package/payload/premium-plugins/teaching/.claude-plugin/plugin.json +0 -8
  103. package/payload/premium-plugins/teaching/PLUGIN.md +0 -58
  104. package/payload/premium-plugins/teaching/skills/interactive-tutor/SKILL.md +0 -59
  105. package/payload/premium-plugins/teaching/skills/interactive-tutor/references/assessment.md +0 -70
  106. package/payload/premium-plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +0 -43
  107. package/payload/premium-plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +0 -83
  108. package/payload/premium-plugins/teaching/skills/lesson-planner/SKILL.md +0 -48
  109. package/payload/premium-plugins/teaching/skills/lesson-planner/references/context-gathering.md +0 -41
  110. package/payload/premium-plugins/teaching/skills/lesson-planner/references/plan-structure.md +0 -94
  111. package/payload/premium-plugins/teaching/skills/study-pack-builder/SKILL.md +0 -52
  112. package/payload/premium-plugins/teaching/skills/study-pack-builder/references/disaggregation.md +0 -49
  113. package/payload/premium-plugins/teaching/skills/study-pack-builder/references/materials.md +0 -116
  114. package/payload/premium-plugins/venture-studio/.claude-plugin/plugin.json +0 -8
  115. package/payload/premium-plugins/venture-studio/PLUGIN.md +0 -128
  116. package/payload/premium-plugins/venture-studio/bin/scaffold.sh +0 -116
  117. package/payload/premium-plugins/venture-studio/skills/brand-pack/SKILL.md +0 -256
  118. package/payload/premium-plugins/venture-studio/skills/brand-pack/references/color-psychology.md +0 -118
  119. package/payload/premium-plugins/venture-studio/skills/investor-data-room/SKILL.md +0 -436
  120. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/business-plan-template.md +0 -64
  121. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/competitive-battlecard.md +0 -37
  122. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/competitor-analysis.md +0 -32
  123. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/compliance-research-checklist.md +0 -53
  124. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/data-room-structure.md +0 -88
  125. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/deck-blueprint-template.md +0 -39
  126. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/design-tokens-application.md +0 -79
  127. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/html-pdf-pipeline.md +0 -236
  128. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/internal-workings-scrub.md +0 -33
  129. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/monetization-strategy.md +0 -35
  130. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/pricing-strategy.md +0 -37
  131. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/strategy-frameworks.md +0 -46
  132. package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/termsheet-template.md +0 -88
  133. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +0 -1565
  134. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +0 -91
  135. package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +0 -715
  136. package/payload/premium-plugins/venture-studio/skills/legal-essentials/SKILL.md +0 -65
  137. package/payload/premium-plugins/venture-studio/skills/office-hours/SKILL.md +0 -587
  138. package/payload/premium-plugins/venture-studio/skills/prototype-host/SKILL.md +0 -179
  139. package/payload/premium-plugins/venture-studio/skills/prototype-host/references/cloudflared-ingress-edit.md +0 -81
  140. package/payload/premium-plugins/venture-studio/skills/prototype-host/references/scaffold-frameworks.md +0 -60
  141. package/payload/premium-plugins/venture-studio/skills/prototype-host/references/systemd-user-service.md +0 -104
  142. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/SKILL.md +0 -342
  143. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +0 -275
  144. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +0 -93
  145. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +0 -308
  146. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +0 -262
  147. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +0 -171
  148. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +0 -246
  149. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +0 -183
  150. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +0 -190
  151. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +0 -58
  152. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +0 -114
  153. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +0 -43
  154. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +0 -237
  155. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +0 -290
  156. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +0 -105
  157. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +0 -361
  158. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/market-sizing.md +0 -58
  159. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +0 -167
  160. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +0 -193
  161. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +0 -200
  162. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +0 -239
  163. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +0 -103
  164. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +0 -291
  165. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +0 -225
  166. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +0 -179
  167. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/prd.md +0 -363
  168. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +0 -74
  169. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +0 -253
  170. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +0 -256
  171. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +0 -276
  172. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/strategy-red-team.md +0 -41
  173. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +0 -248
  174. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +0 -89
  175. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +0 -121
  176. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +0 -242
  177. package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +0 -271
  178. package/payload/premium-plugins/writer-craft/.claude-plugin/plugin.json +0 -21
  179. package/payload/premium-plugins/writer-craft/PLUGIN.md +0 -134
  180. package/payload/premium-plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +0 -108
  181. package/payload/premium-plugins/writer-craft/lib/mcp-lifeline/dist/index.d.ts +0 -8
  182. package/payload/premium-plugins/writer-craft/lib/mcp-lifeline/dist/index.d.ts.map +0 -1
  183. package/payload/premium-plugins/writer-craft/lib/mcp-lifeline/dist/index.js +0 -71
  184. package/payload/premium-plugins/writer-craft/lib/mcp-lifeline/dist/index.js.map +0 -1
  185. package/payload/premium-plugins/writer-craft/lib/mcp-lifeline/package.json +0 -7
  186. package/payload/premium-plugins/writer-craft/lib/mcp-spawn-tee/index.js +0 -193
  187. package/payload/premium-plugins/writer-craft/lib/mcp-spawn-tee/package.json +0 -3
  188. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.d.ts +0 -51
  189. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.d.ts.map +0 -1
  190. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.js +0 -196
  191. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.js.map +0 -1
  192. package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/package.json +0 -7
  193. package/payload/premium-plugins/writer-craft/mcp/dist/cli/ingest-session-text.d.ts +0 -3
  194. package/payload/premium-plugins/writer-craft/mcp/dist/cli/ingest-session-text.d.ts.map +0 -1
  195. package/payload/premium-plugins/writer-craft/mcp/dist/cli/ingest-session-text.js +0 -58
  196. package/payload/premium-plugins/writer-craft/mcp/dist/cli/ingest-session-text.js.map +0 -1
  197. package/payload/premium-plugins/writer-craft/mcp/dist/index.d.ts +0 -3
  198. package/payload/premium-plugins/writer-craft/mcp/dist/index.d.ts.map +0 -1
  199. package/payload/premium-plugins/writer-craft/mcp/dist/index.js +0 -403
  200. package/payload/premium-plugins/writer-craft/mcp/dist/index.js.map +0 -1
  201. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.d.ts +0 -14
  202. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.d.ts.map +0 -1
  203. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.js +0 -47
  204. package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.js.map +0 -1
  205. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.d.ts +0 -117
  206. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.d.ts.map +0 -1
  207. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.js +0 -138
  208. package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.js.map +0 -1
  209. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.d.ts +0 -90
  210. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.d.ts.map +0 -1
  211. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.js +0 -609
  212. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.js.map +0 -1
  213. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-ingest-session-text.d.ts +0 -19
  214. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-ingest-session-text.d.ts.map +0 -1
  215. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-ingest-session-text.js +0 -124
  216. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-ingest-session-text.js.map +0 -1
  217. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.d.ts +0 -38
  218. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.d.ts.map +0 -1
  219. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.js +0 -93
  220. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.js.map +0 -1
  221. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.d.ts +0 -61
  222. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.d.ts.map +0 -1
  223. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.js +0 -171
  224. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.js.map +0 -1
  225. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.d.ts +0 -35
  226. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.d.ts.map +0 -1
  227. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.js +0 -127
  228. package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.js.map +0 -1
  229. package/payload/premium-plugins/writer-craft/mcp/package-lock.json +0 -1327
  230. package/payload/premium-plugins/writer-craft/mcp/package.json +0 -19
  231. package/payload/premium-plugins/writer-craft/mcp/scripts/smoke.mjs +0 -420
  232. package/payload/premium-plugins/writer-craft/mcp/src/index.ts +0 -457
  233. package/payload/premium-plugins/writer-craft/mcp/src/lib/neo4j.ts +0 -56
  234. package/payload/premium-plugins/writer-craft/mcp/src/lib/voice-corpus.ts +0 -154
  235. package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-distil-profile.ts +0 -833
  236. package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-ingest-session-text.ts +0 -153
  237. package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-record-feedback.ts +0 -148
  238. package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-retrieve-conditioning.ts +0 -270
  239. package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-tag-content.ts +0 -181
  240. package/payload/premium-plugins/writer-craft/mcp/tsconfig.json +0 -8
  241. package/payload/premium-plugins/writer-craft/skills/citation-style/SKILL.md +0 -94
  242. package/payload/premium-plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +0 -77
  243. package/payload/premium-plugins/writer-craft/skills/citation-style/references/citation-rules.md +0 -103
  244. package/payload/premium-plugins/writer-craft/skills/citation-style/references/journal-article-models.md +0 -74
  245. package/payload/premium-plugins/writer-craft/skills/citation-style/references/other-source-models.md +0 -146
  246. package/payload/premium-plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +0 -70
  247. package/payload/premium-plugins/writer-craft/skills/editorial-practice/SKILL.md +0 -108
  248. package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/copyediting.md +0 -73
  249. package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +0 -85
  250. package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +0 -78
  251. package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/line-editing.md +0 -55
  252. package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/self-editing.md +0 -89
  253. package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +0 -114
  254. package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +0 -73
  255. package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +0 -76
  256. package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +0 -67
  257. package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +0 -86
  258. package/payload/premium-plugins/writer-craft/skills/point-of-view/SKILL.md +0 -97
  259. package/payload/premium-plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +0 -72
  260. package/payload/premium-plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +0 -91
  261. package/payload/premium-plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +0 -71
  262. package/payload/premium-plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +0 -85
  263. package/payload/premium-plugins/writer-craft/skills/prose-craft/SKILL.md +0 -100
  264. package/payload/premium-plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +0 -72
  265. package/payload/premium-plugins/writer-craft/skills/prose-craft/references/repetition.md +0 -71
  266. package/payload/premium-plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +0 -64
  267. package/payload/premium-plugins/writer-craft/skills/prose-craft/references/word-economy.md +0 -93
  268. package/payload/premium-plugins/writer-craft/skills/reader-engagement/SKILL.md +0 -100
  269. package/payload/premium-plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +0 -79
  270. package/payload/premium-plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +0 -81
  271. package/payload/premium-plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +0 -67
  272. package/payload/premium-plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +0 -94
  273. package/payload/premium-plugins/writer-craft/skills/review-manuscript/SKILL.md +0 -111
  274. package/payload/premium-plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +0 -119
  275. package/payload/premium-plugins/writer-craft/skills/review-prose/SKILL.md +0 -99
  276. package/payload/premium-plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +0 -112
  277. package/payload/premium-plugins/writer-craft/skills/review-scene/SKILL.md +0 -99
  278. package/payload/premium-plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +0 -95
  279. package/payload/premium-plugins/writer-craft/skills/story-architecture/SKILL.md +0 -106
  280. package/payload/premium-plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +0 -118
  281. package/payload/premium-plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +0 -66
  282. package/payload/premium-plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +0 -87
  283. package/payload/premium-plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +0 -82
  284. package/payload/premium-plugins/writer-craft/skills/story-blueprint/SKILL.md +0 -133
  285. package/payload/premium-plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +0 -118
  286. package/payload/premium-plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +0 -128
  287. package/payload/premium-plugins/writer-craft/skills/voice-mirror/SKILL.md +0 -241
  288. package/payload/server/public/assets/AdminShell-D2-uBSB5.js +0 -1
  289. package/payload/server/public/assets/calendar-CO4Bwmho.js +0 -1
  290. package/payload/server/public/assets/chat-DeIge_bC.js +0 -1
  291. package/payload/server/public/assets/chevron-left-DhVdq0aN.js +0 -1
  292. package/payload/server/public/assets/data-B1GIdzHk.js +0 -1
  293. package/payload/server/public/assets/page-ByDLq_o1.js +0 -1
  294. package/payload/server/public/assets/page-D-Ep4bXd.js +0 -32
  295. package/payload/server/public/assets/useSubAccountSwitcher-DMbRhLPv.js +0 -9
  296. package/payload/server/public/assets/useSubAccountSwitcher-DS0iqSkP.css +0 -1
@@ -1,128 +0,0 @@
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
- - cloudflare
8
- - deep-research
9
- metadata: {"platform":{"always":false,"embed":["admin"],"pluginKey":"venture-studio","optional":true,"recommended":true}}
10
- ---
11
-
12
- # Venture Studio
13
-
14
- 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.
15
-
16
- ## Operating principle: data-room first
17
-
18
- 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.
19
-
20
- Outcome (binding):
21
-
22
- - **Every artefact has a tracked Task** in a `Project` named for this business, before that artefact's skill is invoked.
23
- - **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.
24
- - **Nothing is forgotten.** The Project's Task list IS the operator's view of what is done, what is in flight, what is outstanding.
25
-
26
- 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.
27
-
28
- ### Deterministic pre-flight gate
29
-
30
- Before invoking any downstream skill, both checks below must pass. Both are deterministic — exit-code on `ls`, structured output on `project-list`. Neither check depends on LLM judgement.
31
-
32
- 1. **Directory check:** `[ -d "${PROJECT_ROOT}/.docs/data-room/01-narrative" ]` returns exit 0.
33
- 2. **Graph check:** the `project-list` tool returns a Project whose `name` matches the business's working name.
34
-
35
- If either check fails, run the scaffolding script (see below) before the skill fires. If the script fails, surface the literal stderr error to the operator — do not narrate around it (memory: [[feedback_no_stdout_parsing_for_control_flow]]).
36
-
37
- ### Scaffolding script
38
-
39
- `bin/scaffold.sh` is the deterministic enforcement layer. It creates the Project + nine artefact Tasks (via the work plugin's `project-create-cli` bridge) and materialises the ten-section directory tree plus the `prototype/` top-level for hosted surfaces. Graph write first, directories second; idempotent re-run if any partial state lands.
40
-
41
- ```bash
42
- ACCOUNT_ID="${ACCOUNT_ID}" \
43
- premium-plugins/venture-studio/bin/scaffold.sh \
44
- "${PROJECT_ROOT}" \
45
- "${BUSINESS_NAME}"
46
- ```
47
-
48
- The script is the binding check, not the prose principle above. The prose explains why; the script is what makes it true.
49
-
50
- ## First-conversation routing
51
-
52
- 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 script — it does steps 1–3 below in a single atomic invocation:
53
-
54
- ```bash
55
- ACCOUNT_ID="${ACCOUNT_ID}" \
56
- premium-plugins/venture-studio/bin/scaffold.sh \
57
- "${PROJECT_ROOT}" \
58
- "${BUSINESS_NAME}"
59
- ```
60
-
61
- The script's three effects:
62
-
63
- 1. **Scaffolds the data room.** Materialises the ten-section directory tree under `<project-root>/.docs/data-room/`. Every artefact has a slot to land in before any artefact is produced.
64
- 2. **Creates the `Project` node.** Tier `full` (data-room work is multi-phase). Project name is the business's working name; description references the data-room root path.
65
- 3. **Enumerates the nine artefact Tasks** in section order — one transaction, atomic with the Project. The work-item list the script pre-seeds:
66
- - **Stage 1 — Office-hours design doc** → produces `01-narrative/office-hours-design.md` (skill: `office-hours`)
67
- - **Stage 2 — Wedge validation + landing page + PRD** → produces `01-narrative/{PMF, LANDING, PRD}.md` (skill: `zero-to-prototype`)
68
- - **Brand pack** → produces brand guidelines + summary + color palette + typography system + tone-of-voice (voice/messaging/copy) + logo guidelines into `06-product-ip/brand/` (skill: `brand-pack`)
69
- - **Prototype host** → public URL for the landing page and/or wedge prototype via cloudflared ingress + systemd-managed dev server (skill: `prototype-host`)
70
- - **Stage 3 — Business plan** → produces `01-narrative/business-plan.md` (skill: `investor-data-room` Stage 3)
71
- - **Stage 3b — Term sheet** → produces `html/prospectus/term_sheet.html` (skill: `investor-data-room` Stage 3b)
72
- - **Stage 4 — Deck blueprint** → produces `01-narrative/deck-blueprint.md` (skill: `investor-data-room` Stage 4)
73
- - **Stage 4b — Prospectus** → produces `html/prospectus/index.html` (skill: `investor-data-room` Stage 4b)
74
- - **Stage 5 — Rendered PDFs** → produces `html/{business-plan,prospectus,deck}/*.pdf` (skill: `investor-data-room` Stage 5)
75
-
76
- 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.
77
-
78
- ## Skill routing
79
-
80
- 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.
81
-
82
- | Operator says | Skill |
83
- |---|---|
84
- | "I want to think this through" / "office hours" / "is this worth building" | `office-hours` |
85
- | "let's brand this" / "tokens for the brand" / "logo and palette" | `brand-pack` |
86
- | "validate this idea" / "let's find PMF" / "draft the landing page" / "write the PRD" | `zero-to-prototype` |
87
- | "host the landing" / "host the prototype" / "deploy this" / "give me a public URL" | `prototype-host` |
88
- | "build me a data room" / "scaffold the data room" | `investor-data-room` (Stage 2) |
89
- | "draft the business plan" | `investor-data-room` (Stage 3) |
90
- | "draft the term sheet" | `investor-data-room` (Stage 3b) |
91
- | "draft the deck blueprint" / "build the deck" | `investor-data-room` (Stage 4) |
92
- | "draft the prospectus" / "investment prospectus" | `investor-data-room` (Stage 4b) |
93
- | "render the PDFs" / "print-ready deliverables" | `investor-data-room` (Stage 5) |
94
- | "size the market" / "TAM SAM SOM" / "how big is this market" | `zero-to-prototype` (`skills/zero-to-prototype/references/market-sizing.md`) |
95
- | "red-team the plan" / "what could kill this" / "rank our assumptions" | `zero-to-prototype` (`skills/zero-to-prototype/references/strategy-red-team.md`) |
96
- | "how should we price this" / "pricing strategy" | `investor-data-room` (`skills/investor-data-room/references/pricing-strategy.md`) |
97
- | "what's the revenue model" / "monetization strategy" | `investor-data-room` (`skills/investor-data-room/references/monetization-strategy.md`) |
98
- | "competitor teardown" / "competitive analysis" | `investor-data-room` (`skills/investor-data-room/references/competitor-analysis.md`) |
99
- | "build a battlecard" / "how do we sell against X" | `investor-data-room` (`skills/investor-data-room/references/competitive-battlecard.md`) |
100
- | "SWOT" / "PESTLE" / "Porter's five forces" / "Ansoff" | `investor-data-room` (`skills/investor-data-room/references/strategy-frameworks.md`) |
101
- | "draft an NDA" / "confidentiality agreement" / "draft a privacy policy" / "GDPR policy" | `legal-essentials` |
102
-
103
- 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.
104
-
105
- ## Project & Task hygiene during execution
106
-
107
- - 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`.
108
- - 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.
109
- - 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.
110
-
111
- ## Research routing
112
-
113
- Every structured-research task — market sizing (TAM/SAM/SOM + CAGR), compliance research (DMCC / ICO ADM / EU AI Act), competitor scans, comparable rounds and exit comparables, named-acquirer enumeration — routes through the `research-assistant` specialist with the five `deep-research` skills (`deep-research`, `book-mirror`, `strategic-reading`, `academic-verify`, `data-research`). Dispatch the specialist; do not call `WebSearch` or `WebFetch` directly from a venture-studio skill. The specialist returns structured findings with citations the data-room artefacts can quote verbatim.
114
-
115
- ## Tone
116
-
117
- 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).
118
-
119
- ## References
120
-
121
- The six skills shipped under this plugin carry their own SKILL.md detail:
122
-
123
- - `skills/office-hours/SKILL.md` — YC office-hours forcing questions in startup + builder modes; outputs the design-doc substrate every later artefact derives from.
124
- - `skills/brand-pack/SKILL.md` — brand identity (palette, typography, tone, logo) tokenised for the data-room artefacts to consume.
125
- - `skills/zero-to-prototype/SKILL.md` — frameworks for customer discovery, validation, positioning, PMF measurement, landing page, PRD, plus market sizing (TAM/SAM/SOM) and the pre-fundraise strategy red-team.
126
- - `skills/prototype-host/SKILL.md` — scaffolds the landing page or wedge prototype, allocates a port, edits the brand's cloudflared ingress, runs the dev server under a systemd-user unit, and verifies the public URL returns HTTP 200.
127
- - `skills/investor-data-room/SKILL.md` — full seed-raise pack: data room scaffold, business plan, term sheet, deck blueprint, prospectus, A4 print pipeline; carries the pricing, monetization, competitor, battlecard, and strategy-framework method references.
128
- - `skills/legal-essentials/SKILL.md` — drafts an NDA (mutual/one-way) and a UK-GDPR/PECR privacy policy into `02-corporate-legal/`; drafts for solicitor review, never invented company particulars.
@@ -1,116 +0,0 @@
1
- #!/usr/bin/env bash
2
- # Venture-studio data-room scaffold — deterministic enforcement of the
3
- # scaffold-first principle (Task 286 + feedback_doctrine_paragraph_is_not_a_gate).
4
- #
5
- # Creates exactly one Project (with nine pre-seeded artefact Tasks) in
6
- # the graph, then materialises the ten-section data-room directory tree
7
- # on disk. The venture-studio agent's downstream skills are gated on
8
- # both signals existing — see venture-studio/PLUGIN.md.
9
- #
10
- # Order of operations: graph write first, directories second. The CLI's
11
- # duplicate-name guard makes the script safely re-runnable after any
12
- # partial failure: a second run finds the existing Project, returns its
13
- # id, and retries the mkdir step.
14
- #
15
- # Usage:
16
- # ACCOUNT_ID=<uuid> scaffold.sh <project-root> <business-name>
17
- #
18
- # Exit codes:
19
- # 0 scaffold complete (or already existed)
20
- # 2 bad arguments / missing ACCOUNT_ID
21
- # 1 graph write failed, directory mkdir failed, or CLI binary missing
22
-
23
- set -euo pipefail
24
-
25
- SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
26
- # Deployed layout per packages/create-maxy-code/scripts/bundle.js:
27
- # <install>/premium-plugins/venture-studio/bin/scaffold.sh
28
- # <install>/platform/plugins/work/mcp/dist/cli/project-create-cli.js
29
- CLI_BIN="${SCRIPT_DIR}/../../../platform/plugins/work/mcp/dist/cli/project-create-cli.js"
30
-
31
- if [[ $# -ne 2 ]]; then
32
- echo "scaffold.sh: usage: ACCOUNT_ID=<uuid> $0 <project-root> <business-name>" >&2
33
- exit 2
34
- fi
35
-
36
- PROJECT_ROOT="$1"
37
- BUSINESS_NAME="$2"
38
-
39
- if [[ -z "${ACCOUNT_ID:-}" ]]; then
40
- echo "scaffold.sh: ACCOUNT_ID env var required" >&2
41
- exit 2
42
- fi
43
-
44
- if [[ ! -d "$PROJECT_ROOT" ]]; then
45
- echo "scaffold.sh: project root does not exist: $PROJECT_ROOT" >&2
46
- exit 2
47
- fi
48
-
49
- if [[ ! -f "$CLI_BIN" ]]; then
50
- echo "scaffold.sh: project-create CLI not built or missing at: $CLI_BIN" >&2
51
- exit 1
52
- fi
53
-
54
- DATA_ROOM="${PROJECT_ROOT}/.docs/data-room"
55
-
56
- # Nine pre-seeded artefact tasks — order and names match
57
- # premium-plugins/venture-studio/PLUGIN.md § First-conversation routing.
58
- # Section order is preserved so the agent can walk them sequentially.
59
- # Prototype-host is slotted between Stage 2 (wedge + landing copy) and
60
- # Stage 3 (business plan): brand-pack and wedge are hard prerequisites
61
- # (the skill consumes 06-product-ip/brand/ tokens and 01-narrative/LANDING.md);
62
- # hosting before business plan keeps the founder's wedge-validation loop
63
- # (live URL) ahead of investor-pack work.
64
- PAYLOAD=$(cat <<JSON
65
- {
66
- "accountId": "${ACCOUNT_ID}",
67
- "name": "${BUSINESS_NAME}",
68
- "description": "Venture-studio data room for ${BUSINESS_NAME}. Root: ${DATA_ROOM}",
69
- "tier": "full",
70
- "workItems": [
71
- {"name": "Stage 1 — Office-hours design doc", "description": "Produces 01-narrative/office-hours-design.md via the office-hours skill."},
72
- {"name": "Stage 2 — Wedge validation + landing page + PRD", "description": "Produces 01-narrative/{PMF,LANDING,PRD}.md via the zero-to-prototype skill."},
73
- {"name": "Brand pack", "description": "Produces brand guidelines + summary + color palette + typography system + tone-of-voice (voice/messaging/copy) + logo guidelines into 06-product-ip/brand/ via the brand-pack skill."},
74
- {"name": "Prototype host", "description": "Public URL for the landing page and/or wedge prototype via cloudflared ingress + systemd-managed dev server (skill: prototype-host)."},
75
- {"name": "Stage 3 — Business plan", "description": "Produces 01-narrative/business-plan.md via investor-data-room Stage 3."},
76
- {"name": "Stage 3b — Term sheet", "description": "Produces html/prospectus/term_sheet.html via investor-data-room Stage 3b."},
77
- {"name": "Stage 4 — Deck blueprint", "description": "Produces 01-narrative/deck-blueprint.md via investor-data-room Stage 4."},
78
- {"name": "Stage 4b — Prospectus", "description": "Produces html/prospectus/index.html via investor-data-room Stage 4b."},
79
- {"name": "Stage 5 — Rendered PDFs", "description": "Produces html/{business-plan,prospectus,deck}/*.pdf via investor-data-room Stage 5."}
80
- ]
81
- }
82
- JSON
83
- )
84
-
85
- # Graph write first. CLI returns {projectId, existing:bool} on stdout;
86
- # on any failure it exits non-zero with a literal stderr message that
87
- # propagates here verbatim — no prose-parsing for control flow
88
- # (memory: feedback_no_stdout_parsing_for_control_flow).
89
- RESULT=$(node "$CLI_BIN" "$PAYLOAD")
90
- echo "scaffold.sh: project-create CLI returned: $RESULT"
91
-
92
- # Directories second. The agent's pre-flight gate keys on the existence
93
- # of 01-narrative/ (it AND-checks with project-list); creating it last
94
- # means partial state (graph-only) is naturally invisible to the gate
95
- # until mkdir succeeds.
96
- for section in \
97
- 01-narrative \
98
- 02-corporate-legal \
99
- 03-cap-table \
100
- 04-financials \
101
- 05-team \
102
- 06-product-ip \
103
- 07-customers \
104
- 08-market \
105
- 09-traction-metrics \
106
- 10-supporting; do
107
- mkdir -p "${DATA_ROOM}/${section}"
108
- done
109
-
110
- # Hosted-prototype source roots live alongside the numbered sections under
111
- # data-room/. The prototype-host skill populates this with one subdir per
112
- # surface (landing/, prototype/, etc.); creating the parent here so the
113
- # directory exists before the first invocation.
114
- mkdir -p "${DATA_ROOM}/prototype"
115
-
116
- echo "scaffold.sh: data-room scaffolded at ${DATA_ROOM}"
@@ -1,256 +0,0 @@
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 — their own site, a competitor brand, or an inspiration brand — dispatch the `research-assistant` specialist (with `deep-research` for site copy + visual scan, `WebFetch` available through the specialist) rather than calling `fetch` or `WebFetch` directly from this skill. The specialist returns: dominant colors (CSS or visual description), font choices, tone of copy, and any existing brand signals. Pre-fill your recommendations from the specialist's structured findings.
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
- Recommend proven font pairings, size scales, and font personalities that match the brand's voice and audience 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)
@@ -1,118 +0,0 @@
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)