From cef1046048e3cd9a864e9403f2fa41cbf2557bc0 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Tue, 10 Dec 2024 06:33:26 -0600 Subject: [PATCH] v 0.1.1 --- README.md | 14 +++++++++++++- build/README.md | 20 ++++++++++++++++++++ build/build-BusinessModelCanvas.sh | 3 +++ build/build-LLCOperatingAgreement.sh | 3 +++ build/build-PitchDeck.sh | 3 +++ build/build-ReadySET.sh | 3 +++ build/build-StartupStrategicFramework.sh | 3 +++ build/build-WardelyValueMap.sh | 3 +++ build/build-submission-package.sh | 3 +++ 9 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 build/README.md create mode 100644 build/build-BusinessModelCanvas.sh create mode 100644 build/build-LLCOperatingAgreement.sh create mode 100644 build/build-PitchDeck.sh create mode 100644 build/build-ReadySET.sh create mode 100644 build/build-StartupStrategicFramework.sh create mode 100644 build/build-WardelyValueMap.sh create mode 100644 build/build-submission-package.sh diff --git a/README.md b/README.md index 0d5da2c..10c72fb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ In the vendor/git.knownelement.com/RWSCP directory you'll see six sub directorie - BusinessModelCanvas - LLCOperatingAgreement +- PitchDeck - ReadySET - StartupStrageicFramework - WardleyValueMap @@ -38,6 +39,7 @@ This is the standard set of company bootstrap documents: that RWSCP requires it's portfolio companies to adopt as part of taking funding from us. + ### ReadySET This is a standardized comprehensive set of software engineering templates that we require portfolio companies to fully complete as part of the submission for funding process. @@ -46,6 +48,16 @@ This is a standardized comprehensive set of software engineering templates that This serveas as a framework for your startups board/management (and the RWSCP board member) to effectively manage the portfolio company. +### Wardley Value Map + +This is where you create your Wardely Valuechain Map. + ### PitchDeck -This is the pitch deck template we require any startups seeking funding from RWSCP to use. \ No newline at end of file +This is the pitch deck template we require any startups seeking funding from RWSCP to use. + +It will heavily utilize the canvas, strageic framework, wardely value map assets. + +## Build + +Please see the [build readme file](./build/README.md) for details of how to create an output artifact suitable for RWSCP submission. \ No newline at end of file diff --git a/build/README.md b/build/README.md new file mode 100644 index 0000000..b7a9eb1 --- /dev/null +++ b/build/README.md @@ -0,0 +1,20 @@ +# Startup Starter Package Build Process + +## Introduction + +The goal of this build process is to create a RWSCP submission package. + + +## Build artificats + +### Business Model Canvas + +### Operating Agreement + +### Pitch Deck + +### ReadySET + +### Strategic Framework + +### Wardley Value Map \ No newline at end of file diff --git a/build/build-BusinessModelCanvas.sh b/build/build-BusinessModelCanvas.sh new file mode 100644 index 0000000..9e80a77 --- /dev/null +++ b/build/build-BusinessModelCanvas.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +# Build the business model canvas artifact \ No newline at end of file diff --git a/build/build-LLCOperatingAgreement.sh b/build/build-LLCOperatingAgreement.sh new file mode 100644 index 0000000..eb9434e --- /dev/null +++ b/build/build-LLCOperatingAgreement.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +# Build the LLC operating agreement \ No newline at end of file diff --git a/build/build-PitchDeck.sh b/build/build-PitchDeck.sh new file mode 100644 index 0000000..29631b9 --- /dev/null +++ b/build/build-PitchDeck.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +# Build pitch deck artifact \ No newline at end of file diff --git a/build/build-ReadySET.sh b/build/build-ReadySET.sh new file mode 100644 index 0000000..056ccca --- /dev/null +++ b/build/build-ReadySET.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +# Build ReadySET artifact \ No newline at end of file diff --git a/build/build-StartupStrategicFramework.sh b/build/build-StartupStrategicFramework.sh new file mode 100644 index 0000000..63d626f --- /dev/null +++ b/build/build-StartupStrategicFramework.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +# Build the startup strategic framework artifact \ No newline at end of file diff --git a/build/build-WardelyValueMap.sh b/build/build-WardelyValueMap.sh new file mode 100644 index 0000000..75a6b85 --- /dev/null +++ b/build/build-WardelyValueMap.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +# BUild wardley value map artifact \ No newline at end of file diff --git a/build/build-submission-package.sh b/build/build-submission-package.sh new file mode 100644 index 0000000..a829445 --- /dev/null +++ b/build/build-submission-package.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +# Build the full RWSCP submission package \ No newline at end of file