The previous chapter was about the field’s evolution. This chapter is about yours. The same forces that make a book rot also rot your personal practice — but quieter, without the feedback loop a reader would provide, and so the rot goes on longer before it is noticed. This is the last methodological chapter because it is the one that matters the most to the reader: the methodology only pays off if you apply it to yourself.

Representation

Your practice has the same three dimensions as the book this methodology was built for.

You have sources you trust — the docs, posts, colleagues, and past experiences that shape your mental model of what the agent will do. Some of those sources are current; some described the tool eighteen months ago and you never updated. Without explicit re-tiering, the weighting in your head drifts toward the sources you encountered first, not the sources that are most accurate now.

You have claims you rely on — assertions about what works, what doesn’t, what the agent is good at, what to avoid. Each claim has a volatility class, same as each claim in a book has one. Some of your operating claims are stable principles (context is expensive); some are architectural patterns (briefing doc at the repo root); some are feature-surface (the /compact command does X). You track zero of them as such unless you build the habit.

You have a repertoire of specific workflows — the exact sequences of commands, prompts, and fallbacks you reach for without thinking. This is where the most personal rot lives. A workflow that was optimal last year remains in muscle memory even when the tool has grown a better primitive; a superstition that never mattered remains encoded because no one has re-examined it.

The uncomfortable observation: practice rot is not symmetric with tool change. The tools get better; some of your habits are still calibrated to the version where the tool was worse. Those habits continue to produce correct outputs — you do not hit an error — but they waste context, waste tokens, waste time, and cover up places where the new primitive would serve better.

Operation

Four routines — a daily micro-audit, a weekly repertoire review, a quarterly belief audit, and an annual integration — handle the practice-rot problem at different time scales. None is costly on its own. The combination is what works; any single cadence in isolation either misses drift (too coarse) or creates friction (too fine).

Routine 1: daily micro-audit at session close

At the end of a substantial agent session, spend ninety seconds on three questions: What did I reach for that didn’t work well? What did I want that the agent couldn’t do? What surprised me?

These three questions surface different things.

Didn’t work well flags feature-surface rot — you reached for a command that has been superseded, a pattern the agent no longer handles cleanly, a workflow that was fine until a recent release changed something.

Wanted that the agent couldn’t do flags the boundary between what’s possible now and what you thought was possible. Sometimes the gap is real (the tool cannot yet do this); sometimes it is your gap (the tool can do this and you haven’t learned how). The question is whether you investigate before assuming the gap is the tool’s.

Surprised me flags anywhere the agent’s behavior diverged from your model. This is the highest-information signal of the three. Surprise is evidence your mental model is incomplete or wrong; tracking surprises over weeks reveals the places your practice has rotted most.

Routine 2: weekly repertoire review

Weekly, walk through the commands, skills, and prompts you reached for in the past week. For each, one question: is this still the best way to do this?

Three outcomes from the question:

The weekly cadence catches drift fast enough that the accumulated debt never becomes overwhelming. Teams that audit quarterly instead of weekly face a very different problem: twelve weeks of drift, the causes tangled with each other, and the cost of unwinding far higher than the sum of twelve individual weekly reviews would have been.

Routine 3: quarterly belief audit

Quarterly, step up a level and audit your operating beliefs — the claims about what the agent is good at, what to avoid, when to use which tool.

List your top-of-mind beliefs: the agent is bad at X. Don’t use tool Y for Z. Always do A before B. For each, one question: when did I last verify this, and against what source?

The audit reliably surfaces three classes of stale belief:

Routine 4: annual integration

Annually, do the cross-tool version of the quarterly audit. The question: are the tools I use still the right tools for my work, or have I stayed on them out of inertia?

This is the rarest routine because the switching cost is high and the judgment is hard. But it is the one that catches the deepest form of practice rot: continuing to use a tool optimized for a problem shape that your work no longer has. A practitioner whose work shifted from greenfield creation to brownfield maintenance may be using a tool selected for the old shape; a practitioner whose team adopted a new language may be relying on tool primitives that predate the language.

The annual integration does not require a tool switch. It requires considering a tool switch with a clear head — evaluating what you use, what the alternatives have become in the past year, whether any single change would materially improve your work. The answer is usually no. When it is yes, catching it within one year rather than three is the difference between a month of rebuilding practice and a quarter of it.

Personal rot and team rot are coupled. Your surprises, once investigated, should feed the team’s shared artifacts — briefing docs, skill registry, policy — so the investigation benefits everyone. A common anti-pattern: the individual notices rot, updates their personal config, but never updates the team-level artifact. Six months later, every new team member is still inheriting the stale state from the shared artifact. The audit closes only when the fix has propagated to the surface other people see.

The inverse flow is also important. When the team updates a shared artifact, every individual’s personal practice has a choice: align with the new shared state or drift away from it. Drift-away happens silently; alignment requires a small deliberate action. Building alignment into your weekly repertoire review (what did the team change this week, and did I update?) closes the loop in the other direction.

Evolution

The self-audit discipline is the stable-principle core of this book, but the specific routines benefit from a light touch on current practice.

Emerging: AI-assisted self-audit. A natural loop: the agent itself can help audit your practice. Read my last thirty session transcripts and list claims I seem to rely on that no longer match the tool’s current behavior. This is a first-class task for the agent, and the feedback loop — agent helps practitioner audit agent-use — is a genuinely new possibility that predates this book’s methodology. Tools to support this are not mature in 2026; expect a generation of them within 18 months. The methodology in this chapter is the scaffolding; agent-assisted audit is the amplifier.

Emerging: cohort-level audit. Tools or third-party services that let a team see aggregated drift signals — everyone on the team seems surprised when X happens; that’s a candidate for a team-level update — do not exist in 2026 but are an obvious extension of the personal pattern. Privacy-preserving designs will matter; expect opt-in, aggregated-signal-only products within 18–24 months.

Emerging: practice longevity research. A small community is beginning to study practitioner skill decay in AI-assisted development — how fast skilled practitioners get slower when they stop practicing, how much of their skill transfers to new tools, whether the three-cadence discipline actually produces measurable improvement. This is nascent. Expect publications over the next two years; expect the methodology in this chapter to be refined or partially superseded by more evidence-based versions.

Quick reference