top | item 12614287

How to Build Deep Focus Into Your Organizational Culture

84 points| cameronconaway | 9 years ago |getflow.com

33 comments

order
[+] wpietri|9 years ago|reply
I'm going to ignore the high levels of content marketing here and share my favorite trick: minimize work-in-process.

At my last startup, we limited WIP (that is, the number of open tasks) to be smaller than the number of developers. You can see a picture of our task board here:

http://williampietri.com/writing/2015/the-big-board/#toc4

This was great. It really forced us to focus and collaborate. It helped management to accept the true capacity of the team, preventing them from flooding us with requests. It also let us get things done at a lively pace, creating a continuous sense of progress that built trust.

I've visited so many teams that have a dozen things going on at once, which leaves everybody scattered. Especially when people then sneak in another dozen "unofficial" requests because they have learned not to trust the main work queue. And then another dozen urgent bugs, most of which happened because of the chaotic work environment, because nobody has enough time to focus and do something right.

In some: if you want to get more done, do fewer things. And then fewer things still. It seems crazy, but it works.

[+] Animats|9 years ago|reply
Someone is from an industrial environment. Work in process, in the form of partially complete goods, is a curse of badly organized factories. It's more visible in a factory environment; you have to walk around the stuff on the shop floor. It also costs real money - you've bought the parts, but can't sell the product yet.

One form of limiting work in progress is this: if you want reliable software, insist that no new features go in until all the reported bugs have been fixed. A weaker form of this is to have a master branch, which gets bug fixes only, and a development branch, into which new features go. Merging can happen only when there are no open issues in the master branch.

This is the opposite of "shit early, shit often" development.

[+] aantix|9 years ago|reply
Spot on. The best team I ever worked with used Pivotal Tracker. When you delivered a story, you picked the next story off the top of the backlog. No cherry picking of stories.

We paired on all but the simplest stories. You were constantly learning new tricks from other devs and since you could only take from the top, you quickly got a taste of most of the major components of the system.

In short, you could actually take a fucking vacation because there's no longer the situation of being the only designated "backend guy". Everyone had some backend experience.

[+] lockedoutwhoops|9 years ago|reply
Very insightful and well stated. Doing fewer things is a great way to define focus. Too many tasks in progress seems to lead to cognitive drain, perhaps due to all the context switching.
[+] drvdevd|9 years ago|reply
Sounds rather brilliant actually and a good rule of thumb.
[+] zipfle|9 years ago|reply
It is hard to take an article about "focus" seriously on a site that pops up an email subscription request as soon as you start to read it.
[+] borkabrak|9 years ago|reply
I apologize if this is too far off-topic, but all this talk of "focus" lately keeps reminding me of A Deepness in the Sky, by Vernor Vinge, where a much more sinister (and more sci-fi) version of it is called exactly that - they forcibly "Focus" a group of people into the office equivalent of slave labor.

Great read.

[+] therusskiy|9 years ago|reply
Anyone had a chance to read their book? Do they back their practice by research? Tired of pseudo sciency stuff...
[+] IpV8|9 years ago|reply
Yea, whenever I see an article with that much sales copy mixed in I start to question everything that they're saying.
[+] thefastlane|9 years ago|reply
just put everyone in a big bullpen, and make sure everyone sits as close together as possible for maximum collaboration -- that's basically what deep focus is, right? bonus points if you're right next to a heavily traffricked walkway, which will foster 'drive-by testing', or something. another CTO was telling me about drive-by whatever-it-was at the CTO conference in Hawaii that I attended last week. good stuff.
[+] maxxxxx|9 years ago|reply
Add status reports twice a day and you are on your way to eternal greatness!