v 0.1.1
This commit is contained in:
parent
93a4fe5149
commit
cef1046048
14
README.md
14
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.
|
||||
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.
|
20
build/README.md
Normal file
20
build/README.md
Normal file
@ -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
|
3
build/build-BusinessModelCanvas.sh
Normal file
3
build/build-BusinessModelCanvas.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Build the business model canvas artifact
|
3
build/build-LLCOperatingAgreement.sh
Normal file
3
build/build-LLCOperatingAgreement.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Build the LLC operating agreement
|
3
build/build-PitchDeck.sh
Normal file
3
build/build-PitchDeck.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Build pitch deck artifact
|
3
build/build-ReadySET.sh
Normal file
3
build/build-ReadySET.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Build ReadySET artifact
|
3
build/build-StartupStrategicFramework.sh
Normal file
3
build/build-StartupStrategicFramework.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Build the startup strategic framework artifact
|
3
build/build-WardelyValueMap.sh
Normal file
3
build/build-WardelyValueMap.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# BUild wardley value map artifact
|
3
build/build-submission-package.sh
Normal file
3
build/build-submission-package.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Build the full RWSCP submission package
|
Loading…
Reference in New Issue
Block a user