The One Leg Test for Organizations: Why Knowledge Must Be Able to Stand Alone

Charles DeShazer

Hatched by Charles DeShazer

Aug 20, 2026

10 min read

88%

0

What if the most revealing test of an organization is not its revenue, growth rate, or productivity dashboard, but whether its knowledge can stand on one leg?

A person who cannot balance on one leg for ten seconds may appear perfectly healthy. They can walk into a room, hold a conversation, and complete ordinary tasks. Yet that tiny test exposes something deeper: the hidden reserve of strength, coordination, and resilience beneath the surface. The same principle applies to teams. A company may appear efficient until one engineer leaves, one system fails, or one expert becomes unavailable. Then the organization discovers whether it possesses durable capability or merely borrowed stability.

The connection is more than a metaphor. Physical balance and organizational knowledge solve the same underlying problem: how to remain functional when support becomes uncertain. One requires the body to coordinate strength, perception, and adjustment. The other requires a team to preserve context, decisions, and procedures across changing people and tools.

The lesson is not that every employee must document everything, nor that a knowledge base can eliminate risk. It is that resilience depends on converting invisible dependence into visible, shareable capacity.

The Hidden Meaning of a Simple Test

The one leg test is compelling because it is simple without being simplistic. It does not measure longevity directly. Instead, it acts as a proxy for several capabilities that matter: balance, muscle strength, mobility, and the ability to make rapid corrections. A person who sways slightly and recovers is demonstrating a different kind of health from someone who must immediately grab a wall.

That distinction matters in organizations too. A team may have a celebrated expert who can solve an outage in minutes, explain an obscure architectural decision, or remember why a seemingly irrational configuration exists. From the outside, this looks like strength. But if the team collapses when that individual is unavailable, the apparent strength is actually concentration of capability.

This is the organizational equivalent of balancing with one leg while secretly leaning on a chair.

The danger is easy to miss because concentrated expertise is often rewarded. The person who knows the most becomes the person everyone interrupts. Their speed makes the system look efficient. Problems disappear quickly, deadlines are met, and management sees little reason to invest in documentation or shared understanding.

But the system is not becoming stronger. It is becoming more dependent.

A useful distinction is between performance and capacity. Performance asks, “Can we solve this problem today?” Capacity asks, “Can we continue solving this class of problems when conditions change?” The first can be supplied by a hero. The second requires distributed knowledge.

A resilient system is not one that never needs an expert. It is one that can keep functioning while the expert is absent.

This is why a centralized, accessible knowledge base is not merely an administrative convenience. It is a way of turning individual balance into collective balance. Technical knowledge written in text, represented in code, or captured through voice becomes available to more than one nervous system.

Knowledge Has a Balance Problem

Most teams do not suffer from a total lack of information. They suffer from uneven distribution. One person knows how deployments work. Another remembers the customer history. A third understands the unwritten tradeoffs behind the database design. The information exists, but it is scattered across memory, private messages, old tickets, repositories, and conversations that no one else can retrieve.

This creates what might be called knowledge asymmetry: the distance between what the organization needs to know and what any individual can access at the moment of need.

Imagine a production incident at 2 a.m. The person on call discovers that a service is failing because of a configuration decision made three years earlier. The relevant explanation exists, but only in the memory of someone who is asleep, traveling, or no longer employed. The issue is not simply missing documentation. It is a failure of organizational balance. The team has placed too much weight on one location.

A knowledge base helps only when it reduces this asymmetry. A pile of pages is not shared knowledge. Searchability, context, ownership, and everyday accessibility matter. If people have to leave their normal tools, reconstruct the history of a decision, or guess which page is current, the knowledge exists technically but not functionally.

This parallels physical health. A person may possess strength in the abstract, but strength that cannot be coordinated under real conditions is of limited value. Similarly, documentation that cannot be found or trusted is not operational capacity. It is stored potential.

The practical question is therefore not, “Have we documented this?” It is:

Could another competent person use this knowledge under pressure, without asking the original expert to translate it?

That question changes what teams choose to record. They stop treating documentation as an archive and start treating it as a form of emergency readiness.

The Three Components of Organizational Balance

A useful framework for evaluating team resilience is to examine three forms of balance: stability, mobility, and recovery.

1. Stability: Can the team remain upright?

Stability comes from essential knowledge being centralized enough to find and broad enough to survive personnel changes. This includes system architecture, operating procedures, definitions, ownership, and the reasons behind important decisions.

Without stability, every new task begins with rediscovery. People repeatedly ask the same questions, rebuild the same mental models, and make decisions without knowing what came before. The team may remain busy, but its energy is spent maintaining posture rather than moving forward.

A basic stability test is to choose one important system and ask three people to explain how it works. If the answers contradict one another, the team is not merely experiencing a communication problem. It lacks a shared center of gravity.

2. Mobility: Can the team adapt without falling?

Good documentation is not a frozen monument. It must move as the system moves. Technical teams change tools, reorganize services, revise policies, and discover that yesterday’s assumptions no longer hold.

Mobility means knowledge can travel with the work. It can be updated where decisions are made, connected to code and workflows, and contributed by the people closest to the problem. A system that allows knowledge to be added through different forms, including code, text, or voice, recognizes an important reality: people do not think or communicate in one uniform medium.

