driftless
Search

Problem Solving

Quality technique · See it on the map

Guide only — Diagnosing and resolving a problem is a judgment call.

A disciplined path from noticing something is wrong to a tested fix.

When to use it

A problem whose cause or best fix isn't already known, especially one with several plausible solutions worth comparing before committing.

When to avoid it

A known problem with a known standard fix — running a full problem-solving process on it only slows down doing the fix. Also don't use it in place of root cause analysis when the cause itself is the unknown: problem solving assumes the problem can already be stated, root cause analysis is how you find why it's happening.

Steps

What it produces

Common pitfalls

Worked example

Larch & Rowe crews keep running out of a specific fastener mid-job. The easy jump is 'order more.' Stated properly, the problem is 'the reorder point is set below what a typical job actually consumes.' Candidates considered: raise the reorder point, switch to a supplier with faster restock, or pre-kit fasteners per job. The team picks pre-kitting, since it also cuts loss on site, sets a check (zero mid-job runouts across the next five jobs), and confirms it a month later.

Source

Where it comes from: this technique is named by the PMBOK Guide, 6th edition.