Skip to content
Published on

Why Ichiro Repeated the Same Motions in Every At-Bat — The Science of Pre-Performance Routines

Share
Authors

Introduction — Those Strange Repeated Motions

Ichiro Suzuki repeated exactly the same motions every time he stepped into the batter's box: holding his bat upright toward the pitcher and lightly tugging the right shoulder of his uniform with his right hand. Rafael Nadal aligned his two water bottles at every court change so the labels faced the court, and touched his body in a fixed order before every serve. NBA players each take a set number of dribbles before a free throw.

To spectators it looks like a jinx or superstition. But in sports psychology, this is called a pre-performance routine — one of the most thoroughly validated performance-enhancing tools there is. This post, the second installment of the mindset series, covers the psychological mechanisms that make routines work and how to transplant them into a developer's day.

Why Routines Work — Three Mechanisms

1. They Hold Attention in Place

In tense situations, attention loses control and drifts to the worst places: the outcome ("if I miss this, we lose"), the crowd ("everyone is watching me"), self-evaluation ("am I shaking right now"). The problem is that while attention sits there, the information processing the performance actually needs gets pushed aside.

A routine gives attention a predetermined landing spot. While you align the water bottles, while you take your set dribbles, attention stays tied to a simple, controllable task. Structurally, there is less room for stray thoughts to slip in.

2. They Reduce Uncertainty and Lower Arousal

The brain processes uncertainty as a threat. You cannot control the outcome of the match, but you can completely control your routine. In any situation, the sense that "what I will do for the next 30 seconds" is already decided lowers your arousal level by itself. In an unfamiliar stadium, against an unfamiliar opponent, under unfamiliar pressure, the routine becomes a portable home ground.

3. They Start the Engine of Procedural Memory

A skill practiced thousands of times is stored in procedural memory, and procedural memory works best when consciousness does not interfere. As the next installment, the psychology of choking, will cover in detail, the classic failure mode under pressure is consciousness trying to switch an automated skill back to manual control. A routine functions as a handover signal: "from here on, I leave it to the body." This is why, in studies of golfers' putting routines, players who had a routine showed a significantly smaller drop in success rate under pressure conditions.

The Three-Step Formula for Routine Design

An effective pre-performance routine generally consists of the following three elements. A total length between 30 seconds and 2 minutes is about right.

StepRoleSports exampleDeveloper example
1. Physical anchorA fixed motion that marks the startAligning bottles, tightening glovesClearing the desk, putting on headphones, a glass of water
2. Breathing resetRegulating the arousal level2-3 long-exhale breathsInhale 4 seconds, exhale 6, three times
3. Cue wordPinning attention to the first move"Smooth," "just watch the ball""Start with the first test," "one file at a time"

There are principles to follow when designing one.

  • It must be short and doable anywhere. A routine that needs specific equipment or a specific environment collapses at away games.
  • Include only motions you can control. "Three breaths" beats "visualize a good outcome." The power of a routine comes from its 100 percent executability.
  • Cue words must be process-oriented. "Win this" sends attention to the outcome; "just watch the ball" sends it to the performance.

The Line Between Superstition and Routine

There is one important distinction to draw here. Routines and jinxes (superstitions) look similar on the surface but are psychological opposites.

A routine is a preparation procedure that I control. If, when you skip it, you think "I can just do it again," it is a routine. A jinx, by contrast, is a magic ritual believed to control the outcome. If you become anxious because you could not wear your red socks, those socks are no longer a source of confidence — they have become a hostage. The test is simple: do you believe your performance will collapse without it? If so, it is not a routine but a dependency. A good routine can be reconstructed anytime, and its core lies not in props but in sequence and breathing.

Transplanting It into a Developer's Day

The principle of a pre-performance routine is "a transition ritual right before performing," so you can transplant it several times a day.

Deep-work start routine. This is where the return on investment is greatest. For example, compose it like this: close Slack and email (anchor) → write today's single most important task on a sticky note → three breaths → "start with the first test" (cue word) → start a 25-minute timer. Within days, the brain learns this sequence as the "entering focus mode" signal. The conditions of flow itself are covered next in the flow installment.

Morning routine. The purpose of a morning routine is not to look diligent but to eliminate decision fatigue. Turn the first 30 minutes after waking into a fixed sequence (a glass of water → open the window for sunlight → light stretching → check the one thing for today you wrote down the night before), and you can pass through the hours when willpower is weakest on autopilot.

Incident response routine. When the alert fires: stand up and take a sip of water (anchor) → two breaths → "facts first" (cue word) → open the dashboard. You cannot trust your judgment at 3 a.m., so you build an entry procedure in advance that requires no judgment at all.

Shutdown routine. A shutdown routine is where recovery begins. Write one line about tomorrow's first task, close the terminal and the IDE, and say out loud, "that is it for today." This simple procedure draws the boundary between work and rest. Why recovery is part of training is covered in the health installment.

Your Own Routine Worksheet

Let us build just one today. Fill in the following four blanks.

  1. Right before which performance will you use this routine? (Example: starting deep work, right before a presentation, starting a code review)
  2. What is your one physical anchor motion? (Under 10 seconds, doable anywhere)
  3. How many breaths, at what ratio? (Default: inhale 4 seconds, exhale 6 seconds, 3 times)
  4. What is your cue word? (Process-oriented, a few short words at most)

Run it in the same order for a week, and on the days you miss it, skip the self-blame and simply run it again at the next opportunity. A routine is a tool of resilience, not of perfectionism.

Closing

Ichiro's shoulder tug is not magic. But compressed behind that motion are decades of training in "where do I place my attention from this moment on." Talent cannot be imitated, but the routine can be imitated starting today. And the fact sports psychology has confirmed again and again is that this imitation actually changes performance.

The next installment dissects the moment routines are needed most: the mechanism of choking under pressure.