Software Engineering Strategy
A software engineering strategy is a high-level plan or approach designed to achieve specific objectives within software engineering teams and projects. This strategy outlines the challenges, methods, and actions required to overcome these challenges.
The development and implementation of such a strategy can vary. One popular starting point is Richard Rumelt’s three pillars of effective strategies from Good Strategy, Bad Strategy. I was first introduced to this approach while reading the book An Elegant Puzzle by Will Larson (CTO at Carta).
According to this approach, a good strategy consists of the following components:
- Diagnosis: The theory describing the challenge at hand, including its factors and constraints, alongwith a problem statement;
- Guiding Policies: These are the policies that will be applied to address the challenge. They describe the general approach taken to tackle the problem;
- Actions: These are the specific steps implemented to address the challenge.
Applications
From my experience, I have found software engineering strategies useful in two contexts:
- Writing guides to help teams tackle specific operational challenges: I have explored this in Writing Guides to Support Your Teams. The diagnosis usually identifies one specific challenge, and the guiding policies and actions are tailored to address that challenge;
- Developing mid or long-term software engineering strategies for my team or business unit: In this context, the strategy explores multiple challenges, identifies the guiding policies and actions to tackle them, and aims to inspire and guide leaders and individual contributors in their work towards common goals.
Related Posts
- May 26, 2024 - Developing Software Engineering Strategies. A high-level plan or approach designed to achieve specific objectives in software engineering teams and projects.
- Jan 21, 2023 - Writing Guides to Support Your Teams. An effective asynchronous communication approach to support your teams in handling specific challenges.
Learning
Books
- An Elegant Puzzle: Systems of Engineering Management, by Will Larson (CTO at Carta). An excellent book for software engineering managers, one full of actionable strategies and clear examples, which significantly helps me in my work.