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?

Comments (6)

ezekg · 5h ago
Don't complicate it.

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.

nookeshkarri7 · 5h ago
I completely agree—keeping it simple is key.
benoau · 5h ago
I start with a TODO.md and a VSCode extension that makes it into a little KanBan. And I treat it more like notes than anything else, until the project gets much further along.

https://marketplace.visualstudio.com/items?itemName=coddx.co...

nookeshkarri7 · 5h ago
I’ll definitely check out that extension—thanks for sharing the link! It might be just what I need to keep things organized as the project progresses.
PaulHoule · 5h ago
Paper notes.

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.

incomingpain · 5h ago
I am of the opinion those are all traps that waste time and effort unproductively.

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?