Ask HN: Solo Devs, How Do You Plan Your Development?
3 nookeshkarri7 6 5/14/2025, 2:40:28 PM
I'm curious—what framework or system do you use to plan your product development?
Right now, I'm using Trello with four lists: Planned, In Progress, Staging, and Production. It works okay, but I feel like there’s room for improvement—maybe by adding progress percentages or something similar to get a clearer overview of my tasks.
Are you using any simple agile frameworks that work well for solo developers and could also scale to a small team (up to three more devs) in the near future?
Your customers should dictate what you spend your time on, not directly, but you should filter their feedback into features that fit the whole. If there's nothing filtering out of feedback yet, just work on what's interesting and what you think they'll find useful. I use GitHub issues to track the backlog. But I typically just work on what I think is important or interesting right now, which doesn't even really require a backlog. If it's not important, or if it's uninteresting, it'll probably just sit in the backlog until there's enough demand to make it interesting to work on.
It helps to dogfood your own product too, then you get a direct feedback loop on what's needed right now.
https://marketplace.visualstudio.com/items?itemName=coddx.co...
These have the advantage that they are completely off the screen so they don't compete for attention with all the IDE windows, tabs, web browsers, all of that.
Trello aka kanban is about reducing work in progress and improving your flow. but why stop reducing overhead at visual cards? Why not eliminate it all and go immediately to development?