An engineer may express a procedure most clearly in a command example. A product manager may clarify a decision in prose. A support specialist may capture a recurring customer issue by speaking through its sequence and context. The form should serve the knowledge, not the other way around.

The goal is not stylistic consistency at the expense of usefulness. The goal is a living map that changes as the terrain changes.

3. Recovery: Can the team regain its footing?

Even balanced systems experience shocks. A deployment fails. A key employee resigns. A vendor changes its interface. A regulatory requirement arrives with little warning. Resilience is revealed not by the absence of disruption, but by the speed and quality of recovery.

Recovery depends on having more than instructions. Teams need decision context. A runbook may say what command to execute, but context explains when it applies, what risks it carries, and why the system was designed this way. Without that context, people follow procedures mechanically and may amplify the problem.

A strong knowledge system therefore records not only answers, but also boundaries. What should we do? What should we avoid? What signals tell us the situation is different? Who owns the decision? When should the procedure be reconsidered?

These details allow a team to improvise responsibly rather than improvise blindly.

Why Documentation Often Fails

Many organizations respond to knowledge risk with a documentation campaign. They create templates, assign pages, and ask specialists to write down everything they know. The effort usually fades because it treats knowledge as a writing problem instead of a coordination problem.

People avoid documentation for predictable reasons. They are busy. The task feels secondary. They do not know what level of detail is useful. They fear that a page will become obsolete. They may also believe that their expertise is obvious to others because the surrounding context is obvious to them.

The solution is to design knowledge capture around moments when understanding already has value.

After resolving an incident, record the cause and the misleading clues. After making an architectural decision, record the alternatives rejected and the conditions that would justify revisiting it. After answering the same question twice, convert the answer into a reusable explanation. After onboarding a colleague, ask which parts required the most invisible background knowledge.

This is the equivalent of training balance through small, repeated adjustments rather than announcing a grand fitness program and never practicing.

The most valuable documentation is often created immediately after friction. Friction reveals where the organization was forced to rely on memory, private access, or accidental expertise. Each recurring interruption is a diagnostic signal.

A team can even track a simple metric: the recovery question count. During an incident or unfamiliar task, how many questions must someone ask a specific individual before proceeding? The objective is not to reduce questions to zero. Questions are healthy. The objective is to prevent the same high consequence questions from recurring because the answer has nowhere durable to live.

A Practical Test for Knowledge Health

You can assess a team’s knowledge resilience in less than an hour. Choose a process that matters, such as deploying a service, responding to a customer escalation, or restoring a failed database. Then run five tests.

  1. The absence test: Could someone competent complete the process if its usual owner were unavailable?
  2. The discovery test: Can they find the relevant material using the tools they already use each day?
  3. The context test: Does the material explain why the important steps exist, not only what to click or type?
  4. The change test: Is it clear how to update the knowledge when the system changes?
  5. The recovery test: Does it describe what to do when the normal path fails?

A process that passes all five is not invulnerable, but it has a much stronger base of support. A process that fails them exposes a hidden dependency before that dependency becomes a crisis.

The exercise can also reveal a subtle organizational truth: sometimes the expert is the bottleneck not because they hoard information, but because the system gives them no easy way to externalize it. If capturing knowledge requires leaving the workflow, opening an unfamiliar tool, and producing polished prose, the organization has made sharing unnecessarily difficult.

The best systems lower the cost of contribution while preserving the value of organization. They allow knowledge to enter in the form most natural to the contributor, then make it accessible to the people who need it.

Key Takeaways

  • Test for dependency, not just competence. Ask whether the team can perform a critical process when its most knowledgeable person is absent.
  • Capture decisions at the moment of friction. Incidents, repeated questions, and onboarding confusion reveal the knowledge worth preserving.
  • Store context, not just commands. Explain the reasons, risks, assumptions, and warning signs behind a procedure.
  • Make knowledge available where work happens. If people must leave their normal tools to find or contribute information, participation will decline.
  • Treat a knowledge base as a balance system. Its purpose is to distribute capability, reduce recovery time, and help the team adapt without depending on heroes.

The Real Measure of Strength

The one leg test does not tell us everything about a person. Nor does a knowledge base tell us everything about a company. But both are valuable because they expose a hidden property that ordinary performance can conceal: reserve.

A person who can balance is not guaranteed a long life. A team with excellent documentation is not guaranteed to avoid failure. Yet both have more room to respond when the environment becomes unstable. They possess a margin between disruption and collapse.

That margin is the true object of resilience.

We often describe knowledge management as an effort to preserve what people know. A more powerful description is that it preserves the organization’s ability to stand when support shifts. It turns memory into infrastructure, expertise into shared capacity, and individual recovery into collective recovery.

The question worth asking is not whether your organization has smart people. Most organizations do. Ask instead what happens when one of them steps away.

If the answer is panic, improvisation, and a frantic search through private messages, the system is balancing on one leg with its eyes closed. If the answer is that another person can find the context, understand the constraints, and act with confidence, the organization has developed something more durable than expertise.

It has learned how to stand.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