@ruaruababa/vibe-kit 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CATALOG.md +317 -0
- package/README.md +121 -0
- package/aliases.json +65 -0
- package/bin/vibe.js +2 -0
- package/bundles.json +265 -0
- package/catalog.json +1560 -0
- package/dist/antigravity-skills/bin/cli.js +438 -0
- package/dist/antigravity-skills/lib/skill-utils.js +158 -0
- package/dist/antigravity-skills/scripts/build-catalog.js +305 -0
- package/dist/antigravity-skills/scripts/normalize-frontmatter.js +144 -0
- package/dist/antigravity-skills/scripts/validate-skills.js +230 -0
- package/dist/bin/vibe.js +2 -0
- package/dist/dist/src/cli/index.js +26 -0
- package/dist/lib/skill-utils.js +158 -0
- package/dist/scripts/build-catalog.js +50 -0
- package/dist/scripts/normalize-frontmatter.js +144 -0
- package/dist/scripts/validate-skills.js +56 -0
- package/dist/src/cli/index.js +146 -0
- package/dist/src/types/index.js +13 -0
- package/dist/src/utils/fs.js +1 -0
- package/package.json +43 -0
- package/skills/accessibility-compliance-accessibility-audit/SKILL.md +42 -0
- package/skills/accessibility-compliance-accessibility-audit/resources/implementation-playbook.md +502 -0
- package/skills/agent-orchestration-improve-agent/SKILL.md +349 -0
- package/skills/agent-orchestration-multi-agent-optimize/SKILL.md +239 -0
- package/skills/agent-orchestrator/SKILL.md +24 -0
- package/skills/ai-engineer/SKILL.md +171 -0
- package/skills/airflow-dag-patterns/SKILL.md +41 -0
- package/skills/airflow-dag-patterns/resources/implementation-playbook.md +509 -0
- package/skills/angular-migration/SKILL.md +428 -0
- package/skills/anti-reversing-techniques/SKILL.md +42 -0
- package/skills/anti-reversing-techniques/resources/implementation-playbook.md +539 -0
- package/skills/api-design-principles/SKILL.md +37 -0
- package/skills/api-design-principles/assets/api-design-checklist.md +155 -0
- package/skills/api-design-principles/assets/rest-api-template.py +182 -0
- package/skills/api-design-principles/references/graphql-schema-design.md +583 -0
- package/skills/api-design-principles/references/rest-best-practices.md +408 -0
- package/skills/api-design-principles/resources/implementation-playbook.md +513 -0
- package/skills/api-documenter/SKILL.md +184 -0
- package/skills/api-testing-observability-api-mock/SKILL.md +46 -0
- package/skills/api-testing-observability-api-mock/resources/implementation-playbook.md +1327 -0
- package/skills/application-performance-performance-optimization/SKILL.md +154 -0
- package/skills/architect-review/SKILL.md +174 -0
- package/skills/architecture-decision-records/SKILL.md +441 -0
- package/skills/architecture-patterns/SKILL.md +37 -0
- package/skills/architecture-patterns/resources/implementation-playbook.md +479 -0
- package/skills/arm-cortex-expert/SKILL.md +306 -0
- package/skills/async-python-patterns/SKILL.md +39 -0
- package/skills/async-python-patterns/resources/implementation-playbook.md +678 -0
- package/skills/attack-tree-construction/SKILL.md +38 -0
- package/skills/attack-tree-construction/resources/implementation-playbook.md +671 -0
- package/skills/auth-implementation-patterns/SKILL.md +39 -0
- package/skills/auth-implementation-patterns/resources/implementation-playbook.md +618 -0
- package/skills/backend-architect/SKILL.md +333 -0
- package/skills/backend-development-feature-development/SKILL.md +180 -0
- package/skills/backend-security-coder/SKILL.md +156 -0
- package/skills/backtesting-frameworks/SKILL.md +39 -0
- package/skills/backtesting-frameworks/resources/implementation-playbook.md +647 -0
- package/skills/bash-defensive-patterns/SKILL.md +43 -0
- package/skills/bash-defensive-patterns/resources/implementation-playbook.md +517 -0
- package/skills/bash-pro/SKILL.md +310 -0
- package/skills/bats-testing-patterns/SKILL.md +34 -0
- package/skills/bats-testing-patterns/resources/implementation-playbook.md +614 -0
- package/skills/bazel-build-optimization/SKILL.md +397 -0
- package/skills/billing-automation/SKILL.md +42 -0
- package/skills/billing-automation/resources/implementation-playbook.md +544 -0
- package/skills/binary-analysis-patterns/SKILL.md +450 -0
- package/skills/blockchain-developer/SKILL.md +208 -0
- package/skills/business-analyst/SKILL.md +182 -0
- package/skills/c-pro/SKILL.md +56 -0
- package/skills/c4-architecture-c4-architecture/SKILL.md +389 -0
- package/skills/c4-code/SKILL.md +244 -0
- package/skills/c4-component/SKILL.md +153 -0
- package/skills/c4-container/SKILL.md +171 -0
- package/skills/c4-context/SKILL.md +150 -0
- package/skills/changelog-automation/SKILL.md +38 -0
- package/skills/changelog-automation/resources/implementation-playbook.md +538 -0
- package/skills/cicd-automation-workflow-automate/SKILL.md +51 -0
- package/skills/cicd-automation-workflow-automate/resources/implementation-playbook.md +1333 -0
- package/skills/clean-markdown/SKILL.md +23 -0
- package/skills/cloud-architect/SKILL.md +135 -0
- package/skills/code-documentation-code-explain/SKILL.md +46 -0
- package/skills/code-documentation-code-explain/resources/implementation-playbook.md +802 -0
- package/skills/code-documentation-doc-generate/SKILL.md +48 -0
- package/skills/code-documentation-doc-generate/resources/implementation-playbook.md +640 -0
- package/skills/code-refactoring-context-restore/SKILL.md +179 -0
- package/skills/code-refactoring-refactor-clean/SKILL.md +51 -0
- package/skills/code-refactoring-refactor-clean/resources/implementation-playbook.md +879 -0
- package/skills/code-refactoring-tech-debt/SKILL.md +386 -0
- package/skills/code-review-ai-ai-review/SKILL.md +450 -0
- package/skills/code-review-excellence/SKILL.md +40 -0
- package/skills/code-review-excellence/resources/implementation-playbook.md +515 -0
- package/skills/code-reviewer/SKILL.md +178 -0
- package/skills/codebase-cleanup-deps-audit/SKILL.md +51 -0
- package/skills/codebase-cleanup-deps-audit/resources/implementation-playbook.md +766 -0
- package/skills/codebase-cleanup-refactor-clean/SKILL.md +51 -0
- package/skills/codebase-cleanup-refactor-clean/resources/implementation-playbook.md +879 -0
- package/skills/codebase-cleanup-tech-debt/SKILL.md +386 -0
- package/skills/competitive-landscape/SKILL.md +34 -0
- package/skills/competitive-landscape/resources/implementation-playbook.md +494 -0
- package/skills/comprehensive-review-full-review/SKILL.md +146 -0
- package/skills/comprehensive-review-pr-enhance/SKILL.md +46 -0
- package/skills/comprehensive-review-pr-enhance/resources/implementation-playbook.md +691 -0
- package/skills/conductor-implement/SKILL.md +388 -0
- package/skills/conductor-manage/SKILL.md +39 -0
- package/skills/conductor-manage/resources/implementation-playbook.md +1120 -0
- package/skills/conductor-new-track/SKILL.md +433 -0
- package/skills/conductor-revert/SKILL.md +372 -0
- package/skills/conductor-setup/SKILL.md +426 -0
- package/skills/conductor-status/SKILL.md +338 -0
- package/skills/conductor-validator/SKILL.md +62 -0
- package/skills/content-marketer/SKILL.md +170 -0
- package/skills/context-driven-development/SKILL.md +400 -0
- package/skills/context-management-context-restore/SKILL.md +179 -0
- package/skills/context-management-context-save/SKILL.md +177 -0
- package/skills/context-manager/SKILL.md +185 -0
- package/skills/cost-optimization/SKILL.md +286 -0
- package/skills/cpp-pro/SKILL.md +59 -0
- package/skills/cqrs-implementation/SKILL.md +35 -0
- package/skills/cqrs-implementation/resources/implementation-playbook.md +540 -0
- package/skills/csharp-pro/SKILL.md +59 -0
- package/skills/customer-support/SKILL.md +170 -0
- package/skills/data-engineer/SKILL.md +224 -0
- package/skills/data-engineering-data-driven-feature/SKILL.md +182 -0
- package/skills/data-engineering-data-pipeline/SKILL.md +201 -0
- package/skills/data-quality-frameworks/SKILL.md +40 -0
- package/skills/data-quality-frameworks/resources/implementation-playbook.md +573 -0
- package/skills/data-scientist/SKILL.md +199 -0
- package/skills/data-storytelling/SKILL.md +465 -0
- package/skills/database-admin/SKILL.md +165 -0
- package/skills/database-architect/SKILL.md +268 -0
- package/skills/database-cloud-optimization-cost-optimize/SKILL.md +44 -0
- package/skills/database-cloud-optimization-cost-optimize/resources/implementation-playbook.md +1441 -0
- package/skills/database-migration/SKILL.md +436 -0
- package/skills/database-migrations-migration-observability/SKILL.md +420 -0
- package/skills/database-migrations-sql-migrations/SKILL.md +53 -0
- package/skills/database-migrations-sql-migrations/resources/implementation-playbook.md +499 -0
- package/skills/database-optimizer/SKILL.md +167 -0
- package/skills/dbt-transformation-patterns/SKILL.md +34 -0
- package/skills/dbt-transformation-patterns/resources/implementation-playbook.md +547 -0
- package/skills/debugger/SKILL.md +49 -0
- package/skills/debugging-strategies/SKILL.md +34 -0
- package/skills/debugging-strategies/resources/implementation-playbook.md +511 -0
- package/skills/debugging-toolkit-smart-debug/SKILL.md +197 -0
- package/skills/defi-protocol-templates/SKILL.md +466 -0
- package/skills/dependency-management-deps-audit/SKILL.md +44 -0
- package/skills/dependency-management-deps-audit/resources/implementation-playbook.md +766 -0
- package/skills/dependency-upgrade/SKILL.md +421 -0
- package/skills/deployment-engineer/SKILL.md +170 -0
- package/skills/deployment-pipeline-design/SKILL.md +371 -0
- package/skills/deployment-validation-config-validate/SKILL.md +496 -0
- package/skills/devops-troubleshooter/SKILL.md +161 -0
- package/skills/distributed-debugging-debug-trace/SKILL.md +44 -0
- package/skills/distributed-debugging-debug-trace/resources/implementation-playbook.md +1307 -0
- package/skills/distributed-tracing/SKILL.md +450 -0
- package/skills/django-pro/SKILL.md +180 -0
- package/skills/docs-architect/SKILL.md +98 -0
- package/skills/documentation-generation-doc-generate/SKILL.md +48 -0
- package/skills/documentation-generation-doc-generate/resources/implementation-playbook.md +640 -0
- package/skills/dotnet-architect/SKILL.md +197 -0
- package/skills/dotnet-backend-patterns/SKILL.md +37 -0
- package/skills/dotnet-backend-patterns/assets/repository-template.cs +523 -0
- package/skills/dotnet-backend-patterns/assets/service-template.cs +336 -0
- package/skills/dotnet-backend-patterns/references/dapper-patterns.md +544 -0
- package/skills/dotnet-backend-patterns/references/ef-core-best-practices.md +355 -0
- package/skills/dotnet-backend-patterns/resources/implementation-playbook.md +799 -0
- package/skills/dummy-skill/SKILL.md +5 -0
- package/skills/dx-optimizer/SKILL.md +83 -0
- package/skills/e2e-testing-patterns/SKILL.md +41 -0
- package/skills/e2e-testing-patterns/resources/implementation-playbook.md +531 -0
- package/skills/elixir-pro/SKILL.md +59 -0
- package/skills/embedding-strategies/SKILL.md +491 -0
- package/skills/employment-contract-templates/SKILL.md +39 -0
- package/skills/employment-contract-templates/resources/implementation-playbook.md +493 -0
- package/skills/error-debugging-error-analysis/SKILL.md +47 -0
- package/skills/error-debugging-error-analysis/resources/implementation-playbook.md +1143 -0
- package/skills/error-debugging-error-trace/SKILL.md +43 -0
- package/skills/error-debugging-error-trace/resources/implementation-playbook.md +1361 -0
- package/skills/error-debugging-multi-agent-review/SKILL.md +216 -0
- package/skills/error-detective/SKILL.md +53 -0
- package/skills/error-diagnostics-error-analysis/SKILL.md +47 -0
- package/skills/error-diagnostics-error-analysis/resources/implementation-playbook.md +1143 -0
- package/skills/error-diagnostics-error-trace/SKILL.md +48 -0
- package/skills/error-diagnostics-error-trace/resources/implementation-playbook.md +1371 -0
- package/skills/error-diagnostics-smart-debug/SKILL.md +197 -0
- package/skills/error-handling-patterns/SKILL.md +35 -0
- package/skills/error-handling-patterns/resources/implementation-playbook.md +635 -0
- package/skills/event-sourcing-architect/SKILL.md +58 -0
- package/skills/event-store-design/SKILL.md +449 -0
- package/skills/fastapi-pro/SKILL.md +192 -0
- package/skills/fastapi-templates/SKILL.md +32 -0
- package/skills/fastapi-templates/resources/implementation-playbook.md +566 -0
- package/skills/final-test/SKILL.md +5 -0
- package/skills/firmware-analyst/SKILL.md +320 -0
- package/skills/flutter-expert/SKILL.md +200 -0
- package/skills/framework-migration-code-migrate/SKILL.md +48 -0
- package/skills/framework-migration-code-migrate/resources/implementation-playbook.md +1052 -0
- package/skills/framework-migration-deps-upgrade/SKILL.md +48 -0
- package/skills/framework-migration-deps-upgrade/resources/implementation-playbook.md +755 -0
- package/skills/framework-migration-legacy-modernize/SKILL.md +132 -0
- package/skills/frontend-developer/SKILL.md +171 -0
- package/skills/frontend-mobile-development-component-scaffold/SKILL.md +403 -0
- package/skills/frontend-mobile-security-xss-scan/SKILL.md +322 -0
- package/skills/frontend-security-coder/SKILL.md +170 -0
- package/skills/full-stack-orchestration-full-stack-feature/SKILL.md +135 -0
- package/skills/gdpr-data-handling/SKILL.md +33 -0
- package/skills/gdpr-data-handling/resources/implementation-playbook.md +615 -0
- package/skills/git-advanced-workflows/SKILL.md +412 -0
- package/skills/git-pr-workflows-git-workflow/SKILL.md +140 -0
- package/skills/git-pr-workflows-onboard/SKILL.md +416 -0
- package/skills/git-pr-workflows-pr-enhance/SKILL.md +48 -0
- package/skills/git-pr-workflows-pr-enhance/resources/implementation-playbook.md +701 -0
- package/skills/github-actions-templates/SKILL.md +345 -0
- package/skills/gitlab-ci-patterns/SKILL.md +283 -0
- package/skills/gitops-workflow/SKILL.md +303 -0
- package/skills/gitops-workflow/references/argocd-setup.md +134 -0
- package/skills/gitops-workflow/references/sync-policies.md +131 -0
- package/skills/go-concurrency-patterns/SKILL.md +33 -0
- package/skills/go-concurrency-patterns/resources/implementation-playbook.md +654 -0
- package/skills/godot-gdscript-patterns/SKILL.md +33 -0
- package/skills/godot-gdscript-patterns/resources/implementation-playbook.md +804 -0
- package/skills/golang-pro/SKILL.md +179 -0
- package/skills/grafana-dashboards/SKILL.md +381 -0
- package/skills/graphql-architect/SKILL.md +182 -0
- package/skills/haskell-pro/SKILL.md +56 -0
- package/skills/helm-chart-scaffolding/SKILL.md +34 -0
- package/skills/helm-chart-scaffolding/assets/Chart.yaml.template +42 -0
- package/skills/helm-chart-scaffolding/assets/values.yaml.template +185 -0
- package/skills/helm-chart-scaffolding/references/chart-structure.md +500 -0
- package/skills/helm-chart-scaffolding/resources/implementation-playbook.md +543 -0
- package/skills/helm-chart-scaffolding/scripts/validate-chart.sh +244 -0
- package/skills/hr-pro/SKILL.md +126 -0
- package/skills/hybrid-cloud-architect/SKILL.md +168 -0
- package/skills/hybrid-cloud-networking/SKILL.md +238 -0
- package/skills/hybrid-search-implementation/SKILL.md +32 -0
- package/skills/hybrid-search-implementation/resources/implementation-playbook.md +567 -0
- package/skills/incident-responder/SKILL.md +213 -0
- package/skills/incident-response-incident-response/SKILL.md +168 -0
- package/skills/incident-response-smart-fix/SKILL.md +29 -0
- package/skills/incident-response-smart-fix/resources/implementation-playbook.md +838 -0
- package/skills/incident-runbook-templates/SKILL.md +395 -0
- package/skills/ios-developer/SKILL.md +219 -0
- package/skills/istio-traffic-management/SKILL.md +337 -0
- package/skills/java-pro/SKILL.md +177 -0
- package/skills/javascript-pro/SKILL.md +57 -0
- package/skills/javascript-testing-patterns/SKILL.md +35 -0
- package/skills/javascript-testing-patterns/resources/implementation-playbook.md +1024 -0
- package/skills/javascript-typescript-typescript-scaffold/SKILL.md +361 -0
- package/skills/julia-pro/SKILL.md +209 -0
- package/skills/k8s-manifest-generator/SKILL.md +35 -0
- package/skills/k8s-manifest-generator/assets/configmap-template.yaml +296 -0
- package/skills/k8s-manifest-generator/assets/deployment-template.yaml +203 -0
- package/skills/k8s-manifest-generator/assets/service-template.yaml +171 -0
- package/skills/k8s-manifest-generator/references/deployment-spec.md +753 -0
- package/skills/k8s-manifest-generator/references/service-spec.md +724 -0
- package/skills/k8s-manifest-generator/resources/implementation-playbook.md +510 -0
- package/skills/k8s-security-policies/SKILL.md +346 -0
- package/skills/k8s-security-policies/assets/network-policy-template.yaml +177 -0
- package/skills/k8s-security-policies/references/rbac-patterns.md +187 -0
- package/skills/kpi-dashboard-design/SKILL.md +440 -0
- package/skills/kubernetes-architect/SKILL.md +170 -0
- package/skills/langchain-architecture/SKILL.md +350 -0
- package/skills/legacy-modernizer/SKILL.md +53 -0
- package/skills/legal-advisor/SKILL.md +70 -0
- package/skills/linkerd-patterns/SKILL.md +321 -0
- package/skills/llm-application-dev-ai-assistant/SKILL.md +35 -0
- package/skills/llm-application-dev-ai-assistant/resources/implementation-playbook.md +1236 -0
- package/skills/llm-application-dev-langchain-agent/SKILL.md +246 -0
- package/skills/llm-application-dev-prompt-optimize/SKILL.md +37 -0
- package/skills/llm-application-dev-prompt-optimize/resources/implementation-playbook.md +591 -0
- package/skills/llm-evaluation/SKILL.md +483 -0
- package/skills/machine-learning-ops-ml-pipeline/SKILL.md +314 -0
- package/skills/malware-analyst/SKILL.md +247 -0
- package/skills/market-sizing-analysis/SKILL.md +425 -0
- package/skills/market-sizing-analysis/examples/saas-market-sizing.md +349 -0
- package/skills/market-sizing-analysis/references/data-sources.md +360 -0
- package/skills/memory-forensics/SKILL.md +491 -0
- package/skills/memory-safety-patterns/SKILL.md +33 -0
- package/skills/memory-safety-patterns/resources/implementation-playbook.md +603 -0
- package/skills/mermaid-expert/SKILL.md +59 -0
- package/skills/microservices-patterns/SKILL.md +35 -0
- package/skills/microservices-patterns/resources/implementation-playbook.md +607 -0
- package/skills/minecraft-bukkit-pro/SKILL.md +126 -0
- package/skills/ml-engineer/SKILL.md +168 -0
- package/skills/ml-pipeline-workflow/SKILL.md +257 -0
- package/skills/mlops-engineer/SKILL.md +219 -0
- package/skills/mobile-developer/SKILL.md +205 -0
- package/skills/mobile-security-coder/SKILL.md +184 -0
- package/skills/modern-javascript-patterns/SKILL.md +35 -0
- package/skills/modern-javascript-patterns/resources/implementation-playbook.md +910 -0
- package/skills/monorepo-architect/SKILL.md +61 -0
- package/skills/monorepo-management/SKILL.md +35 -0
- package/skills/monorepo-management/resources/implementation-playbook.md +621 -0
- package/skills/mtls-configuration/SKILL.md +359 -0
- package/skills/multi-cloud-architecture/SKILL.md +189 -0
- package/skills/multi-platform-apps-multi-platform/SKILL.md +203 -0
- package/skills/network-engineer/SKILL.md +169 -0
- package/skills/nextjs-app-router-patterns/SKILL.md +33 -0
- package/skills/nextjs-app-router-patterns/resources/implementation-playbook.md +543 -0
- package/skills/nft-standards/SKILL.md +395 -0
- package/skills/node-expert/SKILL.md +23 -0
- package/skills/nodejs-backend-patterns/SKILL.md +35 -0
- package/skills/nodejs-backend-patterns/resources/implementation-playbook.md +1019 -0
- package/skills/nx-workspace-patterns/SKILL.md +464 -0
- package/skills/observability-engineer/SKILL.md +237 -0
- package/skills/observability-monitoring-monitor-setup/SKILL.md +48 -0
- package/skills/observability-monitoring-monitor-setup/resources/implementation-playbook.md +505 -0
- package/skills/observability-monitoring-slo-implement/SKILL.md +43 -0
- package/skills/observability-monitoring-slo-implement/resources/implementation-playbook.md +1077 -0
- package/skills/on-call-handoff-patterns/SKILL.md +453 -0
- package/skills/openapi-spec-generation/SKILL.md +33 -0
- package/skills/openapi-spec-generation/resources/implementation-playbook.md +1027 -0
- package/skills/payment-integration/SKILL.md +77 -0
- package/skills/paypal-integration/SKILL.md +479 -0
- package/skills/pci-compliance/SKILL.md +478 -0
- package/skills/performance-engineer/SKILL.md +180 -0
- package/skills/performance-testing-review-ai-review/SKILL.md +450 -0
- package/skills/performance-testing-review-multi-agent-review/SKILL.md +216 -0
- package/skills/php-pro/SKILL.md +63 -0
- package/skills/posix-shell-pro/SKILL.md +304 -0
- package/skills/postgresql/SKILL.md +230 -0
- package/skills/postmortem-writing/SKILL.md +386 -0
- package/skills/projection-patterns/SKILL.md +33 -0
- package/skills/projection-patterns/resources/implementation-playbook.md +501 -0
- package/skills/prometheus-configuration/SKILL.md +404 -0
- package/skills/prompt-engineer/SKILL.md +272 -0
- package/skills/prompt-engineering-patterns/SKILL.md +213 -0
- package/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
- package/skills/prompt-engineering-patterns/assets/prompt-template-library.md +246 -0
- package/skills/prompt-engineering-patterns/references/chain-of-thought.md +399 -0
- package/skills/prompt-engineering-patterns/references/few-shot-learning.md +369 -0
- package/skills/prompt-engineering-patterns/references/prompt-optimization.md +414 -0
- package/skills/prompt-engineering-patterns/references/prompt-templates.md +470 -0
- package/skills/prompt-engineering-patterns/references/system-prompts.md +189 -0
- package/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
- package/skills/protocol-reverse-engineering/SKILL.md +29 -0
- package/skills/protocol-reverse-engineering/resources/implementation-playbook.md +509 -0
- package/skills/python-development-python-scaffold/SKILL.md +331 -0
- package/skills/python-packaging/SKILL.md +36 -0
- package/skills/python-packaging/resources/implementation-playbook.md +869 -0
- package/skills/python-performance-optimization/SKILL.md +36 -0
- package/skills/python-performance-optimization/resources/implementation-playbook.md +868 -0
- package/skills/python-pro/SKILL.md +158 -0
- package/skills/python-testing-patterns/SKILL.md +37 -0
- package/skills/python-testing-patterns/resources/implementation-playbook.md +906 -0
- package/skills/quant-analyst/SKILL.md +53 -0
- package/skills/rag-implementation/SKILL.md +421 -0
- package/skills/react-modernization/SKILL.md +34 -0
- package/skills/react-modernization/resources/implementation-playbook.md +512 -0
- package/skills/react-native-architecture/SKILL.md +33 -0
- package/skills/react-native-architecture/resources/implementation-playbook.md +670 -0
- package/skills/react-state-management/SKILL.md +441 -0
- package/skills/reference-builder/SKILL.md +188 -0
- package/skills/reverse-engineer/SKILL.md +173 -0
- package/skills/risk-manager/SKILL.md +61 -0
- package/skills/risk-metrics-calculation/SKILL.md +33 -0
- package/skills/risk-metrics-calculation/resources/implementation-playbook.md +554 -0
- package/skills/ruby-pro/SKILL.md +56 -0
- package/skills/rust-async-patterns/SKILL.md +33 -0
- package/skills/rust-async-patterns/resources/implementation-playbook.md +516 -0
- package/skills/rust-pro/SKILL.md +178 -0
- package/skills/saga-orchestration/SKILL.md +496 -0
- package/skills/sales-automator/SKILL.md +55 -0
- package/skills/sast-configuration/SKILL.md +212 -0
- package/skills/scala-pro/SKILL.md +82 -0
- package/skills/screen-reader-testing/SKILL.md +33 -0
- package/skills/screen-reader-testing/resources/implementation-playbook.md +544 -0
- package/skills/search-specialist/SKILL.md +80 -0
- package/skills/secrets-management/SKILL.md +364 -0
- package/skills/security-auditor/SKILL.md +169 -0
- package/skills/security-compliance-compliance-check/SKILL.md +55 -0
- package/skills/security-compliance-compliance-check/resources/implementation-playbook.md +963 -0
- package/skills/security-requirement-extraction/SKILL.md +33 -0
- package/skills/security-requirement-extraction/resources/implementation-playbook.md +676 -0
- package/skills/security-scanning-security-dependencies/SKILL.md +43 -0
- package/skills/security-scanning-security-dependencies/resources/implementation-playbook.md +544 -0
- package/skills/security-scanning-security-hardening/SKILL.md +147 -0
- package/skills/security-scanning-security-sast/SKILL.md +495 -0
- package/skills/seo-authority-builder/SKILL.md +136 -0
- package/skills/seo-cannibalization-detector/SKILL.md +123 -0
- package/skills/seo-content-auditor/SKILL.md +83 -0
- package/skills/seo-content-planner/SKILL.md +108 -0
- package/skills/seo-content-refresher/SKILL.md +118 -0
- package/skills/seo-content-writer/SKILL.md +96 -0
- package/skills/seo-keyword-strategist/SKILL.md +95 -0
- package/skills/seo-meta-optimizer/SKILL.md +92 -0
- package/skills/seo-snippet-hunter/SKILL.md +114 -0
- package/skills/seo-structure-architect/SKILL.md +108 -0
- package/skills/service-mesh-expert/SKILL.md +58 -0
- package/skills/service-mesh-observability/SKILL.md +395 -0
- package/skills/shellcheck-configuration/SKILL.md +466 -0
- package/skills/similarity-search-patterns/SKILL.md +33 -0
- package/skills/similarity-search-patterns/resources/implementation-playbook.md +557 -0
- package/skills/slo-implementation/SKILL.md +341 -0
- package/skills/solidity-security/SKILL.md +34 -0
- package/skills/solidity-security/resources/implementation-playbook.md +524 -0
- package/skills/spark-optimization/SKILL.md +427 -0
- package/skills/sql-optimization-patterns/SKILL.md +35 -0
- package/skills/sql-optimization-patterns/resources/implementation-playbook.md +504 -0
- package/skills/sql-pro/SKILL.md +173 -0
- package/skills/startup-analyst/SKILL.md +328 -0
- package/skills/startup-business-analyst-business-case/SKILL.md +487 -0
- package/skills/startup-business-analyst-financial-projections/SKILL.md +353 -0
- package/skills/startup-business-analyst-market-opportunity/SKILL.md +240 -0
- package/skills/startup-financial-modeling/SKILL.md +467 -0
- package/skills/startup-metrics-framework/SKILL.md +34 -0
- package/skills/startup-metrics-framework/resources/implementation-playbook.md +500 -0
- package/skills/stride-analysis-patterns/SKILL.md +33 -0
- package/skills/stride-analysis-patterns/resources/implementation-playbook.md +655 -0
- package/skills/stripe-integration/SKILL.md +454 -0
- package/skills/systems-programming-rust-project/SKILL.md +440 -0
- package/skills/tailwind-design-system/SKILL.md +33 -0
- package/skills/tailwind-design-system/resources/implementation-playbook.md +665 -0
- package/skills/tdd-orchestrator/SKILL.md +205 -0
- package/skills/tdd-workflows-tdd-cycle/SKILL.md +221 -0
- package/skills/tdd-workflows-tdd-green/SKILL.md +73 -0
- package/skills/tdd-workflows-tdd-green/resources/implementation-playbook.md +870 -0
- package/skills/tdd-workflows-tdd-red/SKILL.md +164 -0
- package/skills/tdd-workflows-tdd-refactor/SKILL.md +187 -0
- package/skills/team-collaboration-issue/SKILL.md +37 -0
- package/skills/team-collaboration-issue/resources/implementation-playbook.md +640 -0
- package/skills/team-collaboration-standup-notes/SKILL.md +44 -0
- package/skills/team-collaboration-standup-notes/resources/implementation-playbook.md +768 -0
- package/skills/team-composition-analysis/SKILL.md +413 -0
- package/skills/temporal-python-pro/SKILL.md +370 -0
- package/skills/temporal-python-testing/SKILL.md +170 -0
- package/skills/temporal-python-testing/resources/integration-testing.md +455 -0
- package/skills/temporal-python-testing/resources/local-setup.md +553 -0
- package/skills/temporal-python-testing/resources/replay-testing.md +462 -0
- package/skills/temporal-python-testing/resources/unit-testing.md +328 -0
- package/skills/terraform-module-library/SKILL.md +261 -0
- package/skills/terraform-module-library/references/aws-modules.md +63 -0
- package/skills/terraform-specialist/SKILL.md +166 -0
- package/skills/test-automator/SKILL.md +224 -0
- package/skills/threat-mitigation-mapping/SKILL.md +33 -0
- package/skills/threat-mitigation-mapping/resources/implementation-playbook.md +744 -0
- package/skills/threat-modeling-expert/SKILL.md +60 -0
- package/skills/track-management/SKILL.md +38 -0
- package/skills/track-management/resources/implementation-playbook.md +591 -0
- package/skills/turborepo-caching/SKILL.md +419 -0
- package/skills/tutorial-engineer/SKILL.md +139 -0
- package/skills/typescript-advanced-types/SKILL.md +35 -0
- package/skills/typescript-advanced-types/resources/implementation-playbook.md +716 -0
- package/skills/typescript-pro/SKILL.md +55 -0
- package/skills/ui-minimal/SKILL.md +23 -0
- package/skills/ui-ux-designer/SKILL.md +209 -0
- package/skills/ui-visual-validator/SKILL.md +214 -0
- package/skills/unit-testing-test-generate/SKILL.md +319 -0
- package/skills/unity-developer/SKILL.md +230 -0
- package/skills/unity-ecs-patterns/SKILL.md +33 -0
- package/skills/unity-ecs-patterns/resources/implementation-playbook.md +625 -0
- package/skills/uv-package-manager/SKILL.md +37 -0
- package/skills/uv-package-manager/resources/implementation-playbook.md +830 -0
- package/skills/vector-database-engineer/SKILL.md +60 -0
- package/skills/vector-index-tuning/SKILL.md +42 -0
- package/skills/vector-index-tuning/resources/implementation-playbook.md +507 -0
- package/skills/wcag-audit-patterns/SKILL.md +41 -0
- package/skills/wcag-audit-patterns/resources/implementation-playbook.md +541 -0
- package/skills/web3-testing/SKILL.md +427 -0
- package/skills/workflow-orchestration-patterns/SKILL.md +333 -0
- package/skills/workflow-patterns/SKILL.md +38 -0
- package/skills/workflow-patterns/resources/implementation-playbook.md +621 -0
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
# SaaS Market Sizing Example: AI-Powered Email Marketing for E-Commerce
|
|
2
|
+
|
|
3
|
+
Complete TAM/SAM/SOM calculation for a B2B SaaS startup using bottom-up and top-down methodologies.
|
|
4
|
+
|
|
5
|
+
## Company Overview
|
|
6
|
+
|
|
7
|
+
**Product:** AI-powered email marketing automation platform
|
|
8
|
+
**Target:** E-commerce companies with $1M+ annual revenue
|
|
9
|
+
**Geography:** North America (initial), global expansion planned
|
|
10
|
+
**Pricing:** $500/month average (scales by email volume)
|
|
11
|
+
**Timeline:** 3-5 year market opportunity
|
|
12
|
+
|
|
13
|
+
## Methodology 1: Bottom-Up Analysis (Primary)
|
|
14
|
+
|
|
15
|
+
### Step 1: Define Target Customer Segments
|
|
16
|
+
|
|
17
|
+
**Segment Criteria:**
|
|
18
|
+
- E-commerce companies (D2C and marketplace sellers)
|
|
19
|
+
- $1M+ in annual revenue
|
|
20
|
+
- North America based
|
|
21
|
+
- Currently using email marketing
|
|
22
|
+
|
|
23
|
+
**Segment Breakdown:**
|
|
24
|
+
|
|
25
|
+
| Segment | Annual Revenue | Count | ACV | Priority |
|
|
26
|
+
|---------|---------------|-------|-----|----------|
|
|
27
|
+
| Small E-commerce | $1M-$5M | 85,000 | $3,600 | High |
|
|
28
|
+
| Mid-Market E-commerce | $5M-$50M | 18,000 | $9,600 | High |
|
|
29
|
+
| Enterprise E-commerce | $50M+ | 2,500 | $24,000 | Medium |
|
|
30
|
+
|
|
31
|
+
**Data Sources:**
|
|
32
|
+
- U.S. Census Bureau: E-commerce business counts
|
|
33
|
+
- Shopify, BigCommerce, WooCommerce: Published merchant counts
|
|
34
|
+
- Statista: E-commerce market statistics
|
|
35
|
+
- LinkedIn Sales Navigator: Company search validation
|
|
36
|
+
|
|
37
|
+
### Step 2: Calculate TAM (Total Addressable Market)
|
|
38
|
+
|
|
39
|
+
**Formula:**
|
|
40
|
+
```
|
|
41
|
+
TAM = Σ (Segment Count × Annual Contract Value)
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
**Calculation:**
|
|
45
|
+
```
|
|
46
|
+
Small E-commerce: 85,000 × $3,600 = $306M
|
|
47
|
+
Mid-Market: 18,000 × $9,600 = $173M
|
|
48
|
+
Enterprise: 2,500 × $24,000 = $60M
|
|
49
|
+
--------
|
|
50
|
+
TAM (North America): $539M
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
**Global Expansion Multiplier:**
|
|
54
|
+
- North America = 35% of global e-commerce market
|
|
55
|
+
- Global TAM = $539M / 0.35 = $1.54B
|
|
56
|
+
|
|
57
|
+
**TAM = $1.54B globally, $539M North America**
|
|
58
|
+
|
|
59
|
+
### Step 3: Calculate SAM (Serviceable Available Market)
|
|
60
|
+
|
|
61
|
+
**Filters Applied:**
|
|
62
|
+
|
|
63
|
+
1. **Geographic Filter: North America Only (Year 1-2)**
|
|
64
|
+
- Base TAM: $539M
|
|
65
|
+
- Filter: 100% (starting in North America)
|
|
66
|
+
- Result: $539M
|
|
67
|
+
|
|
68
|
+
2. **Product Capability Filter: AI-Ready Customers**
|
|
69
|
+
- Customers ready to adopt AI email marketing
|
|
70
|
+
- Excludes: Companies with basic email needs only
|
|
71
|
+
- Filter: 45% (based on survey data)
|
|
72
|
+
- Result: $539M × 0.45 = $242M
|
|
73
|
+
|
|
74
|
+
3. **Current Tool Filter: Addressable Switching Market**
|
|
75
|
+
- Customers using incumbent tools who would switch
|
|
76
|
+
- Excludes: Recently switched, custom built solutions
|
|
77
|
+
- Filter: 70% (typical B2B SaaS switching market)
|
|
78
|
+
- Result: $242M × 0.70 = $169M
|
|
79
|
+
|
|
80
|
+
**SAM = $169M**
|
|
81
|
+
|
|
82
|
+
**SAM Breakdown by Segment:**
|
|
83
|
+
```
|
|
84
|
+
Small E-commerce: $306M × 0.45 × 0.70 = $96M (57%)
|
|
85
|
+
Mid-Market: $173M × 0.45 × 0.70 = $54M (32%)
|
|
86
|
+
Enterprise: $60M × 0.45 × 0.70 = $19M (11%)
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### Step 4: Calculate SOM (Serviceable Obtainable Market)
|
|
90
|
+
|
|
91
|
+
**Market Share Assumptions:**
|
|
92
|
+
|
|
93
|
+
**Year 3 Target: 2.5% of SAM**
|
|
94
|
+
- Typical new entrant market share
|
|
95
|
+
- Requires strong product-market fit
|
|
96
|
+
- Assumes $10M in funding for GTM
|
|
97
|
+
|
|
98
|
+
**Year 5 Target: 5% of SAM**
|
|
99
|
+
- Achievable with scale and brand
|
|
100
|
+
- Requires effective sales and marketing
|
|
101
|
+
- Assumes additional funding for growth
|
|
102
|
+
|
|
103
|
+
**Calculation:**
|
|
104
|
+
```
|
|
105
|
+
SOM (Year 3) = $169M × 2.5% = $4.2M ARR
|
|
106
|
+
SOM (Year 5) = $169M × 5.0% = $8.5M ARR
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
**SOM by Segment (Year 5):**
|
|
110
|
+
```
|
|
111
|
+
Small E-commerce: $96M × 5% = $4.8M ARR (565 customers)
|
|
112
|
+
Mid-Market: $54M × 5% = $2.7M ARR (281 customers)
|
|
113
|
+
Enterprise: $19M × 5% = $1.0M ARR (42 customers)
|
|
114
|
+
--------
|
|
115
|
+
Total: $8.5M ARR (888 customers)
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
### Bottom-Up Summary
|
|
119
|
+
|
|
120
|
+
| Metric | North America | Notes |
|
|
121
|
+
|--------|---------------|-------|
|
|
122
|
+
| **TAM** | $539M | All e-commerce $1M+ revenue |
|
|
123
|
+
| **SAM** | $169M | AI-ready, addressable switching market |
|
|
124
|
+
| **SOM (Year 3)** | $4.2M | 2.5% market share, 495 customers |
|
|
125
|
+
| **SOM (Year 5)** | $8.5M | 5% market share, 888 customers |
|
|
126
|
+
|
|
127
|
+
## Methodology 2: Top-Down Analysis (Validation)
|
|
128
|
+
|
|
129
|
+
### Step 1: Identify Total Market Category
|
|
130
|
+
|
|
131
|
+
**Market Category:** Email Marketing Software
|
|
132
|
+
**Source:** Gartner Market Share Report (2024)
|
|
133
|
+
|
|
134
|
+
**Global Email Marketing Software Market:**
|
|
135
|
+
- Market Size: $7.5B (2024)
|
|
136
|
+
- Growth Rate: 12% CAGR
|
|
137
|
+
- Geography: Worldwide
|
|
138
|
+
|
|
139
|
+
**Data Source:** Gartner, "Market Share: Email Marketing Software, Worldwide, 2024"
|
|
140
|
+
|
|
141
|
+
### Step 2: Apply Geographic Filter
|
|
142
|
+
|
|
143
|
+
**North America Market Share:**
|
|
144
|
+
- North America = 40% of global software spending
|
|
145
|
+
- Email Marketing NA = $7.5B × 0.40 = $3.0B
|
|
146
|
+
|
|
147
|
+
### Step 3: Apply Segment Filters
|
|
148
|
+
|
|
149
|
+
**E-Commerce Focus:**
|
|
150
|
+
- E-commerce email marketing = 25% of total email marketing
|
|
151
|
+
- E-commerce segment = $3.0B × 0.25 = $750M
|
|
152
|
+
|
|
153
|
+
**$1M+ Revenue Filter:**
|
|
154
|
+
- Companies with $1M+ revenue = 65% of e-commerce market
|
|
155
|
+
- TAM = $750M × 0.65 = $488M
|
|
156
|
+
|
|
157
|
+
**AI-Powered Subset:**
|
|
158
|
+
- AI-powered email marketing = 35% of market (growing rapidly)
|
|
159
|
+
- SAM = $488M × 0.35 = $171M
|
|
160
|
+
|
|
161
|
+
### Top-Down Summary
|
|
162
|
+
|
|
163
|
+
| Metric | Amount | Calculation |
|
|
164
|
+
|--------|--------|-------------|
|
|
165
|
+
| **TAM** | $488M | NA e-commerce email marketing $1M+ |
|
|
166
|
+
| **SAM** | $171M | AI-powered subset |
|
|
167
|
+
|
|
168
|
+
## Triangulation and Validation
|
|
169
|
+
|
|
170
|
+
### Comparing Methodologies
|
|
171
|
+
|
|
172
|
+
| Metric | Bottom-Up | Top-Down | Variance |
|
|
173
|
+
|--------|-----------|----------|----------|
|
|
174
|
+
| **TAM** | $539M | $488M | +10% |
|
|
175
|
+
| **SAM** | $169M | $171M | -1% |
|
|
176
|
+
|
|
177
|
+
**Validation Result:** ✅ Excellent alignment (< 2% variance on SAM)
|
|
178
|
+
|
|
179
|
+
**Why alignment matters:**
|
|
180
|
+
- Bottom-up and top-down within 10% gives high confidence
|
|
181
|
+
- SAM alignment of 1% is exceptional
|
|
182
|
+
- Use bottom-up as primary (more granular)
|
|
183
|
+
- Reference top-down for validation
|
|
184
|
+
|
|
185
|
+
### Public Company Validation
|
|
186
|
+
|
|
187
|
+
**Klaviyo (Public, KVYO):**
|
|
188
|
+
- 2024 Revenue: ~$700M
|
|
189
|
+
- Focus: E-commerce email/SMS marketing
|
|
190
|
+
- Market Share: ~46% of our SAM
|
|
191
|
+
- Validates large e-commerce email market exists
|
|
192
|
+
|
|
193
|
+
**Mailchimp (Intuit-owned):**
|
|
194
|
+
- 2024 Revenue: ~$800M (estimated)
|
|
195
|
+
- Broader focus, includes SMBs
|
|
196
|
+
- Significant e-commerce customer base
|
|
197
|
+
|
|
198
|
+
**Validation:** Market leaders have $700M-$800M revenue, supporting $1.5B+ global TAM
|
|
199
|
+
|
|
200
|
+
### Sanity Checks
|
|
201
|
+
|
|
202
|
+
**Customer Count Check:**
|
|
203
|
+
✅ 888 customers at Year 5 (5% market share) = reasonable
|
|
204
|
+
✅ Implies ~14,000 total addressable customers
|
|
205
|
+
✅ Aligns with estimated 105,000 e-commerce cos $1M+ in NA
|
|
206
|
+
|
|
207
|
+
**Average Revenue Check:**
|
|
208
|
+
✅ $8.5M ARR / 888 customers = $9,571 ACV
|
|
209
|
+
✅ Within expected range of $3.6K-$24K by segment
|
|
210
|
+
✅ Weighted average makes sense given segment mix
|
|
211
|
+
|
|
212
|
+
**Market Share Check:**
|
|
213
|
+
✅ 5% market share in Year 5 is achievable for well-funded startup
|
|
214
|
+
✅ Lower than Klaviyo (46%), appropriate for new entrant
|
|
215
|
+
✅ Room for growth beyond Year 5
|
|
216
|
+
|
|
217
|
+
## Growth Projections
|
|
218
|
+
|
|
219
|
+
### Market Growth Assumptions
|
|
220
|
+
|
|
221
|
+
**Email Marketing Market CAGR: 12%**
|
|
222
|
+
- Source: Gartner market forecast
|
|
223
|
+
- Drivers: E-commerce growth, marketing automation adoption
|
|
224
|
+
|
|
225
|
+
**AI Subset Growth: 25% CAGR**
|
|
226
|
+
- Higher than overall market
|
|
227
|
+
- AI adoption accelerating in marketing
|
|
228
|
+
- More companies seeking AI-powered tools
|
|
229
|
+
|
|
230
|
+
### SAM Evolution (5-Year Forecast)
|
|
231
|
+
|
|
232
|
+
| Year | SAM | Growth | Notes |
|
|
233
|
+
|------|-----|--------|-------|
|
|
234
|
+
| 2026 | $169M | - | Starting point |
|
|
235
|
+
| 2027 | $211M | +25% | AI adoption accelerating |
|
|
236
|
+
| 2028 | $264M | +25% | Mainstream adoption begins |
|
|
237
|
+
| 2029 | $330M | +25% | AI becomes table stakes |
|
|
238
|
+
| 2030 | $413M | +25% | Market maturity |
|
|
239
|
+
|
|
240
|
+
**Growing SAM Impact:**
|
|
241
|
+
- Year 5 SOM of 5% applied to $413M SAM = $20.6M potential
|
|
242
|
+
- Provides headroom for growth
|
|
243
|
+
- Supports expansion beyond initial 5% share
|
|
244
|
+
|
|
245
|
+
## Competitive Context
|
|
246
|
+
|
|
247
|
+
### Market Share Distribution
|
|
248
|
+
|
|
249
|
+
**Current Leaders:**
|
|
250
|
+
- Klaviyo: ~46% share
|
|
251
|
+
- Mailchimp: ~35% share
|
|
252
|
+
- Others: ~19% share (fragmented)
|
|
253
|
+
|
|
254
|
+
**Market Dynamics:**
|
|
255
|
+
- Two dominant players
|
|
256
|
+
- Long tail of smaller competitors
|
|
257
|
+
- Opportunity in AI-differentiated positioning
|
|
258
|
+
- Typical SaaS market consolidation pattern
|
|
259
|
+
|
|
260
|
+
**Implications for SOM:**
|
|
261
|
+
- 5% share requires strong differentiation
|
|
262
|
+
- AI capabilities could drive 10-15% share long-term
|
|
263
|
+
- Acquisition potential if unable to reach scale
|
|
264
|
+
|
|
265
|
+
## Investment Thesis Validation
|
|
266
|
+
|
|
267
|
+
### Market Opportunity Score: ✅ Strong
|
|
268
|
+
|
|
269
|
+
**Positives:**
|
|
270
|
+
✅ Large market: $1.5B+ global TAM
|
|
271
|
+
✅ Growing market: 12% CAGR, 25% for AI subset
|
|
272
|
+
✅ Addressable: $169M SAM with clear path to customers
|
|
273
|
+
✅ Achievable: $8.5M Year 5 ARR reasonable
|
|
274
|
+
✅ Validation: Public companies prove market exists
|
|
275
|
+
|
|
276
|
+
**Risks:**
|
|
277
|
+
⚠️ Competition: Klaviyo and Mailchimp are strong
|
|
278
|
+
⚠️ Switching costs: Customers invested in current tools
|
|
279
|
+
⚠️ Market share: 5% requires excellent execution
|
|
280
|
+
|
|
281
|
+
**Verdict:** Market opportunity supports venture-scale outcome ($100M+ exit possible)
|
|
282
|
+
|
|
283
|
+
## Presentation to Investors
|
|
284
|
+
|
|
285
|
+
### Slide 1: Market Opportunity Summary
|
|
286
|
+
|
|
287
|
+
```
|
|
288
|
+
AI-Powered Email Marketing for E-Commerce
|
|
289
|
+
|
|
290
|
+
TAM: $1.5B Global, $539M North America
|
|
291
|
+
SAM: $169M (AI-ready e-commerce companies)
|
|
292
|
+
SOM: $8.5M ARR by Year 5 (5% market share)
|
|
293
|
+
|
|
294
|
+
Market Growing 25% CAGR (AI subset)
|
|
295
|
+
Validated by Klaviyo ($700M revenue)
|
|
296
|
+
```
|
|
297
|
+
|
|
298
|
+
### Slide 2: Bottom-Up Validation
|
|
299
|
+
|
|
300
|
+
```
|
|
301
|
+
Target: 105,000 E-Commerce Companies ($1M+ revenue)
|
|
302
|
+
|
|
303
|
+
Segment Breakdown:
|
|
304
|
+
• Small ($1M-$5M): 85,000 companies × $3,600 ACV
|
|
305
|
+
• Mid-Market ($5M-$50M): 18,000 × $9,600
|
|
306
|
+
• Enterprise ($50M+): 2,500 × $24,000
|
|
307
|
+
|
|
308
|
+
Year 5: 888 customers, $8.5M ARR (5% market share)
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
### Slide 3: Market Validation
|
|
312
|
+
|
|
313
|
+
```
|
|
314
|
+
Top-Down: $171M SAM (Gartner + market filters)
|
|
315
|
+
Bottom-Up: $169M SAM (<2% variance)
|
|
316
|
+
|
|
317
|
+
Public Company Validation:
|
|
318
|
+
• Klaviyo: $700M revenue (46% market share)
|
|
319
|
+
• Mailchimp: $800M revenue (Intuit-owned)
|
|
320
|
+
|
|
321
|
+
Demonstrates large, proven market
|
|
322
|
+
```
|
|
323
|
+
|
|
324
|
+
## Key Takeaways
|
|
325
|
+
|
|
326
|
+
**Market Sizing Results:**
|
|
327
|
+
- TAM: $1.5B globally, $539M North America
|
|
328
|
+
- SAM: $169M (North America, AI-ready customers)
|
|
329
|
+
- SOM: $4.2M (Year 3), $8.5M (Year 5)
|
|
330
|
+
|
|
331
|
+
**Methodology:**
|
|
332
|
+
- Bottom-up primary (most granular and credible)
|
|
333
|
+
- Top-down validation (<2% variance on SAM)
|
|
334
|
+
- Public company validation (Klaviyo, Mailchimp)
|
|
335
|
+
|
|
336
|
+
**Investment Implications:**
|
|
337
|
+
- Market supports venture-scale outcome
|
|
338
|
+
- 5% market share achievable with strong execution
|
|
339
|
+
- Growing market (25% CAGR) provides tailwinds
|
|
340
|
+
- Competitive but differentiated positioning possible
|
|
341
|
+
|
|
342
|
+
**Next Steps:**
|
|
343
|
+
1. Validate pricing assumptions with customer research
|
|
344
|
+
2. Refine segment prioritization based on GTM capacity
|
|
345
|
+
3. Update SAM annually as market evolves
|
|
346
|
+
4. Track Klaviyo/Mailchimp as competitive benchmarks
|
|
347
|
+
5. Monitor AI adoption rates in e-commerce segment
|
|
348
|
+
|
|
349
|
+
This bottom-up market sizing provides a defensible, data-driven foundation for business planning and fundraising.
|
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
# Market Sizing Data Sources
|
|
2
|
+
|
|
3
|
+
Curated list of credible sources for market research and sizing analysis.
|
|
4
|
+
|
|
5
|
+
## Industry Research Reports
|
|
6
|
+
|
|
7
|
+
### Premium Research Firms
|
|
8
|
+
|
|
9
|
+
**Gartner** (https://www.gartner.com)
|
|
10
|
+
- Technology market forecasts and sizing
|
|
11
|
+
- Magic Quadrants for competitive positioning
|
|
12
|
+
- Typical cost: $5K-$50K per report
|
|
13
|
+
- Best for: Enterprise software, IT services, emerging tech
|
|
14
|
+
|
|
15
|
+
**Forrester** (https://www.forrester.com)
|
|
16
|
+
- Business technology and digital transformation
|
|
17
|
+
- Wave evaluations for vendor comparison
|
|
18
|
+
- Typical cost: $3K-$30K per report
|
|
19
|
+
- Best for: Marketing tech, customer experience, B2B
|
|
20
|
+
|
|
21
|
+
**IDC** (https://www.idc.com)
|
|
22
|
+
- IT market intelligence and sizing
|
|
23
|
+
- Detailed segment breakdowns
|
|
24
|
+
- Typical cost: $4K-$40K per report
|
|
25
|
+
- Best for: Hardware, software, IT services
|
|
26
|
+
|
|
27
|
+
**McKinsey** (https://www.mckinsey.com/featured-insights)
|
|
28
|
+
- Free insights and reports
|
|
29
|
+
- Strategic industry analysis
|
|
30
|
+
- Best for: Industry trends, macroeconomic context
|
|
31
|
+
|
|
32
|
+
### Accessible Research
|
|
33
|
+
|
|
34
|
+
**Statista** (https://www.statista.com)
|
|
35
|
+
- Cost: $39/month individual, $199/month business
|
|
36
|
+
- Coverage: 80,000+ topics across industries
|
|
37
|
+
- Best for: Quick market size estimates, charts, trends
|
|
38
|
+
|
|
39
|
+
**CB Insights** (https://www.cbinsights.com)
|
|
40
|
+
- Cost: Custom pricing (typically $10K+/year)
|
|
41
|
+
- Coverage: Venture capital, startup markets
|
|
42
|
+
- Best for: Emerging markets, competitive intelligence
|
|
43
|
+
|
|
44
|
+
**PitchBook** (https://pitchbook.com)
|
|
45
|
+
- Cost: Institutional pricing
|
|
46
|
+
- Coverage: Private company valuations, M&A, VC
|
|
47
|
+
- Best for: Startup valuations, funding trends
|
|
48
|
+
|
|
49
|
+
**Grand View Research** (https://www.grandviewresearch.com)
|
|
50
|
+
- Cost: $2K-$5K per report
|
|
51
|
+
- Coverage: B2C and emerging markets
|
|
52
|
+
- Best for: Consumer markets, healthcare, cleantech
|
|
53
|
+
|
|
54
|
+
## Government and Public Data
|
|
55
|
+
|
|
56
|
+
### U.S. Government Sources
|
|
57
|
+
|
|
58
|
+
**U.S. Census Bureau** (https://www.census.gov)
|
|
59
|
+
- Free, authoritative demographic data
|
|
60
|
+
- Economic census every 5 years
|
|
61
|
+
- Best for: Business counts, demographics, spending
|
|
62
|
+
|
|
63
|
+
**Bureau of Labor Statistics** (https://www.bls.gov)
|
|
64
|
+
- Free employment and economic data
|
|
65
|
+
- Industry-specific statistics
|
|
66
|
+
- Best for: Employment trends, wages, productivity
|
|
67
|
+
|
|
68
|
+
**SEC EDGAR** (https://www.sec.gov/edgar)
|
|
69
|
+
- Free public company filings
|
|
70
|
+
- 10-K, 10-Q reports with segment revenue
|
|
71
|
+
- Best for: Validating market size with public company data
|
|
72
|
+
|
|
73
|
+
**Data.gov** (https://www.data.gov)
|
|
74
|
+
- Free government datasets
|
|
75
|
+
- Aggregates across agencies
|
|
76
|
+
- Best for: Specialized industry data
|
|
77
|
+
|
|
78
|
+
### International Sources
|
|
79
|
+
|
|
80
|
+
**OECD** (https://data.oecd.org)
|
|
81
|
+
- Free international economic data
|
|
82
|
+
- Best for: Cross-country comparisons
|
|
83
|
+
|
|
84
|
+
**World Bank** (https://data.worldbank.org)
|
|
85
|
+
- Free global development data
|
|
86
|
+
- Best for: Emerging markets, macro trends
|
|
87
|
+
|
|
88
|
+
**Eurostat** (https://ec.europa.eu/eurostat)
|
|
89
|
+
- Free European Union statistics
|
|
90
|
+
- Best for: European market sizing
|
|
91
|
+
|
|
92
|
+
## Trade Associations
|
|
93
|
+
|
|
94
|
+
Industry associations often publish market research:
|
|
95
|
+
|
|
96
|
+
**Software & SaaS**
|
|
97
|
+
- Software & Information Industry Association (SIIA)
|
|
98
|
+
- Cloud Security Alliance (CSA)
|
|
99
|
+
|
|
100
|
+
**E-commerce & Retail**
|
|
101
|
+
- National Retail Federation (NRF)
|
|
102
|
+
- Digital Commerce 360
|
|
103
|
+
|
|
104
|
+
**Financial Services**
|
|
105
|
+
- American Bankers Association (ABA)
|
|
106
|
+
- Financial Technology Association (FTA)
|
|
107
|
+
|
|
108
|
+
**Healthcare**
|
|
109
|
+
- Healthcare Information and Management Systems Society (HIMSS)
|
|
110
|
+
- American Hospital Association (AHA)
|
|
111
|
+
|
|
112
|
+
**Manufacturing**
|
|
113
|
+
- National Association of Manufacturers (NAM)
|
|
114
|
+
- Industrial Internet Consortium (IIC)
|
|
115
|
+
|
|
116
|
+
## Company and Customer Data
|
|
117
|
+
|
|
118
|
+
### B2B Databases
|
|
119
|
+
|
|
120
|
+
**LinkedIn Sales Navigator** ($99/month)
|
|
121
|
+
- Company and employee counts
|
|
122
|
+
- Industry filters
|
|
123
|
+
- Best for: B2B customer counting
|
|
124
|
+
|
|
125
|
+
**ZoomInfo** (Custom pricing)
|
|
126
|
+
- Company databases with firmographics
|
|
127
|
+
- Contact data
|
|
128
|
+
- Best for: B2B TAM calculations
|
|
129
|
+
|
|
130
|
+
**Crunchbase** ($29-$99/month)
|
|
131
|
+
- Startup company data
|
|
132
|
+
- Funding and employee information
|
|
133
|
+
- Best for: Tech startup markets
|
|
134
|
+
|
|
135
|
+
**BuiltWith** ($295-$995/month)
|
|
136
|
+
- Technology usage data
|
|
137
|
+
- Website analytics
|
|
138
|
+
- Best for: Technology adoption sizing
|
|
139
|
+
|
|
140
|
+
### Consumer Data
|
|
141
|
+
|
|
142
|
+
**Euromonitor** (Custom pricing)
|
|
143
|
+
- Consumer market research
|
|
144
|
+
- Best for: B2C product markets
|
|
145
|
+
|
|
146
|
+
**Nielsen** (Custom pricing)
|
|
147
|
+
- Consumer behavior and media
|
|
148
|
+
- Best for: CPG, retail, media markets
|
|
149
|
+
|
|
150
|
+
**Mintel** (Custom pricing)
|
|
151
|
+
- Consumer trends and insights
|
|
152
|
+
- Best for: B2C products and services
|
|
153
|
+
|
|
154
|
+
## Search and Discovery Tools
|
|
155
|
+
|
|
156
|
+
### Market Research Aggregators
|
|
157
|
+
|
|
158
|
+
**Research and Markets** (https://www.researchandmarkets.com)
|
|
159
|
+
- Aggregates reports from 100+ publishers
|
|
160
|
+
- $500-$10K per report
|
|
161
|
+
- Search across all major research firms
|
|
162
|
+
|
|
163
|
+
**MarketsandMarkets** (https://www.marketsandmarkets.com)
|
|
164
|
+
- Custom and syndicated research
|
|
165
|
+
- $4K-$10K per report
|
|
166
|
+
- Good for niche B2B markets
|
|
167
|
+
|
|
168
|
+
### Free Search Tools
|
|
169
|
+
|
|
170
|
+
**Google Scholar** (https://scholar.google.com)
|
|
171
|
+
- Free academic research
|
|
172
|
+
- Best for: Emerging technologies, academic validation
|
|
173
|
+
|
|
174
|
+
**SSRN** (https://www.ssrn.com)
|
|
175
|
+
- Free working papers
|
|
176
|
+
- Best for: Financial services, economics
|
|
177
|
+
|
|
178
|
+
**arXiv** (https://arxiv.org)
|
|
179
|
+
- Free preprints in CS, physics, etc.
|
|
180
|
+
- Best for: AI/ML, scientific markets
|
|
181
|
+
|
|
182
|
+
## Competitive Intelligence
|
|
183
|
+
|
|
184
|
+
### Public Company Analysis
|
|
185
|
+
|
|
186
|
+
**Yahoo Finance** (Free)
|
|
187
|
+
- Public company financials
|
|
188
|
+
- Segment revenue from earnings
|
|
189
|
+
|
|
190
|
+
**Seeking Alpha** (Free + Premium)
|
|
191
|
+
- Earnings transcripts
|
|
192
|
+
- Analyst estimates
|
|
193
|
+
|
|
194
|
+
**Public company investor relations**
|
|
195
|
+
- Annual reports (10-K)
|
|
196
|
+
- Investor presentations
|
|
197
|
+
|
|
198
|
+
### Private Company Intelligence
|
|
199
|
+
|
|
200
|
+
**PrivCo** (Custom pricing)
|
|
201
|
+
- Private company financials
|
|
202
|
+
- M&A transaction data
|
|
203
|
+
|
|
204
|
+
**Owler** (Free + Premium)
|
|
205
|
+
- Company profiles and news
|
|
206
|
+
- Revenue estimates
|
|
207
|
+
|
|
208
|
+
**SimilarWeb** (Free + Premium)
|
|
209
|
+
- Website traffic analytics
|
|
210
|
+
- Best for: Online business sizing
|
|
211
|
+
|
|
212
|
+
## Survey and Primary Research
|
|
213
|
+
|
|
214
|
+
### Survey Tools
|
|
215
|
+
|
|
216
|
+
**SurveyMonkey** ($25-$75/month)
|
|
217
|
+
- DIY surveys
|
|
218
|
+
- Best for: Customer willingness to pay
|
|
219
|
+
|
|
220
|
+
**Typeform** ($25-$83/month)
|
|
221
|
+
- Conversational surveys
|
|
222
|
+
- Best for: User research
|
|
223
|
+
|
|
224
|
+
**Qualtrics** (Enterprise pricing)
|
|
225
|
+
- Professional research platform
|
|
226
|
+
- Best for: Large-scale studies
|
|
227
|
+
|
|
228
|
+
### Panel Providers
|
|
229
|
+
|
|
230
|
+
**Respondent.io** ($100-$200 per response)
|
|
231
|
+
- Recruit professionals for interviews
|
|
232
|
+
- Best for: B2B customer research
|
|
233
|
+
|
|
234
|
+
**UserTesting** ($49 per participant)
|
|
235
|
+
- User research and testing
|
|
236
|
+
- Best for: Product validation
|
|
237
|
+
|
|
238
|
+
**Google Surveys** ($0.10-$3.50 per response)
|
|
239
|
+
- Quick consumer surveys
|
|
240
|
+
- Best for: Basic consumer insights
|
|
241
|
+
|
|
242
|
+
## Data Quality Checklist
|
|
243
|
+
|
|
244
|
+
When evaluating sources:
|
|
245
|
+
|
|
246
|
+
**Authority**
|
|
247
|
+
- [ ] Who published the research?
|
|
248
|
+
- [ ] What's their reputation?
|
|
249
|
+
- [ ] Do they have industry expertise?
|
|
250
|
+
|
|
251
|
+
**Methodology**
|
|
252
|
+
- [ ] How was data collected?
|
|
253
|
+
- [ ] What's the sample size?
|
|
254
|
+
- [ ] When was research conducted?
|
|
255
|
+
|
|
256
|
+
**Recency**
|
|
257
|
+
- [ ] Is data current (< 2 years old)?
|
|
258
|
+
- [ ] Has market changed significantly?
|
|
259
|
+
- [ ] Are growth rates still applicable?
|
|
260
|
+
|
|
261
|
+
**Consistency**
|
|
262
|
+
- [ ] Do multiple sources agree?
|
|
263
|
+
- [ ] Are definitions consistent?
|
|
264
|
+
- [ ] Do numbers triangulate?
|
|
265
|
+
|
|
266
|
+
**Relevance**
|
|
267
|
+
- [ ] Does it match your market definition?
|
|
268
|
+
- [ ] Is geography appropriate?
|
|
269
|
+
- [ ] Are segments aligned?
|
|
270
|
+
|
|
271
|
+
## Free vs. Paid Strategy
|
|
272
|
+
|
|
273
|
+
**Start with free sources:**
|
|
274
|
+
1. Government data for customer counts
|
|
275
|
+
2. Public company filings for segment revenue
|
|
276
|
+
3. Trade associations for industry trends
|
|
277
|
+
4. Google Scholar for academic research
|
|
278
|
+
|
|
279
|
+
**Upgrade to paid when:**
|
|
280
|
+
- Raising institutional funding (investors expect premium sources)
|
|
281
|
+
- Need detailed segment breakdowns
|
|
282
|
+
- Market is niche or emerging
|
|
283
|
+
- Free sources are outdated or insufficient
|
|
284
|
+
|
|
285
|
+
**Cost-effective approach:**
|
|
286
|
+
- Buy 1-2 key reports that cover your core market
|
|
287
|
+
- Use free sources for triangulation
|
|
288
|
+
- Supplement with primary research (customer interviews)
|
|
289
|
+
- Cite mix of free and paid sources
|
|
290
|
+
|
|
291
|
+
## Citation Best Practices
|
|
292
|
+
|
|
293
|
+
Always cite sources in market sizing:
|
|
294
|
+
|
|
295
|
+
**Format:**
|
|
296
|
+
```
|
|
297
|
+
Market Size: $X.XB
|
|
298
|
+
Source: [Publisher], [Report Name], [Date]
|
|
299
|
+
URL: [link if available]
|
|
300
|
+
```
|
|
301
|
+
|
|
302
|
+
**Example:**
|
|
303
|
+
```
|
|
304
|
+
Email Marketing Software TAM: $7.5B (2024)
|
|
305
|
+
Source: Gartner, "Market Share: Email Marketing Software, Worldwide, 2024"
|
|
306
|
+
Note: Includes all email marketing software revenue globally
|
|
307
|
+
```
|
|
308
|
+
|
|
309
|
+
**Include:**
|
|
310
|
+
- Publisher and report name
|
|
311
|
+
- Publication date
|
|
312
|
+
- Geography and scope
|
|
313
|
+
- Any adjustments made
|
|
314
|
+
- Link to source (if public)
|
|
315
|
+
|
|
316
|
+
## Keeping Research Current
|
|
317
|
+
|
|
318
|
+
**Set Google Alerts**
|
|
319
|
+
- Industry keywords
|
|
320
|
+
- Company names
|
|
321
|
+
- Market terms
|
|
322
|
+
|
|
323
|
+
**Follow Research Firms**
|
|
324
|
+
- Twitter accounts
|
|
325
|
+
- LinkedIn updates
|
|
326
|
+
- Free newsletter summaries
|
|
327
|
+
|
|
328
|
+
**Track Public Companies**
|
|
329
|
+
- Earnings calendars
|
|
330
|
+
- Investor relations pages
|
|
331
|
+
- Annual reports
|
|
332
|
+
|
|
333
|
+
**Join Industry Groups**
|
|
334
|
+
- LinkedIn groups
|
|
335
|
+
- Slack communities
|
|
336
|
+
- Trade associations
|
|
337
|
+
|
|
338
|
+
**Review Annually**
|
|
339
|
+
- Update market size with new data
|
|
340
|
+
- Adjust growth assumptions
|
|
341
|
+
- Revisit methodology if market changed
|
|
342
|
+
|
|
343
|
+
## Emergency Research Guide
|
|
344
|
+
|
|
345
|
+
**Need market size in < 2 hours?**
|
|
346
|
+
|
|
347
|
+
1. **Check Statista** (15 min) - Quick industry overview
|
|
348
|
+
2. **Find public companies** (30 min) - Get segment revenue from 10-Ks
|
|
349
|
+
3. **LinkedIn search** (20 min) - Count potential B2B customers
|
|
350
|
+
4. **Google Scholar** (20 min) - Find academic papers
|
|
351
|
+
5. **Calculate bottom-up** (30 min) - Customers × Price
|
|
352
|
+
6. **Triangulate** (15 min) - Compare sources
|
|
353
|
+
|
|
354
|
+
**Document everything:**
|
|
355
|
+
- Write down all sources
|
|
356
|
+
- Note all assumptions
|
|
357
|
+
- Show your methodology
|
|
358
|
+
- Caveat data quality
|
|
359
|
+
|
|
360
|
+
Better to have a defensible estimate with clear limitations than no data at all.
|