A strategy is composed of three parts:  1. **Diagnosis:** a ...

A strategy is composed of three parts:

  1. Diagnosis: a theory describing the nature of the challenge. This is trying to identify the root cause(s) at play, for example, “high work-in-progress is preventing us from finishing any tasks, so we are increasingly behind each sprint” might be a good diagnosis
  2. Guiding policies: the approaches you’ll apply to grapple with the challenge. Guiding policies are typically going to be implicit or explicit tradeoffs. For example, a guiding policy might be “only hire for most urgent team, do not spread hires across all teams.” If a guiding policy doesn’t imply a tradeoff, you should be suspicious of it (e.g. “working harder to get it done” isn’t really a guiding policy)
  3. Coherent actions: a set of specific actions directed by guiding policy to address challenge. This is the most important part, and I think the most exciting part, because it clarifies that a strategy is only meaningful if it leads to aligned action
www.joshbeckman.org/notes/475620660