Code of conduct: writing one that settles arguments
A code of conduct says how people here are expected to behave and what happens when they do not. Its value is not aspiration — it is having decided the hard cases before one arrives.
Root cause analysis works out why something went wrong deeply enough that fixing it prevents a recurrence. Its main difficulty is stopping too early, at an answer that sounds satisfying.
Root cause analysis is the practice of investigating a problem until you understand the mechanism that produced it, rather than the event that revealed it. The test of whether you have arrived is straightforward: if you removed what you have identified, would this class of problem stop happening? If the honest answer is probably not, the analysis is unfinished.
What makes it hard is not technique. It is that every investigation passes through an answer that feels sufficient — somebody was careless, the supplier sent a bad batch, the system was slow — and stopping there is comfortable, quick and usually wrong.
Five whys has a known weakness worth naming: it produces a single chain, and real failures are usually a coincidence of several conditions. If your analysis reads as one tidy line of reasoning, check whether you discarded contributing factors because they did not fit the chain.
When an investigation concludes that someone made a mistake, it has generally stopped one step early. People make errors at a fairly stable rate; what varies is how easy a system makes them and whether anything catches them. The useful question is not who erred but what allowed the error to reach the outcome — no confirmation step, two documents that look alike, a warning everyone has learned to dismiss, a workload that made haste rational.
This is not about being generous. It is that fixes aimed at a person do not survive that person leaving, while fixes aimed at conditions apply to everybody who comes after.
An analysis that lives only in the meeting is lost within weeks. The write-up does two things beyond recording the outcome: it lets someone hitting a similar problem in a year find out what was learned, and it exposes patterns when several are read together. The second is where the real value accumulates — three separate investigations that each ended at a different proximate cause often share a condition nobody noticed while looking at them one at a time.
Ettex Docs is the practical place for that write-up: a document per investigation with the timeline, the causes and the actions, version history so later corrections are visible, and comments so people who were involved can dispute the account before it is filed. Duplicating the previous one gives you the structure without a blank page.
It offers no analysis tooling — no fishbone or fault-tree diagramming, no template library, no linkage from a cause to the actions tracked elsewhere. The diagram, if you want one, is drawn elsewhere and pasted in; the actions belong in whatever you use to track work.
The reason to run these without blame is practical: people who expect punishment give incomplete accounts, and an incomplete account produces a wrong analysis. That is compatible with accountability for what happens next — someone owns each action and is answerable for whether it happens. What it is not compatible with is treating the investigation as the process that identifies who to discipline, because then the next investigation gets nothing useful.
Investigating a problem until the underlying mechanism is understood well enough that addressing it prevents recurrence.
Repeatedly asking why until answers become conditions rather than events. Fast, but prone to producing a single chain when several causes combined.
A way of sorting candidate causes into categories — people, process, equipment, materials, environment, measurement — to force breadth before depth.
Because it stops one step early. The useful question is what made the error easy and what allowed it to reach the outcome.
Usually not. Most real failures require several conditions to coincide, and a single tidy chain often means contributing factors were discarded.
So the next person can find it, and so patterns across several investigations become visible — which is where most of the value is.
Build the timeline first, generate causes broadly before judging them, keep going until you reach conditions rather than events — and write it down somewhere the next person will look.
A code of conduct says how people here are expected to behave and what happens when they do not. Its value is not aspiration — it is having decided the hard cases before one arrives.
A project charter names the objective, the boundaries, the sponsor and the person authorised to run the work. Its main use comes months later, when people disagree about what was agreed.
Most HR policy lists are written for organisations with an HR department. A company of fifteen needs a much shorter set — and needs each one to be short enough that people read it.