Jon Moshier / Notes / Decisions budding
Note · From the Notebook

Decisions

My working playbook for decisions that actually warrant the effort: how to triage, walk through the hard ones, and the traps I keep falling into.

The actionable side of Decision Frameworks, which covers where these tools come from and whether they hold up. Most decisions need none of this. The skill is spotting the few that do, then reaching for the right tool. This is what I reach for.

Triage first, every time

Before any analysis, sort the decision:

Reversible and low-stakes: decide and move on. Optimizing here is the trap. The rest is for the few that survive.

The walkthrough for the hard ones

Run in order. Skip what doesn’t fit.

  1. Write the question in one sentence. If I can’t, I don’t understand it yet. Watch for the fake binary (“should I do X?” when the real question is “what do I do about Y?”), and for arguing the tactic when the strategy is the real choice.
  2. Force a third option. Two options is usually a false choice. Ask what I’d do if neither existed.
  3. Name the load-bearing assumption. What has to be true for A to win? Which part am I guessing? Can I test the guess cheaply first?
  4. Premortem. It’s a year out and this went badly. Write how it happened. The failure modes I can name are the ones I can guard against. Putting it in past tense, as if it already failed, surfaces about 30% more of them.
  5. Check the gut against the analysis. When they disagree, that’s information. One is holding context the other isn’t. Don’t silence either.
  6. Decide, and set a review date. Write the call, the reason, and when I’ll revisit. The review date is how I learn whether the process works.

Specialty tools

Pull only when the case fits.

Traps I keep hitting

Log

YYYY-MM-DD — [decision] — [one-sentence reason] — [review date]

Checking past calls against how they turned out is the only thing that sharpens the process.

See also

← All notes Read recent essays →