# Kidlin's Law
> If you can write the problem down clearly, then the matter is half solved.
Kidlin's Law (attributed to [[Kidlin]]) states that the act of clearly articulating a problem in writing is itself a major step toward solving it. The clarity required to write something down forces you to understand it precisely — exposing vague assumptions, hidden unknowns, and the actual scope of the problem.
## Why it works
- Writing forces precision: you can't write vaguely and think you understand
- The gap between what you think you know and what you can articulate reveals where understanding breaks down
- A well-defined problem often suggests its own solution — or at least the next right step
- It externalizes the problem, freeing cognitive load for solving rather than holding
## In practice
- Before asking for help, write the problem out completely — often you'll solve it yourself in the process (related: [[Rubber Duck Debugging]])
- Use it in meetings: if a team can't write a crisp problem statement, they're not ready to solve it yet
- In writing: stuck on what to say? Write what the problem is you're trying to solve for the reader
## Related
- Rubber Duck Debugging
- First Principles Thinking