Ask HN: How do I get out of the “new project” loop?
I'm between large projects right now, and I've gotten into the habit of getting an idea, creating the skeleton for a project, implementing a few things, and then giving up on it 30mins - 1hr later in search of a new goal. (I must run `yarn create next-app` maybe 2-3 times / day on average) While it feels like part of the creative process at some level, (maybe something will stick? A few smaller projects have...) it also feels like a massive waste not to pick something and stick with it. After getting used to working with user feedback, and a rigid framework, how do I re-start the creative process?
4 comments
[ 2.4 ms ] story [ 21.9 ms ] threadSo, got an idea? Don't build a skeleton. Just leave it there. I would suggest you do write it down somewhere, maybe take a few extra notes, but that's it. Leave it there for a while. Another idea? Same thing.
Not only will you have gotten out of the loop you're in, but in a short time you will probably have a bunch of ideas written down. Now you can review, compare, relate them. And still don't start building on them yet. Just sort them, prune them, refine them, discard many, remix a few, join others, modify a few more.
Avoid getting started on any idea too soon. Only after this process, when you do find one idea which particularly calls your attention and it's fleshed out enough to convince you that you are actually interested in following through, only then, I repeat, start working on it.
And still, don't just jump into building it. Again, before building: think, plan, find the hard parts, find the easy parts, ponder, evaluate, refine it further.
The thing is... implementing the idea is not that creative. It is, but only to a certain point. The creative part is the idea itself, shaping it, refining it, making it consistent, solid, interesting, useful... But if you start building it right away you don't leave room for the idea to grow, to take it's correct shape, to become actually interesting or be revealed as the opposite.
A solver with no real problem is a miserable thing indeed.
Someday you may have it in you to “make” yourself finish something.
Until then, you will need some external master demanding passable results or you will dwindle in idle infinite possibilities to the end of futility.
Maybe try to write down each of your ideas, give it a +1 vote each you think about it. After a month select the one that had the most votes and try to implement it. Writing to down the idea might be enough to give you strength to postpone executing it immediately.