Field Notes
Documentation Is a Form of Memory
Good documentation does not try to remember everything. It remembers the decisions and dependencies that a future person cannot safely guess.
People often say documentation is important in the same tone they use for exercise. Everyone agrees. Very few people want to do it at the end of a long day.
The problem is not that organizations lack information. It is that the information they need most is often trapped in someone’s memory.
What memory hides
Memory is excellent at preserving the shape of a problem and poor at preserving the exact detail required to solve it six months later. Someone remembers that a vendor “handles the phones,” but not which portal contains the administrator account. Someone knows a backup exists, but not whether it has ever been restored.
These are not failures of intelligence. They are failures of external memory.
Write the reason, not just the setting
A useful record says more than “port 4 connects to the firewall.” It explains what depends on that connection and what would break if it changed. A useful access record says more than “Jane is an admin.” It explains why that access exists and when it should be reviewed.
The stranger test
Documentation is ready when a competent stranger can use it without a guided tour from the person who wrote it. The stranger does not need every detail. They need the sequence, the owner, the dependency, and the warning.
This is why short documentation often beats a giant manual. A two-page recovery map can be more valuable than a hundred pages of screenshots that no longer match the system.
Documentation as continuity
For a 20–100-person organization, documentation is not bureaucratic overhead. It is how the business preserves decisions when people are unavailable, roles change, or an incident compresses three days of work into thirty minutes.
The best time to write it is before the emergency. The second-best time is immediately after discovering that nobody knows.