arckit-cli 6.1.1__py3-none-any.whl
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.
- arckit_cli/__init__.py +1120 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/memory/sessions.md +293 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/_partials/RENDERING.md +22 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/_partials/document-control-uae.md +20 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/_partials/document-control-uk.md +16 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/adm-preliminary-template.md +135 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/adr-template.md +588 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/agent-design-template.md +390 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/agent-governance-template.md +90 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/agent-integration-template.md +159 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/agent-inventory-template.md +108 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/agent-maturity-template.md +388 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/agent-security-template.md +213 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/analysis-report-template.md +323 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/application-inventory-template.md +221 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/architecture-board-template.md +194 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/architecture-change-template.md +205 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/architecture-diagram-template.md +610 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/architecture-principles-template.md +632 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/architecture-repository-template.md +107 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/architecture-strategy-template.md +666 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/at-bvergg-template.md +252 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/at-dsgvo-template.md +354 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/at-nisg-template.md +236 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/au-aescsf-template.md +189 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/au-ai-assurance-template.md +243 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/au-disp-attestation-template.md +297 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/au-dss-template.md +302 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/au-e8-posture-template.md +377 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/au-energy-compliance-template.md +189 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/au-ism-controls-template.md +462 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/au-ndb-playbook-template.md +288 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/au-ot-security-template.md +204 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/au-pia-template.md +394 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/au-pspf-template.md +380 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/au-soci-cirmp-template.md +206 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/aws-research-template.md +605 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/azure-research-template.md +559 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/backlog-template.md +465 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ca-aia-template.md +206 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ca-atip-template.md +192 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ca-charter-template.md +190 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ca-cloud-residency-template.md +173 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ca-fitaa-template.md +156 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ca-gc-digital-standards-template.md +208 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ca-itsg-33-template.md +228 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ca-ocap-template.md +205 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ca-ola-template.md +171 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ca-pia-template.md +193 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ca-pspc-template.md +214 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ca-soia-template.md +219 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/capability-map-template.md +125 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/competitors-template.md +113 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/conformance-assessment-template.md +507 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/data-mesh-contract-template.md +851 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/data-model-template.md +1043 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/data-source-profile-template.md +80 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/datascout-template.md +546 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/devops-template.md +961 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/dfd-template.md +161 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/dld-review-template.md +427 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/dos-requirements-template.md +506 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/dpia-template.md +1200 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/eu-ai-act-template.md +227 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/eu-cra-template.md +176 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/eu-data-act-template.md +175 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/eu-dora-template.md +197 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/eu-dsa-template.md +183 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/eu-nis2-template.md +196 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/eu-rgpd-template.md +198 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/evaluation-criteria-template.md +719 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/finops-template.md +662 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/fr-algorithme-public-template.md +162 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/fr-anssi-carto-template.md +196 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/fr-anssi-template.md +190 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/fr-code-reuse-template.md +190 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/fr-dinum-template.md +195 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/fr-dr-template.md +187 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/fr-ebios-template.md +209 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/fr-irn-template.md +311 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/fr-marche-public-template.md +178 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/fr-pssi-template.md +270 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/fr-rgpd-template.md +195 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/fr-secnumcloud-template.md +188 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/framework-overview-template.md +247 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/gap-analysis-template.md +198 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/gcloud-clarify-template.md +340 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/gcloud-requirements-template.md +370 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/gcp-research-template.md +585 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/glossary-template.md +117 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/gov-code-search-template.md +213 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/gov-landscape-template.md +271 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/gov-reuse-template.md +214 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/grants-template.md +131 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/hld-review-template.md +760 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/jsp-936-template.md +1394 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/maturity-model-template.md +297 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/mlops-template.md +720 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/mod-secure-by-design-template.md +784 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/operationalize-template.md +1016 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/pages-template.html +5121 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/platform-design-template.md +1610 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/presentation-template.md +270 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/principles-compliance-assessment-template.md +389 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/project-plan-template.md +421 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/rationalization-template.md +208 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/requirements-template.md +1026 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/research-findings-template.md +939 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/risk-register-template.md +883 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/roadmap-template.md +787 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/service-assessment-prep-template.md +448 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/servicenow-design-template.md +273 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/sobc-template.md +1127 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/sow-template.md +785 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/stakeholder-drivers-template.md +493 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/story-template.md +889 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/tcop-review-template.md +593 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/tech-note-template.md +59 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/tenders-template.md +124 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/traceability-matrix-template.md +360 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/transition-architecture-template.md +286 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uae-ai-autonomy-tier-template.md +97 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uae-ai-charter-template.md +81 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uae-classification-template.md +86 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uae-cloud-residency-template.md +136 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uae-data-sharing-template.md +105 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uae-digital-records-template.md +97 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uae-ias-template.md +109 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uae-pdpl-template.md +105 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uae-priorities-alignment-template.md +99 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uae-procurement-template.md +115 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uae-uaepass-template.md +129 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uae-zero-bureaucracy-template.md +85 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-fs-consumer-duty-board-report-template.md +49 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-fs-consumer-duty-template.md +362 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-fs-ctp-dependency-register-template.md +24 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-fs-ctp-dependency-template.md +321 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-fs-safeguarding-reconciliation-template.md +77 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-fs-safeguarding-template.md +348 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-fs-sca-rts-exemption-matrix-template.md +47 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-fs-sca-rts-template.md +273 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-gov-ai-playbook-template.md +942 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-gov-atrs-template.md +1087 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-mdr-classification-template.md +307 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-nhs-dcb0129-case-template.md +214 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-nhs-dcb0129-hazard-template.md +217 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-nhs-dcb0129-safety-template.md +78 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-nhs-dcb0129-template.md +13 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-nhs-dcb0160-deployment-case-template.md +207 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-nhs-dcb0160-deployment-hazard-template.md +290 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-nhs-dcb0160-deployment-safety-template.md +81 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-nhs-dcb0160-template.md +13 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/uk-nhs-dtac-template.md +341 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/ukgov-secure-by-design-template.md +1031 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/us-ai-impact-template.md +212 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/us-ai-rmf-template.md +232 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/us-fedramp-readiness-template.md +209 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/us-fedramp-ssp-template.md +352 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/us-fisma-categorization-template.md +145 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/us-icam-template.md +216 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/us-nist-800-53-template.md +222 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/us-privacy-pia-template.md +191 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/us-sbom-eo-14028-template.md +253 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/us-zero-trust-template.md +234 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/vendor-profile-template.md +88 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/vendor-scoring-template.md +332 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/wardley-climate-template.md +269 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/wardley-doctrine-template.md +299 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/wardley-gameplay-template.md +346 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/wardley-map-template.md +587 -0
- arckit_cli-6.1.1.data/data/share/arckit/.arckit/templates/wardley-value-chain-template.md +256 -0
- arckit_cli-6.1.1.data/data/share/arckit/CHANGELOG.md +3554 -0
- arckit_cli-6.1.1.data/data/share/arckit/VERSION +1 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/DEPENDENCY-MATRIX.md +929 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/README.md +322 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/WORKFLOW-DIAGRAMS.md +1088 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/adm-preliminary.md +72 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/adr.md +60 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/agent-design.md +71 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/agent-governance.md +61 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/agent-integration.md +59 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/agent-inventory.md +60 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/agent-maturity.md +84 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/agent-security.md +63 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ai-playbook.md +103 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/analyze.md +57 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/application-inventory.md +71 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/application-rationalization.md +71 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/architecture-board.md +60 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/architecture-change.md +73 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/architecture-repository.md +62 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/artifact-health.md +228 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/at-bvergg.md +86 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/at-dsgvo.md +75 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/at-nisg.md +94 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/atrs.md +98 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-aescsf.md +45 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-ai-assurance.md +84 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-disp-attestation.md +90 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-dss.md +76 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-e8-posture.md +73 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-energy-compliance.md +47 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-federal-overlay.md +199 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-ism-controls.md +78 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-ndb-playbook.md +80 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-ot-security.md +39 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-pia.md +72 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-pspf.md +81 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/au-soci-cirmp.md +40 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/autoresearch.md +334 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/aws-research.md +160 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/azure-research.md +157 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/backlog.md +58 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/build.md +132 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/business-capability-map.md +68 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/business-case.md +68 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/c4-layout-science.md +280 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ca-aia.md +81 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ca-atip.md +79 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ca-charter.md +81 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ca-cloud-residency.md +91 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ca-fitaa.md +81 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ca-gc-digital-standards.md +93 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ca-itsg-33.md +80 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ca-ocap.md +91 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ca-ola.md +80 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ca-pia.md +83 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ca-pspc.md +96 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/ca-soia.md +87 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/codes-of-practice.md +154 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/competitors.md +202 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/conformance.md +153 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/create.md +61 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/custom-commands.md +236 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/customize.md +108 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/data-mesh-contract.md +239 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/data-model.md +69 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/data-quality-framework.md +118 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/datascout.md +162 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/declaration.md +59 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/design-review.md +66 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/devops.md +96 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/dfd.md +187 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/diagram.md +118 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/dld-review.md +102 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/dos.md +109 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/dpia.md +80 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/enterprise-scale.md +260 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/eu-ai-act.md +82 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/eu-cra.md +90 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/eu-data-act.md +85 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/eu-dora.md +83 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/eu-dsa.md +85 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/eu-nis2.md +82 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/eu-rgpd.md +76 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/evaluate.md +115 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/export-okf.md +70 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/finops.md +117 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/fr-algorithme-public.md +86 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/fr-anssi-carto.md +69 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/fr-anssi.md +79 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/fr-code-reuse.md +86 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/fr-dinum.md +83 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/fr-dr.md +88 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/fr-ebios.md +84 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/fr-irn.md +103 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/fr-marche-public.md +94 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/fr-pssi.md +87 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/fr-rgpd.md +75 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/fr-secnumcloud.md +80 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/framework.md +234 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/gap-analysis.md +70 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/gcloud-clarify.md +108 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/gcloud-competitors.md +61 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/gcloud-search.md +106 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/gcp-research.md +169 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/glossary.md +190 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/gov-code-search.md +119 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/gov-landscape.md +114 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/gov-reuse.md +112 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/govs-007-security.md +93 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/grants.md +106 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/graph-report.md +77 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/health.md +234 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/hld-review.md +110 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/hooks.md +121 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/impact.md +68 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/import-okf.md +67 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/init.md +159 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/jsp-936.md +60 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/knowledge-compounding.md +140 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/maturity-model.md +186 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/mcp-servers.md +329 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/migration.md +333 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/mlops.md +126 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/mod-secure.md +124 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/national-data-strategy.md +115 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/navigator.md +86 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/operationalize.md +143 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/pages.md +227 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/pinecone-mcp.md +128 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/plan.md +66 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/platform-design.md +600 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/presentation.md +137 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/pricing.md +62 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/principles-compliance.md +63 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/principles.md +55 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/procurement.md +57 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/productivity.md +217 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/remote-control.md +151 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/requirements.md +61 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/research.md +65 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/review.md +61 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/risk-management.md +70 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/risk.md +132 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roadmap.md +58 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/README.md +68 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/business-analyst.md +70 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/business-architect.md +70 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/cdo.md +59 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/ciso.md +61 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/cto-cdio.md +59 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/data-architect.md +68 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/data-governance-manager.md +59 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/delivery-manager.md +63 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/devops-engineer.md +55 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/enterprise-architect.md +84 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/it-service-manager.md +55 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/network-architect.md +58 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/performance-analyst.md +67 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/product-manager.md +62 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/security-architect.md +78 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/service-owner.md +58 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/solution-architect.md +75 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/roles/technical-architect.md +68 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/score.md +91 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/sdd-lot1.md +61 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/sdd-lot2.md +62 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/sdd-lot3.md +62 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/search.md +71 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/secure.md +181 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/security-hooks.md +200 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/security.md +62 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/service-assessment.md +47 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/service-design.md +71 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/servicenow.md +152 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/session-memory.md +100 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/sobc.md +129 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/sow.md +125 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/stakeholder-analysis.md +51 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/stakeholders.md +138 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/start.md +276 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/story.md +61 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/strategy.md +211 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/submission-pack.md +72 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/supplier-profile.md +70 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/tcop.md +124 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/template-builder.md +125 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/tenders.md +193 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/testing-plugin-branches.md +79 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/traceability.md +58 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/transition-architecture.md +69 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/trello.md +139 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-ai-autonomy-tier.md +84 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-ai-charter.md +89 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-classification.md +73 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-cloud-residency.md +84 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-data-sharing.md +84 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-digital-records.md +71 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-ias.md +93 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-overlay-maintenance.md +154 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-overlay.md +208 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-pdpl.md +73 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-priorities-alignment.md +82 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-procurement.md +71 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-uaepass.md +83 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uae-zero-bureaucracy.md +80 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-fs-consumer-duty.md +178 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-fs-ctp-dependency.md +181 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-fs-payments-overlay.md +216 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-fs-safeguarding.md +176 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-fs-sca-rts.md +164 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-government/ai-playbook.md +56 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-government/algorithmic-transparency.md +44 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-government/digital-marketplace.md +55 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-government/secure-by-design.md +51 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-government/standards-map.md +108 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-government/technology-code-of-practice.md +63 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-mdr-classification.md +59 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-mod/secure-by-design.md +54 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-nhs-clinical-safety-overlay.md +214 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-nhs-dcb0129.md +64 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-nhs-dcb0160.md +62 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/uk-nhs-dtac.md +55 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/upgrading.md +130 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/us-ai-impact.md +71 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/us-ai-rmf.md +70 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/us-federal-overlay.md +111 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/us-fedramp-readiness.md +69 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/us-fedramp-ssp.md +71 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/us-fisma-categorization.md +68 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/us-icam.md +70 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/us-nist-800-53.md +70 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/us-privacy-pia.md +74 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/us-sbom-eo-14028.md +71 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/us-zero-trust.md +68 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/wardley-climate.md +122 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/wardley-doctrine.md +120 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/wardley-gameplay.md +123 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/wardley-value-chain.md +130 -0
- arckit_cli-6.1.1.data/data/share/arckit/docs/guides/wardley.md +173 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/.agents/plugins/marketplace.json +20 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/README.md +325 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/VERSION +1 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/docs/DEPENDENCY-MATRIX.md +616 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/hooks/arckit-codex-hook.mjs +1270 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/hooks/graph-inject.mjs +1497 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/hooks/graph-rollups.mjs +247 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/hooks/graph-utils.mjs +363 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/hooks/hook-utils.mjs +383 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/hooks/hooks.json +80 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/hooks/okf-frontmatter.mjs +279 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/hooks/project-context-builder.mjs +168 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-codex/hooks/sync-guides.mjs +1120 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-copilot/README.md +68 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-copilot/VERSION +1 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-copilot/docs/DEPENDENCY-MATRIX.md +616 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-opencode/LICENSE +21 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-opencode/README.md +65 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-opencode/VERSION +1 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-opencode/docs/DEPENDENCY-MATRIX.md +616 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-opencode/opencode.json +25 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-vibe/.mcp.json +63 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-vibe/LICENSE +26 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-vibe/README.md +407 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-vibe/VERSION +1 -0
- arckit_cli-6.1.1.data/data/share/arckit/extensions/arckit-vibe/vibe-config.toml +62 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/README.md +680 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/autoresearch/fixtures/000-global/ARC-000-PRIN-v1.0.md +120 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/autoresearch/fixtures/001-test-project/ARC-001-STKE-v1.0.md +100 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/autoresearch/fixtures/001-test-project/README.md +15 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/autoresearch/program-selfharness.md +748 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/autoresearch/program.md +269 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/bash/check-prerequisites.sh +250 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/bash/common.sh +359 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/bash/create-project.sh +408 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/bash/generate-document-id.sh +146 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/bash/list-projects.sh +359 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/bash/migrate-filenames.sh +553 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/bump-version.sh +293 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/check_doctype_collisions.py +30 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/check_recipes.py +94 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/check_references.py +144 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/convert_vibe_agents.py +198 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/convert_vibe_skills.py +499 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/converter.py +2002 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/create-sdg-repo.py +820 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/generate-arckit-architecture-hero.py +317 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/generate-arckit-hero.py +278 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/generate-release-notes.sh +112 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/managed-agents/README.md +105 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/managed-agents/arckit-agent.py +418 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/push-extensions.sh +424 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/python/apply_doc_control_marker.py +50 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/python/common.py +288 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/python/create-project.py +373 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/python/generate-document-id.py +96 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/python/list-projects.py +238 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/python/migrate_classification.py +94 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/render-brand-pngs.py +72 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/standardise-colon.py +128 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/sync-claude-plugin-layout.py +159 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/sync-shared-assets.py +132 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/tag-plugins.sh +65 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/tests/test-doc-types-dual-registration.mjs +57 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/tests/test-fde-templates.mjs +100 -0
- arckit_cli-6.1.1.data/data/share/arckit/scripts/tests/test-regime-registration.mjs +65 -0
- arckit_cli-6.1.1.dist-info/METADATA +1966 -0
- arckit_cli-6.1.1.dist-info/RECORD +482 -0
- arckit_cli-6.1.1.dist-info/WHEEL +4 -0
- arckit_cli-6.1.1.dist-info/entry_points.txt +2 -0
- arckit_cli-6.1.1.dist-info/licenses/LICENSE +26 -0
|
@@ -0,0 +1,1610 @@
|
|
|
1
|
+
# Platform Strategy Design
|
|
2
|
+
|
|
3
|
+
> **Template Origin**: Official | **ArcKit Version**: [VERSION] | **Command**: `/arckit:platform-design`
|
|
4
|
+
|
|
5
|
+
## Document Control
|
|
6
|
+
|
|
7
|
+
<!-- DOC-CONTROL-HEADER -->
|
|
8
|
+
<!-- Resolved at command-execution time to _partials/document-control-uk.md or _partials/document-control-uae.md based on plugin userConfig classification_scheme + governance_framework. See _partials/RENDERING.md (when present). -->
|
|
9
|
+
|
|
10
|
+
## Revision History
|
|
11
|
+
|
|
12
|
+
| Version | Date | Author | Changes | Approved By | Approval Date |
|
|
13
|
+
|---------|------|--------|---------|-------------|---------------|
|
|
14
|
+
| [VERSION] | [DATE] | ArcKit AI | Initial creation from `/arckit.[COMMAND]` command | [PENDING] | [PENDING] |
|
|
15
|
+
|
|
16
|
+
## Executive Summary
|
|
17
|
+
|
|
18
|
+
### Platform Vision
|
|
19
|
+
|
|
20
|
+
**Platform Name**: [Name of the platform]
|
|
21
|
+
|
|
22
|
+
**Platform Purpose**: [One-sentence value proposition]
|
|
23
|
+
|
|
24
|
+
**Target Ecosystem**: [Description of the ecosystem you aim to mobilize]
|
|
25
|
+
|
|
26
|
+
### Strategic Overview
|
|
27
|
+
|
|
28
|
+
**Two-Sided (or Multi-Sided) Market**:
|
|
29
|
+
|
|
30
|
+
- **Supply Side**: [Who provides value - e.g., service providers, sellers, creators]
|
|
31
|
+
- **Demand Side**: [Who consumes value - e.g., consumers, buyers, learners]
|
|
32
|
+
- **Platform Role**: [How platform enables/enhances transactions and learning]
|
|
33
|
+
|
|
34
|
+
### Key Metrics
|
|
35
|
+
|
|
36
|
+
| Metric | Target | Timeline |
|
|
37
|
+
|--------|--------|----------|
|
|
38
|
+
| **Entities Onboarded** (Supply Side) | [Number] | [Timeframe] |
|
|
39
|
+
| **Entities Onboarded** (Demand Side) | [Number] | [Timeframe] |
|
|
40
|
+
| **Transaction Volume** | [Number/month] | [Timeframe] |
|
|
41
|
+
| **Transaction Value** | [£/month] | [Timeframe] |
|
|
42
|
+
| **Network Effects** | [Metric - e.g., % increase in value per new user] | [Timeframe] |
|
|
43
|
+
|
|
44
|
+
### Critical Success Factors
|
|
45
|
+
|
|
46
|
+
1. **Liquidity**: [Strategy to solve chicken-and-egg problem]
|
|
47
|
+
2. **Transaction Cost Reduction**: [Key cost reductions that enable marketplace]
|
|
48
|
+
3. **Learning Services**: [How platform helps entities improve continuously]
|
|
49
|
+
4. **Network Effects**: [What drives increasing returns to scale]
|
|
50
|
+
5. **Defensibility**: [What prevents disintermediation or competition]
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## 1. Ecosystem Canvas
|
|
55
|
+
|
|
56
|
+
### 1.1 Purpose
|
|
57
|
+
|
|
58
|
+
The Ecosystem Canvas maps all entities and their relationships within the platform ecosystem. It visualizes who participates, what they exchange, and how they interact.
|
|
59
|
+
|
|
60
|
+
**Reference**: Based on PDT Ecosystem Canvas v2.2
|
|
61
|
+
|
|
62
|
+
### 1.2 Ecosystem Map
|
|
63
|
+
|
|
64
|
+
```mermaid
|
|
65
|
+
graph TB
|
|
66
|
+
subgraph Supply Side
|
|
67
|
+
S1[Supply Entity 1]
|
|
68
|
+
S2[Supply Entity 2]
|
|
69
|
+
S3[Supply Entity 3]
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
subgraph Platform
|
|
73
|
+
P[Platform Operator]
|
|
74
|
+
PS[Platform Services]
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
subgraph Demand Side
|
|
78
|
+
D1[Demand Entity 1]
|
|
79
|
+
D2[Demand Entity 2]
|
|
80
|
+
D3[Demand Entity 3]
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
subgraph Supporting Entities
|
|
84
|
+
SUP1[Regulator]
|
|
85
|
+
SUP2[Payment Provider]
|
|
86
|
+
SUP3[Data Provider]
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
S1 -->|Provides Service| PS
|
|
90
|
+
S2 -->|Provides Service| PS
|
|
91
|
+
S3 -->|Provides Service| PS
|
|
92
|
+
|
|
93
|
+
PS -->|Matches/Delivers| D1
|
|
94
|
+
PS -->|Matches/Delivers| D2
|
|
95
|
+
PS -->|Matches/Delivers| D3
|
|
96
|
+
|
|
97
|
+
SUP1 -->|Regulates| P
|
|
98
|
+
SUP2 -->|Enables Payments| PS
|
|
99
|
+
SUP3 -->|Provides Data| PS
|
|
100
|
+
|
|
101
|
+
D1 -->|Pays| S1
|
|
102
|
+
D2 -->|Pays| S2
|
|
103
|
+
D3 -->|Pays| S3
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
### 1.3 Entity Catalog
|
|
107
|
+
|
|
108
|
+
| Entity ID | Entity Name | Entity Type | Role | Resources Provided | Resources Consumed |
|
|
109
|
+
|-----------|-------------|-------------|------|--------------------|--------------------|
|
|
110
|
+
| **E-001** | [Entity name] | [Supply/Demand/Supporting] | [Role description] | [What they provide] | [What they consume] |
|
|
111
|
+
| **E-002** | [Entity name] | [Supply/Demand/Supporting] | [Role description] | [What they provide] | [What they consume] |
|
|
112
|
+
| **E-003** | [Entity name] | [Supply/Demand/Supporting] | [Role description] | [What they provide] | [What they consume] |
|
|
113
|
+
| **E-004** | [Entity name] | [Supply/Demand/Supporting] | [Role description] | [What they provide] | [What they consume] |
|
|
114
|
+
| **E-005** | [Entity name] | [Supply/Demand/Supporting] | [Role description] | [What they provide] | [What they consume] |
|
|
115
|
+
|
|
116
|
+
**Add additional entities as needed** (typical platforms have 5-15 entity types)
|
|
117
|
+
|
|
118
|
+
### 1.4 Relationships and Flows
|
|
119
|
+
|
|
120
|
+
**Key Flows:**
|
|
121
|
+
|
|
122
|
+
1. **Value Flow (Supply → Platform → Demand)**
|
|
123
|
+
- [Description of how value moves through ecosystem]
|
|
124
|
+
- **Example**: Service providers list services → Platform matches → Consumers book services
|
|
125
|
+
|
|
126
|
+
2. **Payment Flow (Demand → Platform → Supply)**
|
|
127
|
+
- [Description of payment mechanism]
|
|
128
|
+
- **Example**: Consumers pay platform → Platform takes commission → Providers receive payment
|
|
129
|
+
|
|
130
|
+
3. **Data Flow**
|
|
131
|
+
- [Description of data exchanges]
|
|
132
|
+
- **Example**: Providers share availability → Platform aggregates → Consumers see real-time inventory
|
|
133
|
+
|
|
134
|
+
4. **Feedback Flow**
|
|
135
|
+
- [Description of reputation/rating mechanisms]
|
|
136
|
+
- **Example**: Consumers rate providers → Platform displays ratings → New consumers make informed choices
|
|
137
|
+
|
|
138
|
+
### 1.5 Ecosystem Boundaries
|
|
139
|
+
|
|
140
|
+
**In Scope**: [What is within the ecosystem you are orchestrating]
|
|
141
|
+
|
|
142
|
+
**Out of Scope**: [What adjacent ecosystems or entities are explicitly excluded]
|
|
143
|
+
|
|
144
|
+
**Interfaces**: [How your platform connects to adjacent ecosystems]
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## 2. Entity-Role Portraits
|
|
149
|
+
|
|
150
|
+
### 2.1 Purpose
|
|
151
|
+
|
|
152
|
+
Entity portraits provide deep context on 3-5 key entities in the ecosystem. Each portrait analyzes:
|
|
153
|
+
|
|
154
|
+
- **Context**: Current situation and constraints
|
|
155
|
+
- **Performance Pressures**: What forces drive their behavior
|
|
156
|
+
- **Goals**: What outcomes they seek
|
|
157
|
+
- **Gains**: What value they hope to capture
|
|
158
|
+
|
|
159
|
+
**Reference**: Based on PDT Entity-Role Portrait (EEP) v2.2
|
|
160
|
+
|
|
161
|
+
### 2.2 Portrait 1: [Primary Supply-Side Entity]
|
|
162
|
+
|
|
163
|
+
**Entity ID**: E-001
|
|
164
|
+
**Entity Name**: [e.g., "Independent Service Provider"]
|
|
165
|
+
**Entity Type**: Supply Side
|
|
166
|
+
|
|
167
|
+
#### 2.2.1 Context
|
|
168
|
+
|
|
169
|
+
**Who are they?**
|
|
170
|
+
|
|
171
|
+
- [Description of typical profile - e.g., demographics, industry, size]
|
|
172
|
+
|
|
173
|
+
**Current Situation:**
|
|
174
|
+
|
|
175
|
+
- [How they operate today without the platform]
|
|
176
|
+
- [What tools/processes they currently use]
|
|
177
|
+
- [Pain points in current workflow]
|
|
178
|
+
|
|
179
|
+
**Constraints:**
|
|
180
|
+
|
|
181
|
+
- [Time constraints]
|
|
182
|
+
- [Budget constraints]
|
|
183
|
+
- [Regulatory constraints]
|
|
184
|
+
- [Technical capabilities]
|
|
185
|
+
|
|
186
|
+
#### 2.2.2 Performance Pressures
|
|
187
|
+
|
|
188
|
+
**External Pressures:**
|
|
189
|
+
|
|
190
|
+
- [Market competition pressures]
|
|
191
|
+
- [Economic pressures - e.g., declining revenues]
|
|
192
|
+
- [Regulatory pressures]
|
|
193
|
+
- [Customer expectation changes]
|
|
194
|
+
|
|
195
|
+
**Internal Pressures:**
|
|
196
|
+
|
|
197
|
+
- [Operational efficiency needs]
|
|
198
|
+
- [Cost reduction imperatives]
|
|
199
|
+
- [Growth targets]
|
|
200
|
+
- [Quality standards]
|
|
201
|
+
|
|
202
|
+
#### 2.2.3 Goals
|
|
203
|
+
|
|
204
|
+
**Short-term Goals (0-6 months):**
|
|
205
|
+
|
|
206
|
+
1. [Goal 1 - e.g., "Acquire 10 new customers per month"]
|
|
207
|
+
2. [Goal 2 - e.g., "Reduce time spent on administration by 50%"]
|
|
208
|
+
3. [Goal 3 - e.g., "Improve cash flow visibility"]
|
|
209
|
+
|
|
210
|
+
**Medium-term Goals (6-18 months):**
|
|
211
|
+
|
|
212
|
+
1. [Goal 1 - e.g., "Establish reputation in new market segment"]
|
|
213
|
+
2. [Goal 2 - e.g., "Build recurring revenue base"]
|
|
214
|
+
3. [Goal 3 - e.g., "Expand service offerings"]
|
|
215
|
+
|
|
216
|
+
**Long-term Goals (18+ months):**
|
|
217
|
+
|
|
218
|
+
1. [Goal 1 - e.g., "Become recognized leader in niche"]
|
|
219
|
+
2. [Goal 2 - e.g., "Scale business to £500K annual revenue"]
|
|
220
|
+
3. [Goal 3 - e.g., "Reduce dependency on large clients"]
|
|
221
|
+
|
|
222
|
+
#### 2.2.4 Gains Sought
|
|
223
|
+
|
|
224
|
+
**What value does the platform offer this entity?**
|
|
225
|
+
|
|
226
|
+
1. **Customer Acquisition**
|
|
227
|
+
- [How platform helps them find customers]
|
|
228
|
+
- **Value Metric**: [e.g., Cost per acquisition reduced from £500 to £50]
|
|
229
|
+
|
|
230
|
+
2. **Operational Efficiency**
|
|
231
|
+
- [How platform reduces their operational burden]
|
|
232
|
+
- **Value Metric**: [e.g., 10 hours/week saved on administration]
|
|
233
|
+
|
|
234
|
+
3. **Revenue Growth**
|
|
235
|
+
- [How platform enables more revenue]
|
|
236
|
+
- **Value Metric**: [e.g., 30% increase in billable hours through better utilization]
|
|
237
|
+
|
|
238
|
+
4. **Risk Reduction**
|
|
239
|
+
- [How platform reduces their risks]
|
|
240
|
+
- **Value Metric**: [e.g., Guaranteed payment, reduced bad debt]
|
|
241
|
+
|
|
242
|
+
5. **Learning and Improvement**
|
|
243
|
+
- [How platform helps them get better]
|
|
244
|
+
- **Value Metric**: [e.g., Performance analytics, best practice sharing]
|
|
245
|
+
|
|
246
|
+
#### 2.2.5 Linkage to Platform Features
|
|
247
|
+
|
|
248
|
+
| Entity Goal | Platform Feature | How Feature Delivers Value |
|
|
249
|
+
|-------------|------------------|----------------------------|
|
|
250
|
+
| [Goal from 2.2.3] | [Feature name] | [Description of how feature addresses goal] |
|
|
251
|
+
| [Goal from 2.2.3] | [Feature name] | [Description of how feature addresses goal] |
|
|
252
|
+
| [Goal from 2.2.3] | [Feature name] | [Description of how feature addresses goal] |
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
### 2.3 Portrait 2: [Primary Demand-Side Entity]
|
|
257
|
+
|
|
258
|
+
**Entity ID**: E-002
|
|
259
|
+
**Entity Name**: [e.g., "Enterprise Buyer"]
|
|
260
|
+
**Entity Type**: Demand Side
|
|
261
|
+
|
|
262
|
+
#### 2.3.1 Context
|
|
263
|
+
|
|
264
|
+
**Who are they?**
|
|
265
|
+
|
|
266
|
+
- [Description of typical profile]
|
|
267
|
+
|
|
268
|
+
**Current Situation:**
|
|
269
|
+
|
|
270
|
+
- [How they find/purchase services today without the platform]
|
|
271
|
+
- [What pain points they experience]
|
|
272
|
+
|
|
273
|
+
**Constraints:**
|
|
274
|
+
|
|
275
|
+
- [Budget limitations]
|
|
276
|
+
- [Procurement process constraints]
|
|
277
|
+
- [Technical integration constraints]
|
|
278
|
+
- [Compliance requirements]
|
|
279
|
+
|
|
280
|
+
#### 2.3.2 Performance Pressures
|
|
281
|
+
|
|
282
|
+
**External Pressures:**
|
|
283
|
+
|
|
284
|
+
- [Competitive pressures requiring faster delivery]
|
|
285
|
+
- [Cost reduction mandates]
|
|
286
|
+
- [Quality/compliance requirements]
|
|
287
|
+
- [Stakeholder expectations]
|
|
288
|
+
|
|
289
|
+
**Internal Pressures:**
|
|
290
|
+
|
|
291
|
+
- [Operational efficiency targets]
|
|
292
|
+
- [Risk mitigation requirements]
|
|
293
|
+
- [Innovation demands]
|
|
294
|
+
- [Team capacity constraints]
|
|
295
|
+
|
|
296
|
+
#### 2.3.3 Goals
|
|
297
|
+
|
|
298
|
+
**Short-term Goals (0-6 months):**
|
|
299
|
+
|
|
300
|
+
1. [Goal 1 - e.g., "Find qualified vendor within 2 weeks"]
|
|
301
|
+
2. [Goal 2 - e.g., "Reduce procurement cycle time by 40%"]
|
|
302
|
+
3. [Goal 3 - e.g., "Ensure vendor compliance with standards"]
|
|
303
|
+
|
|
304
|
+
**Medium-term Goals (6-18 months):**
|
|
305
|
+
|
|
306
|
+
1. [Goal 1 - e.g., "Build panel of pre-qualified suppliers"]
|
|
307
|
+
2. [Goal 2 - e.g., "Reduce total cost of ownership by 20%"]
|
|
308
|
+
3. [Goal 3 - e.g., "Improve vendor performance visibility"]
|
|
309
|
+
|
|
310
|
+
**Long-term Goals (18+ months):**
|
|
311
|
+
|
|
312
|
+
1. [Goal 1 - e.g., "Establish strategic supplier partnerships"]
|
|
313
|
+
2. [Goal 2 - e.g., "Create continuous improvement culture"]
|
|
314
|
+
3. [Goal 3 - e.g., "Benchmark performance against industry leaders"]
|
|
315
|
+
|
|
316
|
+
#### 2.3.4 Gains Sought
|
|
317
|
+
|
|
318
|
+
**What value does the platform offer this entity?**
|
|
319
|
+
|
|
320
|
+
1. **Supplier Discovery**
|
|
321
|
+
- [How platform helps them find right suppliers]
|
|
322
|
+
- **Value Metric**: [e.g., Time to find supplier reduced from 8 weeks to 2 weeks]
|
|
323
|
+
|
|
324
|
+
2. **Quality Assurance**
|
|
325
|
+
- [How platform ensures supplier quality]
|
|
326
|
+
- **Value Metric**: [e.g., 95% first-time quality through pre-vetting]
|
|
327
|
+
|
|
328
|
+
3. **Cost Savings**
|
|
329
|
+
- [How platform reduces costs]
|
|
330
|
+
- **Value Metric**: [e.g., 25% cost reduction through marketplace competition]
|
|
331
|
+
|
|
332
|
+
4. **Risk Mitigation**
|
|
333
|
+
- [How platform reduces their risks]
|
|
334
|
+
- **Value Metric**: [e.g., Supplier compliance guaranteed, insurance verified]
|
|
335
|
+
|
|
336
|
+
5. **Performance Visibility**
|
|
337
|
+
- [How platform provides transparency]
|
|
338
|
+
- **Value Metric**: [e.g., Real-time dashboards, SLA monitoring, benchmarking]
|
|
339
|
+
|
|
340
|
+
#### 2.3.5 Linkage to Platform Features
|
|
341
|
+
|
|
342
|
+
| Entity Goal | Platform Feature | How Feature Delivers Value |
|
|
343
|
+
|-------------|------------------|----------------------------|
|
|
344
|
+
| [Goal from 2.3.3] | [Feature name] | [Description of how feature addresses goal] |
|
|
345
|
+
| [Goal from 2.3.3] | [Feature name] | [Description of how feature addresses goal] |
|
|
346
|
+
| [Goal from 2.3.3] | [Feature name] | [Description of how feature addresses goal] |
|
|
347
|
+
|
|
348
|
+
---
|
|
349
|
+
|
|
350
|
+
### 2.4 Portrait 3: [Supporting Entity - e.g., Regulator]
|
|
351
|
+
|
|
352
|
+
**Entity ID**: E-003
|
|
353
|
+
**Entity Name**: [e.g., "Industry Regulator"]
|
|
354
|
+
**Entity Type**: Supporting Entity
|
|
355
|
+
|
|
356
|
+
#### 2.4.1 Context
|
|
357
|
+
|
|
358
|
+
**Who are they?**
|
|
359
|
+
|
|
360
|
+
- [Description of regulatory body or supporting entity]
|
|
361
|
+
|
|
362
|
+
**Current Situation:**
|
|
363
|
+
|
|
364
|
+
- [How they interact with the ecosystem today]
|
|
365
|
+
- [What challenges they face]
|
|
366
|
+
|
|
367
|
+
**Constraints:**
|
|
368
|
+
|
|
369
|
+
- [Legal/statutory constraints]
|
|
370
|
+
- [Resource constraints]
|
|
371
|
+
- [Political constraints]
|
|
372
|
+
|
|
373
|
+
#### 2.4.2 Performance Pressures
|
|
374
|
+
|
|
375
|
+
**Mandates:**
|
|
376
|
+
|
|
377
|
+
- [Statutory obligations]
|
|
378
|
+
- [Public interest requirements]
|
|
379
|
+
- [Compliance monitoring duties]
|
|
380
|
+
|
|
381
|
+
**Stakeholder Expectations:**
|
|
382
|
+
|
|
383
|
+
- [Government expectations]
|
|
384
|
+
- [Industry expectations]
|
|
385
|
+
- [Public expectations]
|
|
386
|
+
|
|
387
|
+
#### 2.4.3 Goals
|
|
388
|
+
|
|
389
|
+
**Regulatory Goals:**
|
|
390
|
+
|
|
391
|
+
1. [Goal 1 - e.g., "Ensure 100% provider compliance with safety standards"]
|
|
392
|
+
2. [Goal 2 - e.g., "Reduce consumer complaints by 30%"]
|
|
393
|
+
3. [Goal 3 - e.g., "Improve market transparency"]
|
|
394
|
+
|
|
395
|
+
#### 2.4.4 Gains Sought
|
|
396
|
+
|
|
397
|
+
**What value does the platform offer this entity?**
|
|
398
|
+
|
|
399
|
+
1. **Compliance Visibility**
|
|
400
|
+
- [How platform provides regulatory oversight]
|
|
401
|
+
- **Value Metric**: [e.g., Real-time compliance dashboard vs manual annual audits]
|
|
402
|
+
|
|
403
|
+
2. **Data for Evidence-Based Policy**
|
|
404
|
+
- [How platform generates regulatory intelligence]
|
|
405
|
+
- **Value Metric**: [e.g., Market data for policy decisions]
|
|
406
|
+
|
|
407
|
+
3. **Consumer Protection**
|
|
408
|
+
- [How platform ensures consumer safety]
|
|
409
|
+
- **Value Metric**: [e.g., Automated verification, complaint resolution SLAs]
|
|
410
|
+
|
|
411
|
+
---
|
|
412
|
+
|
|
413
|
+
**Note**: Add portraits for 2-3 additional critical entities (E-004, E-005, etc.) following the same structure.
|
|
414
|
+
|
|
415
|
+
---
|
|
416
|
+
|
|
417
|
+
## 3. Motivations Matrix
|
|
418
|
+
|
|
419
|
+
### 3.1 Purpose
|
|
420
|
+
|
|
421
|
+
The Motivations Matrix maps how different entities' motivations align or conflict. It helps identify:
|
|
422
|
+
|
|
423
|
+
- Where natural synergies exist (aligned motivations)
|
|
424
|
+
- Where platform must resolve conflicts
|
|
425
|
+
- Which entities are natural partners vs. competitors
|
|
426
|
+
|
|
427
|
+
**Reference**: Based on PDT Motivations Matrix (MM) v2.2
|
|
428
|
+
|
|
429
|
+
### 3.2 Cross-Entity Motivation Analysis
|
|
430
|
+
|
|
431
|
+
| | Supply Entity (E-001) | Demand Entity (E-002) | Regulator (E-003) | Payment Provider (E-004) |
|
|
432
|
+
|---|---|---|---|---|
|
|
433
|
+
| **Supply Entity (E-001)** | — | **ALIGNED**: Both want efficient matching and transaction | **CONFLICT**: Provider wants flexibility, regulator wants control | **ALIGNED**: Both benefit from transaction volume |
|
|
434
|
+
| **Demand Entity (E-002)** | **ALIGNED**: Both want efficient matching and transaction | — | **ALIGNED**: Both want quality assurance and compliance | **ALIGNED**: Both want secure, convenient payment |
|
|
435
|
+
| **Regulator (E-003)** | **CONFLICT**: Provider wants flexibility, regulator wants control | **ALIGNED**: Both want quality assurance and compliance | — | **ALIGNED**: Both want fraud prevention |
|
|
436
|
+
| **Payment Provider (E-004)** | **ALIGNED**: Both benefit from transaction volume | **ALIGNED**: Both want secure, convenient payment | **ALIGNED**: Both want fraud prevention | — |
|
|
437
|
+
|
|
438
|
+
### 3.3 Key Synergies
|
|
439
|
+
|
|
440
|
+
**Synergy 1: Supply-Demand Matching**
|
|
441
|
+
|
|
442
|
+
- **Entities**: E-001 (Supply) ↔ E-002 (Demand)
|
|
443
|
+
- **Shared Motivation**: Both want efficient, low-friction transactions
|
|
444
|
+
- **Platform Role**: Provide matching algorithm, reduce search costs, ensure quality
|
|
445
|
+
- **Value Creation**: £X million in transaction value enabled annually
|
|
446
|
+
|
|
447
|
+
**Synergy 2: Quality Assurance**
|
|
448
|
+
|
|
449
|
+
- **Entities**: E-002 (Demand) ↔ E-003 (Regulator)
|
|
450
|
+
- **Shared Motivation**: Both want compliant, high-quality providers
|
|
451
|
+
- **Platform Role**: Automated compliance verification, quality ratings, provider certification
|
|
452
|
+
- **Value Creation**: Risk reduction, consumer confidence, regulatory efficiency
|
|
453
|
+
|
|
454
|
+
**Synergy 3: Transaction Enablement**
|
|
455
|
+
|
|
456
|
+
- **Entities**: E-001 (Supply) ↔ E-004 (Payment Provider) ↔ E-002 (Demand)
|
|
457
|
+
- **Shared Motivation**: All benefit from transaction volume and payment security
|
|
458
|
+
- **Platform Role**: Integrated payment, escrow, dispute resolution
|
|
459
|
+
- **Value Creation**: Payment security, cash flow visibility, reduced fraud
|
|
460
|
+
|
|
461
|
+
### 3.4 Key Conflicts to Resolve
|
|
462
|
+
|
|
463
|
+
**Conflict 1: Flexibility vs. Control**
|
|
464
|
+
|
|
465
|
+
- **Entities**: E-001 (Supply) vs. E-003 (Regulator)
|
|
466
|
+
- **Conflict**: Providers want operational flexibility; regulator wants standardization
|
|
467
|
+
- **Platform Solution**: [How platform balances flexibility with compliance - e.g., "Compliance-as-a-service" that automates regulatory requirements while allowing provider customization]
|
|
468
|
+
- **Success Metric**: [e.g., 95% provider compliance + 80% provider satisfaction with flexibility]
|
|
469
|
+
|
|
470
|
+
**Conflict 2: Price Transparency vs. Price Optimization**
|
|
471
|
+
|
|
472
|
+
- **Entities**: E-001 (Supply) vs. E-002 (Demand)
|
|
473
|
+
- **Conflict**: Buyers want price transparency; sellers want pricing power
|
|
474
|
+
- **Platform Solution**: [e.g., Dynamic pricing with visibility into demand signals, allowing sellers to optimize while buyers compare]
|
|
475
|
+
- **Success Metric**: [e.g., 20% price reduction for buyers + 15% revenue increase for sellers through better matching]
|
|
476
|
+
|
|
477
|
+
**Conflict 3: Data Privacy vs. Personalization**
|
|
478
|
+
|
|
479
|
+
- **Entities**: E-002 (Demand) vs. Platform
|
|
480
|
+
- **Conflict**: Users want privacy; platform needs data for personalization
|
|
481
|
+
- **Platform Solution**: [e.g., Privacy-preserving analytics, user-controlled data sharing, GDPR compliance]
|
|
482
|
+
- **Success Metric**: [e.g., 90% user consent for data sharing + zero privacy incidents]
|
|
483
|
+
|
|
484
|
+
---
|
|
485
|
+
|
|
486
|
+
## 4. Transactions Board
|
|
487
|
+
|
|
488
|
+
### 4.1 Purpose
|
|
489
|
+
|
|
490
|
+
The Transactions Board identifies all transactions in the ecosystem and analyzes transaction costs. The platform's core role is **reducing transaction costs** to enable marketplace interactions.
|
|
491
|
+
|
|
492
|
+
**Reference**: Based on PDT Transactions Board (TB) v2.2
|
|
493
|
+
|
|
494
|
+
**Transaction Costs** (Coase, Williamson):
|
|
495
|
+
|
|
496
|
+
- **Search Costs**: Finding the right party
|
|
497
|
+
- **Information Costs**: Verifying quality, credentials, reputation
|
|
498
|
+
- **Negotiation Costs**: Agreeing on terms, pricing, contracts
|
|
499
|
+
- **Coordination Costs**: Logistics, scheduling, communication
|
|
500
|
+
- **Enforcement Costs**: Ensuring compliance, dispute resolution
|
|
501
|
+
|
|
502
|
+
### 4.2 Transaction Catalog
|
|
503
|
+
|
|
504
|
+
| Transaction ID | Transaction Name | From Entity | To Entity | Existing? | Current Channel | Transaction Costs (Without Platform) | Platform Channel | Transaction Costs (With Platform) | Cost Reduction |
|
|
505
|
+
|----------------|------------------|-------------|-----------|-----------|-----------------|--------------------------------------|------------------|-----------------------------------|----------------|
|
|
506
|
+
| **T-001** | [e.g., Service Request] | E-002 (Demand) | E-001 (Supply) | ❌ No | N/A - doesn't happen | £500 (search) + 2 weeks (time) | Platform marketplace | £50 (search) + 2 days | **90% cost reduction** |
|
|
507
|
+
| **T-002** | [e.g., Service Delivery] | E-001 (Supply) | E-002 (Demand) | ✅ Yes | Email, manual coordination | 5 hours coordination + 10% errors | Platform workflow | 30 min coordination + 2% errors | **90% time saved** |
|
|
508
|
+
| **T-003** | [e.g., Payment] | E-002 (Demand) | E-001 (Supply) | ✅ Yes | Bank transfer, invoicing | 7 days payment + 5% bad debt | Platform escrow | 1 day payment + 0.5% bad debt | **86% faster** |
|
|
509
|
+
| **T-004** | [e.g., Quality Verification] | E-003 (Regulator) | E-001 (Supply) | ✅ Yes | Annual manual audit | £2000/audit, 12-month cycles | Platform continuous monitoring | £200/year, real-time | **90% cost reduction** |
|
|
510
|
+
| **T-005** | [e.g., Performance Feedback] | E-002 (Demand) | E-001 (Supply) | ❌ No | N/A - doesn't happen | No feedback loop | Platform rating system | Real-time ratings | **New capability** |
|
|
511
|
+
|
|
512
|
+
**Add 10-20 transactions to comprehensively map the ecosystem**
|
|
513
|
+
|
|
514
|
+
### 4.3 Transaction Cost Analysis
|
|
515
|
+
|
|
516
|
+
**Total Ecosystem Transaction Costs (Without Platform):**
|
|
517
|
+
|
|
518
|
+
- Search Costs: [£X per transaction]
|
|
519
|
+
- Information Costs: [£Y per transaction]
|
|
520
|
+
- Negotiation Costs: [£Z per transaction]
|
|
521
|
+
- Coordination Costs: [£A per transaction]
|
|
522
|
+
- Enforcement Costs: [£B per transaction]
|
|
523
|
+
- **TOTAL**: [£X+Y+Z+A+B per transaction]
|
|
524
|
+
|
|
525
|
+
**Total Ecosystem Transaction Costs (With Platform):**
|
|
526
|
+
|
|
527
|
+
- Search Costs: [£reduced]
|
|
528
|
+
- Information Costs: [£reduced]
|
|
529
|
+
- Negotiation Costs: [£reduced]
|
|
530
|
+
- Coordination Costs: [£reduced]
|
|
531
|
+
- Enforcement Costs: [£reduced]
|
|
532
|
+
- **TOTAL**: [£reduced total per transaction]
|
|
533
|
+
|
|
534
|
+
**Platform Value Creation**:
|
|
535
|
+
|
|
536
|
+
- **Cost Reduction per Transaction**: [e.g., £450 saved per transaction]
|
|
537
|
+
- **Annual Transaction Volume**: [e.g., 10,000 transactions/year]
|
|
538
|
+
- **Annual Value Created**: [e.g., £4.5 million/year in transaction cost savings]
|
|
539
|
+
|
|
540
|
+
### 4.4 Transaction Enablement (New Transactions)
|
|
541
|
+
|
|
542
|
+
**Transactions That Don't Exist Today (But Will With Platform):**
|
|
543
|
+
|
|
544
|
+
1. **T-001: Service Request** (Supply-Demand matching)
|
|
545
|
+
- **Why it doesn't exist**: Search costs too high (£500), 2-week delay
|
|
546
|
+
- **How platform enables**: Automated matching, AI recommendations, instant quotes
|
|
547
|
+
- **Value unlocked**: "Long tail" of small transactions become economically viable
|
|
548
|
+
|
|
549
|
+
2. **T-005: Performance Feedback** (Demand → Supply reputation)
|
|
550
|
+
- **Why it doesn't exist**: No channel for feedback
|
|
551
|
+
- **How platform enables**: Built-in rating system, structured feedback forms
|
|
552
|
+
- **Value unlocked**: Quality signal for buyers, improvement signal for sellers
|
|
553
|
+
|
|
554
|
+
3. **[Additional transaction]**
|
|
555
|
+
- **Why it doesn't exist**: [Barrier]
|
|
556
|
+
- **How platform enables**: [Platform mechanism]
|
|
557
|
+
- **Value unlocked**: [New capability]
|
|
558
|
+
|
|
559
|
+
### 4.5 Channel Improvements
|
|
560
|
+
|
|
561
|
+
| Transaction | Current Channel | Channel Problems | Platform Channel | Channel Improvements |
|
|
562
|
+
|-------------|----------------|------------------|------------------|----------------------|
|
|
563
|
+
| Service Discovery | Google search, word of mouth | Fragmented, no quality signal, high search cost | Platform marketplace with filters, ratings, AI matching | 90% faster discovery, quality-assured |
|
|
564
|
+
| Contract Negotiation | Email, phone calls, manual contracts | Slow (2 weeks), legal costs (£1000+), template inconsistency | Platform standard terms, automated T&Cs, e-signature | 95% faster, £900 cost saving |
|
|
565
|
+
| Payment Processing | Invoice → bank transfer | 7-30 day delay, manual reconciliation, bad debt risk | Platform escrow, automated invoicing, instant release | 1-day payment, zero bad debt |
|
|
566
|
+
| Quality Assurance | Manual audits | Annual, expensive (£2000), retrospective | Platform real-time monitoring, automated compliance checks | Continuous, £1800 saving, proactive |
|
|
567
|
+
|
|
568
|
+
---
|
|
569
|
+
|
|
570
|
+
## 5. Learning Engine Canvas
|
|
571
|
+
|
|
572
|
+
### 5.1 Purpose
|
|
573
|
+
|
|
574
|
+
The Learning Engine Canvas designs services that help ecosystem entities **continuously improve**. While transactions create immediate value exchange, learning services create long-term ecosystem health and defensibility.
|
|
575
|
+
|
|
576
|
+
**Reference**: Based on PDT Learning Engine Canvas (LC) v2.2
|
|
577
|
+
|
|
578
|
+
**Learning as Value Engine:**
|
|
579
|
+
|
|
580
|
+
- Transactions = immediate value exchange
|
|
581
|
+
- Learning = long-term value appreciation
|
|
582
|
+
- Platform that helps entities get better → stickiness, moat, network effects
|
|
583
|
+
|
|
584
|
+
### 5.2 Learning Services Catalog
|
|
585
|
+
|
|
586
|
+
**For Supply-Side Entities (E-001):**
|
|
587
|
+
|
|
588
|
+
#### Learning Service 1: Performance Analytics
|
|
589
|
+
|
|
590
|
+
**What**: Real-time dashboard showing provider performance vs. peer benchmarks
|
|
591
|
+
|
|
592
|
+
**Inputs**:
|
|
593
|
+
|
|
594
|
+
- Transaction data (volume, value, ratings)
|
|
595
|
+
- Peer group performance (anonymized)
|
|
596
|
+
- Industry benchmarks
|
|
597
|
+
|
|
598
|
+
**Outputs**:
|
|
599
|
+
|
|
600
|
+
- Performance scorecard (response time, quality ratings, revenue per hour)
|
|
601
|
+
- Trend analysis (improving/declining metrics)
|
|
602
|
+
- Peer comparison (top quartile, median, bottom quartile)
|
|
603
|
+
|
|
604
|
+
**How Entity Improves**:
|
|
605
|
+
|
|
606
|
+
- Identifies underperforming areas (e.g., slow response times)
|
|
607
|
+
- Sets improvement targets (reach top quartile)
|
|
608
|
+
- Tracks progress over time
|
|
609
|
+
|
|
610
|
+
**Platform Benefit**:
|
|
611
|
+
|
|
612
|
+
- Higher-quality supply side
|
|
613
|
+
- Competitive pressure drives excellence
|
|
614
|
+
- Data for coaching/training interventions
|
|
615
|
+
|
|
616
|
+
**Success Metric**: [e.g., Providers using analytics improve ratings by 0.5 stars within 3 months]
|
|
617
|
+
|
|
618
|
+
---
|
|
619
|
+
|
|
620
|
+
#### Learning Service 2: Best Practice Library
|
|
621
|
+
|
|
622
|
+
**What**: Curated library of case studies, templates, and how-to guides from top performers
|
|
623
|
+
|
|
624
|
+
**Inputs**:
|
|
625
|
+
|
|
626
|
+
- Top performer profiles (with permission)
|
|
627
|
+
- Success patterns identified by platform AI
|
|
628
|
+
- Industry expert contributions
|
|
629
|
+
|
|
630
|
+
**Outputs**:
|
|
631
|
+
|
|
632
|
+
- Case studies (e.g., "How provider X grew revenue 200% in 12 months")
|
|
633
|
+
- Templates (e.g., service description templates that convert 3x better)
|
|
634
|
+
- Video tutorials (e.g., "Optimizing your profile for search")
|
|
635
|
+
|
|
636
|
+
**How Entity Improves**:
|
|
637
|
+
|
|
638
|
+
- Learns from top performers
|
|
639
|
+
- Adopts proven templates
|
|
640
|
+
- Shortens learning curve
|
|
641
|
+
|
|
642
|
+
**Platform Benefit**:
|
|
643
|
+
|
|
644
|
+
- Faster onboarding of new providers
|
|
645
|
+
- Quality standards diffuse through ecosystem
|
|
646
|
+
- Content marketing (case studies)
|
|
647
|
+
|
|
648
|
+
**Success Metric**: [e.g., Providers who complete learning modules see 40% higher conversion rates]
|
|
649
|
+
|
|
650
|
+
---
|
|
651
|
+
|
|
652
|
+
#### Learning Service 3: Personalized Coaching
|
|
653
|
+
|
|
654
|
+
**What**: AI-driven recommendations + human coaching for underperformers
|
|
655
|
+
|
|
656
|
+
**Inputs**:
|
|
657
|
+
|
|
658
|
+
- Provider performance data
|
|
659
|
+
- Customer feedback themes
|
|
660
|
+
- Success patterns from top performers
|
|
661
|
+
|
|
662
|
+
**Outputs**:
|
|
663
|
+
|
|
664
|
+
- Weekly personalized tips (e.g., "Update your profile photo - it increases bookings 25%")
|
|
665
|
+
- Quarterly coaching calls for bottom quartile
|
|
666
|
+
- Certification programs for capability development
|
|
667
|
+
|
|
668
|
+
**How Entity Improves**:
|
|
669
|
+
|
|
670
|
+
- Receives specific, actionable feedback
|
|
671
|
+
- Gets human support for difficult changes
|
|
672
|
+
- Gains credentials through certification
|
|
673
|
+
|
|
674
|
+
**Platform Benefit**:
|
|
675
|
+
|
|
676
|
+
- Reduces provider churn (bottom quartile stays and improves)
|
|
677
|
+
- Elevates overall quality
|
|
678
|
+
- Creates professionalization pathway
|
|
679
|
+
|
|
680
|
+
**Success Metric**: [e.g., Bottom quartile providers who engage with coaching improve to median within 6 months]
|
|
681
|
+
|
|
682
|
+
---
|
|
683
|
+
|
|
684
|
+
**For Demand-Side Entities (E-002):**
|
|
685
|
+
|
|
686
|
+
#### Learning Service 4: Procurement Intelligence
|
|
687
|
+
|
|
688
|
+
**What**: Market intelligence reports on pricing trends, capacity, quality benchmarks
|
|
689
|
+
|
|
690
|
+
**Inputs**:
|
|
691
|
+
|
|
692
|
+
- Platform transaction data (prices, volumes, geographies)
|
|
693
|
+
- Quality ratings and compliance data
|
|
694
|
+
- Capacity/availability signals
|
|
695
|
+
|
|
696
|
+
**Outputs**:
|
|
697
|
+
|
|
698
|
+
- Quarterly market reports (e.g., "Average consulting rates decreased 10% this quarter")
|
|
699
|
+
- Real-time pricing benchmarks (e.g., "You are paying 15% above market median")
|
|
700
|
+
- Capacity forecasts (e.g., "High demand expected in Q4, book early")
|
|
701
|
+
|
|
702
|
+
**How Entity Improves**:
|
|
703
|
+
|
|
704
|
+
- Makes better procurement decisions
|
|
705
|
+
- Negotiates from data-driven position
|
|
706
|
+
- Plans capacity in advance
|
|
707
|
+
|
|
708
|
+
**Platform Benefit**:
|
|
709
|
+
|
|
710
|
+
- Buyers perceive platform as strategic advisor, not just marketplace
|
|
711
|
+
- Increased transaction volume (better planning)
|
|
712
|
+
- Reduced buyer churn
|
|
713
|
+
|
|
714
|
+
**Success Metric**: [e.g., Buyers using intelligence reports achieve 20% better pricing than non-users]
|
|
715
|
+
|
|
716
|
+
---
|
|
717
|
+
|
|
718
|
+
#### Learning Service 5: Vendor Management Toolkit
|
|
719
|
+
|
|
720
|
+
**What**: Tools and templates for managing vendor relationships and performance
|
|
721
|
+
|
|
722
|
+
**Inputs**:
|
|
723
|
+
|
|
724
|
+
- Platform SLA monitoring data
|
|
725
|
+
- Vendor scorecards
|
|
726
|
+
- Contract templates
|
|
727
|
+
|
|
728
|
+
**Outputs**:
|
|
729
|
+
|
|
730
|
+
- Vendor performance dashboards
|
|
731
|
+
- Automated SLA breach alerts
|
|
732
|
+
- Contract management workflows
|
|
733
|
+
- Vendor review templates
|
|
734
|
+
|
|
735
|
+
**How Entity Improves**:
|
|
736
|
+
|
|
737
|
+
- Professionalizes vendor management
|
|
738
|
+
- Reduces vendor management overhead (automated monitoring)
|
|
739
|
+
- Improves vendor performance (data-driven conversations)
|
|
740
|
+
|
|
741
|
+
**Platform Benefit**:
|
|
742
|
+
|
|
743
|
+
- Buyers get more value from platform relationships
|
|
744
|
+
- Platform becomes embedded in buyer operations
|
|
745
|
+
- Churn reduction
|
|
746
|
+
|
|
747
|
+
**Success Metric**: [e.g., Buyers using toolkit report 50% reduction in vendor management time]
|
|
748
|
+
|
|
749
|
+
---
|
|
750
|
+
|
|
751
|
+
### 5.3 Learning Services Business Model
|
|
752
|
+
|
|
753
|
+
**Freemium Model:**
|
|
754
|
+
|
|
755
|
+
- **Free Tier**: Basic analytics, public best practices
|
|
756
|
+
- **Premium Tier**: Advanced analytics, personalized coaching, market intelligence
|
|
757
|
+
- **Enterprise Tier**: Custom reports, dedicated account management, API access
|
|
758
|
+
|
|
759
|
+
**Pricing:**
|
|
760
|
+
|
|
761
|
+
- Premium: [£X/month per provider, £Y/month per buyer]
|
|
762
|
+
- Enterprise: [£Z/month + % of transaction value]
|
|
763
|
+
|
|
764
|
+
**Projected Adoption:**
|
|
765
|
+
|
|
766
|
+
- Year 1: 20% of entities upgrade to premium
|
|
767
|
+
- Year 2: 35% of entities on premium
|
|
768
|
+
- Year 3: 50% of entities on premium
|
|
769
|
+
|
|
770
|
+
**Revenue Potential:**
|
|
771
|
+
|
|
772
|
+
- [Calculate based on entity volumes and pricing]
|
|
773
|
+
|
|
774
|
+
---
|
|
775
|
+
|
|
776
|
+
## 6. Platform Experience Canvas
|
|
777
|
+
|
|
778
|
+
### 6.1 Purpose
|
|
779
|
+
|
|
780
|
+
The Platform Experience Canvas integrates **peer-to-peer transactions** (from Transactions Board) with **platform services** (from Learning Engine) into complete ecosystem journeys and business models.
|
|
781
|
+
|
|
782
|
+
**Reference**: Based on PDT Platform Experience Canvas (PEC) v2.2
|
|
783
|
+
|
|
784
|
+
### 6.2 Core Journey: [Journey Name - e.g., "First-Time Service Purchase"]
|
|
785
|
+
|
|
786
|
+
**Entity**: E-002 (Demand Side - First-Time Buyer)
|
|
787
|
+
|
|
788
|
+
**Journey Goal**: Complete first successful service purchase within 24 hours
|
|
789
|
+
|
|
790
|
+
#### 6.2.1 Journey Map
|
|
791
|
+
|
|
792
|
+
| Stage | Entity Action | Platform Service | Transaction (from TB) | Learning Service (from LC) | Touchpoint | Pain Points Addressed |
|
|
793
|
+
|-------|---------------|------------------|----------------------|----------------------------|------------|----------------------|
|
|
794
|
+
| **1. Discovery** | Buyer searches for service provider | Search algorithm, filters, AI matching | T-001 (Service Request) | — | Website, mobile app | Reduces search cost from £500 to £50 |
|
|
795
|
+
| **2. Evaluation** | Buyer reviews provider profiles, ratings, credentials | Provider verification, rating system, compliance badges | — | Learning Service 4 (Procurement Intelligence) shows market pricing | Provider profile pages | Reduces information cost, quality assurance |
|
|
796
|
+
| **3. Selection** | Buyer requests quote from 3 providers | Automated RFQ workflow, instant notifications | T-001 (Service Request) | — | RFQ form | Reduces negotiation time from 2 weeks to 2 days |
|
|
797
|
+
| **4. Negotiation** | Buyer compares quotes, negotiates terms | Standard T&Cs, comparison tool, chat | T-003 (Payment terms) | — | Quote comparison screen | Reduces legal costs, standardizes contracts |
|
|
798
|
+
| **5. Contracting** | Buyer accepts quote, signs contract | E-signature, escrow setup, SLA definitions | T-002 (Service Delivery agreement) | — | Contract wizard | 95% faster than manual contracting |
|
|
799
|
+
| **6. Delivery** | Provider delivers service, buyer monitors progress | Workflow tracker, milestone approvals, communication tools | T-002 (Service Delivery) | — | Project dashboard | Reduces coordination costs by 90% |
|
|
800
|
+
| **7. Payment** | Buyer approves completion, platform releases payment | Escrow release, automated invoicing, payment processing | T-003 (Payment) | — | Payment dashboard | Reduces payment time from 30 days to 1 day |
|
|
801
|
+
| **8. Feedback** | Buyer rates provider, shares experience | Rating system, review moderation, testimonial showcase | T-005 (Performance Feedback) | Learning Service 1 (Performance Analytics) updates provider scorecard | Review form | Creates quality signal for future buyers |
|
|
802
|
+
| **9. Retention** | Buyer considers repeat purchase | Personalized recommendations, saved providers, loyalty benefits | — | Learning Service 4 (Procurement Intelligence) suggests optimal rebuy timing | Email, dashboard | Increases repeat purchase rate by 60% |
|
|
803
|
+
|
|
804
|
+
#### 6.2.2 Journey Metrics
|
|
805
|
+
|
|
806
|
+
| Metric | Target | Current (Without Platform) | Improvement |
|
|
807
|
+
|--------|--------|---------------------------|-------------|
|
|
808
|
+
| Time to First Purchase | 24 hours | 2-4 weeks | **95% faster** |
|
|
809
|
+
| Cost to Find Provider | £50 | £500 | **90% cost reduction** |
|
|
810
|
+
| First Purchase Completion Rate | 80% | 30% | **167% improvement** |
|
|
811
|
+
| Repeat Purchase Rate (90 days) | 60% | 10% | **500% improvement** |
|
|
812
|
+
| Customer Satisfaction (NPS) | +50 | +10 | **+40 points** |
|
|
813
|
+
|
|
814
|
+
---
|
|
815
|
+
|
|
816
|
+
### 6.3 Core Journey: [Journey Name - e.g., "Provider Onboarding and First Sale"]
|
|
817
|
+
|
|
818
|
+
**Entity**: E-001 (Supply Side - New Provider)
|
|
819
|
+
|
|
820
|
+
**Journey Goal**: Complete onboarding and achieve first sale within 7 days
|
|
821
|
+
|
|
822
|
+
#### 6.3.1 Journey Map
|
|
823
|
+
|
|
824
|
+
| Stage | Entity Action | Platform Service | Transaction (from TB) | Learning Service (from LC) | Touchpoint | Pain Points Addressed |
|
|
825
|
+
|-------|---------------|------------------|----------------------|----------------------------|------------|----------------------|
|
|
826
|
+
| **1. Signup** | Provider creates account | Registration wizard, identity verification | — | — | Signup form | Simple 10-min signup vs 2-week vendor onboarding |
|
|
827
|
+
| **2. Profile Creation** | Provider describes services, pricing, credentials | Profile templates, credential verification, compliance checks | T-004 (Quality Verification) | Learning Service 2 (Best Practice Library) provides high-converting profile templates | Profile builder | Reduces time to create compelling profile by 80% |
|
|
828
|
+
| **3. Verification** | Provider submits credentials for verification | Automated verification APIs (Companies House, professional bodies, insurance) | T-004 (Quality Verification) | — | Document upload | Reduces verification time from 2 weeks to 24 hours |
|
|
829
|
+
| **4. Training** | Provider completes platform training | Video tutorials, knowledge base, certification quiz | — | Learning Service 2 (Best Practice Library) | Learning portal | Reduces onboarding errors by 70% |
|
|
830
|
+
| **5. Go Live** | Provider's profile goes live, starts appearing in search | SEO optimization, search ranking algorithm, featured listings | — | Learning Service 3 (Personalized Coaching) provides launch tips | Dashboard notification | Immediate visibility vs weeks of marketing effort |
|
|
831
|
+
| **6. First Lead** | Provider receives first customer inquiry | Lead notification, lead scoring, response time tracking | T-001 (Service Request) | Learning Service 1 (Performance Analytics) shows response time benchmarks | Email, SMS, app notification | Increases conversion rate by 40% through timely response |
|
|
832
|
+
| **7. First Sale** | Provider converts lead to sale | Quote builder, contract templates, customer communication tools | T-002 (Service Delivery), T-003 (Payment) | Learning Service 3 (Personalized Coaching) provides negotiation tips | Quote form, chat | 3x higher conversion rate than manual sales process |
|
|
833
|
+
| **8. First Delivery** | Provider completes first job | Delivery workflow, milestone tracker, quality checklists | T-002 (Service Delivery) | — | Project workspace | Reduces delivery errors, ensures quality |
|
|
834
|
+
| **9. First Payment** | Provider receives first payment | Automated invoicing, escrow release, bank transfer | T-003 (Payment) | — | Payment dashboard | Payment within 24 hours vs 30-60 day invoice terms |
|
|
835
|
+
| **10. Improvement** | Provider reviews performance, sets goals | Performance analytics, peer benchmarking, improvement plans | T-005 (Performance Feedback) | Learning Service 1 (Performance Analytics), Learning Service 3 (Personalized Coaching) | Analytics dashboard | Continuous improvement vs stagnation |
|
|
836
|
+
|
|
837
|
+
#### 6.3.2 Journey Metrics
|
|
838
|
+
|
|
839
|
+
| Metric | Target | Current (Without Platform) | Improvement |
|
|
840
|
+
|--------|--------|---------------------------|-------------|
|
|
841
|
+
| Time to Go Live | 48 hours | 2-4 weeks | **95% faster** |
|
|
842
|
+
| Time to First Sale | 7 days | 3-6 months | **95% faster** |
|
|
843
|
+
| Onboarding Completion Rate | 85% | 40% | **113% improvement** |
|
|
844
|
+
| First Month Revenue (average provider) | £2,000 | £200 | **900% improvement** |
|
|
845
|
+
| Provider Satisfaction (NPS) | +60 | +20 | **+40 points** |
|
|
846
|
+
|
|
847
|
+
---
|
|
848
|
+
|
|
849
|
+
### 6.4 Business Model Canvas
|
|
850
|
+
|
|
851
|
+
#### 6.4.1 Revenue Streams
|
|
852
|
+
|
|
853
|
+
**Transaction Fees:**
|
|
854
|
+
|
|
855
|
+
- **Commission on Transactions**: [X]% of transaction value
|
|
856
|
+
- Supply side pays [Y]%, Demand side pays [Z]%
|
|
857
|
+
- **Rationale**: [e.g., Split 5% supply / 5% demand to balance liquidity on both sides]
|
|
858
|
+
- **Projected Volume**: [e.g., £10M GMV Year 1 → £1M commission revenue]
|
|
859
|
+
|
|
860
|
+
**Subscription Fees:**
|
|
861
|
+
|
|
862
|
+
- **Premium Memberships**: [£X/month per entity]
|
|
863
|
+
- **Supply Side Premium**: [e.g., £99/month for advanced analytics, featured listings]
|
|
864
|
+
- **Demand Side Premium**: [e.g., £199/month for procurement intelligence, unlimited RFQs]
|
|
865
|
+
- **Projected Adoption**: [e.g., 30% adoption rate → £500K ARR]
|
|
866
|
+
|
|
867
|
+
**Learning Services:**
|
|
868
|
+
|
|
869
|
+
- **Certification Programs**: [£X per certification]
|
|
870
|
+
- **Example**: [e.g., "Verified Professional" certification - £299]
|
|
871
|
+
- **Projected Volume**: [e.g., 1,000 certifications Year 1 → £300K revenue]
|
|
872
|
+
|
|
873
|
+
**Data and Insights:**
|
|
874
|
+
|
|
875
|
+
- **Market Intelligence Reports**: [£X per report]
|
|
876
|
+
- **Target**: Enterprise buyers, industry analysts, investors
|
|
877
|
+
- **Projected Volume**: [e.g., 50 reports/year @ £5K each → £250K revenue]
|
|
878
|
+
|
|
879
|
+
**Total Projected Revenue Year 1**: [Sum of above]
|
|
880
|
+
|
|
881
|
+
#### 6.4.2 Cost Structure
|
|
882
|
+
|
|
883
|
+
**Technology Costs:**
|
|
884
|
+
|
|
885
|
+
- Platform development and maintenance: [£X/year]
|
|
886
|
+
- Cloud infrastructure (AWS/Azure): [£Y/year]
|
|
887
|
+
- Third-party APIs (payment, verification, etc.): [£Z/year]
|
|
888
|
+
|
|
889
|
+
**Operations Costs:**
|
|
890
|
+
|
|
891
|
+
- Customer support: [£A/year]
|
|
892
|
+
- Content moderation: [£B/year]
|
|
893
|
+
- Compliance and legal: [£C/year]
|
|
894
|
+
|
|
895
|
+
**Sales and Marketing:**
|
|
896
|
+
|
|
897
|
+
- Demand-side acquisition (CAC): [£D per buyer]
|
|
898
|
+
- Supply-side acquisition (CAC): [£E per provider]
|
|
899
|
+
- Marketing budget: [£F/year]
|
|
900
|
+
|
|
901
|
+
**Total Costs Year 1**: [Sum of above]
|
|
902
|
+
|
|
903
|
+
**Contribution Margin**: [Revenue - Variable Costs]
|
|
904
|
+
**Path to Profitability**: [Timeframe and GMV target]
|
|
905
|
+
|
|
906
|
+
#### 6.4.3 Unit Economics
|
|
907
|
+
|
|
908
|
+
**Per Transaction:**
|
|
909
|
+
|
|
910
|
+
- Average Transaction Value: [£X]
|
|
911
|
+
- Platform Commission (10%): [£Y]
|
|
912
|
+
- Payment Processing Fee (2.5%): [£Z]
|
|
913
|
+
- **Gross Profit per Transaction**: [£Y - Z]
|
|
914
|
+
|
|
915
|
+
**Per Entity (Annual):**
|
|
916
|
+
|
|
917
|
+
- Average Revenue per Supply Entity: [£X]
|
|
918
|
+
- Average Cost to Serve Supply Entity: [£Y]
|
|
919
|
+
- **Gross Profit per Supply Entity**: [£X - Y]
|
|
920
|
+
|
|
921
|
+
- Average Revenue per Demand Entity: [£A]
|
|
922
|
+
- Average Cost to Serve Demand Entity: [£B]
|
|
923
|
+
- **Gross Profit per Demand Entity**: [£A - B]
|
|
924
|
+
|
|
925
|
+
**Lifetime Value (LTV):**
|
|
926
|
+
|
|
927
|
+
- Supply-side LTV: [£X over 3 years]
|
|
928
|
+
- Demand-side LTV: [£Y over 3 years]
|
|
929
|
+
|
|
930
|
+
**Customer Acquisition Cost (CAC):**
|
|
931
|
+
|
|
932
|
+
- Supply-side CAC: [£A]
|
|
933
|
+
- Demand-side CAC: [£B]
|
|
934
|
+
|
|
935
|
+
**LTV:CAC Ratios:**
|
|
936
|
+
|
|
937
|
+
- Supply-side: [X:1] (Target: >3:1)
|
|
938
|
+
- Demand-side: [Y:1] (Target: >3:1)
|
|
939
|
+
|
|
940
|
+
---
|
|
941
|
+
|
|
942
|
+
## 7. Minimum Viable Platform Canvas
|
|
943
|
+
|
|
944
|
+
### 7.1 Purpose
|
|
945
|
+
|
|
946
|
+
The Minimum Viable Platform (MVP) Canvas designs your validation strategy. It answers: "What is the smallest platform we can build to test our riskiest assumptions?"
|
|
947
|
+
|
|
948
|
+
**Reference**: Based on PDT Minimum Viable Platform Canvas (MVP) v2.2
|
|
949
|
+
|
|
950
|
+
**Key Principle**: Platforms face a **chicken-and-egg problem**. You need supply to attract demand, and demand to attract supply. The MVP must solve liquidity bootstrapping.
|
|
951
|
+
|
|
952
|
+
### 7.2 Critical Assumptions
|
|
953
|
+
|
|
954
|
+
**Assumption 1: Supply-Side Value Hypothesis**
|
|
955
|
+
|
|
956
|
+
- **Assumption**: Service providers will join the platform because [reason - e.g., "they struggle to find customers and will pay 10% commission for qualified leads"]
|
|
957
|
+
- **Riskiness**: 🔴 **HIGH** - This is a critical assumption; if wrong, platform fails
|
|
958
|
+
- **Evidence Needed**: [e.g., 50 providers sign up and activate profiles within 30 days]
|
|
959
|
+
- **Test Method**: [e.g., Landing page + email campaign + 20 provider interviews]
|
|
960
|
+
|
|
961
|
+
**Assumption 2: Demand-Side Value Hypothesis**
|
|
962
|
+
|
|
963
|
+
- **Assumption**: Enterprise buyers will use the platform because [reason - e.g., "they waste £500 and 2 weeks finding providers, and will pay premium for verified suppliers"]
|
|
964
|
+
- **Riskiness**: 🔴 **HIGH** - This is a critical assumption; if wrong, platform fails
|
|
965
|
+
- **Evidence Needed**: [e.g., 10 buyers complete first purchase within 60 days]
|
|
966
|
+
- **Test Method**: [e.g., Concierge service - manually match buyers to providers, test willingness to pay]
|
|
967
|
+
|
|
968
|
+
**Assumption 3: Transaction Cost Reduction**
|
|
969
|
+
|
|
970
|
+
- **Assumption**: Platform can reduce transaction costs by [X]% through [mechanism - e.g., "automated matching, standardized contracts, escrow payments"]
|
|
971
|
+
- **Riskiness**: 🟠 **MEDIUM** - Important but testable
|
|
972
|
+
- **Evidence Needed**: [e.g., Transaction time reduced from 2 weeks to 2 days in 80% of cases]
|
|
973
|
+
- **Test Method**: [e.g., Pilot with 10 transactions, measure time and cost savings]
|
|
974
|
+
|
|
975
|
+
**Assumption 4: Network Effects**
|
|
976
|
+
|
|
977
|
+
- **Assumption**: Platform improves with scale because [reason - e.g., "more providers = better matching for buyers, more buyers = more revenue for providers"]
|
|
978
|
+
- **Riskiness**: 🟠 **MEDIUM** - Validates long-term moat
|
|
979
|
+
- **Evidence Needed**: [e.g., Buyer satisfaction increases from +20 NPS at 10 providers to +40 NPS at 50 providers]
|
|
980
|
+
- **Test Method**: [e.g., Track NPS, conversion rates, transaction velocity as supply grows]
|
|
981
|
+
|
|
982
|
+
**Assumption 5: Regulatory Compliance**
|
|
983
|
+
|
|
984
|
+
- **Assumption**: Platform can ensure provider compliance without manual audits through [mechanism - e.g., "API integration with professional bodies, automated credential verification"]
|
|
985
|
+
- **Riskiness**: 🟢 **LOW** - Known solution space
|
|
986
|
+
- **Evidence Needed**: [e.g., 95% automated verification success rate]
|
|
987
|
+
- **Test Method**: [e.g., Test verification APIs with 20 providers]
|
|
988
|
+
|
|
989
|
+
### 7.3 MVP Feature Set
|
|
990
|
+
|
|
991
|
+
**What's IN the MVP:**
|
|
992
|
+
|
|
993
|
+
✅ **Core Transactions** (from Transactions Board):
|
|
994
|
+
|
|
995
|
+
- T-001: Service Request (Supply-Demand matching)
|
|
996
|
+
- T-002: Service Delivery (basic workflow tracking)
|
|
997
|
+
- T-003: Payment (escrow + automated invoicing)
|
|
998
|
+
|
|
999
|
+
✅ **Essential Platform Services**:
|
|
1000
|
+
|
|
1001
|
+
- Provider profiles (basic templates, not AI-optimized)
|
|
1002
|
+
- Buyer search and filtering
|
|
1003
|
+
- Rating system (post-transaction only)
|
|
1004
|
+
- Standard contracts (manual, not wizard-driven)
|
|
1005
|
+
- Escrow payments
|
|
1006
|
+
- Email/SMS notifications
|
|
1007
|
+
|
|
1008
|
+
✅ **One Learning Service** (to test learning hypothesis):
|
|
1009
|
+
|
|
1010
|
+
- Learning Service 1: Performance Analytics (basic version - just ratings and transaction count)
|
|
1011
|
+
|
|
1012
|
+
**What's OUT of the MVP** (defer to post-validation):
|
|
1013
|
+
|
|
1014
|
+
❌ **Advanced Features**:
|
|
1015
|
+
|
|
1016
|
+
- AI matching algorithm (use manual curation initially)
|
|
1017
|
+
- Real-time chat (use email)
|
|
1018
|
+
- Mobile apps (web-only)
|
|
1019
|
+
- Advanced analytics (just basic dashboards)
|
|
1020
|
+
- Certification programs
|
|
1021
|
+
- Market intelligence reports
|
|
1022
|
+
- API for integrations
|
|
1023
|
+
|
|
1024
|
+
❌ **Nice-to-Have Services**:
|
|
1025
|
+
|
|
1026
|
+
- Learning Services 2, 3, 4, 5 (defer until core value proven)
|
|
1027
|
+
- Premium subscriptions (start with transaction fees only)
|
|
1028
|
+
- Flywheel optimization
|
|
1029
|
+
- International expansion
|
|
1030
|
+
|
|
1031
|
+
### 7.4 MVP Scope
|
|
1032
|
+
|
|
1033
|
+
**Geographic Scope**: [e.g., "London only" to concentrate liquidity]
|
|
1034
|
+
|
|
1035
|
+
**Entity Scope**:
|
|
1036
|
+
|
|
1037
|
+
- **Supply Side**: [e.g., "50 verified service providers in 3 categories"]
|
|
1038
|
+
- **Demand Side**: [e.g., "10 enterprise buyers from our existing network"]
|
|
1039
|
+
|
|
1040
|
+
**Transaction Scope**: [e.g., "100 transactions in 90 days" to validate unit economics]
|
|
1041
|
+
|
|
1042
|
+
**Technology Scope**:
|
|
1043
|
+
|
|
1044
|
+
- Web app (responsive, mobile-friendly)
|
|
1045
|
+
- PostgreSQL database
|
|
1046
|
+
- Stripe for payments
|
|
1047
|
+
- Manual processes where automation isn't critical (e.g., provider verification)
|
|
1048
|
+
|
|
1049
|
+
### 7.5 Liquidity Bootstrapping Strategy
|
|
1050
|
+
|
|
1051
|
+
**The Chicken-and-Egg Problem**: You need supply to attract demand, but demand to attract supply.
|
|
1052
|
+
|
|
1053
|
+
**Solution: Supply-First Strategy**
|
|
1054
|
+
|
|
1055
|
+
**Phase 1: Curate Initial Supply (Weeks 1-4)**
|
|
1056
|
+
|
|
1057
|
+
- **Target**: 50 high-quality providers in 3 categories
|
|
1058
|
+
- **Acquisition Method**:
|
|
1059
|
+
- Direct outreach to providers in our network
|
|
1060
|
+
- "Invite-only beta" positioning
|
|
1061
|
+
- **Value Prop**: "Get first-mover advantage, zero commission for first 90 days"
|
|
1062
|
+
- **Quality Bar**: Manual verification of credentials, portfolio, references
|
|
1063
|
+
- **Success Metric**: 50 providers with complete, high-quality profiles
|
|
1064
|
+
|
|
1065
|
+
**Phase 2: Seed Demand (Weeks 5-8)**
|
|
1066
|
+
|
|
1067
|
+
- **Target**: 10 enterprise buyers from existing relationships
|
|
1068
|
+
- **Acquisition Method**:
|
|
1069
|
+
- Personal introductions from founders
|
|
1070
|
+
- "White-glove concierge service" (we manually match them to providers)
|
|
1071
|
+
- **Value Prop**: "Verified providers, 50% faster procurement, risk-free trial"
|
|
1072
|
+
- **Success Metric**: 10 buyers, each completing 2+ transactions
|
|
1073
|
+
|
|
1074
|
+
**Phase 3: Test Transaction Velocity (Weeks 9-12)**
|
|
1075
|
+
|
|
1076
|
+
- **Target**: 100 transactions in 30 days
|
|
1077
|
+
- **Method**:
|
|
1078
|
+
- Optimize matching (learn what converts)
|
|
1079
|
+
- Add top-requested provider categories
|
|
1080
|
+
- Refine buyer experience based on feedback
|
|
1081
|
+
- **Success Metric**:
|
|
1082
|
+
- Transaction completion rate >70%
|
|
1083
|
+
- Repeat purchase rate >40%
|
|
1084
|
+
- NPS >+30 from both sides
|
|
1085
|
+
|
|
1086
|
+
**Phase 4: Expand Liquidity (Weeks 13-24)**
|
|
1087
|
+
|
|
1088
|
+
- **Target**: 200 providers, 50 buyers, 500 transactions/month
|
|
1089
|
+
- **Method**:
|
|
1090
|
+
- Provider referrals ("Bring 2 colleagues, get featured listing")
|
|
1091
|
+
- Buyer self-service onboarding
|
|
1092
|
+
- Reduce manual curation, increase automation
|
|
1093
|
+
- **Success Metric**: Self-sustaining growth (10% MoM without paid acquisition)
|
|
1094
|
+
|
|
1095
|
+
### 7.6 Validation Metrics (Success Criteria)
|
|
1096
|
+
|
|
1097
|
+
**Go/No-Go Decision after 90 Days:**
|
|
1098
|
+
|
|
1099
|
+
| Metric | Success Threshold | Actual | ✅/❌ |
|
|
1100
|
+
|--------|-------------------|--------|------|
|
|
1101
|
+
| **Providers Onboarded** | 50+ | [Measure] | |
|
|
1102
|
+
| **Providers Active** (≥1 transaction) | 30+ (60%) | [Measure] | |
|
|
1103
|
+
| **Buyers Onboarded** | 10+ | [Measure] | |
|
|
1104
|
+
| **Transactions Completed** | 100+ | [Measure] | |
|
|
1105
|
+
| **Transaction Completion Rate** | 70%+ | [Measure] | |
|
|
1106
|
+
| **Average Transaction Value** | £500+ | [Measure] | |
|
|
1107
|
+
| **Gross Merchandise Value (GMV)** | £50K+ | [Measure] | |
|
|
1108
|
+
| **Provider NPS** | +20 or higher | [Measure] | |
|
|
1109
|
+
| **Buyer NPS** | +20 or higher | [Measure] | |
|
|
1110
|
+
| **Repeat Purchase Rate** | 40%+ | [Measure] | |
|
|
1111
|
+
| **Transaction Cost Reduction** | 50%+ | [Measure] | |
|
|
1112
|
+
| **Unit Economics** | CAC < 33% LTV | [Measure] | |
|
|
1113
|
+
|
|
1114
|
+
**Decision**:
|
|
1115
|
+
|
|
1116
|
+
- **🟢 PROCEED**: If 10+ metrics hit targets → Build full platform, raise funding, scale
|
|
1117
|
+
- **🟠 PIVOT**: If 7-9 metrics hit targets → Iterate MVP, test for another 90 days
|
|
1118
|
+
- **🔴 STOP**: If <7 metrics hit targets → Core hypothesis invalid, shut down or fundamental pivot
|
|
1119
|
+
|
|
1120
|
+
### 7.7 MVP Timeline and Budget
|
|
1121
|
+
|
|
1122
|
+
**Timeline**: 6 months (3 months build + 3 months validation)
|
|
1123
|
+
|
|
1124
|
+
**Budget**:
|
|
1125
|
+
|
|
1126
|
+
| Category | Cost | Notes |
|
|
1127
|
+
|----------|------|-------|
|
|
1128
|
+
| **Product Development** | £80K | 2 developers × 3 months |
|
|
1129
|
+
| **Design** | £20K | 1 designer × 3 months |
|
|
1130
|
+
| **Infrastructure** | £5K | AWS, Stripe, tools for 6 months |
|
|
1131
|
+
| **Provider Acquisition** | £10K | Events, outreach, referral incentives |
|
|
1132
|
+
| **Buyer Acquisition** | £5K | Minimal (leveraging existing relationships) |
|
|
1133
|
+
| **Operations** | £10K | Customer support, compliance, manual verification |
|
|
1134
|
+
| **Contingency** | £20K | 15% buffer |
|
|
1135
|
+
| **TOTAL MVP Budget** | **£150K** | Seed funding requirement |
|
|
1136
|
+
|
|
1137
|
+
**Team**:
|
|
1138
|
+
|
|
1139
|
+
- 1 Founder/CEO (strategy, fundraising, buyer relationships)
|
|
1140
|
+
- 1 Founder/CTO (product, engineering, technical architecture)
|
|
1141
|
+
- 2 Full-stack Developers (platform build)
|
|
1142
|
+
- 1 Designer (UX/UI)
|
|
1143
|
+
- 1 Operations Associate (provider onboarding, customer support)
|
|
1144
|
+
|
|
1145
|
+
---
|
|
1146
|
+
|
|
1147
|
+
## 8. Platform Design Canvas (Synthesis)
|
|
1148
|
+
|
|
1149
|
+
### 8.1 Purpose
|
|
1150
|
+
|
|
1151
|
+
The Platform Design Canvas synthesizes insights from all previous canvases into a single-page strategic overview. This is the "north star" document for the platform.
|
|
1152
|
+
|
|
1153
|
+
**Reference**: Based on PDT Platform Design Canvas (PDC) v2.2
|
|
1154
|
+
|
|
1155
|
+
### 8.2 Platform Overview
|
|
1156
|
+
|
|
1157
|
+
**Platform Name**: [Platform name]
|
|
1158
|
+
|
|
1159
|
+
**Platform Vision**: [One-sentence description of the ecosystem you enable]
|
|
1160
|
+
|
|
1161
|
+
**Platform Mission**: [How you create shared value for all entities]
|
|
1162
|
+
|
|
1163
|
+
### 8.3 The Six Building Blocks
|
|
1164
|
+
|
|
1165
|
+
#### Building Block 1: Ecosystem
|
|
1166
|
+
|
|
1167
|
+
**Who participates?**
|
|
1168
|
+
|
|
1169
|
+
- **Supply Side**: [Entity types - e.g., "Independent consultants, SME service providers"]
|
|
1170
|
+
- **Demand Side**: [Entity types - e.g., "Enterprise buyers, government departments"]
|
|
1171
|
+
- **Supporting Entities**: [e.g., "Regulators, payment providers, insurers"]
|
|
1172
|
+
|
|
1173
|
+
**Ecosystem Size (3-year target)**:
|
|
1174
|
+
|
|
1175
|
+
- [X] supply-side entities
|
|
1176
|
+
- [Y] demand-side entities
|
|
1177
|
+
- [£Z] Gross Merchandise Value (GMV) annually
|
|
1178
|
+
|
|
1179
|
+
**Reference**: Ecosystem Canvas (Section 1)
|
|
1180
|
+
|
|
1181
|
+
---
|
|
1182
|
+
|
|
1183
|
+
#### Building Block 2: Value Creation
|
|
1184
|
+
|
|
1185
|
+
**What value do we create?**
|
|
1186
|
+
|
|
1187
|
+
**For Supply Side**:
|
|
1188
|
+
|
|
1189
|
+
1. [Value 1 - e.g., "Customer acquisition at 90% lower cost"]
|
|
1190
|
+
2. [Value 2 - e.g., "Payment certainty (1-day payment vs 30-60 days)"]
|
|
1191
|
+
3. [Value 3 - e.g., "Continuous improvement through analytics and coaching"]
|
|
1192
|
+
|
|
1193
|
+
**For Demand Side**:
|
|
1194
|
+
|
|
1195
|
+
1. [Value 1 - e.g., "Verified supplier discovery (95% faster)"]
|
|
1196
|
+
2. [Value 2 - e.g., "Risk mitigation (compliance guaranteed)"]
|
|
1197
|
+
3. [Value 3 - e.g., "Procurement intelligence (20% cost savings)"]
|
|
1198
|
+
|
|
1199
|
+
**For Ecosystem**:
|
|
1200
|
+
|
|
1201
|
+
1. [Value 1 - e.g., "£4.5M annual transaction cost savings"]
|
|
1202
|
+
2. [Value 2 - e.g., "Market transparency and quality standards"]
|
|
1203
|
+
3. [Value 3 - e.g., "Industry professionalization"]
|
|
1204
|
+
|
|
1205
|
+
**Reference**: Entity Portraits (Section 2), Motivations Matrix (Section 3)
|
|
1206
|
+
|
|
1207
|
+
---
|
|
1208
|
+
|
|
1209
|
+
#### Building Block 3: Value Capture
|
|
1210
|
+
|
|
1211
|
+
**How do we monetize?**
|
|
1212
|
+
|
|
1213
|
+
**Revenue Model**:
|
|
1214
|
+
|
|
1215
|
+
1. **Transaction Fees**: [X]% commission = [£Y] revenue Year 1
|
|
1216
|
+
2. **Subscriptions**: [Premium memberships] = [£Z] ARR Year 1
|
|
1217
|
+
3. **Learning Services**: [Certifications, reports] = [£A] revenue Year 1
|
|
1218
|
+
4. **Total Revenue Year 1**: [£Y + Z + A]
|
|
1219
|
+
|
|
1220
|
+
**Pricing Rationale**: [Why entities will pay - e.g., "10% commission is 5x cheaper than current customer acquisition cost"]
|
|
1221
|
+
|
|
1222
|
+
**Reference**: Platform Experience Canvas, Business Model (Section 6)
|
|
1223
|
+
|
|
1224
|
+
---
|
|
1225
|
+
|
|
1226
|
+
#### Building Block 4: Network Effects
|
|
1227
|
+
|
|
1228
|
+
**How does the platform get better with scale?**
|
|
1229
|
+
|
|
1230
|
+
**Same-Side Network Effects**:
|
|
1231
|
+
|
|
1232
|
+
- **Supply Side**: [e.g., "More providers → more specializations → better matching"]
|
|
1233
|
+
- **Demand Side**: [e.g., "More buyers → more transactions → better provider revenue → attracts higher-quality providers"]
|
|
1234
|
+
|
|
1235
|
+
**Cross-Side Network Effects**:
|
|
1236
|
+
|
|
1237
|
+
- **Supply → Demand**: [e.g., "More providers → more choice, faster delivery, better prices → attracts more buyers"]
|
|
1238
|
+
- **Demand → Supply**: [e.g., "More buyers → more revenue opportunities → attracts more providers"]
|
|
1239
|
+
|
|
1240
|
+
**Data Network Effects**:
|
|
1241
|
+
|
|
1242
|
+
- [e.g., "More transactions → better matching algorithm → higher conversion rates → more transactions"]
|
|
1243
|
+
|
|
1244
|
+
**Learning Network Effects**:
|
|
1245
|
+
|
|
1246
|
+
- [e.g., "More entities → more performance data → better benchmarks, coaching, insights → entities improve faster → ecosystem quality increases"]
|
|
1247
|
+
|
|
1248
|
+
**Defensibility**:
|
|
1249
|
+
|
|
1250
|
+
- [Why entities won't leave once ecosystem reaches critical mass]
|
|
1251
|
+
- **Switching Costs**: [e.g., "Provider reputation, buyer relationships, transaction history"]
|
|
1252
|
+
- **Multi-tenanting Risk**: [e.g., "Providers could multi-home on competing platforms - mitigate through exclusive benefits, superior matching"]
|
|
1253
|
+
|
|
1254
|
+
**Reference**: Motivations Matrix (Section 3), Platform Experience Canvas (Section 6)
|
|
1255
|
+
|
|
1256
|
+
---
|
|
1257
|
+
|
|
1258
|
+
#### Building Block 5: Transaction Engine
|
|
1259
|
+
|
|
1260
|
+
**What transactions do we enable/enhance?**
|
|
1261
|
+
|
|
1262
|
+
**Core Transactions** (from Transactions Board):
|
|
1263
|
+
|
|
1264
|
+
1. **T-001**: Service Request (Supply-Demand matching) - reduces search costs by 90%
|
|
1265
|
+
2. **T-002**: Service Delivery - reduces coordination costs by 90%
|
|
1266
|
+
3. **T-003**: Payment - reduces payment time by 86%, eliminates bad debt risk
|
|
1267
|
+
|
|
1268
|
+
**Transaction Cost Reductions**:
|
|
1269
|
+
|
|
1270
|
+
- **Total Cost Savings**: [£X per transaction]
|
|
1271
|
+
- **Annual Value Created**: [£Y million for ecosystem]
|
|
1272
|
+
|
|
1273
|
+
**Transaction Velocity Target**:
|
|
1274
|
+
|
|
1275
|
+
- Year 1: [100 transactions/month]
|
|
1276
|
+
- Year 2: [1,000 transactions/month]
|
|
1277
|
+
- Year 3: [5,000 transactions/month]
|
|
1278
|
+
|
|
1279
|
+
**Reference**: Transactions Board (Section 4)
|
|
1280
|
+
|
|
1281
|
+
---
|
|
1282
|
+
|
|
1283
|
+
#### Building Block 6: Learning Engine
|
|
1284
|
+
|
|
1285
|
+
**How do we help entities improve continuously?**
|
|
1286
|
+
|
|
1287
|
+
**Learning Services** (from Learning Engine Canvas):
|
|
1288
|
+
|
|
1289
|
+
**For Supply Side**:
|
|
1290
|
+
|
|
1291
|
+
1. **Performance Analytics** - peer benchmarking, improvement tracking
|
|
1292
|
+
2. **Best Practice Library** - case studies, templates, tutorials
|
|
1293
|
+
3. **Personalized Coaching** - AI tips + human support
|
|
1294
|
+
|
|
1295
|
+
**For Demand Side**:
|
|
1296
|
+
4. **Procurement Intelligence** - market data, pricing benchmarks
|
|
1297
|
+
5. **Vendor Management Toolkit** - SLA monitoring, scorecards
|
|
1298
|
+
|
|
1299
|
+
**Learning Revenue**: [£X/year from premium subscriptions and certifications]
|
|
1300
|
+
|
|
1301
|
+
**Learning Impact**:
|
|
1302
|
+
|
|
1303
|
+
- [e.g., "Providers using analytics improve ratings by 0.5 stars in 3 months"]
|
|
1304
|
+
- [e.g., "Buyers using intelligence achieve 20% better pricing"]
|
|
1305
|
+
|
|
1306
|
+
**Reference**: Learning Engine Canvas (Section 5)
|
|
1307
|
+
|
|
1308
|
+
---
|
|
1309
|
+
|
|
1310
|
+
### 8.4 Strategic Alignment
|
|
1311
|
+
|
|
1312
|
+
**Alignment to Stakeholder Goals** (from `ARC-{PROJECT_ID}-STKE-v*.md`):
|
|
1313
|
+
|
|
1314
|
+
| Stakeholder | Goal | How Platform Delivers |
|
|
1315
|
+
|-------------|------|----------------------|
|
|
1316
|
+
| [Stakeholder 1] | [Goal from stakeholder doc] | [Platform feature/value] |
|
|
1317
|
+
| [Stakeholder 2] | [Goal from stakeholder doc] | [Platform feature/value] |
|
|
1318
|
+
| [Stakeholder 3] | [Goal from stakeholder doc] | [Platform feature/value] |
|
|
1319
|
+
|
|
1320
|
+
**Alignment to Requirements** (from `ARC-{PROJECT_ID}-REQ-v*.md`):
|
|
1321
|
+
|
|
1322
|
+
| Requirement ID | Requirement | Platform Feature |
|
|
1323
|
+
|----------------|-------------|------------------|
|
|
1324
|
+
| BR-001 | [Business requirement] | [Feature that delivers it] |
|
|
1325
|
+
| FR-005 | [Functional requirement] | [Feature that delivers it] |
|
|
1326
|
+
| NFR-S-002 | [Scalability requirement] | [Architecture decision] |
|
|
1327
|
+
|
|
1328
|
+
**Alignment to Architecture Principles** (from `projects/000-global/ARC-000-PRIN-v*.md`):
|
|
1329
|
+
|
|
1330
|
+
| Principle | How Platform Embodies Principle |
|
|
1331
|
+
|-----------|----------------------------------|
|
|
1332
|
+
| [Principle 1] | [Implementation detail] |
|
|
1333
|
+
| [Principle 2] | [Implementation detail] |
|
|
1334
|
+
|
|
1335
|
+
### 8.5 UK Government Context
|
|
1336
|
+
|
|
1337
|
+
**Government as a Platform (GaaP) Alignment**:
|
|
1338
|
+
|
|
1339
|
+
This platform embodies GaaP principles:
|
|
1340
|
+
|
|
1341
|
+
1. **Shared Services**: [How platform provides shared capability - e.g., "Verification-as-a-Service for all government departments"]
|
|
1342
|
+
2. **Ecosystem Orchestration**: [How platform enables ecosystem - e.g., "SME suppliers access £10M government procurement opportunities"]
|
|
1343
|
+
3. **Data Sharing**: [How platform enables data flows - e.g., "Supplier performance data shared across departments"]
|
|
1344
|
+
|
|
1345
|
+
**Technology Code of Practice (TCoP) Compliance**:
|
|
1346
|
+
|
|
1347
|
+
| TCoP Point | Compliance Approach |
|
|
1348
|
+
|------------|---------------------|
|
|
1349
|
+
| **Point 5: Use cloud first** | Platform runs on [AWS/Azure/GCP], serverless architecture |
|
|
1350
|
+
| **Point 8: Share, reuse and collaborate** | Integrates GOV.UK Pay, Notify; open-sources platform design |
|
|
1351
|
+
| **Point 11: Define your purchasing strategy** | Platform IS the purchasing strategy - Digital Marketplace model |
|
|
1352
|
+
|
|
1353
|
+
**GDS Service Standard Implications**:
|
|
1354
|
+
|
|
1355
|
+
| Service Standard Point | Platform Consideration |
|
|
1356
|
+
|------------------------|------------------------|
|
|
1357
|
+
| **Point 2: Solve a whole problem for users** | Platform solves entire procurement lifecycle, not just matching |
|
|
1358
|
+
| **Point 5: Make sure everyone can use the service** | WCAG 2.2 AA compliance, mobile-first design |
|
|
1359
|
+
| **Point 9: Create a secure service** | Cyber Essentials Plus, penetration testing, data encryption |
|
|
1360
|
+
| **Point 13: Use common platforms and components** | GOV.UK Pay, Notify, Design System integration |
|
|
1361
|
+
|
|
1362
|
+
**Digital Marketplace Positioning**:
|
|
1363
|
+
|
|
1364
|
+
This platform operates within Digital Marketplace ecosystem:
|
|
1365
|
+
|
|
1366
|
+
- **G-Cloud**: [If applicable - e.g., "Platform listed as G-Cloud SaaS service"]
|
|
1367
|
+
- **DOS**: [If applicable - e.g., "Platform providers are DOS suppliers"]
|
|
1368
|
+
- **Differentiation**: [How this platform differs from/complements Digital Marketplace - e.g., "Digital Marketplace provides discovery; we provide transaction engine, learning services, and ecosystem orchestration"]
|
|
1369
|
+
|
|
1370
|
+
---
|
|
1371
|
+
|
|
1372
|
+
## 9. Traceability
|
|
1373
|
+
|
|
1374
|
+
### 9.1 Stakeholder-to-Platform Traceability
|
|
1375
|
+
|
|
1376
|
+
| Stakeholder | Driver | Goal | Platform Response |
|
|
1377
|
+
|-------------|--------|------|-------------------|
|
|
1378
|
+
| [From ARC-{PROJECT_ID}-STKE-v*.md] | [Driver] | [Goal] | [Entity Portrait + Value Proposition] |
|
|
1379
|
+
| [From ARC-{PROJECT_ID}-STKE-v*.md] | [Driver] | [Goal] | [Transaction Cost Reduction + Learning Service] |
|
|
1380
|
+
|
|
1381
|
+
### 9.2 Requirements-to-Platform Traceability
|
|
1382
|
+
|
|
1383
|
+
| Requirement ID | Requirement | Platform Building Block | Implementation |
|
|
1384
|
+
|----------------|-------------|-------------------------|----------------|
|
|
1385
|
+
| BR-001 | [Business requirement] | [Ecosystem / Value Creation / etc.] | [Specific feature] |
|
|
1386
|
+
| FR-010 | [Functional requirement] | [Transaction Engine] | [T-001: Service Request matching] |
|
|
1387
|
+
| NFR-S-003 | [Scalability requirement] | [Network Effects] | [Auto-scaling infrastructure, async processing] |
|
|
1388
|
+
| DR-007 | [Data requirement] | [Learning Engine] | [Analytics data pipeline, anonymization] |
|
|
1389
|
+
|
|
1390
|
+
### 9.3 Wardley Map Integration
|
|
1391
|
+
|
|
1392
|
+
**From `wardley-maps/ARC-*-WARD-*.md`:**
|
|
1393
|
+
|
|
1394
|
+
| Component (from Wardley Map) | Evolution Stage | Platform Strategy |
|
|
1395
|
+
|------------------------------|----------------|-------------------|
|
|
1396
|
+
| [Component 1 - e.g., "Service Discovery"] | Custom (0.35) | **Build** - Core differentiator, transaction cost reduction |
|
|
1397
|
+
| [Component 2 - e.g., "Payment Processing"] | Product (0.65) | **Buy** - Use Stripe, not differentiated |
|
|
1398
|
+
| [Component 3 - e.g., "Learning Analytics"] | Custom (0.40) | **Build** - Defensible moat, network effects |
|
|
1399
|
+
| [Component 4 - e.g., "Cloud Hosting"] | Commodity (0.85) | **Use Utility** - AWS/Azure, no custom infrastructure |
|
|
1400
|
+
|
|
1401
|
+
**Platform Play**: [How platform leverages Wardley Map insights - e.g., "We build differentiated transaction and learning engines, use commodity components for infrastructure and payments"]
|
|
1402
|
+
|
|
1403
|
+
### 9.4 Risk Linkage
|
|
1404
|
+
|
|
1405
|
+
**From `ARC-{PROJECT_ID}-RISK-v*.md`:**
|
|
1406
|
+
|
|
1407
|
+
| Risk ID | Risk | Platform Mitigation |
|
|
1408
|
+
|---------|------|---------------------|
|
|
1409
|
+
| RISK-001 | [Risk description] | [How platform design addresses - e.g., "Liquidity bootstrapping strategy in MVP Canvas"] |
|
|
1410
|
+
| RISK-005 | [Risk description] | [How platform design addresses - e.g., "Transaction escrow eliminates payment default risk"] |
|
|
1411
|
+
|
|
1412
|
+
---
|
|
1413
|
+
|
|
1414
|
+
## 10. Next Steps
|
|
1415
|
+
|
|
1416
|
+
### 10.1 Immediate Actions (Next 30 Days)
|
|
1417
|
+
|
|
1418
|
+
1. **Validate Critical Assumptions** (from MVP Canvas):
|
|
1419
|
+
- [ ] Interview 20 potential supply-side entities (validate value hypothesis)
|
|
1420
|
+
- [ ] Interview 10 potential demand-side entities (validate value hypothesis)
|
|
1421
|
+
- [ ] Test pricing sensitivity (commission rate, subscription tiers)
|
|
1422
|
+
|
|
1423
|
+
2. **Prototype MVP** (from MVP Canvas):
|
|
1424
|
+
- [ ] Design wireframes for core journeys
|
|
1425
|
+
- [ ] Build tech stack proof-of-concept
|
|
1426
|
+
- [ ] Test payment escrow with Stripe sandbox
|
|
1427
|
+
|
|
1428
|
+
3. **Fundraising**:
|
|
1429
|
+
- [ ] Pitch deck based on Platform Design Canvas
|
|
1430
|
+
- [ ] Financial model (GMV, revenue, unit economics from Platform Experience Canvas)
|
|
1431
|
+
- [ ] Raise £150K seed funding for MVP
|
|
1432
|
+
|
|
1433
|
+
### 10.2 MVP Build Phase (Months 2-4)
|
|
1434
|
+
|
|
1435
|
+
1. **Product Development**:
|
|
1436
|
+
- [ ] Build MVP feature set (Section 7.3)
|
|
1437
|
+
- [ ] Provider onboarding workflow
|
|
1438
|
+
- [ ] Buyer search and matching
|
|
1439
|
+
- [ ] Transaction workflow (T-001, T-002, T-003)
|
|
1440
|
+
- [ ] Basic analytics dashboard
|
|
1441
|
+
|
|
1442
|
+
2. **Provider Acquisition**:
|
|
1443
|
+
- [ ] Curate 50 high-quality providers (Section 7.5, Phase 1)
|
|
1444
|
+
- [ ] Manual verification and onboarding
|
|
1445
|
+
- [ ] Profile optimization
|
|
1446
|
+
|
|
1447
|
+
3. **Operations Setup**:
|
|
1448
|
+
- [ ] Customer support processes
|
|
1449
|
+
- [ ] Compliance verification workflows
|
|
1450
|
+
- [ ] Payment operations
|
|
1451
|
+
|
|
1452
|
+
### 10.3 MVP Validation Phase (Months 5-7)
|
|
1453
|
+
|
|
1454
|
+
1. **Buyer Onboarding**:
|
|
1455
|
+
- [ ] Onboard 10 enterprise buyers (Section 7.5, Phase 2)
|
|
1456
|
+
- [ ] White-glove concierge matching
|
|
1457
|
+
|
|
1458
|
+
2. **Transaction Velocity**:
|
|
1459
|
+
- [ ] Target: 100 transactions in 90 days (Section 7.5, Phase 3)
|
|
1460
|
+
- [ ] Measure all validation metrics (Section 7.6)
|
|
1461
|
+
|
|
1462
|
+
3. **Learning and Iteration**:
|
|
1463
|
+
- [ ] Weekly buyer/provider feedback sessions
|
|
1464
|
+
- [ ] A/B test conversion optimizations
|
|
1465
|
+
- [ ] Refine matching algorithm
|
|
1466
|
+
|
|
1467
|
+
### 10.4 Go/No-Go Decision (Month 7)
|
|
1468
|
+
|
|
1469
|
+
**Review Validation Metrics** (Section 7.6):
|
|
1470
|
+
|
|
1471
|
+
- If ✅ 10+ metrics hit targets → **PROCEED** to full platform build
|
|
1472
|
+
- If 🟠 7-9 metrics hit targets → **PIVOT** and iterate for another 90 days
|
|
1473
|
+
- If 🔴 <7 metrics hit targets → **STOP** or fundamental pivot
|
|
1474
|
+
|
|
1475
|
+
### 10.5 Scale Phase (Months 8-24)
|
|
1476
|
+
|
|
1477
|
+
**If validation successful:**
|
|
1478
|
+
|
|
1479
|
+
1. **Product**:
|
|
1480
|
+
- [ ] Build full feature set (Section 7.3 "What's OUT")
|
|
1481
|
+
- [ ] Launch mobile apps
|
|
1482
|
+
- [ ] Deploy all learning services
|
|
1483
|
+
- [ ] API for enterprise integrations
|
|
1484
|
+
|
|
1485
|
+
2. **Growth**:
|
|
1486
|
+
- [ ] Scale to 200 providers, 50 buyers (Section 7.5, Phase 4)
|
|
1487
|
+
- [ ] Launch paid acquisition campaigns
|
|
1488
|
+
- [ ] Geographic expansion
|
|
1489
|
+
- [ ] Target: Self-sustaining growth (10% MoM)
|
|
1490
|
+
|
|
1491
|
+
3. **Funding**:
|
|
1492
|
+
- [ ] Series A fundraising (£2-5M)
|
|
1493
|
+
- [ ] Use Platform Design Canvas as strategic foundation
|
|
1494
|
+
|
|
1495
|
+
---
|
|
1496
|
+
|
|
1497
|
+
## 11. Appendices
|
|
1498
|
+
|
|
1499
|
+
### Appendix A: PDT Methodology Reference
|
|
1500
|
+
|
|
1501
|
+
**Platform Design Toolkit v2.2.1**
|
|
1502
|
+
|
|
1503
|
+
- **Source**: Boundaryless.io
|
|
1504
|
+
- **License**: Creative Commons CC-BY-SA
|
|
1505
|
+
- **Documentation**: https://boundaryless.io/pdt-toolkit/
|
|
1506
|
+
|
|
1507
|
+
**PDT Phases**:
|
|
1508
|
+
|
|
1509
|
+
1. Opportunity Exploration (Arena Scan, Ecosystem Scan, VRIO, Wardley Maps)
|
|
1510
|
+
2. **Strategy Design** (THIS DOCUMENT - 8 canvases)
|
|
1511
|
+
3. Validation & Prototyping (Experiments, interviews, MVP)
|
|
1512
|
+
4. Growth & Evolution (Flywheel, liquidity strategy, network properties)
|
|
1513
|
+
|
|
1514
|
+
**Core PDT Concepts**:
|
|
1515
|
+
|
|
1516
|
+
- **Two Value Engines**: Transactions (reduce friction) + Learning (continuous improvement)
|
|
1517
|
+
- **Ecosystem Thinking**: Multi-sided markets, entities with distinct roles
|
|
1518
|
+
- **Transaction Cost Economics**: Platform's role is to reduce Coasean transaction costs
|
|
1519
|
+
- **Network Effects**: Platform value grows super-linearly with participants
|
|
1520
|
+
|
|
1521
|
+
### Appendix B: Canvas Completion Checklist
|
|
1522
|
+
|
|
1523
|
+
**Before finalizing this document, ensure:**
|
|
1524
|
+
|
|
1525
|
+
- [ ] **Ecosystem Canvas**: All entity types identified, relationships mapped
|
|
1526
|
+
- [ ] **Entity Portraits**: 3-5 key entities with complete context, pressures, goals, gains
|
|
1527
|
+
- [ ] **Motivations Matrix**: All entity pairings analyzed for synergies and conflicts
|
|
1528
|
+
- [ ] **Transactions Board**: 10-20 transactions cataloged with cost analysis
|
|
1529
|
+
- [ ] **Learning Engine Canvas**: 5 learning services designed with business model
|
|
1530
|
+
- [ ] **Platform Experience Canvas**: 2 core journeys mapped end-to-end with metrics
|
|
1531
|
+
- [ ] **MVP Canvas**: Critical assumptions, MVP scope, liquidity strategy, validation metrics
|
|
1532
|
+
- [ ] **Platform Design Canvas**: All 6 building blocks synthesized
|
|
1533
|
+
- [ ] **Traceability**: Links to stakeholders, requirements, Wardley maps, risks
|
|
1534
|
+
- [ ] **UK Gov Context**: GaaP, TCoP, Service Standard, Digital Marketplace positioning
|
|
1535
|
+
|
|
1536
|
+
### Appendix C: Glossary
|
|
1537
|
+
|
|
1538
|
+
**Entity**: A stakeholder in the ecosystem with a distinct role (e.g., service provider, buyer, regulator)
|
|
1539
|
+
|
|
1540
|
+
**Transaction**: An interaction between entities that the platform enables or enhances
|
|
1541
|
+
|
|
1542
|
+
**Transaction Costs**: The costs of economic exchange beyond the price (search, information, negotiation, coordination, enforcement)
|
|
1543
|
+
|
|
1544
|
+
**Network Effects**: The phenomenon where a platform becomes more valuable as more participants join
|
|
1545
|
+
|
|
1546
|
+
**Liquidity**: The availability of both supply and demand sides, enabling transactions
|
|
1547
|
+
|
|
1548
|
+
**Chicken-and-Egg Problem**: The platform dilemma where you need supply to attract demand, but demand to attract supply
|
|
1549
|
+
|
|
1550
|
+
**GMV (Gross Merchandise Value)**: Total value of all transactions on the platform (before platform commission)
|
|
1551
|
+
|
|
1552
|
+
**LTV (Lifetime Value)**: Total revenue expected from an entity over their lifetime on the platform
|
|
1553
|
+
|
|
1554
|
+
**CAC (Customer Acquisition Cost)**: Cost to acquire one new entity (supply or demand side)
|
|
1555
|
+
|
|
1556
|
+
**Same-Side Network Effects**: Platform improves for one side as more participants join that same side
|
|
1557
|
+
|
|
1558
|
+
**Cross-Side Network Effects**: Platform improves for one side as more participants join the other side
|
|
1559
|
+
|
|
1560
|
+
**Multi-Homing**: When entities participate on multiple competing platforms simultaneously
|
|
1561
|
+
|
|
1562
|
+
**Disintermediation**: When entities bypass the platform to transact directly
|
|
1563
|
+
|
|
1564
|
+
---
|
|
1565
|
+
|
|
1566
|
+
**Document Status**: DRAFT - Awaiting stakeholder review and approval
|
|
1567
|
+
|
|
1568
|
+
**Next Review Date**: `{next_review_date}`
|
|
1569
|
+
|
|
1570
|
+
**Approval Required From**:
|
|
1571
|
+
|
|
1572
|
+
- [ ] Chief Technology Officer
|
|
1573
|
+
- [ ] Chief Product Officer
|
|
1574
|
+
- [ ] Head of Procurement (if applicable)
|
|
1575
|
+
- [ ] Enterprise Architect
|
|
1576
|
+
- [ ] Legal & Compliance (for marketplace/platform models)
|
|
1577
|
+
|
|
1578
|
+
**Platform Design Toolkit**: Open-source methodology from Boundaryless.io (CC-BY-SA)
|
|
1579
|
+
**ArcKit Integration**: Connects PDT strategy design to UK Government governance, procurement, and delivery frameworks
|
|
1580
|
+
|
|
1581
|
+
## External References
|
|
1582
|
+
|
|
1583
|
+
> This section provides traceability from generated content back to source documents.
|
|
1584
|
+
> Follow citation instructions in the project's citation reference guide.
|
|
1585
|
+
|
|
1586
|
+
### Document Register
|
|
1587
|
+
|
|
1588
|
+
| Doc ID | Filename | Type | Source Location | Description |
|
|
1589
|
+
|--------|----------|------|-----------------|-------------|
|
|
1590
|
+
| *None provided* | — | — | — | — |
|
|
1591
|
+
|
|
1592
|
+
### Citations
|
|
1593
|
+
|
|
1594
|
+
| Citation ID | Doc ID | Page/Section | Category | Quoted Passage |
|
|
1595
|
+
|-------------|--------|--------------|----------|----------------|
|
|
1596
|
+
| — | — | — | — | — |
|
|
1597
|
+
|
|
1598
|
+
### Unreferenced Documents
|
|
1599
|
+
|
|
1600
|
+
| Filename | Source Location | Reason |
|
|
1601
|
+
|----------|-----------------|--------|
|
|
1602
|
+
| — | — | — |
|
|
1603
|
+
|
|
1604
|
+
---
|
|
1605
|
+
|
|
1606
|
+
**Generated by**: ArcKit `/arckit:platform-design` command
|
|
1607
|
+
**Generated on**: [DATE]
|
|
1608
|
+
**ArcKit Version**: [VERSION]
|
|
1609
|
+
**Project**: [PROJECT_NAME]
|
|
1610
|
+
**Model**: [AI_MODEL]
|