From 70aab87afee296b727d50fab5e787c79e30664f3 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Thu, 9 Nov 2023 22:01:59 -0800 Subject: [PATCH] :pencil2: Documented cult of done pitfalls --- cult_of_done.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cult_of_done.md diff --git a/cult_of_done.md b/cult_of_done.md new file mode 100644 index 00000000..354753c7 --- /dev/null +++ b/cult_of_done.md @@ -0,0 +1,19 @@ +## The Cult of Done Manifesto + +1. There are three states of being. Not knowing, action and completion. +2. Accept that everything is a draft. It helps to get it done. +3. There is no editing stage. +4. Pretending you know what you’re doing is almost the same as knowing what you are doing, so just accept that you know what you’re doing even if you don’t and do it. +5. Banish procrastination. If you wait more than a week to get an idea done, abandon it. +6. The point of being done is not to finish but to get other things done. +7. Once you’re done you can throw it away. +8. Laugh at perfection. It’s boring and keeps you from being done. +9. People without dirty hands are wrong. Doing something makes you right. +10. Failure counts as done. So do mistakes. +11. Destruction is a variant of done. +12. If you have an idea and publish it on the internet, that counts as a ghost of done. +13. Done is the engine of more. + +**NOTE:** + +Copied from [Bre Pettis' Medium Article On The Subject](https://scribe.rip/@bre/the-cult-of-done-manifesto-724ca1c2ff13)