I mostly agree, but for some types of projects I think the initial setup phase can be worth doing as a scale, because it's important and often under-practiced.
Server deployment, setting up a build system, wiring up some system that you know you'll do again, etc - there are benefits to knowing a process that works, rather than stumbling through it each time and thinking it's magic. Another thing that helps is just writing down all the steps you did, after going down a windy path that eventually worked.
I agree 100% with documenting what you did when setting up a system/server. I do this (most of the time) and the ability to go back and look at what was done is invaluable. I just wish I did it more often - I something think something is so obvious that I don’t need to write it down and 6 months later I kick myself for being so lazy!
Server deployment, setting up a build system, wiring up some system that you know you'll do again, etc - there are benefits to knowing a process that works, rather than stumbling through it each time and thinking it's magic. Another thing that helps is just writing down all the steps you did, after going down a windy path that eventually worked.