DEV Community

Discussion on: What is the most challenging part of your daily work that doesn't involve coding?

Collapse
 
practicingdev profile image
Practicing Developer

Ah yes, I've had to do my share of planning out work for others over the years.

What I've found to work is to start accepting the idea that planning needs to happen at various levels of granularity over longer time scales, because constantly trying to groom the backlog on a two week cadence just doesn't work. This is especially the case when you run into unknowns, whether it is something being much easier than expected, much harder than expected, or just blocking because of some external issue outside of the team.

Have you seen the Shape Up process from Basecamp? It's something you'd probably need to adjust a bit to fit your situation, but it's full of interesting ideas that may help.

Collapse
 
juliusdelta profile image
JD Gonzales

Thanks for the suggestion about Shape Up, I'll definitely check it out.

Yeah moving planning to a more macro structure is definitely something I'm learning to do.