- @smastrog's [[Team Alignment Map]]
- goal:: ^^everyone is on the same page^^, who does what, ^^minimize risk^^ of blow-up
- process
- forward loop: fill left to right
- pre-mortem: Imagine you are in the future and the project failed, why did it happen? Fill in
๐บ **Risks**
. - backward loop: add resources and commitments to mitigate risks
- project:: monetize [[Roam Research]]
- {{[[table]]}}
- {{[[embed]]: ((7VKfl9d6o))}}
- {{[[embed]]: ((WueJPOYXo))}}
- {{[[embed]]: ((iKZ4M6I70))}}
- {{[[embed]]: ((TLtKYi6sq))}}
- {{[[embed]]: ((iKZ4M6I70))}}
- {{[[embed]]: ((WueJPOYXo))}}
- {{[[embed]]: ((7VKfl9d6o))}}
- {{[[table]]}}
- ๐ฏObjectives
- get paying customers
- positive cash-flow
- ๐Commitments
- #[[Roam Research]]
- integrate payment, billing
- create pricing page
- communicate the transition
- tight backup for customer db
- security audit
- #roamcult
- report bugs
- #[[Roam Research]]
- ๐ ๏ธResources
- #developer
- #roamcult
- #support
- #devops
- ๐บRisks
- churn
- lack of support for paying customers
- data loss due to server failure
- brand damage
- data breach due to security issue
- churn
Created
June 5, 2020 22:56
-
-
Save thesved/b636a00a394437087ceb4b1ad91f746c to your computer and use it in GitHub Desktop.
Team Alignment Map in Roam Research
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* don't limit the block width for tables */ | |
.rm-block-text { | |
max-width: none!important; | |
} | |
/* clean up tables embedded in tables and blocks within tables */ | |
.roam-table, .roam-table th, .roam-table td, .roam-table tr { | |
padding:0!important; | |
vertical-align: top; | |
min-width:auto!important; | |
overflow: hidden; | |
} | |
.roam-table .roam-table table { | |
width:100%; | |
} | |
.roam-table .rm-block-ref { | |
padding:0!important; | |
} | |
.roam-table .rm-embed-container { | |
background-color:transparent!important; | |
padding-bottom:20px; | |
} | |
.roam-table .rm-embed-edit, .roam-table .bp3-popover-wrapper { | |
display:none!important; | |
} | |
.roam-table .controls .block-expand .rm-caret { | |
transition:none!important; | |
} | |
.rm-embed-inner-block-hide:hover { | |
margin-left:-42px!important; | |
} | |
.roam-table .roam-table th, .roam-table .roam-table td, .roam-table .roam-table tr { | |
border-bottom:0; | |
border-left:0; | |
border-top:0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment