| >B requires one to get out of their comfort zone, and doing A let's them believe they're making progress while avoiding having to think about B There's definitely some of that. >If I may ask: how are the sprint tasks different from the other small things you feel compelled to do? Sprint tasks are almost always about new features. The other tasks are more about maintenance and tech debt. For example, my Sprint task will be about feature X. When I'm adding tests for X, I realize this particular repo has been neglected and is using very outdated dependencies, not following CI best practices we're using everywhereetc. So doing all that slows me down but I feel it's the right thing to do. Others disagree and don't see any problem with that. Or our monitoring system started to spill out false positives a lot (or I took a look at that just this week), and I need to adjust things so the oncall doesn't keep being woken up unnecessarily. Or worse, they just keep pushing the ignore button. Or the code I'm working on is using a database that's behind updates and is missing security updates. There's a lot of yak shaving if I'm to look at the whole thing and feel proud about it. |
My armchair diagnosis is you and your company are a poor fit for each other at this phase of the company. You have probably already surmised that you'd do better at large corporations or companies not focused on growth, but on greasing and sustaining their existing products.
Since you mention that you can't quit this job, there are several options you can consider:
1. Internal transfer to another team, if possible.
2. Start looking for other opportunities that are more aligned with what you do.
3. Be mindful of priorities and timelines. Visualize and draw the timeline on a piece of paper if you have to, and understand that it's physically impossible to do both new feature and the small tasks, and still meet the deadline. Hopefully doing so helps you to see the big picture as the company sees it, and lets you override your compulsion. Write this down on a sticky note as a reminder and stick it on your monitor if you have to.