@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
package/payload/premium-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)
|
|
@@ -0,0 +1,361 @@
|
|
|
1
|
+
---
|
|
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, 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
|
+
allowed-tools:
|
|
5
|
+
- Bash
|
|
6
|
+
- Read
|
|
7
|
+
- Write
|
|
8
|
+
- Edit
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebSearch
|
|
12
|
+
- WebFetch
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# investor-data-room
|
|
16
|
+
|
|
17
|
+
Build a UK seed-raise pack in five stages. Each stage has an outcome contract; do not advance until the contract is met.
|
|
18
|
+
|
|
19
|
+
## Outcome contract (whole skill)
|
|
20
|
+
|
|
21
|
+
Complete when the data room contains:
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
<project-site>/.docs/data-room/
|
|
25
|
+
README.md # data-room index, status snapshot, doctrine
|
|
26
|
+
01-narrative/
|
|
27
|
+
office-hours-design.md # ideation working scratchpad
|
|
28
|
+
business-plan.md # 15-section business plan
|
|
29
|
+
deck-blueprint.md # 12-slide blueprint
|
|
30
|
+
02-corporate-legal/
|
|
31
|
+
README.md # incorporation filings, articles, board minutes
|
|
32
|
+
incorporation-<co-house-no>-<date>.pdf # IN01 + statement of capital + cap table
|
|
33
|
+
03-cap-table/
|
|
34
|
+
README.md # pre/post-investment cap table with PSC notes
|
|
35
|
+
04-financials/
|
|
36
|
+
README.md
|
|
37
|
+
model_worksheet.md # opening cash, capex, burn, MRR ramp, two-round
|
|
38
|
+
05-commercial/
|
|
39
|
+
README.md
|
|
40
|
+
<gtm-partner-1>.md # one file per named partner
|
|
41
|
+
<gtm-partner-1>-proposal.pdf
|
|
42
|
+
06-product-ip/
|
|
43
|
+
README.md
|
|
44
|
+
encrypted-document-sharing.md # if applicable
|
|
45
|
+
07-team/
|
|
46
|
+
README.md
|
|
47
|
+
<founder-1>.pdf # CV per foregrounded founder
|
|
48
|
+
08-market/
|
|
49
|
+
README.md
|
|
50
|
+
sources.md # every market figure with citation
|
|
51
|
+
competitor-value-claims-rebuttal.md
|
|
52
|
+
09-operations/
|
|
53
|
+
README.md
|
|
54
|
+
10-supporting/
|
|
55
|
+
README.md
|
|
56
|
+
html/
|
|
57
|
+
business-plan/
|
|
58
|
+
index.html # A4 portrait, design tokens, premium register
|
|
59
|
+
render-pdf.mjs # Playwright + img2pdf + qpdf pipeline
|
|
60
|
+
business-plan.pdf # rendered output
|
|
61
|
+
logo-light.png logo-dark.png
|
|
62
|
+
prospectus/
|
|
63
|
+
index.html # A4 portrait, 10-15 page persuasive cut
|
|
64
|
+
term_sheet.html # A4 portrait, 6-8 page formal term sheet
|
|
65
|
+
render-pdf.mjs
|
|
66
|
+
prospectus.pdf term_sheet.pdf
|
|
67
|
+
logo-light.png logo-dark.png
|
|
68
|
+
deck/
|
|
69
|
+
index.html # 16:9 landscape (297mm x 167mm), 12+1 slides
|
|
70
|
+
render-pdf.mjs
|
|
71
|
+
deck.pdf
|
|
72
|
+
logo-light.png logo-dark.png
|
|
73
|
+
team/ # cropped headshot WebPs for slide 8 founder grid
|
|
74
|
+
<founder-firstname>-<lastname>.webp
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
Skip stages that are already complete; do not regenerate stale artefacts blindly.
|
|
78
|
+
|
|
79
|
+
## Stage 1 — Office-hours ideation
|
|
80
|
+
|
|
81
|
+
Drive a conversational discovery session using the sibling `office-hours` skill. Output a single `office-hours-design.md` capturing:
|
|
82
|
+
|
|
83
|
+
- Problem statement
|
|
84
|
+
- Demand evidence (with numbers and dates)
|
|
85
|
+
- Status quo
|
|
86
|
+
- Target user and narrowest wedge
|
|
87
|
+
- Constraints
|
|
88
|
+
- Six to eight numbered premises (founder-confirmed)
|
|
89
|
+
- Two to four narrative-shape alternatives with a recommendation
|
|
90
|
+
- Financials / use-of-funds placeholders flagged as open questions
|
|
91
|
+
- Founder Signal Reflection
|
|
92
|
+
|
|
93
|
+
This file is the working substrate. It stays internal-only. Every later artefact derives from it.
|
|
94
|
+
|
|
95
|
+
**Doctrine.** Never speculate on numbers; flag them as open questions until the founder confirms.
|
|
96
|
+
|
|
97
|
+
## Stage 2 — Data room scaffold
|
|
98
|
+
|
|
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.
|
|
102
|
+
|
|
103
|
+
**File-naming conventions:**
|
|
104
|
+
|
|
105
|
+
- `<co-house-no>` for Companies House filings (e.g. `incorporation-17237239-2026-05-22.pdf`).
|
|
106
|
+
- `<founder-firstname>-<lastname>.pdf` for CVs.
|
|
107
|
+
- `<gtm-partner>.md` + `<gtm-partner>-proposal.pdf` for each commercial partner.
|
|
108
|
+
- All `README.md` files are markdown only.
|
|
109
|
+
|
|
110
|
+
**Where the published URL lives.** If the project hosts a public prospectus or marketing microsite, keep the published artefacts at a stable path (e.g. `realagent.chat/sites/<slug>/`); the rendered HTML inside `html/<artefact>/index.html` is the source of truth and republishes from there.
|
|
111
|
+
|
|
112
|
+
References: `references/data-room-structure.md` for the section-by-section purpose statements.
|
|
113
|
+
|
|
114
|
+
## Stage 3 — Business plan synthesis
|
|
115
|
+
|
|
116
|
+
Generate `01-narrative/business-plan.md` with **15 sections** following the canonical structure:
|
|
117
|
+
|
|
118
|
+
1. Executive Summary
|
|
119
|
+
2. Vision and Mission (Vision / Mission / Doctrine triad)
|
|
120
|
+
3. The Company (legal entity table + pre-investment cap table)
|
|
121
|
+
4. The Market (TAM/SAM/SOM + structural tailwind + self-employed wedge + domestic adjacency + international upside + pricing)
|
|
122
|
+
5. The Product (what it is + wedge product + upsell path + substrate moat + conversation ingestion + network + Anthropic asymmetric capture + human-services layer)
|
|
123
|
+
6. The Business Model (revenue streams + unit economics)
|
|
124
|
+
7. Go-to-Market (Wedge → Beachhead → Blitzscale framework + demand evidence + GTM partners + horse-before-cart logic + geography)
|
|
125
|
+
8. Competition (three failing categories + RANL differentiation + most-direct-competitor counter)
|
|
126
|
+
9. Operations (technology stack + data sovereignty + IP ownership chain + compliance posture summary)
|
|
127
|
+
10. Compliance and regulatory positioning (UK consumer protection + UK data/AI regime + EU AI Act + adjacent UK obligations + moat-not-tax close)
|
|
128
|
+
11. Team (founders + strategic shareholders + hiring plan)
|
|
129
|
+
12. Financial Plan (12.1 opening balance sheet through 12.7 use of funds)
|
|
130
|
+
13. Risks and Mitigations
|
|
131
|
+
14. Milestones (the N-month thesis)
|
|
132
|
+
15. The bottom line (summary table + close)
|
|
133
|
+
+ Appendices (titled documents only; no internal-only file pointers)
|
|
134
|
+
|
|
135
|
+
**Critical rules** (all enforced; recurrence is a P0 violation):
|
|
136
|
+
|
|
137
|
+
- **No internal workings** in body text. No "reconciliation pending", no "open Q", no comparison-to-baseline ("loss has grown from X to Y because…"), no cross-references to `office-hours-design.md` or any working file.
|
|
138
|
+
- **Cap table is authoritative from the IN01.** Reconcile the share-capital line (`500,000 ordinary @ £0.001 nominal` vs `@ £0.01`) before writing the opening balance sheet. Inception premium (e.g. one founder paying £4,500 above nominal) reconciles £5k inception cash against £500 nominal.
|
|
139
|
+
- **Every market figure cites a source.** Maintain `08-market/sources.md` with every figure used in the business plan; the body references "Appendix B" by title, never an internal file path.
|
|
140
|
+
- **Financial figures derive from the model worksheet.** Cite "Appendix A" by title.
|
|
141
|
+
- **No em-dashes between alphabetic words** in user-facing prose (recurring style violation in this project's history; see `references/internal-workings-scrub.md`).
|
|
142
|
+
|
|
143
|
+
Compliance research is mandatory before drafting Section 10. WebSearch (or equivalent) for: DMCC Act (UK consumer protection for estate-agency), ICO ADM framework (Articles 22A–22D under UK GDPR + ICO 2025 strategy), EU AI Act (force date, high-risk classification for property-financing decisions). Cite each.
|
|
144
|
+
|
|
145
|
+
References: `references/business-plan-template.md` for the section-by-section template; `references/compliance-research-checklist.md` for the UK + EU regulatory regimes to verify.
|
|
146
|
+
|
|
147
|
+
## Stage 3b — Term sheet synthesis
|
|
148
|
+
|
|
149
|
+
Generate `html/prospectus/term_sheet.html` as an **A4 portrait, 10-page formal term sheet** sectioned as:
|
|
150
|
+
|
|
151
|
+
1. Cover + preamble + parties (Issuer / Founders / Investors / round size / minimum cheque / target close)
|
|
152
|
+
2. Share economics & use of proceeds (instrument, valuation, dilution, issue price, share count, use of funds)
|
|
153
|
+
3. Cap table on closing (post-money, fully diluted, total = 100%)
|
|
154
|
+
4. Governance & shareholder protections (board, info rights, pre-emption, drag/tag, SEIS/EIS posture)
|
|
155
|
+
5. Closing terms (governing law, IP assignment, conditions to closing, long-form docs timeline)
|
|
156
|
+
6. Signatures (Company + Investor blocks)
|
|
157
|
+
7. **Appendix A — High Net Worth Individual Investor Statement** (FSMA 2000 / FCA COBS 4 Annex 2 verbatim)
|
|
158
|
+
8. **Appendix B — Self-Certified Sophisticated Investor Statement** (FSMA 2000 / FCA COBS 4 Annex 4 verbatim)
|
|
159
|
+
9. Backpage (contact)
|
|
160
|
+
|
|
161
|
+
**Doctrine for the term sheet:**
|
|
162
|
+
|
|
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).
|
|
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.
|
|
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.
|
|
166
|
+
- **Sole director on IN01 is the director-designate.** A term sheet that names two directors when IN01 names one is a defect.
|
|
167
|
+
- **SEIS/EIS posture is post-funding obligation, not closing contingency.** Never assured prior to distribution; no representation as to qualifying status. Forms no part of consideration.
|
|
168
|
+
- **Confidentiality and exclusivity provisions are the only binding clauses.** Everything else non-binding until long-form docs.
|
|
169
|
+
- **FCA self-certification statements are appendices to the term sheet, not separate documents.** The High Net Worth Individual Investor Statement (FSMA 2000 (Financial Promotion) Order 2005 / FCA COBS 4 Annex 2) and the Self-Certified Sophisticated Investor Statement (COBS 4 Annex 4) ship as Appendix A and Appendix B. **Use verbatim wording**; never paraphrase regulatory text. Current source: UKBAA's templated PDFs (Feb 2024 versions reflect the post-31 Jan 2024 reverted thresholds: HNW £170k income or £430k net assets; sophisticated director threshold £1.6m turnover). When the regulatory wording changes, the templates change first at UKBAA / FCA COBS Annexes; re-fetch before issue.
|
|
170
|
+
|
|
171
|
+
References: `references/termsheet-template.md`.
|
|
172
|
+
|
|
173
|
+
## Stage 4 — Deck blueprint synthesis
|
|
174
|
+
|
|
175
|
+
Generate `01-narrative/deck-blueprint.md` as a **12-slide brief** the deck designer can execute. Each slide has Purpose, Headline (one-line message), Body (bullets + figures pulled from the business plan), Visual suggestion, and Source reference. The 12 slides:
|
|
176
|
+
|
|
177
|
+
1. Cover (raise headline + founders)
|
|
178
|
+
2. Vision (Vision / Mission / Doctrine)
|
|
179
|
+
3. The Market (TAM + tailwind + wedge)
|
|
180
|
+
4. Business Model (subscription + service layer + unit economics)
|
|
181
|
+
5. Go-to-Market (Wedge → Beachhead → Blitzscale + named partners)
|
|
182
|
+
6. The Product (substrate + wedge + network + asymmetric capture + services layer)
|
|
183
|
+
7. Competition (three failing categories + most-direct counter)
|
|
184
|
+
8. The Team (founders + strategic shareholders)
|
|
185
|
+
9. Economics (P&L summary + cash flow + break-even)
|
|
186
|
+
10. The Raise (size, valuation, dilution, instrument, use of funds, IP transfer, follow-on round)
|
|
187
|
+
11. Milestones (M0 to M-final timeline)
|
|
188
|
+
12. Other Information (compliance + platform dependency + contact)
|
|
189
|
+
|
|
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.
|
|
191
|
+
|
|
192
|
+
References: `references/deck-blueprint-template.md`.
|
|
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
|
+
|
|
294
|
+
## Stage 5 — HTML + PDF render pipeline
|
|
295
|
+
|
|
296
|
+
For each artefact that ships as a print-ready PDF (business plan, prospectus, deck), produce three files under `html/<artefact>/`:
|
|
297
|
+
|
|
298
|
+
```
|
|
299
|
+
index.html # A4 portrait single HTML file, premium design tokens, sectioned by <section class="page">
|
|
300
|
+
render-pdf.mjs # Playwright + img2pdf + qpdf pipeline (image-only PDF, linearized)
|
|
301
|
+
<artefact>.pdf # rendered output (regenerate after every HTML edit)
|
|
302
|
+
```
|
|
303
|
+
|
|
304
|
+
**Hard constraints (A4 portrait, image-only PDF):**
|
|
305
|
+
|
|
306
|
+
- A4 portrait: `@page { size: A4 portrait; margin: 18mm 16mm 20mm; }`
|
|
307
|
+
- One `<section class="page">` per A4 page; renderer aborts if `scrollHeight` exceeds 1123px + 2px slack.
|
|
308
|
+
- Page numbers via CSS counter in `.page::after { content: counter(pagenum); }`. The renderer screenshots each section, so `@page @bottom-center` rules do NOT propagate.
|
|
309
|
+
- Image-only PDF: Playwright captures one PNG per section at deviceScaleFactor 3.125 (300 dpi); `img2pdf --pagesize 210mmx297mm` binds them; `qpdf --linearize --object-streams=disable` linearises.
|
|
310
|
+
- Even page count for booklet binding (multiple of 4 ideal). Add or remove a supporting page if parity breaks.
|
|
311
|
+
- Cover and backpage are full-bleed `--surface-deep` with `@page :first { margin: 0 }` and named `@page backpage-full`.
|
|
312
|
+
- Screen-only chrome (e.g. a Download PDF pill button) uses `@media print { display: none !important; }` per the skill.
|
|
313
|
+
- `execFileSync` for img2pdf and qpdf (never `execSync` with template strings: shell-injection class).
|
|
314
|
+
- Verify: `qpdf --check`, `pdfinfo | grep -E "Pages|Optimized"`, **and read every page visually**. `pdfinfo` reporting "25 pages, A4" is not verification.
|
|
315
|
+
|
|
316
|
+
**Design tokens.** Reference the project's `design-tokens.md` Tier 1 (raw) + Tier 2 (semantic aliases) + Tier 3 (component) layers. Premium register defaults: `--paper-25` near-white page surface, `--teal-900` ink, `--gold-500` accent, `--paper-100` cool mist (`#ECF1F2`) tinted-band surface. Update token values in one place; CSS `:root` mirrors the spec.
|
|
317
|
+
|
|
318
|
+
**Logo placement.** Copy the light and dark icon variants from the project's public assets (`logo-light.png` for dark cover/backpage, `logo-dark.png` reserved for light content pages if needed) into the artefact directory. Cover top-left pairs the icon with the wordmark; backpage top-left does the same.
|
|
319
|
+
|
|
320
|
+
References: `references/html-pdf-pipeline.md` for the canonical `render-pdf.mjs` source and CSS scaffold.
|
|
321
|
+
|
|
322
|
+
## Doctrine (enforced across all stages)
|
|
323
|
+
|
|
324
|
+
- **No internal workings in public artefacts.** Comparison-to-baseline, reconciliation-pending, open-Q markers, internal cross-references all stay in working files (`01-narrative/office-hours-design.md`, section READMEs). Public artefacts (business plan, deck, prospectus, PDFs) state the current position as a fact.
|
|
325
|
+
- **Every claim cites a source.** Companies House for the cap table. The model worksheet for every financial figure. A named publication for every market figure. A specific vendor page for every competitor claim.
|
|
326
|
+
- **Design tokens are the visual contract.** Update once in the tokens spec; the business plan CSS, the prospectus CSS, and the deck CSS all consume the same tokens. Never hardcode hex values inside component CSS.
|
|
327
|
+
- **Even page count for booklet binding.** Multiple of 4 ideally; minimum even. Add or remove a supporting page to maintain parity if a section change breaks it.
|
|
328
|
+
- **Verify by reading every rendered page.** `pdfinfo` page count is not verification. The bottom 30% of every page must reach the content margin without significant whitespace.
|
|
329
|
+
|
|
330
|
+
## Slide-design patterns (collected from the deck build)
|
|
331
|
+
|
|
332
|
+
- **Cap-table over labelled pie chart.** A labelled donut with seven slices puts the percentages on the chart but adds visual clutter at small slice counts. A clean post-investment cap table (Shareholder / Shares / % with a gold-rule Total row) reads faster on the slide and matches the term-sheet treatment. Default to the table; reserve the pie for slides with three to four large slices.
|
|
333
|
+
- **Circular founder avatars on the team slide.** Square photos at full card width over-allocate vertical real-estate and crowd the bio + advisor band. Fixed-diameter circular avatars (e.g. 42mm × 42mm, `border-radius: 50%`, centred `margin: 0 auto`) leave room for the eyebrow + name + 3-line bio + advisor band on a 16:9 slide.
|
|
334
|
+
- **Headshot crops are face-centred, not full-environment.** Crop each source PNG/JPG to a tight head + shoulders square at 1200×1200 (`magick <src> -crop WxH+X+Y +repage -resize 1200x1200 -strip <crop>.png`), then encode with `cwebp -q 88 -m 6 -mt`. Resize-then-encode never loses face fidelity at the 42mm display size. Track per-founder face position from the source dimensions and centre the crop window on it.
|
|
335
|
+
- **Bio line budget on slide 8 is ~3 lines at 8.5pt.** A 4th line crashes into the advisor band's `border-top`. Trim aggressively: lead with the headline number ("33 years residential estate agency"), then 2-3 firms and 1-2 awards.
|
|
336
|
+
- **Linter strips trailing text in long edits.** When editing a multi-line founder bio (or any cell where you append clauses past a verbatim sentence), the auto-formatter has rewritten the trailing fragment on this project. Always re-grep the file after the edit; if "Sole IN01 director." or "2× Capper" went missing, the edit needs a second pass with a smaller anchor.
|
|
337
|
+
|
|
338
|
+
## Pitfalls to avoid (collected from the reference project)
|
|
339
|
+
|
|
340
|
+
- **Renaming a directory after the URL is published.** Keep `<project-site>/.docs/data-room/html/<artefact>/index.html` stable; if the URL changes, downstream investor links break.
|
|
341
|
+
- **Letting Round-2 hires inflate the Year-1 P&L.** Only Round-1 hires belong in the Year-1 income statement. Customer-success and product-engineer hires that trigger in Round 1 are in; senior platform engineer, head of growth, and CS team scale that Round 2 funds are not.
|
|
342
|
+
- **Mixing "Year 1" (12-month) and "Round 1 runway" (9-month).** If the £350k buys 9 months, present a 9-month forecast; do not present a 12-month forecast that implicitly assumes Round 2 closes mid-period without modelling the Round-2 cash injection.
|
|
343
|
+
- **Generic AI-bolted-onto-cloud-CRM competitors.** Treat the competitive set as three failing categories: incumbents (cloud CRM + bolted AI), Anthropic horizontal AI (inaccessible to non-tech-wizard users), and new-build cloud-SaaS AI-OS replacements (migration-required, same lock-in pattern as incumbents). Name each vendor, cite each claim from the vendor's own page, rebut with the substrate-AI inversion.
|
|
344
|
+
- **Forgetting Priestley / equivalent founder-thesis anchor.** Any founder who built the same thesis years before AI made it structurally apparent should reference it: book title, first-publication date, founder's costly-signal action (e.g. "bought 200 copies and distributed them to operators in his network"). This dates the conviction and lifts the deck's signal weight.
|
|
345
|
+
- **Letting the page background go light brown.** Premium register page surface (`--paper-25`) is near-white (`#FBFAF6`), not ivory. The screen-preview body background stays plain white (`#FFFFFF`).
|
|
346
|
+
|
|
347
|
+
## References
|
|
348
|
+
|
|
349
|
+
- `references/data-room-structure.md` — section-by-section README templates
|
|
350
|
+
- `references/business-plan-template.md` — 15-section business plan template
|
|
351
|
+
- `references/deck-blueprint-template.md` — 12-slide deck brief template
|
|
352
|
+
- `references/html-pdf-pipeline.md` — render-pdf.mjs canonical source + CSS scaffold
|
|
353
|
+
- `references/compliance-research-checklist.md` — UK + EU regulatory regimes to verify
|
|
354
|
+
- `references/internal-workings-scrub.md` — the public-vs-internal doctrine, patterns to scrub, recurrence list
|
|
355
|
+
- `references/design-tokens-application.md` — how to consume the operator's project design-tokens spec from an artefact's `:root` block
|
|
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)
|
|
358
|
+
|
|
359
|
+
## Reference example
|
|
360
|
+
|
|
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.
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Business plan template — 15-section structure
|
|
2
|
+
|
|
3
|
+
The canonical structure used by `01-narrative/business-plan.md`. Every public-facing artefact (deck, prospectus, term sheet) derives from this file. Apply the internal-workings scrub (see `internal-workings-scrub.md`) on every revision.
|
|
4
|
+
|
|
5
|
+
## Section-by-section skeleton
|
|
6
|
+
|
|
7
|
+
### 1. Executive Summary
|
|
8
|
+
One paragraph each: what the company is (legal entity + Companies House identifier + substrate description), what is being raised (size, pre-money, post-money, runway, Round 2 follow-on), demand evidence (numbers with dates), market size + structural tailwind, competitive set in three failing categories + the architectural inversion, bottom-line P&L summary.
|
|
9
|
+
|
|
10
|
+
### 2. Vision and Mission
|
|
11
|
+
Three blocks. **Vision.** Where the company ends up at full execution. **Mission.** What the company gives to its customer day one. **Doctrine.** The structural belief that everything else derives from.
|
|
12
|
+
|
|
13
|
+
### 3. The Company
|
|
14
|
+
Legal entity table (legal name, Companies House number, incorporation date, registered office, SIC, PSC status, sole proposed director on IN01) + pre-investment cap table (sourced from the IN01 verbatim) + post-investment dilution pointer.
|
|
15
|
+
|
|
16
|
+
### 4. The Market
|
|
17
|
+
Subsections: Size of the addressable market (TAM with citation per figure); Structural tailwind (margin squeeze, regulatory tailwind, or equivalent); Self-employed wedge or analogous high-growth segment; Domestic adjacency (next-vertical expansion); International upside (channel partner enabling it); Pricing and TAM (per-customer ACV × addressable count = TAM number).
|
|
18
|
+
|
|
19
|
+
### 5. The Product
|
|
20
|
+
Subsections: What it is (substrate description, CRM-agnostic / data-sovereign positioning); The wedge product (narrowest unit of value, public-by-default if applicable); The upsell path (wedge → high-value output → full substrate); The substrate moat (operator-data + ontological graph + flywheel); Conversation ingestion (or equivalent lock-in mechanic); The network (federation thesis); Asymmetric-capture position (the LLM-binary wrap argument, with commercial-practice insurance); Human-services layer (training, support, white-glove, anti-fragile-against-frontier-AI).
|
|
21
|
+
|
|
22
|
+
### 6. The Business Model
|
|
23
|
+
Revenue streams (subscription tiers + future network-effect revenue), unit economics (ACV, CAC, gross margin, churn placeholder), compute-mark-up doctrine ("never mark up the LLM compute; customer pays the LLM provider directly").
|
|
24
|
+
|
|
25
|
+
### 7. Go-to-Market
|
|
26
|
+
Wedge → Beachhead → Blitzscale framework (with months and funding source per phase), demand evidence (40+ EOIs, paid intents, founder dogfood, partnership status — every number cited), GTM partners (one row per named partner with role and source), horse-before-cart logic (public-first wedge that earns trust for the private high-value upsell), geography.
|
|
27
|
+
|
|
28
|
+
### 8. Competition
|
|
29
|
+
Three failing categories: (a) cloud-CRM-bolted-AI incumbents, (b) horizontal-AI providers inaccessible to ICP, (c) new-build cloud-SaaS replacements requiring full migration. RANL differentiation paragraph. Most-direct-competitor counter (CRM-agnostic vs migration-required is the headline rebuttal).
|
|
30
|
+
|
|
31
|
+
### 9. Operations
|
|
32
|
+
Technology stack (foundation model, graph store, hardware tiered by workload, network, hosting), data sovereignty paragraph, IP ownership chain (deed-of-assignment commitment), compliance posture operational summary (pointer to Section 10 for full treatment).
|
|
33
|
+
|
|
34
|
+
### 10. Compliance and regulatory positioning
|
|
35
|
+
Three regulatory regimes: UK consumer protection (DMCC Act for estate agency / equivalent for the vertical), UK data and AI regime (UK GDPR + ICO ADM Articles 22A–22D), EU AI Act (relevant only to international expansion). Adjacent UK obligations (Estate Agents Act / equivalent + AML + sector membership bodies). Closing: "Why compliance is the moat, not the tax".
|
|
36
|
+
|
|
37
|
+
### 11. Team
|
|
38
|
+
Founders (foregrounded) with role + concise career summary + key credentials + pre-investment shareholding. Strategic shareholders from incorporation (advisors, family, JV partners on the cap table from day one). Hiring plan table with month-triggered roles + salary + trigger condition.
|
|
39
|
+
|
|
40
|
+
### 12. Financial Plan
|
|
41
|
+
12.1 Opening balance sheet (M0 after capex). 12.2 Year-1 Income Statement (revenue + COGS + every opex line + depreciation + EBIT + corp tax + net loss). 12.3 Year-1 cash flow summary table (period-by-period opening, net flow, closing cash). 12.4 Closing balance sheet (M12). 12.5 Two-round funding strategy (timing, size, pre-money, purpose, gating evidence per round). 12.6 Contingency levers. 12.7 Use of funds (this round) by bucket.
|
|
42
|
+
|
|
43
|
+
### 13. Risks and Mitigations
|
|
44
|
+
Two-column table: risk + mitigation. Cover Loop / Anthropic / competitor-ships-earlier / wedge-fails-to-convert / founder-transition / counsel-delays / Round-2-market / investor-structure.
|
|
45
|
+
|
|
46
|
+
### 14. Milestones (the N-month thesis)
|
|
47
|
+
Month-by-month table: M0 close + closing conditions; M1 first paying customer; M3 product-engineer hire + ~10 customers; M6 wedge phase complete; M7 Round 2 raise opens; M9 Round 2 closes; M12 break-even.
|
|
48
|
+
|
|
49
|
+
### 15. The bottom line
|
|
50
|
+
Summary table of headline numbers (raise size, pre-money, post-money, dilution, runway, Y1 revenue/loss/cash-burn/closing-cash/ARR, break-even month, Round 2 timing/size). Closing paragraph.
|
|
51
|
+
|
|
52
|
+
### Appendices
|
|
53
|
+
Cited documents listed by title only. Each available to a serious investor on request; internal-only working documents are not listed.
|
|
54
|
+
|
|
55
|
+
## Writing rules
|
|
56
|
+
|
|
57
|
+
- **Numbers cite their source.** Every figure in the body links to an Appendix entry that is itself a publicly-shareable document.
|
|
58
|
+
- **No internal commentary.** See `internal-workings-scrub.md`.
|
|
59
|
+
- **No em-dashes between alphabetic words** in user-facing prose. Use colons, parentheses, semicolons, or rewrites.
|
|
60
|
+
- **Even-page-count parity** if the document is printed; add a supporting page if a section change breaks parity.
|
|
61
|
+
- **One pre-investment cap table source: the IN01.** Reconcile the nominal-value discrepancy (e.g. £0.001 vs £0.01) before writing the balance sheet.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Compliance research checklist
|
|
2
|
+
|
|
3
|
+
Required before drafting business plan Section 10 (Compliance and regulatory positioning) for a UK-domiciled raise. Every claim must cite a primary source (ICO guidance, gov.uk, regulator strategy document) verified by WebSearch.
|
|
4
|
+
|
|
5
|
+
## UK consumer-protection regime
|
|
6
|
+
|
|
7
|
+
**For estate-agency / property:** Digital Markets, Competition and Consumers Act 2024 (DMCC Act). In force from 6 April 2025. Supersedes the Consumer Protection from Unfair Trading Regulations 2008 for estate-agency consumer protection. Under the DMCC Act, **omitting material information is automatically an unfair commercial practice regardless of whether the omission affected the consumer's decision**. CMA holds direct enforcement powers including fines without court process. Property brochures must include Part B material information.
|
|
8
|
+
|
|
9
|
+
**For other verticals:** Identify the equivalent UK consumer-protection regime (financial services → FCA Consumer Duty; healthcare → CQC; legal services → SRA; etc.). Same pattern: cite the binding statute, name the regulator, identify the enforcement mechanism.
|
|
10
|
+
|
|
11
|
+
## UK data-protection and AI regime
|
|
12
|
+
|
|
13
|
+
- **UK GDPR** sits over UK data processing. Articles 22A to 22D (added by the Data Use and Access Act) govern solely automated decision-making.
|
|
14
|
+
- **No UK AI-specific statute in the 2026 parliamentary session.** Labour's 2024 King's Speech committed to "appropriate legislation on the most powerful AI models" but the Bill has not been introduced. A dedicated 2026 AI Bill is not expected.
|
|
15
|
+
- **ICO strategy.** June 2025 strategy "Preventing Harm, Promoting Trust" frames the regulator's approach. ICO consulting on updated Automated Decision-Making and Profiling guidance during 2025–2026, with a statutory code of practice on AI and ADM in the pipeline. First substantive enforcement guidance expected later in 2026.
|
|
16
|
+
- **UK is not adopting the EU AI Act.** Sector-led approach via existing regulators. Starmer's stated position: *"instead of over-regulating these new technologies, we're seizing the opportunities they offer"*.
|
|
17
|
+
|
|
18
|
+
## EU AI Act (relevant only to international expansion)
|
|
19
|
+
|
|
20
|
+
- Entered into force 1 August 2024.
|
|
21
|
+
- Fully applicable 2 August 2026.
|
|
22
|
+
- Classifies AI systems used in credit and insurance (which overlap with mortgage and property-financing decisions) as **high-risk**. Most marketing and operational AI applications sit at lower risk tiers.
|
|
23
|
+
- High-risk obligations: risk-management systems, data-quality controls, human oversight, transparency to affected individuals, conformity assessment, post-market monitoring.
|
|
24
|
+
- For UK-domiciled companies, the EU AI Act binds only when serving EU customers. Document the international expansion path and confirm whether any planned product crosses into high-risk territory.
|
|
25
|
+
|
|
26
|
+
## Adjacent UK obligations to verify per vertical
|
|
27
|
+
|
|
28
|
+
- **Estate Agents Act 1979** for property: distinguish software vendor (out of scope) from estate agent (in scope).
|
|
29
|
+
- **Money Laundering Regulations 2017 + Economic Crime and Corporate Transparency Act 2023** for AML obligations.
|
|
30
|
+
- **PECR (Privacy and Electronic Communications Regulations 2003)** for electronic marketing, cookies, and tracking. Sits alongside UK GDPR. Enforced by ICO with fines up to £500,000.
|
|
31
|
+
- **Sector membership bodies** (NAEA / ARLA Propertymark for property; equivalents per vertical).
|
|
32
|
+
- **Client Money Protection schemes** where the business handles client money.
|
|
33
|
+
|
|
34
|
+
## WebSearch protocol
|
|
35
|
+
|
|
36
|
+
For each regime, search for:
|
|
37
|
+
|
|
38
|
+
1. The primary statute / regulation page on gov.uk or the regulator's site.
|
|
39
|
+
2. A recent (within last 12 months) legal-firm briefing summarising current state.
|
|
40
|
+
3. The regulator's strategy document.
|
|
41
|
+
|
|
42
|
+
Examples that worked in the reference project:
|
|
43
|
+
|
|
44
|
+
- DMCC Act + Propertymark guidance withdrawal: `https://www.propertymark.co.uk/resource/material-information-guidance-withdrawn-as-the-digital-markets-competition-and-consumers-act-takes-over.html`
|
|
45
|
+
- ICO AI strategy: `https://ico.org.uk/for-organisations/uk-gdpr-guidance-and-resources/artificial-intelligence/guidance-on-ai-and-data-protection/`
|
|
46
|
+
- UK AI Bill status: `https://iapp.org/news/a/king-s-speech-signals-diffuse-uk-digital-policy-agenda-but-no-ai-bill`
|
|
47
|
+
- EU AI Act compliance for UK businesses: `https://www.rmoklegal.com/guides/eu-ai-act-compliance-uk`
|
|
48
|
+
|
|
49
|
+
Cite the actual source URLs in the business plan's reply / Sources block (per the WebSearch tool's mandatory citation rule).
|
|
50
|
+
|
|
51
|
+
## The closing argument
|
|
52
|
+
|
|
53
|
+
The business plan's Section 10 ends with "Why compliance is the moat, not the tax": cloud-CRM-bolted-AI competitors inherit the vendor's data-protection posture; the product owns the agent's data sovereignty by design, so compliance is a competitive moat (especially into EU markets where the EU AI Act amplifies the cost differential).
|