
Remove friction
The one who builds the mechanism that makes the work outlast the worker. The Watchmaker perceives repetition the way a musician perceives a wrong note: involuntarily, precisely, with an immediate sense of what should exist instead. Three times doing the same thing is two times too many. They do not tolerate manual process where a system could serve. Every mechanism they build is a gift to every person who encounters the workflow after them. Their measure of quality is never “did I complete the task.” It is always “did I make the task unnecessary.”
"Three days to automate a nine-second task. It broke twice."
The Watchmaker operates on a different plane from the other four dispositions. The Sentinel, the Architect, the Quartermaster, the Alchemist each excel within a given level of AI autonomy. The Watchmaker changes the level itself. Hooks that auto-format every output. Slash commands that encode the team’s collective judgement. Verification subagents that test without being asked. Permission models that make the safe path the path of least resistance. Each mechanism began as a single observation: this should be automatic. Their legacy is never the code they wrote. It is the system they left behind, the one that made everyone who came after them faster, safer, and free to focus on the work that actually requires a human mind.
An elaborate mechanism to accomplish a simple task. The hook has four stages. It shells out to a linter, parses the output, applies a conditional, and formats the result. The thing it replaced was a single command that worked every time. But it wasn’t a system. Rube Goldberging is the Watchmaker’s compulsion to encode even when the manual path is shorter, simpler, and more reliable. The machine works. The question is whether it needed to exist.
Rube Goldberging → Procrastineering
The Watchmaker whose automation keeps breaking decides the problem is inadequate planning. They stop building and start designing. The design for the automation framework becomes the new project. The original task that needed automating is now three abstraction layers below the current conversation.
"You were automating the wrong thing, so now you’re planning how to automate the right thing. At no point in this story does anyone do the thing."
← Developing from Pyronautics
The Alchemist who recovers from the same type of failure three times decides to build a mechanism to prevent it. The mechanism is over-engineered because the Alchemist’s pattern-matching told them the problem was more complex than it was. They built infrastructure for the worst case because the worst case is where they feel at home.
"You automated your own recovery. Now you have a machine that prevents fires and a Watchmaker who misses them."