@rubytech/create-maxy-code 0.1.107 → 0.1.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/payload/platform/config/brand.json +1 -0
- package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -0
- package/payload/platform/plugins/business-assistant/PLUGIN.md +4 -1
- package/payload/platform/plugins/cloudflare/PLUGIN.md +1 -1
- package/payload/platform/plugins/cloudflare/scripts/list-cf-domains.sh +12 -12
- package/payload/platform/plugins/cloudflare/scripts/list-cf-domains.ts +9 -43
- package/payload/platform/plugins/cloudflare/scripts/setup-tunnel.sh +27 -29
- package/payload/platform/plugins/cloudflare/skills/setup-tunnel/SKILL.md +14 -9
- package/payload/platform/plugins/docs/references/platform.md +4 -22
- package/payload/platform/plugins/docs/references/plugins-guide.md +9 -2
- package/payload/platform/plugins/docs/references/troubleshooting.md +4 -316
- package/payload/platform/plugins/venture-studio/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/venture-studio/PLUGIN.md +110 -0
- package/payload/platform/plugins/venture-studio/bin/scaffold.sh +104 -0
- package/payload/platform/plugins/venture-studio/skills/brand-pack/SKILL.md +256 -0
- package/payload/platform/plugins/venture-studio/skills/brand-pack/references/color-psychology.md +118 -0
- package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/SKILL.md +112 -9
- package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/html-pdf-pipeline.md +1 -1
- package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/termsheet-template.md +1 -1
- package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +1565 -0
- package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +91 -0
- package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +715 -0
- package/payload/platform/plugins/venture-studio/skills/office-hours/SKILL.md +588 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/SKILL.md +332 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +275 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +93 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +308 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +262 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +171 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +246 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +183 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +190 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +58 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +114 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +43 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +237 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +290 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +105 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +361 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +167 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +193 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +200 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +239 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +103 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +291 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +225 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +179 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/prd.md +363 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +74 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +253 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +256 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +276 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +248 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +89 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +121 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +242 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +271 -0
- package/payload/platform/plugins/work/mcp/dist/cli/project-create-cli.d.ts +2 -0
- package/payload/platform/plugins/work/mcp/dist/cli/project-create-cli.d.ts.map +1 -0
- package/payload/platform/plugins/work/mcp/dist/cli/project-create-cli.js +78 -0
- package/payload/platform/plugins/work/mcp/dist/cli/project-create-cli.js.map +1 -0
- package/payload/platform/scripts/vnc.sh +4 -3
- package/payload/premium-plugins/.claude-plugin/marketplace.json +4 -4
- package/payload/premium-plugins/real-agent/plugins/brochures/skills/property-brochure/references/build.md +4 -5
- package/payload/premium-plugins/venture-studio/.claude-plugin/plugin.json +8 -0
- package/payload/premium-plugins/venture-studio/PLUGIN.md +110 -0
- package/payload/premium-plugins/venture-studio/bin/scaffold.sh +104 -0
- package/payload/premium-plugins/venture-studio/skills/brand-pack/SKILL.md +256 -0
- package/payload/premium-plugins/venture-studio/skills/brand-pack/references/color-psychology.md +118 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/SKILL.md +361 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/business-plan-template.md +61 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/compliance-research-checklist.md +53 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/data-room-structure.md +77 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/deck-blueprint-template.md +38 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/design-tokens-application.md +79 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/html-pdf-pipeline.md +236 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/internal-workings-scrub.md +33 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/termsheet-template.md +88 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +1565 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +91 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +715 -0
- package/payload/premium-plugins/venture-studio/skills/office-hours/SKILL.md +588 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/SKILL.md +332 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +275 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +93 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +308 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +262 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +171 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +246 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +183 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +190 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +58 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +114 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +43 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +237 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +290 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +105 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +361 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +167 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +193 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +200 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +239 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +103 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +291 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +225 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +179 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/prd.md +363 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +74 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +253 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +256 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +276 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +248 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +89 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +121 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +242 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +271 -0
- package/payload/server/{chunk-TZD23CX6.js → chunk-FSPPVVWM.js} +1347 -505
- package/payload/server/maxy-edge.js +21 -259
- package/payload/server/public/assets/{ChatInput-DJsqm_Gf.js → ChatInput-CsnIedhS.js} +1 -5
- package/payload/server/public/assets/{Checkbox-DGZG9BKc.js → Checkbox-CWugFyFT.js} +1 -1
- package/payload/server/public/assets/admin-D3gZuyUn.js +217 -0
- package/payload/server/public/assets/{architectureDiagram-Q4EWVU46-Dw16BhiX.js → architectureDiagram-Q4EWVU46-CeTRKWDb.js} +1 -1
- package/payload/server/public/assets/{blockDiagram-DXYQGD6D-DIOpmf5Y.js → blockDiagram-DXYQGD6D-DeeIX5U3.js} +1 -1
- package/payload/server/public/assets/{c4Diagram-AHTNJAMY-Tdb_HZeX.js → c4Diagram-AHTNJAMY-CFsqZuil.js} +1 -1
- package/payload/server/public/assets/channel-CrSx5mnG.js +1 -0
- package/payload/server/public/assets/{chunk-336JU56O-CebpwDDe.js → chunk-336JU56O-DpIXuFM0.js} +2 -2
- package/payload/server/public/assets/{chunk-426QAEUC-BtRCmfDU.js → chunk-426QAEUC-Qk8qqrvA.js} +1 -1
- package/payload/server/public/assets/{chunk-4TB4RGXK-BZ3GEWs3.js → chunk-4TB4RGXK-DtM8-CUn.js} +1 -1
- package/payload/server/public/assets/{chunk-5FUZZQ4R-iDI6Xu0U.js → chunk-5FUZZQ4R-CrSQ4ySU.js} +1 -1
- package/payload/server/public/assets/{chunk-5PVQY5BW-SQD_EpYa.js → chunk-5PVQY5BW-Bn2nQwdj.js} +1 -1
- package/payload/server/public/assets/{chunk-EDXVE4YY-CtCcA7_e.js → chunk-EDXVE4YY-CzCPnR0P.js} +1 -1
- package/payload/server/public/assets/{chunk-ENJZ2VHE-pXVGVCbb.js → chunk-ENJZ2VHE-CgZj9RoG.js} +1 -1
- package/payload/server/public/assets/{chunk-ICPOFSXX-Dkzg9o2N.js → chunk-ICPOFSXX-wy-eNjwW.js} +1 -1
- package/payload/server/public/assets/{chunk-OYMX7WX6-1ZZWzf9F.js → chunk-OYMX7WX6-CMmJtL8S.js} +1 -1
- package/payload/server/public/assets/{chunk-U2HBQHQK-CpQ3kzO0.js → chunk-U2HBQHQK-CFCW7OaT.js} +1 -1
- package/payload/server/public/assets/{chunk-X2U36JSP-C2LkxroC.js → chunk-X2U36JSP-Bgh-CJSN.js} +1 -1
- package/payload/server/public/assets/{chunk-YZCP3GAM-Bl5jBOt5.js → chunk-YZCP3GAM-BXKwZ4vN.js} +1 -1
- package/payload/server/public/assets/{chunk-ZZ45TVLE-CHtnptPS.js → chunk-ZZ45TVLE-BiOuK5NP.js} +1 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-C3IDJsqN.js +1 -0
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-BOIrJ5Zb.js +1 -0
- package/payload/server/public/assets/clone-P8Fkz7JD.js +1 -0
- package/payload/server/public/assets/{dagre-BziN0Nkh.js → dagre-DyCxa9Q2.js} +1 -1
- package/payload/server/public/assets/{dagre-KV5264BT-B7OG1g1Y.js → dagre-KV5264BT-Cffo_hmf.js} +1 -1
- package/payload/server/public/assets/data-DRfwJPja.js +1 -0
- package/payload/server/public/assets/{diagram-5BDNPKRD-Bf31nIDs.js → diagram-5BDNPKRD-Bt93Du3V.js} +1 -1
- package/payload/server/public/assets/{diagram-G4DWMVQ6-DQu85hhH.js → diagram-G4DWMVQ6-v4r-tBsC.js} +1 -1
- package/payload/server/public/assets/{diagram-MMDJMWI5-5tstbs4y.js → diagram-MMDJMWI5-DKrVPOP-.js} +1 -1
- package/payload/server/public/assets/{diagram-TYMM5635--MOV1U4o.js → diagram-TYMM5635-B1PzWQb9.js} +1 -1
- package/payload/server/public/assets/{erDiagram-SMLLAGMA-BtAnOJmd.js → erDiagram-SMLLAGMA-ClQzsQAs.js} +1 -1
- package/payload/server/public/assets/{flowDiagram-DWJPFMVM-CybiCIih.js → flowDiagram-DWJPFMVM-h3IbpN_7.js} +1 -1
- package/payload/server/public/assets/{ganttDiagram-T4ZO3ILL-B44jN7Cy.js → ganttDiagram-T4ZO3ILL-ClaxOJi8.js} +1 -1
- package/payload/server/public/assets/{gitGraphDiagram-UUTBAWPF-CT7iYcwg.js → gitGraphDiagram-UUTBAWPF-pM-U4ClD.js} +1 -1
- package/payload/server/public/assets/graph-B4FFYwus.js +1 -0
- package/payload/server/public/assets/graph-labels-Cpk9Ktt0.js +1 -0
- package/payload/server/public/assets/{graphlib-DP4o0pYL.js → graphlib-CwimOv_M.js} +1 -1
- package/payload/server/public/assets/{infoDiagram-42DDH7IO-CvxFpFHN.js → infoDiagram-42DDH7IO-DcO3Giwe.js} +1 -1
- package/payload/server/public/assets/{ishikawaDiagram-UXIWVN3A-CUwWLPeR.js → ishikawaDiagram-UXIWVN3A-BcdSL5VS.js} +1 -1
- package/payload/server/public/assets/{journeyDiagram-VCZTEJTY-y-OnGgLi.js → journeyDiagram-VCZTEJTY-CYahHYzf.js} +1 -1
- package/payload/server/public/assets/{kanban-definition-6JOO6SKY-BhrSe8R4.js → kanban-definition-6JOO6SKY-Cl5KhoS4.js} +1 -1
- package/payload/server/public/assets/lib--yuBd0Xi.js +33 -0
- package/payload/server/public/assets/{line-C9uS7z4J.js → line-d_2oTxLp.js} +1 -1
- package/payload/server/public/assets/{mermaid-parser.core-Cg4ZdKp-.js → mermaid-parser.core-CMMDGv3x.js} +1 -1
- package/payload/server/public/assets/{mermaid.core-BHdKOsex.js → mermaid.core-DK9ENGbr.js} +3 -3
- package/payload/server/public/assets/{mindmap-definition-QFDTVHPH-NBYiXHo7.js → mindmap-definition-QFDTVHPH-mA3x3MFG.js} +1 -1
- package/payload/server/public/assets/page-CgDmg_fX.js +1 -0
- package/payload/server/public/assets/{page-D9YpwhIu.js → page-D9lluVl7.js} +2 -2
- package/payload/server/public/assets/{pieDiagram-DEJITSTG-CbojC64C.js → pieDiagram-DEJITSTG-CW1nGFlY.js} +1 -1
- package/payload/server/public/assets/public-DdLMkNdS.js +7 -0
- package/payload/server/public/assets/{quadrantDiagram-34T5L4WZ-CnnoZXcL.js → quadrantDiagram-34T5L4WZ-DI5igJhR.js} +1 -1
- package/payload/server/public/assets/{requirementDiagram-MS252O5E-DFRFRtyJ.js → requirementDiagram-MS252O5E-DyVeI4e_.js} +1 -1
- package/payload/server/public/assets/{sankeyDiagram-XADWPNL6-DU5gcpzO.js → sankeyDiagram-XADWPNL6-CCTTBYKY.js} +1 -1
- package/payload/server/public/assets/{sequenceDiagram-FGHM5R23-BN7HZ6Hq.js → sequenceDiagram-FGHM5R23-hVVf35ly.js} +1 -1
- package/payload/server/public/assets/{stateDiagram-FHFEXIEX-DG6cCjvg.js → stateDiagram-FHFEXIEX-CSLuQDUX.js} +1 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-C5JejhQU.js +1 -0
- package/payload/server/public/assets/{timeline-definition-GMOUNBTQ-qmV-8SEV.js → timeline-definition-GMOUNBTQ-sxC3W8Q4.js} +1 -1
- package/payload/server/public/assets/{vennDiagram-DHZGUBPP-BMXQ1s3n.js → vennDiagram-DHZGUBPP-Ro-ton6Z.js} +1 -1
- package/payload/server/public/assets/{wardleyDiagram-NUSXRM2D-CoAdP1Gw.js → wardleyDiagram-NUSXRM2D-T-dKD0Zx.js} +1 -1
- package/payload/server/public/assets/{xychartDiagram-5P7HB3ND-CZlfGTEn.js → xychartDiagram-5P7HB3ND-CfProPts.js} +1 -1
- package/payload/server/public/data.html +4 -4
- package/payload/server/public/graph.html +5 -5
- package/payload/server/public/index.html +7 -7
- package/payload/server/public/public.html +4 -4
- package/payload/server/server.js +300 -1393
- package/payload/platform/plugins/cloudflare/scripts/_stream-log.sh +0 -154
- package/payload/premium-plugins/founder-pack/.claude-plugin/plugin.json +0 -8
- package/payload/server/chunk-BDFOTLPW.js +0 -759
- package/payload/server/chunk-JRBCOVA4.js +0 -1305
- package/payload/server/cloudflare-task-tracker-M5ONAGUT.js +0 -22
- package/payload/server/public/assets/admin-BvzMvMGo.js +0 -217
- package/payload/server/public/assets/channel-DThrH4QF.js +0 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-BC6oGTNX.js +0 -1
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-COwC5Umh.js +0 -1
- package/payload/server/public/assets/clone-Chp7hvnA.js +0 -1
- package/payload/server/public/assets/data-BAgaPs4j.js +0 -1
- package/payload/server/public/assets/graph-Cma7EArf.js +0 -1
- package/payload/server/public/assets/graph-labels-DyKk6Sxf.js +0 -1
- package/payload/server/public/assets/lib-CpkYtEDz.js +0 -29
- package/payload/server/public/assets/page-B4IWl3aZ.js +0 -1
- package/payload/server/public/assets/public-BtOXjy3A.js +0 -8
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-CvVd1Q_q.js +0 -1
- /package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/business-plan-template.md +0 -0
- /package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/compliance-research-checklist.md +0 -0
- /package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/data-room-structure.md +0 -0
- /package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/deck-blueprint-template.md +0 -0
- /package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/design-tokens-application.md +0 -0
- /package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/internal-workings-scrub.md +0 -0
|
@@ -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)
|
package/payload/platform/plugins/venture-studio/skills/brand-pack/references/color-psychology.md
ADDED
|
@@ -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)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: investor-data-room
|
|
3
|
-
description: Use when a UK-domiciled founder needs to produce a full seed-raise pack from idea to deliverables: graph-structured data room, 15-section business plan, 12-slide deck blueprint, print-ready HTML+PDF for
|
|
3
|
+
description: Use when a UK-domiciled founder needs to produce a full seed-raise pack from idea to deliverables: graph-structured data room, 15-section business plan, persuasive prospectus + formal term sheet (with FCA self-certification appendices), 12-slide deck blueprint, print-ready HTML+PDF for each. Trigger phrases include "build me a data room", "draft a business plan", "deck from the business plan", "draft an investment prospectus", "generate a term sheet", "from office hours to investor pack", "set up the fundraise repo". The skill never speculates on financial figures or cap-table values: every number traces to a Companies House filing, a financial model worksheet, or a source citation. Public-facing artefacts contain zero internal workings (no "reconciliation pending", no "open Q" markers, no comparison-to-baseline commentary). Design tokens are harmonised across business plan, prospectus, term sheet, and deck via the operator's project design-tokens spec.
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- Bash
|
|
6
6
|
- Read
|
|
@@ -78,7 +78,7 @@ Skip stages that are already complete; do not regenerate stale artefacts blindly
|
|
|
78
78
|
|
|
79
79
|
## Stage 1 — Office-hours ideation
|
|
80
80
|
|
|
81
|
-
Drive a conversational discovery session using the
|
|
81
|
+
Drive a conversational discovery session using the sibling `office-hours` skill. Output a single `office-hours-design.md` capturing:
|
|
82
82
|
|
|
83
83
|
- Problem statement
|
|
84
84
|
- Demand evidence (with numbers and dates)
|
|
@@ -96,7 +96,9 @@ This file is the working substrate. It stays internal-only. Every later artefact
|
|
|
96
96
|
|
|
97
97
|
## Stage 2 — Data room scaffold
|
|
98
98
|
|
|
99
|
-
|
|
99
|
+
When invoked under the venture-studio agent, scaffolding is done by the deterministic script at `premium-plugins/venture-studio/bin/scaffold.sh` — it creates the Project + eight artefact Tasks and the ten-section directory tree in one atomic invocation. The script is idempotent; re-runs against an existing data room are a no-op. See `venture-studio/PLUGIN.md` § "Scaffolding script".
|
|
100
|
+
|
|
101
|
+
When invoked outside the venture-studio agent (standalone usage of this skill), build the directory tree manually. Each section gets a `README.md` that doubles as a content checklist (purpose, expected contents, current state, gaps). The graph structure is fixed: ten numbered sections (`01-narrative` through `10-supporting`) plus a top-level README and an `html/` subdirectory for rendered deliverables.
|
|
100
102
|
|
|
101
103
|
**File-naming conventions:**
|
|
102
104
|
|
|
@@ -158,7 +160,7 @@ Generate `html/prospectus/term_sheet.html` as an **A4 portrait, 10-page formal t
|
|
|
158
160
|
|
|
159
161
|
**Doctrine for the term sheet:**
|
|
160
162
|
|
|
161
|
-
- **Entity name is the IN01-filed name**, not a marketing entity. Issuer must read as the actual filed company (e.g.
|
|
163
|
+
- **Entity name is the IN01-filed name**, not a marketing entity. Issuer must read as the actual filed company (e.g. the name on the IN01 statement of capital, not the trading or marketing brand).
|
|
162
164
|
- **Cap table matches the IN01 + Round 1 dilution model exactly.** Pre-investment shares + new investor Round Shares = post-investment total. No fractional shares; no rounding to the % column that breaks share totals.
|
|
163
165
|
- **Founder list reads exactly as the cap table.** No phantom founders. Strategic shareholders (e.g. an investing LLP) ride in the cap table by entity name, not via their individuals.
|
|
164
166
|
- **Sole director on IN01 is the director-designate.** A term sheet that names two directors when IN01 names one is a defect.
|
|
@@ -185,10 +187,110 @@ Generate `01-narrative/deck-blueprint.md` as a **12-slide brief** the deck desig
|
|
|
185
187
|
11. Milestones (M0 to M-final timeline)
|
|
186
188
|
12. Other Information (compliance + platform dependency + contact)
|
|
187
189
|
|
|
188
|
-
Production notes attached: format (16:9 landscape, PDF + source deck), design tokens reference (
|
|
190
|
+
Production notes attached: format (16:9 landscape, PDF + source deck), design tokens reference (the operator's project design-tokens spec, path supplied at Stage 5 invocation), chart-source consistency with the financial model, speaker-note attribution.
|
|
189
191
|
|
|
190
192
|
References: `references/deck-blueprint-template.md`.
|
|
191
193
|
|
|
194
|
+
## Stage 4b — Prospectus synthesis
|
|
195
|
+
|
|
196
|
+
Generate `html/prospectus/index.html` as an **A4 portrait, 7-page persuasive prospectus** alongside the formal term sheet from Stage 3b. The prospectus is the narrative companion to the term sheet: cover + executive summary + architecture + go-to-market + platform asset + operating plan + use of funds / founders / team.
|
|
197
|
+
|
|
198
|
+
The templates live under `templates/prospectus/`:
|
|
199
|
+
|
|
200
|
+
```
|
|
201
|
+
templates/prospectus/
|
|
202
|
+
index.html # 7-page prospectus with {{ placeholders }}
|
|
203
|
+
term_sheet.html # 8-page term sheet with {{ placeholders }} (shared with Stage 3b)
|
|
204
|
+
render-pdf.mjs # image-only PDF renderer (shared with Stage 5)
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
**Intake — ask these before substituting any placeholder.** Group by section; wait for answers before drafting.
|
|
208
|
+
|
|
209
|
+
*Company identity:*
|
|
210
|
+
|
|
211
|
+
1. Legal name of the company (use "to be incorporated" if pre-IN01).
|
|
212
|
+
2. Trading / brand name (topbar + body copy + signatures).
|
|
213
|
+
3. Tagline / one-paragraph deck — what does the company do, who is it for, why is it different. ≤ 80 words.
|
|
214
|
+
4. Brand icon — 22×22 px PNG/SVG mark. Save as `<brand>-icon.png` alongside the HTML.
|
|
215
|
+
5. Cover hero image — landscape photograph, ≥ 2800 px on the long edge. Save as `hero.png` alongside the HTML.
|
|
216
|
+
6. Document month / year (topbar meta, e.g. "May 2026").
|
|
217
|
+
7. Document IDs — short refs for footers: prospectus (e.g. "ACME / FIN-001 / V1.0") and term sheet (e.g. "ACME / TS-001 / V1.0").
|
|
218
|
+
|
|
219
|
+
*The round:*
|
|
220
|
+
|
|
221
|
+
8. Round size, gross, £.
|
|
222
|
+
9. Post-money valuation cap, £.
|
|
223
|
+
10. Issue price per share, £. Confirm split between nominal value (typically £0.01) and share premium.
|
|
224
|
+
11. Number of new Round Shares (= round size ÷ issue price).
|
|
225
|
+
12. Founder shares retained at close — total and percentage (typically 80%).
|
|
226
|
+
13. Total shares post-closing.
|
|
227
|
+
14. Minimum cheque per investor, £.
|
|
228
|
+
15. Minimum aggregate raise, £, below which the round does not proceed.
|
|
229
|
+
16. Round close date and funds expected date (DD Month YYYY).
|
|
230
|
+
17. Use-of-proceeds split — typically four buckets (product, GTM, infrastructure, working capital + legal) totalling 100%.
|
|
231
|
+
|
|
232
|
+
*Founders and team:*
|
|
233
|
+
|
|
234
|
+
18. Founders — for each: full name, role, share count, percentage. Mark full-time vs advisors.
|
|
235
|
+
19. Director-designates at closing (at least one executive director).
|
|
236
|
+
20. NED nomination right — confirm threshold (e.g. any investor ≥ 10% may nominate one NED, subject to founder approval not unreasonably withheld).
|
|
237
|
+
21. Observer threshold (typically ≥ 5%).
|
|
238
|
+
22. First product hires planned in Y1 — trigger conditions for each.
|
|
239
|
+
|
|
240
|
+
*The thesis (narrative):*
|
|
241
|
+
|
|
242
|
+
23. The market — size, growth rate, target customer cohort. Cite sources (ONS, industry reports, named studies).
|
|
243
|
+
24. The opportunity / problem — what is currently broken or unmet.
|
|
244
|
+
25. Value proposition — pricing, what the customer gets, why it beats alternatives.
|
|
245
|
+
26. Architecture and differentiation — the structural moat. What does the company do that nobody else does? "AI" is not a moat; the moat is in *how* AI is applied.
|
|
246
|
+
27. Wedge → beachhead → blitzscale — staged GTM. Wedge = narrow entry product. Beachhead = one decisively winnable segment funded by Round 1. Blitzscale = market expansion funded by Round 2.
|
|
247
|
+
28. Distribution funnel — specific channels producing customers in months 1–6. Concrete: integrations, channels, named partners.
|
|
248
|
+
29. Pilots / paying customers at close — name them, who runs them, what they're paying.
|
|
249
|
+
|
|
250
|
+
*Financial model:*
|
|
251
|
+
|
|
252
|
+
30. Opening cash post-close — founder subscription + this round proceeds, less any capex at M0.
|
|
253
|
+
31. Capex at M0 — one-off hardware / set-up costs.
|
|
254
|
+
32. Monthly burn by phase — M1–M2 (founders only), M3–M9 (with first hire), M10–M12 (with second hire). Per-line breakdown.
|
|
255
|
+
33. MRR ramp — month-by-month MRR for M1–M12. Distinguish customer segments.
|
|
256
|
+
34. Customer count and device count by month if hardware is part of the offering.
|
|
257
|
+
35. Cash trajectory — month-by-month closing cash balance derived from (33) − burn. Identify cash low point and break-even month.
|
|
258
|
+
36. Round 2 plan — size range, timing (which month), gating milestones, what it funds.
|
|
259
|
+
|
|
260
|
+
*Operational / legal:*
|
|
261
|
+
|
|
262
|
+
37. Founder IP assignment — who is assigning IP to the company at closing? Outright? Any licence-back?
|
|
263
|
+
38. Conditions to closing — incorporation, IP assignment, DD, shareholders' agreement, cleared funds.
|
|
264
|
+
39. Governing law — confirm "English law, Exclusive jurisdiction of England & Wales courts" or substitute.
|
|
265
|
+
40. Long-form documentation timeline — within how many days of mutual signature will the subscription & shareholders' agreement and articles be circulated?
|
|
266
|
+
|
|
267
|
+
If the operator cannot answer (28), (33–35), or (36), flag explicitly that the prospectus will be incomplete and ask for sensible base-case assumptions. The financial chart on the cover and the operating-plan section both depend on these numbers.
|
|
268
|
+
|
|
269
|
+
**How to apply answers.**
|
|
270
|
+
|
|
271
|
+
1. Copy `templates/prospectus/{index.html, term_sheet.html, render-pdf.mjs}` into `html/prospectus/`.
|
|
272
|
+
2. Save the operator-supplied hero image as `hero.png` and brand icon as `<brand>-icon.png`.
|
|
273
|
+
3. Replace **global atomic placeholders** in both HTML files (the templates already carry these): `{{ BRAND_NAME }}`, `{{ COMPANY_LEGAL_NAME }}`, `{{ BRAND_ICON }}`, `{{ HERO_IMAGE }}`, `{{ TERM_SHEET_HTML }}`, `{{ TERM_SHEET_PDF }}`, `{{ PROSPECTUS_PDF }}`, `{{ TERM_SHEET_DOC_ID }}`, `{{ PROSPECTUS_DOC_ID }}`, `{{ DOC_MONTH_YEAR }}`, `{{ ROUND_SIZE }}`, `{{ POST_MONEY_CAP }}`, `{{ ISSUE_PRICE }}`, `{{ NOMINAL_VALUE }}`, `{{ SHARE_PREMIUM }}`, `{{ ROUND_SHARES }}`, `{{ FOUNDER_SHARES }}`, `{{ TOTAL_SHARES_POST }}`, `{{ MIN_CHEQUE }}`, `{{ MIN_AGGREGATE }}`, `{{ ROUND_CLOSE_DATE }}`, `{{ FUNDS_EXPECTED_DATE }}`, `{{ NEW_INVESTOR_PCT }}`, `{{ FOUNDERS_PCT }}`.
|
|
274
|
+
4. Replace **narrative blocks** in `index.html` paragraph-by-paragraph using the answers from sections (23)–(29) and (32)–(36). The placeholder narrative blocks are structural references, not content to keep.
|
|
275
|
+
5. Replace **cap table rows** in `term_sheet.html` (`<tr>` inside `<div class="captable">`) with the operator's actual founder names, roles, share counts, percentages.
|
|
276
|
+
6. Replace **signature block** in `term_sheet.html` with the director-designates.
|
|
277
|
+
7. Replace **financial chart data** in `index.html`. The cover chart is hand-coded SVG — find the `<polyline points="...">` for the cash line, the `<rect>` MRR bars, and the burn step-lines, and recompute coordinates from the new financial model (each MRR bar's `y` = `290 - (mrr_k / 60) * 120`, height = `120 - y_offset`). If recomputation is non-trivial, ask the operator for the 12 monthly cash and MRR values directly.
|
|
278
|
+
8. Update `<title>` and `<meta>` tags to reflect the new company.
|
|
279
|
+
|
|
280
|
+
**Doctrine for the prospectus.**
|
|
281
|
+
|
|
282
|
+
- **UK seed round only.** The templates encode UK FCA self-certification under FSMA 2000 (FPO) articles 48 (HNWI) and 50A (Self-certified Sophisticated Investor). Do not adapt for US, EU, or non-UK regimes without explicit operator instruction — the legal exemption text is jurisdiction-specific.
|
|
283
|
+
- **SEIS/EIS is post-funding, not a closing contingency.** The templates state that SEIS/EIS advance assurance will be pursued *after* the round closes and is not a condition of subscription. Do not promote SEIS/EIS as assured before distribution — it is misleading and breaks the FCA exemption.
|
|
284
|
+
- **Image-only PDF via Stage 5's `render-pdf.mjs`.** Same pipeline; the prospectus shares one renderer with the business plan and deck.
|
|
285
|
+
- **A4 fit is enforced.** Every `<section class="page">` must have `scrollHeight ≤ 1123 px + 2 px slack`. The remedy on overflow is to split the section into two `<section class="page">` blocks — never to shrink fonts or pad less.
|
|
286
|
+
- **Render to the same folder as the HTML.** The renderer reads relative asset paths (icon, hero image).
|
|
287
|
+
|
|
288
|
+
**Verify before shipping.**
|
|
289
|
+
|
|
290
|
+
1. Read every PNG in `.tmp-*/`. `pdfinfo` reporting "7 pages, A4" is not verification. Confirm: content fills the page, no whitespace gaps > 25 mm at the bottom, the cover hero looks right, the chart values match the model, founder names are spelled correctly, the cap table totals to 100%.
|
|
291
|
+
2. Hero image resolution floor: 2800 px on the long edge. Below that the cover prints soft.
|
|
292
|
+
3. The two FCA self-cert pages render cleanly — HNWI (FPO art. 48) and Sophisticated (FPO art. 50A). These are legally prescribed text; do not edit their wording without lawyer sign-off.
|
|
293
|
+
|
|
192
294
|
## Stage 5 — HTML + PDF render pipeline
|
|
193
295
|
|
|
194
296
|
For each artefact that ships as a print-ready PDF (business plan, prospectus, deck), produce three files under `html/<artefact>/`:
|
|
@@ -199,7 +301,7 @@ render-pdf.mjs # Playwright + img2pdf + qpdf pipeline (image-only PDF, linear
|
|
|
199
301
|
<artefact>.pdf # rendered output (regenerate after every HTML edit)
|
|
200
302
|
```
|
|
201
303
|
|
|
202
|
-
**Hard constraints
|
|
304
|
+
**Hard constraints (A4 portrait, image-only PDF):**
|
|
203
305
|
|
|
204
306
|
- A4 portrait: `@page { size: A4 portrait; margin: 18mm 16mm 20mm; }`
|
|
205
307
|
- One `<section class="page">` per A4 page; renderer aborts if `scrollHeight` exceeds 1123px + 2px slack.
|
|
@@ -250,9 +352,10 @@ References: `references/html-pdf-pipeline.md` for the canonical `render-pdf.mjs`
|
|
|
250
352
|
- `references/html-pdf-pipeline.md` — render-pdf.mjs canonical source + CSS scaffold
|
|
251
353
|
- `references/compliance-research-checklist.md` — UK + EU regulatory regimes to verify
|
|
252
354
|
- `references/internal-workings-scrub.md` — the public-vs-internal doctrine, patterns to scrub, recurrence list
|
|
253
|
-
- `references/design-tokens-application.md` — how to consume
|
|
355
|
+
- `references/design-tokens-application.md` — how to consume the operator's project design-tokens spec from an artefact's `:root` block
|
|
254
356
|
- `references/termsheet-template.md` — A4-portrait term-sheet structure, cap-table reconciliation, common defects
|
|
357
|
+
- `templates/prospectus/` — A4-portrait prospectus + term-sheet HTML templates and the shared `render-pdf.mjs` (consumed by Stages 3b, 4b, 5)
|
|
255
358
|
|
|
256
|
-
## Reference
|
|
359
|
+
## Reference example
|
|
257
360
|
|
|
258
|
-
|
|
361
|
+
When this skill has previously rendered a data room for the current operator, that directory is the canonical example — read it before drafting. When no prior data room exists for the operator, the fallback reference is `references/data-room-structure.md` (section-by-section purpose statements) plus the per-stage references listed above.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# HTML + PDF render pipeline
|
|
2
2
|
|
|
3
|
-
Image-only A4 portrait PDF, rendered from a single HTML file via Playwright + img2pdf + qpdf.
|
|
3
|
+
Image-only A4 portrait PDF, rendered from a single HTML file via Playwright + img2pdf + qpdf. Constraints inlined in the parent `SKILL.md` Stage 5.
|
|
4
4
|
|
|
5
5
|
## File layout per artefact
|
|
6
6
|
|
|
@@ -45,7 +45,7 @@ Issue price = pre-money / pre-investment shares = £1,400,000 / 500,000 = **£2.
|
|
|
45
45
|
|
|
46
46
|
## Doctrine
|
|
47
47
|
|
|
48
|
-
- **Issuer name is the IN01-filed legal entity.** Stale term sheets that reference a marketing
|
|
48
|
+
- **Issuer name is the IN01-filed legal entity.** Stale term sheets that reference a marketing or trading entity instead of the filed company are defects. The Companies House number on every page header should match the IN01.
|
|
49
49
|
- **Founder list reads exactly as the cap table.** Six holders on the cap table = six in the founder list. No phantom founders. Strategic shareholders (e.g. an investing LLP) ride in by entity name, not by their constituent individuals.
|
|
50
50
|
- **Sole director on IN01 is the director-designate on the term sheet's signature page.** A term sheet that names two directors when IN01 named one needs reconciling before issue.
|
|
51
51
|
- **SEIS/EIS posture is post-funding obligation, never closing contingency.** Never assured prior to distribution; no representation as to qualifying status. Forms no part of consideration.
|