First cut of combined package using mdbook

This commit is contained in:
Charles N Wyble 2024-12-17 08:10:27 -06:00
parent d7e4014cad
commit 663e7aa487
193 changed files with 2831 additions and 4908 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
book

View File

@ -1,61 +0,0 @@
# Redwood Springs Capital Partners - Startup Starter Package
## Introduction
Welcome to the Startup Starter Package! This is a collection of resources to help you go from idea to execution. It's useful for bootstrappers and those looking to raise funds (whether from RWSCP or other investors).
This package of materials is in production use by the TSYS Group portfolio of companies who have vendored this repository into their bizprodop plan repositories.
## Contents Overview
In the vendor/git.knownelement.com/RWSCP directory you'll see six sub directories:
- BusinessModelCanvas
- LLCOperatingAgreement
- PitchDeck
- ReadySET
- StartupStrageicFramework
- WardleyValueMap
Those represent vendored repositories that are each independently developed/maintained by RWSCP.
Go to the [rwscp git page](https://git.knownelement.com/RWSCP) to engaage with the development process if you find any errors, have feedback etc. Also each repository has extensive documentation which we won't repeat here.
Please see the next sections for a synopsis of the contents of each vendored repository.
### Business Model Canvas
This is a nice visual representation of your startups business model, It's useful as the second slide of your pitch deck (after your eleveator pitch).
### LLC Operating Agreement
This is the standard set of company bootstrap documents:
- operating agreement
- NDA
- IP Assignment
- corporate governance documents
that RWSCP requires it's portfolio companies to adopt as part of taking investment from us.
### PitchDeck
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.
### 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.
### Startup Strageic Framework
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 Value Chain Map.
## Build
Please see the [build readme file](./build/README.md) for details of how to create an output artifact suitable for RWSCP submission.

6
book.toml Normal file
View File

@ -0,0 +1,6 @@
[book]
authors = ["Redwood Springs Capital Partners LLC"]
language = "en"
multilingual = false
src = "src"
title = "Redwood Springs Capital Partners LLC - Startup Submission Package"

View File

@ -1,20 +0,0 @@
# 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

View File

@ -1,3 +0,0 @@
#!/usr/bin/bash
# Build the full RWSCP submission package

View File

@ -1,33 +1,34 @@
# Name of Business
This is a Markdown template for developing a business model using the Business Model Canvas.
Add logo of the business here. Remove this description.
## Summary of Business
Add a description that is about the length of an evelvator pitch for the business.
## Website of Business
Add here a link to your website design.
[Company Name Homepage](https://www.somecompany.com)
## Business Model Canvas
Add a very brief summary of each section in this table and provide details in the linked documents. Remove this description.
<table>
<tr>
<td rowspan="2">
<b><a href="Key_Partners.md">Key Partners</a></b>
<b><a href="./Key_Partners.md">Key Partners</a></b>
<p>Who are our Key Partners?<br>
Who are our key suppliers?<br>
Which Key Activities do partners perform?</p>
</td>
<td>
<b><a href="Key_Activities.md">Key Activities</a></b>
<b><a href="./Key_Activities.md">Key Activities</a></b>
<p>What Key Activities do our Value Propositions require?<br>
Our Distribution Channels?<br>
Customer Relationships?<br>
Revenue Streams?</p>
</td>
<td rowspan="2" colspan="2">
<b><a href="Value_Propositions.md">Value Propositions</a></b>
<b><a href="./Value_Propositions.md">Value Propositions</a></b>
<p>What value do we deliver to the customer?<br>
Which one of our customer's problems are we helping to solve?<br>
What bundles of products and services are we offering to each Customer Segment?<br>
@ -37,26 +38,26 @@ Add a very brief summary of each section in this table and provide details in th
<br><br><br><br><br>
</td>
<td>
<b><a href="Customer_Relationships.md">Customer Relationships</a></b>
<b><a href="./Customer_Relationships.md">Customer Relationships</a></b>
<p>What type of relationship does each of our Customer Segments expects us to establish and maintain with them?<br>
Which ones have we established?</p>
</td>
<td rowspan="2">
<b><a href="Customer_Segments.md">Customer Segments</a></b>
<b><a href="./Customer_Segments.md">Customer Segments</a></b>
<p>For whom are we creating value?<br>
Who are our most important customers?</p>
</td>
</tr>
<tr>
<td>
<b><a href="Key_Resources.md">Key Resources</a></b>
<b><a href="./Key_Resources.md">Key Resources</a></b>
<p>What Key Resources do our Value Propositions require?<br>
Our Distribution Channels?<br>
Customer Relationships?<br>
Revenue Streams?</p>
</td>
<td>
<b><a href="Channels.md">Channels</a></b>
<b><a href="./Channels.md">Channels</a></b>
<p>Through which Channels do our Customer Segments want to be reached?<br>
How are our Channels integrated?
How are we integrated with customer routines?</p>
@ -64,14 +65,14 @@ Add a very brief summary of each section in this table and provide details in th
</tr>
<tr>
<td colspan="3">
<b><a href="Financial_Plan.md">Cost Structure</a></b>
<b><a href="./Financial_Plan.md">Cost Structure</a></b>
<p>What are the most important costs to our business?<br>
Which Key Resources are most expensive?<br>
Which Key Activities are most expensive?<br>
How does it coes to establish and run the business?</p>
</td>
<td colspan="3">
<b><a href="Financial_Plan.md">Revenue Streams</a></b>
<b><a href="./Financial_Plan.md">Revenue Streams</a></b>
<p>For what value are customers willing to pay? <br>
How would they prefer to pay? <br>
What is the revenue structure?</p>

48
src/Introduction.md Normal file
View File

@ -0,0 +1,48 @@
# Redwood Springs Capital Partners - Startup Starter Package
## Introduction
Welcome to the Startup Starter Package! This is a collection of resources to help you go from idea to execution. It's useful for bootstrappers and those looking to raise funds (whether from RWSCP or other investors).
This package of materials is in production use by the TSYS Group portfolio of companies.
## Contents Overview
In the src sub directory you'll see five sub directories:
- BusinessModelCanvas
- OperatingAgreement
- ProductPlan
- StrategicContext
- WardleyValueMap
Please see the next sections for a synopsis of the contents of each directory.
Go to the [git repo page](https://git.knownelement.com/RWSCP) to engaage with the development process if you find any errors, have feedback etc.
### Business Model Canvas
This is a nice visual representation of your startups business model.
### Operating Agreement
This is the standard set of company bootstrap documents:
- operating agreement
- NDA
- IP Assignment
- corporate governance documents
that RWSCP requires it's portfolio companies to adopt as part of taking advisement/investment from us.
### ProductPlan
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.
### StrategicContext
This is a deeper dive of the material in your business model canvas.
### Wardley Value Map
This is where you create your Wardely Value Chain Map.

Some files were not shown because too many files have changed in this diff Show More