{"id":1814,"date":"2025-01-30T09:16:56","date_gmt":"2025-01-30T08:16:56","guid":{"rendered":"https:\/\/equilibriumpsychotherapy.net\/?p=1814"},"modified":"2026-09-08T21:38:40","modified_gmt":"2026-09-08T19:38:40","slug":"pomodoro-technique","status":"publish","type":"post","link":"https:\/\/equilibriumpsychotherapy.net\/hr\/pomodoro-technique\/","title":{"rendered":"The Pomodoro Technique"},"content":{"rendered":"\n<style>\n\/* The accent is a light-background device. Inside a reversed-out panel it stops\n   being emphasis and becomes unreadable - coral on the Matrix closing panel\n   measured 2.0:1 - so the mark falls back to the panel's own text colour and\n   lets weight alone carry it. gOpen tags those panels .eq-ondark. *\/\n.eqp .eq-ondark .eqb{color:inherit}\n\/* House rule: bold emphasis is set in the article's own accent colour, so a\n   marked phrase belongs to the piece it sits in rather than importing a\n   site-wide highlight. v2-emph.js inserts <strong class=\"eqb\">; theme() has\n   already declared --eqp-accent for this post. Italics deliberately stay ink,\n   and nothing inside a component that exists to make a line stand out is\n   coloured, because that is emphasis on emphasis. *\/\n.eqp .eqb{color:var(--eqp-accent)}\n\/* A separator between a short answer and the caveat that belongs on the same\n   line. Muted and given real air on both sides, so it reads as a mark between\n   two statements rather than as punctuation inside one. A dash cannot be used\n   here: the house rule bans em and en dashes, and wptexturize rewrites a spaced\n   hyphen into an en dash on render. *\/\n.eqp .eq-tld{color:var(--eqp-muted);padding:0 .58em;font-weight:400}\n\/* A short answer standing against the caveat on the same line. Same accent as\n   an emphasis mark, but a different class, because it is a label rather than a\n   mark inside a sentence and must not count against the emphasis budget. *\/\n.eqp .eq-ans{color:var(--eqp-accent)}\n.eqp .eq-ondark .eq-ans{color:inherit}\n\n.eqp{--teal:#00373e;--navy:#0b1f30;--blue:#005f8d;--ink:#26302f;--muted:#8d9695;\n  --cream:#fbf6f1;--creamE:#ecdcc9;--mist:#f3f7f6;--mistE:#dde8e7;--amber:#b08d68}\n\n\/* ---- reading progress ---- *\/\n#eqp-rail{position:fixed;top:0;left:0;right:0;height:2px;z-index:9999;pointer-events:none;background:transparent}\n#eqp-rail i{display:block;height:100%;background:var(--eqp-accent);transform:scaleX(0);transform-origin:0 50%;\n  will-change:transform}\n@supports (animation-timeline:scroll()){\n  #eqp-rail i{animation:eqp-grow linear both;animation-timeline:scroll(root block)}\n}\n@keyframes eqp-grow{from{transform:scaleX(0)}to{transform:scaleX(1)}}\n\n\/* ---- part rail ---- *\/\n#eqp-parts{position:fixed;left:26px;top:50%;transform:translateY(-50%);z-index:60;display:none}\n@media(min-width:1280px){#eqp-parts{display:block}}\n#eqp-parts a{display:flex;align-items:center;gap:11px;padding:7px 0;text-decoration:none;color:inherit}\n#eqp-parts .dot{flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:var(--eqp-dot);\n  transition:background .2s ease,transform .2s ease}\n#eqp-parts .lbl{white-space:nowrap;font:700 11px\/1 \"Work Sans\",sans-serif;letter-spacing:.1em;\n  text-transform:uppercase;color:var(--eqp-muted);opacity:0;transform:translateX(-4px);\n  transition:opacity .2s ease,transform .2s ease;pointer-events:none}\n#eqp-parts:hover .lbl{opacity:1;transform:none}\n#eqp-parts a:focus-visible .lbl{opacity:1;transform:none}\n#eqp-parts a.on .dot{background:var(--eqp-accent);transform:scale(1.45)}\n#eqp-parts a.on .lbl{color:var(--eqp-accent)}\n\n\/* ---- back to top ---- *\/\n#eqp-top{position:fixed;right:26px;bottom:26px;z-index:60;display:inline-flex;align-items:center;gap:8px;\n  padding:11px 17px;border-radius:999px;border:1.5px solid var(--eqp-line);background:#fff;\n  color:var(--eqp-accent);font:600 14px\/1 \"Work Sans\",sans-serif;cursor:pointer;\n  box-shadow:0 2px 14px var(--eqp-shadow);\n  opacity:0;visibility:hidden;transform:translateY(8px);\n  transition:opacity .25s ease,transform .25s ease,visibility .25s}\n#eqp-top.on{opacity:1;visibility:visible;transform:none}\n#eqp-top:hover{color:var(--eqp-accent2);border-color:var(--eqp-line2)}\n#eqp-top svg{width:13px;height:13px}\n\n\/* ---- scroll reveal ----\n   Gated on [data-eqp], which the script sets before any of these elements are\n   parsed. No script, no hiding: the article never depends on JS to be visible. *\/\n[data-eqp] .eq-rev{opacity:0;transform:translateY(12px);\n  transition:opacity .38s cubic-bezier(.22,.61,.36,1),transform .38s cubic-bezier(.22,.61,.36,1)}\n[data-eqp] .eq-rev.in{opacity:1;transform:none}\n\n\/* ---- drop cap ---- *\/\n.eq-drop::first-letter{float:left;font-family:\"Playfair Display\",Georgia,serif;font-weight:800;\n  font-size:4.4em;line-height:.84;margin:.06em .10em 0 0;color:var(--eqp-accent)}\n\n\/* ---- focus + selection, applied inside the article only ---- *\/\n.eqp ::selection{background:var(--eqp-sel);color:var(--eqp-accent)}\n\n@media(max-width:520px){\n  .eq-drop::first-letter{font-size:3.5em}\n  #eqp-top{right:14px;bottom:14px;padding:10px 14px}\n}\n@media(prefers-reduced-motion:reduce){\n  .eq-rev,#eqp-top,#eqp-parts .dot,#eqp-parts .lbl{transition:none!important}\n  .eq-rev{opacity:1!important;transform:none!important}\n  #eqp-rail i{animation:none!important}\n}\n\n\/* ---- print ---- *\/\n@media print{\n  #eqp-rail,#eqp-parts,#eqp-top{display:none!important}\n  .eq-rev{opacity:1!important;transform:none!important}\n  h2,h3{break-after:avoid;page-break-after:avoid}\n  a{text-decoration:none;color:#000}\n  .eqp{font-size:11pt}\n}\n\n\/* ---- contents list on a phone ----\n   The panel carries 44px of inline padding for the desktop layout. On a 390px\n   screen that leaves 177px of content box for a summary row needing 251px, so\n   the row overflowed on every article on the site. Two moves: take the padding\n   back, and let the row wrap so the chevron, part number and reading estimate\n   share a line with the title underneath them. *\/\n@media(max-width:600px){\n.eqp .wp-block-group.has-background:has(>.wp-block-rank-math-toc-block){padding-left:20px!important;padding-right:20px!important}\n.eqp .eq-toc summary{flex-wrap:wrap;gap:5px 11px}\n.eqp .eq-toc .chev{order:0}\n.eqp .eq-toc .num{min-width:0;order:1}\n.eqp .eq-toc .cnt{order:2}\n.eqp .eq-toc .ttl{order:3;flex:1 1 100%}\n}\n\n\/* ---- part headings in the display face ----\n   Boundaries, Apologize and Dopamine all let the theme's Playfair through on\n   the part titles and the author prefers it there: a part opening is a chapter\n   opening, which is a headline sort of job. This post overrides Playfair for\n   its headings, so the part titles are exempted back out again. Body headings\n   stay in Work Sans. *\/\n.eqp h2[id^=\"part-\"]{font-family:\"Playfair Display\",Georgia,serif!important}\n\n\n\n\/* ---- the step markers are tomatoes ----\n   The run one section used blue in five shades 112 times and the red 7, only at\n   the very last line, so the one warm moment was also the last thing you saw.\n   The numbered markers are the interval procedure itself, which is where the\n   tomato belongs. White on this red is 5.48:1, and the red on white is 5.48\n   against the blue's 5.59, so the two accents are luminance matched.\n\n   Drawn as an inline SVG background rather than with border radius and a\n   clip path: the first attempt was an ellipse with a clipped calyx and did not\n   read as fruit. The body is wider than tall and sits below a five leaf calyx\n   and a curved stem, so the box is 48 by 54 with the number pushed down into\n   the body by the top padding.\n\n   li.loop is excluded on purpose. That marker is deliberately inverted, a white\n   fill with a red rule and the repeat icon inside. It is not a step, it is the\n   return, so it keeps its own treatment and takes no tomato. *\/\n.eqp .pom-steps > li:not(.loop) .mk{\n  background:url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 100 112'><path d='M50 36 C20 36 6 54 6 74 C6 95 26 110 50 110 C74 110 94 95 94 74 C94 54 80 36 50 36 Z' fill='%23d30b16'\/><path d='M50 37 C50.4 33 49.8 31 51.4 28' stroke='%234a7c3f' stroke-width='5' stroke-linecap='round' fill='none'\/><g fill='%234a7c3f' transform='translate(50,36) scale(1,0.5)'><path transform='rotate(0)' d='M0 0 C9 -3.6 19 -3 27 0 C19 3 9 3.6 0 0 Z'\/><path transform='rotate(72)' d='M0 0 C9 -3.6 19 -3 27 0 C19 3 9 3.6 0 0 Z'\/><path transform='rotate(144)' d='M0 0 C9 -3.6 19 -3 27 0 C19 3 9 3.6 0 0 Z'\/><path transform='rotate(216)' d='M0 0 C9 -3.6 19 -3 27 0 C19 3 9 3.6 0 0 Z'\/><path transform='rotate(288)' d='M0 0 C9 -3.6 19 -3 27 0 C19 3 9 3.6 0 0 Z'\/><\/g><\/svg>\") center\/100% 100% no-repeat;\n  border:0;width:48px;height:54px;padding-top:15px;box-sizing:border-box;\n  color:#ffffff;border-radius:0}\n@media(max-width:600px){\n.eqp .pom-steps > li:not(.loop) .mk{width:40px;height:45px;padding-top:12px}\n.eqp .eq-toc .flat{flex-wrap:wrap;gap:4px 10px}\n.eqp .eq-toc .flat .num{min-width:0}\n.eqp .eq-toc .flat .ttl{flex:1 1 100%}\n}\n<\/style><style>\n\/* ---- table of contents ---- *\/\n\/* Every contents link and every part-rail link lands its target flush against\n   the top edge of the window. There is no sticky header to clear, so this is\n   only air, but a heading jammed into the browser chrome reads as a page that\n   has jumped rather than one that has arrived. *\/\n.eqp [id]{scroll-margin-top:28px}\n\n\/* The border belongs to the container, not to details:last-of-type: as soon as\n   a part with no subsections is allowed to be a plain row, the last row can be\n   one of those and the list ends with no line under it. *\/\n.eq-toc{margin:0;border-bottom:1px solid var(--eqp-line)}\n.eq-toc details,.eq-toc .flat{border-top:1px solid var(--eqp-line);margin:0}\n.eq-toc summary,.eq-toc .flat{display:flex;align-items:baseline;gap:15px;padding:17px 2px;\n  cursor:pointer;list-style:none;transition:color .18s ease}\n.eq-toc summary::-webkit-details-marker{display:none}\n.eq-toc summary:hover,.eq-toc .flat:hover{color:var(--eqp-accent2)}\n.eq-toc summary:focus-visible{outline:2px solid var(--eqp-accent2);outline-offset:3px;border-radius:5px}\n.eq-toc .num{flex:0 0 auto;font:700 12px\/1 \"Work Sans\",sans-serif;letter-spacing:.13em;color:var(--eqp-gold);\n  min-width:56px;font-variant-numeric:tabular-nums}\n\/* A part with no subsections keeps the chevron's footprint but not the chevron,\n   so every PART number stays on the same vertical line. *\/\n.eq-toc .chev.hide{visibility:hidden}\n.eq-toc .ttl{flex:1 1 auto;font:700 19px\/1.3 \"Work Sans\",sans-serif;color:var(--eqp-accent);\n  text-decoration:none;border-bottom:1px solid transparent;\n  transition:color .18s ease,border-color .18s ease}\n.eq-toc .ttl:hover{color:var(--eqp-accent2);border-bottom-color:var(--eqp-line2)}\n.eq-toc .ttl:focus-visible{outline:2px solid var(--eqp-accent2);outline-offset:2px;border-radius:3px}\n.eq-toc .cnt{flex:0 0 auto;font:400 13.5px\/1 \"Work Sans\",sans-serif;color:var(--eqp-muted);\n  font-variant-numeric:tabular-nums;white-space:nowrap}\n.eq-toc .chev{flex:0 0 auto;width:11px;height:11px;transition:transform .22s ease;color:var(--eqp-muted)}\n.eq-toc details[open] .chev{transform:rotate(90deg)}\n.eq-toc details[open] .ttl{color:var(--eqp-accent2)}\n.eq-toc ul{list-style:none;margin:0;padding:0 0 16px 71px}\n.eq-toc li{margin:0 0 9px}\n.eq-toc li a{font:400 15.5px\/1.5 \"Work Sans\",sans-serif;color:var(--eqp-body);text-decoration:none;\n  border-bottom:1px solid transparent;transition:color .18s ease,border-color .18s ease}\n.eq-toc li a:hover{color:var(--eqp-accent2);border-bottom-color:var(--eqp-line2)}\n.eq-toc li a:focus-visible{outline:2px solid var(--eqp-accent2);outline-offset:2px;border-radius:3px}\n\n@media(max-width:820px){\n  .eq-toc ul{padding-left:56px}\n  .eq-toc .sec,.eq-toc .sep{display:none}\n  .eq-toc .num{min-width:44px}\n}\n@media(prefers-reduced-motion:reduce){\n  .eq-toc .chev{transition:none!important}\n}\n@media print{\n  .eq-toc details{border-color:#bbb}\n  .eq-toc ul{display:block!important}\n}\n<\/style><style>:root{--eqp-accent:#007287;--eqp-accent2:#007287;--eqp-muted:#79868a;--eqp-dot:#bfe3ea;--eqp-line:#e3e9ea;--eqp-line2:#d6e6e9;--eqp-gold:#01515f;--eqp-body:#38403f;--eqp-sel:#dcf0f4;--eqp-shadow:rgba(20,34,36,.16)}<\/style><style>\n\/* ---- where the red goes -----------------------------------------------\n   The cover is cream and teal with five red tomatoes on it, and the red\n   belongs in the article for the same reason it belongs on the cover. What it\n   must not do is drift into meaning something, because a saturated red on a\n   psychotherapy page reads as alarm the moment it lands on a sentence.\n\n   So it has exactly one job here: RED MARKS THE TIME, and time is what a\n   Pomodoro is made of. That is five things and no others.\n\n     the drop cap        one letter, at the top, where the cover echo lands\n     the five numerals   the article's own count of itself\n     the interval dot    the boundary after four intervals\n     the loop marker     the arrow that ends the steps chain and sends you back\n     the two questions   \"What am I doing right now?\" and \"How long do I have\n                         to do it?\", which are an interval written out in words\n\n   Ten red marks across the whole page against five tomatoes on the cover,\n   evenly spaced, none of them on a claim.\n\n   WHAT STAYS TEAL, deliberately: every heading, every emphasis mark, every\n   link, and the progress rail. Emphasis in particular - the house rule is that\n   bold takes the article accent, and a red bold phrase in the middle of a\n   paragraph about procrastination reads as a warning about that sentence.\n   Teal carries the meaning; red counts the time.\n\n   Outlined rather than filled, on the numerals, so eight of them read as a\n   rhythm down the page rather than eight red slabs. Contrast is fine either\n   way: #d30b16 measures 5.48:1 on white and 4.91:1 on the cover cream. *\/\n\n\/* ---- chapter opening ----\n   A chapter head, not a filled slab. Eight filled slabs inside two thousand\n   words would make the page read as much heavier than the article is. *\/\n.pom-part{display:flex;align-items:center;gap:22px;padding:0 0 16px;border-bottom:1.5px solid #007287}\n\/* TOMATO, and this is the one place the article lets it run. See the red note\n   below the palette for why these and nothing else. *\/\n.pom-part .no{flex:0 0 auto;font-family:\"Playfair Display\",Georgia,serif;font-weight:800;\n  font-size:clamp(46px,6vw,64px);line-height:.85;color:#f7d6d3;\n  -webkit-text-stroke:1.5px #d30b16;font-variant-numeric:tabular-nums}\n.pom-part .tx{min-width:0}\n.pom-part .lb{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;\n  color:#007287;margin:0 0 6px}\n\/* !important, or the theme wins. It sets Playfair on every h1-h6 sitewide with\n   !important of its own, and a heading inside a core\/html block carries none of\n   the Gutenberg preset classes that let a normal heading escape, so no amount\n   of selector specificity reaches it. On the attachment article this exact\n   omission shipped EIGHT headings in Playfair against ten in Work Sans, and\n   the local harness cannot show it: the harness renders the CSS written here,\n   not the CSS the theme adds on top. *\/\n.pom-part h2{font-family:\"Work Sans\",sans-serif!important;font-size:clamp(21px,2.6vw,27px);\n  font-weight:700;line-height:1.22;color:#2b302f;margin:0}\n.pom-part .sb{font-size:16px;line-height:1.55;color:#79868a;margin:9px 0 0}\n\n\/* The drop cap. CSS_CORE sets it to var(--eqp-accent), which is the teal; this\n   sheet loads after it, so this wins without !important. One letter, and the\n   first thing on the page after the headline. *\/\n.eqp .eq-drop::first-letter{color:#d30b16}\n\n\/* ITALIC EMPHASIS TAKES THE ACCENT, on this article. The house rule everywhere\n   else is bold-in-accent and italics-in-ink; the author asked for the two\n   italics here to be coloured as well, and at two marks in 2,400 words that is\n   two more teal phrases, not a change of temperature. Declared here rather\n   than in the engine sheet so it stays this post's decision until it is taken\n   sitewide. *\/\n.eqp .eqi{color:var(--eqp-accent)}\n\n\/* ---- read next ----\n   A link that is a whole card, so the target is the card rather than four\n   words inside a sentence at the end of a panel nobody reads twice. *\/\n.pom-next{display:block;text-decoration:none;background:#fff;border:1.5px solid #e3e9ea;\n  border-left:5px solid #007287;border-radius:18px;padding:26px 30px;\n  transition:border-color .2s ease,transform .2s ease}\n.pom-next:hover{border-color:#d6e6e9;transform:translateY(-2px)}\n.pom-next .eyb{display:block;font-size:12px;font-weight:700;letter-spacing:.16em;\n  text-transform:uppercase;color:#79868a;margin:0 0 10px}\n.pom-next .ti{display:block;font-size:clamp(21px,2.4vw,25px);font-weight:700;line-height:1.25;\n  color:#007287;margin:0 0 9px;text-decoration:underline;text-underline-offset:4px;\n  text-decoration-thickness:1px;text-decoration-color:#d6e6e9}\n.pom-next .wy{display:block;font-size:17px;line-height:1.6;color:#79868a}\n.pom-next:focus-visible{outline:2px solid #007287;outline-offset:3px}\n\n\/* ---- the reframe pair: this article's spine ----\n   Used five times, and it is the only new component the body gets. The reason\n   is in v2-assemble.js: the move this article makes over and over is replacing\n   an open-ended demand with a bounded one, and it makes that move in the\n   author's own words every time. The component is a container for her two\n   halves. It does not supply the framing, it only sets it side by side.\n\n   The two sides are told apart by ground and weight, not by colour alone, so\n   the distinction survives greyscale printing and colour blindness. *\/\n.pom-rf{margin:0;border:1.5px solid #e3e9ea;border-radius:20px;background:#fff;overflow:hidden}\n.pom-rf .row{display:grid;grid-template-columns:1fr 52px 1fr;align-items:stretch}\n.pom-rf .row+.row{border-top:1px solid #e3e9ea}\n.pom-rf .side{padding:26px 30px;display:flex;flex-direction:column;justify-content:center}\n.pom-rf .b{background:#eef5f6}\n.pom-rf .lab{font:700 11px\/1 \"Work Sans\",sans-serif;letter-spacing:.15em;\n  text-transform:uppercase;color:#79868a;margin:0 0 11px}\n.pom-rf .b .lab{color:#01515f}\n.pom-rf .q{font:400 19.5px\/1.5 \"Work Sans\",sans-serif;color:#2b302f;margin:0}\n.pom-rf .b .q{color:#007287;font-weight:600}\n.pom-rf .mid{display:flex;align-items:center;justify-content:center;\n  border-left:1px solid #e3e9ea;border-right:1px solid #e3e9ea;background:#fdfdfc}\n.pom-rf .mid svg{width:15px;height:15px;color:#79868a;display:block}\n@media(max-width:640px){\n  .pom-rf .row{grid-template-columns:1fr}\n  .pom-rf .mid{border:0;border-top:1px solid #e3e9ea;border-bottom:1px solid #e3e9ea;\n    height:34px;background:#fdfdfc}\n  .pom-rf .mid svg{transform:rotate(90deg)}\n  .pom-rf .side{padding:22px 24px}\n}\n\n\/* ---- the cascade ----\n   The author writes several runs of one line paragraphs, and they are not all\n   the same thing. Setting every one of them as \"new row, new row, new row\" is\n   what the first build did and it flattens the difference:\n\n     a PARALLEL SET - stand up, stretch, get some water - is a set of options\n     of equal weight, and the thing that renders it is an ordinary list.\n\n     a CASCADE is not. \"you are reorganizing your desktop \/ Checking your\n     messages \/ Making coffee \/ Looking at the task again \/ Thinking about\n     doing the task \/ Still not doing the task\" accelerates. Each line is a\n     step further from starting, and the last one is where it lands.\n\n   So the cascade steps: each item is indented one notch further than the one\n   above it, hanging off a rail that does not move, and the final line comes\n   back in weight and colour because it is the point the run was travelling\n   towards. Read down, the shape is the sentence.\n\n   Used twice, and only where the run genuinely descends. *\/\n\/* SET TIGHT. The first version used body size and body leading, and six lines\n   of that is most of a screen for a run that should read as one gesture. The\n   whole point of a cascade is that the eye takes it in at once and sees the\n   shape; at full body spacing it stops being a shape and becomes six\n   paragraphs again, which is the thing this replaced. So: a step down in\n   size, leading pulled in, and the row padding cut to a third. Same shape,\n   about 40% of the height. *\/\n.pom-casc{margin:0;padding:0 0 0 2px;list-style:none;border-left:1.5px solid #d6e6e9}\n\/* margin:0 is load-bearing. Without it the theme's own list-item margin is\n   still there and adds about 8px to every row, which is where a third of the\n   height of the first tightened version was going. *\/\n.pom-casc li{margin:0;position:relative;font:400 18.5px\/1.4 \"Work Sans\",sans-serif;color:#2b302f;\n  padding:3px 0 3px calc(24px + var(--s) * 16px)}\n.pom-casc li::before{content:\"\";position:absolute;left:0;top:.72em;height:1px;\n  width:calc(15px + var(--s) * 16px);background:#d6e6e9}\n.pom-casc li.last{color:#007287;font-weight:600;font-size:19.5px;padding-top:7px}\n.pom-casc li.last::before{background:#007287;height:1.5px;top:.86em}\n@media(max-width:560px){\n  .pom-casc li{font-size:17px;padding-left:calc(18px + var(--s) * 9px)}\n  .pom-casc li::before{width:calc(11px + var(--s) * 9px)}\n  .pom-casc li.last{font-size:18px}\n}\n\n\/* ---- the interval, drawn ----\n   The prose states the structure once, in a line that uses an arrow glyph:\n   \"25 minutes of focused work -> 5-minute break -> repeat\", followed by \"After\n   four work intervals, you take a longer break.\" Two sentences, and the second\n   is the part a reader loses. Drawn, the \"after four\" is simply visible.\n\n   Widths are proportional to real minutes, so the long break is genuinely\n   wider than a short one and the shape does not contradict the label. *\/\n.pom-iv{margin:0}\n.pom-iv .bar{display:flex;align-items:stretch;gap:4px;height:74px}\n.pom-iv .w,.pom-iv .b,.pom-iv .lb{border-radius:8px;display:flex;align-items:center;\n  justify-content:center;text-align:center}\n.pom-iv .w{flex:25 1 0;background:#0097b2}\n.pom-iv .b{flex:5 1 0;background:#d6e6e9}\n.pom-iv .lb{flex:20 1 0;background:#f9f2e0;border:1.5px solid #ecdfc2}\n.pom-iv .w span{font:700 15px\/1.2 \"Work Sans\",sans-serif;color:#fff}\n.pom-iv .b span{font:700 12px\/1.2 \"Work Sans\",sans-serif;color:#01515f}\n.pom-iv .lb span{font:700 13px\/1.25 \"Work Sans\",sans-serif;color:#8a6a3c;padding:0 6px}\n\/* The caption, which is also the one tomato in the build.\n\n   IT CARRIES BOTH OF HER SENTENCES, VERBATIM, and that is a completeness\n   requirement rather than a nicety. The drawing replaces a line of prose, so\n   without the caption those words are on no page at all - which is exactly\n   what the coverage check caught here on the first build. It is also the\n   cookbook's rule that a figure states its finding in words, so that nothing\n   depends on being able to see the graphic. The structure line is set first\n   and muted; the after-four sentence is the one the drawing exists for, so it\n   takes the tomato and the darker ink. *\/\n.pom-iv figcaption{margin:16px 0 0}\n.pom-iv figcaption .st{font:400 15.5px\/1.55 \"Work Sans\",sans-serif;color:#79868a;margin:0 0 7px}\n.pom-iv figcaption .af{display:flex;align-items:flex-start;gap:10px;\n  font:600 15.5px\/1.5 \"Work Sans\",sans-serif;color:#01515f;margin:0}\n.pom-iv figcaption .dot{flex:0 0 auto;width:13px;height:13px;border-radius:50%;\n  background:#d30b16;margin-top:4px}\n.pom-iv .cyc{display:flex;gap:4px;margin:0 0 9px}\n.pom-iv .cyc span{font:700 10.5px\/1 \"Work Sans\",sans-serif;letter-spacing:.14em;\n  color:#79868a;text-transform:uppercase}\n.pom-iv .cyc .one{flex:30 1 0}\n.pom-iv .cyc .rest{flex:20 1 0;text-align:right}\n@media(max-width:620px){\n  .pom-iv .bar{height:58px}\n  .pom-iv .w span{font-size:13px}\n  .pom-iv .b span{font-size:0}\n  .pom-iv .lb span{font-size:11px}\n}\n\n\/* ---- motion ----\n   Only the interval figure animates, and only because arrival order is the\n   argument: the figure is a timeline, so left-to-right arrival is time\n   passing. The reframe component does NOT animate. Its two halves are a\n   comparison, and staggering them would claim one comes before the other. *\/\n[data-eqp] .pom-iv .bar>*{opacity:0;transform:translateY(8px) scaleY(.94);\n  transform-origin:bottom;transition:opacity .5s ease,transform .5s cubic-bezier(.22,.61,.36,1);\n  transition-delay:calc(var(--i) * .075s)}\n[data-eqp] .pom-iv.eq-on .bar>*{opacity:1;transform:none}\n[data-eqp] .pom-iv figcaption{opacity:0;transition:opacity .5s ease .72s}\n[data-eqp] .pom-iv.eq-on figcaption{opacity:1}\n@media(prefers-reduced-motion:reduce){\n  [data-eqp] .pom-iv .bar>*,[data-eqp] .pom-iv figcaption{\n    transition:none!important;opacity:1!important;transform:none!important}\n}\n@media print{\n  [data-eqp] .pom-iv .bar>*,[data-eqp] .pom-iv figcaption{\n    transition:none!important;opacity:1!important;transform:none!important}\n  .pom-iv .w{background:#0097b2!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}\n}\n\n\/* ---- no bullets in this article -----------------------------------------\n   THE FOUR BULLETED LISTS ARE GONE. The author's note was that bullet points\n   are \"generally not what we use in this specific blog post\", and reading the\n   page beside itself she is right: the article has a drop cap, a chapter rail,\n   a chain, a cascade and two panels, all of which say something about the run\n   they hold, and then four disc bullets that say only \"this is a list\".\n\n   Nothing here needed a bullet, and the four runs are not the same kind of\n   thing, so they get two treatments rather than one:\n\n     PILLS      short parallel instances, where the reader is meant to take the\n                set in at a glance and not read down it. Four fake breaks in\n                section 4, four ways a day goes wrong in section 10, and the\n                two example runs already inside the steps chain. Four uses of\n                one component, which is what this length is for.\n\n     RULED RUN  a run of sentences whose repetition is the point. Six questions\n                piling up in section 6 and five \"Sometimes because\" clauses in\n                section 9. Set tighter than paragraphs so they read as one\n                block, and left ruled like the cascade and the two questions,\n                because a hairline in the gutter is this article's one\n                structural mark and a third use of it is consistency.\n\n   Quotation marks and terminal stops come off the pills, for the reason they\n   came off the pills in the chain: a pill is a label, not a sentence. *\/\n.pom-pill{list-style:none;margin:0;padding:0;\n  display:flex;flex-wrap:wrap;gap:8px 9px}\n.pom-pill li{display:block;font-size:17px;line-height:1.35;color:#01515f;\n  background:#eef5f6;border:1px solid #d6e6e9;border-radius:999px;padding:6px 14px}\n.pom-run{list-style:none;margin:0;padding:0 0 0 24px;\n  border-left:1.5px solid #d6e6e9}\n.pom-run li{font-size:19.5px;line-height:1.45;color:#2b302f;margin:0}\n.pom-run li+li{margin-top:11px}\n@media(max-width:600px){\n  .pom-pill li{font-size:16px}\n  .pom-run{padding-left:18px}\n  .pom-run li{font-size:18px}\n}\n\n\/* ---- the two questions --------------------------------------------------\n   \"What am I doing right now?\" and \"How long do I have to do it?\" are the two\n   coordinates of an interval, and the article's whole claim about why a timer\n   helps is that a defined interval hands you both of them. Set as ordinary\n   one-line paragraphs they are two of the shortest lines on the page and read\n   as asides; they are closer to being the thesis.\n\n   RED, AND THIS IS THE FOURTH AND LAST PLACE IT GOES. The rule on this page is\n   that red counts the time and never lands on a claim. These are not claims,\n   they are the question a bounded interval answers - one of them is literally\n   \"how long\" - so they are the most on-subject red the article has after the\n   numerals. Two marks, in one place, set apart from the prose, which is what\n   keeps them from reading as a warning about a sentence.\n\n   Count across the whole page: one drop cap, five part numerals, the interval\n   dot, the loop marker, these two. Ten red marks against five tomatoes on the\n   cover, which is where it was before.\n\n   Playfair, because red at this size in Work Sans is a shout; the display face\n   makes it a held note instead, and Playfair is already the article's numeral\n   and headline face. #d30b16 measures 5.48:1 on white. *\/\n.pom-qs{margin:0;padding:2px 0 2px 26px;border-left:1.5px solid #d6e6e9}\n.pom-qs .row+.row{margin-top:22px}\n.pom-qs .lb{font-size:11.5px;font-weight:700;letter-spacing:.15em;\n  text-transform:uppercase;color:#01515f;margin:0 0 7px}\n.pom-qs .q{font-family:\"Playfair Display\",Georgia,serif;font-weight:600;\n  font-size:clamp(23px,2.9vw,29px);line-height:1.25;color:#d30b16;margin:0}\n@media print{.pom-qs .q{color:#d30b16!important;-webkit-print-color-adjust:exact;\n  print-color-adjust:exact}}\n\n\/* ---- the five steps, as one chain ---------------------------------------\n   THIS REPLACES FIVE SUB HEADINGS. Section 7 is the only place in the article\n   that gives instructions, and instructions want to be seen whole. Set as\n   five h3s with prose between them, the method could not be taken in at a\n   glance and, worse, the five imperatives arrived in the contents list as if\n   they were five sections of the article. They are five steps of one section.\n\n   So the whole section becomes one component: the imperative is the row, and\n   the lines that qualify it live inside that row rather than after it.\n   Nothing is dropped, nothing is set twice, and each step visibly follows the\n   one before because a single line runs down the gutter through all of them.\n\n   THE LOOP IS THE LAST ROW. Her closing line is \"Then begin another interval\n   if you want to continue\", which is the method going round again, so it gets\n   a marker that is an arrow rather than a numeral. That marker is the only\n   red in the component, and it is red for the reason everything red on this\n   page is red: it counts the time.\n\n   NUMERALS IN ACCD, NOT THE HEADING TEAL. Measured on the mist ground:\n   #01515f is 8.12:1 and #007287 is 5.06:1. Both pass, and the deeper one is\n   the house value for small type on a tint - it also keeps the numerals from\n   reading as five more headings beside the five real ones. *\/\n.pom-steps{list-style:none;margin:0;padding:0;counter-reset:pst}\n.pom-steps>li{position:relative;display:grid;grid-template-columns:46px 1fr;\n  column-gap:22px;padding:0 0 34px}\n.pom-steps>li:last-child{padding-bottom:0}\n\/* DIRECT CHILDREN ONLY, here and on every rule below that targets a row. The\n   pill sets live INSIDE these rows, so a bare descendant selector gives every\n   pill the 46px first column and its own length of gutter line, which sets\n   each pill one word per line down a phantom rail. *\/\n\/* the gutter line, drawn from below one marker to the top of the next *\/\n.pom-steps>li::before{content:\"\";position:absolute;left:22.25px;top:52px;bottom:-6px;\n  width:1.5px;background:#d6e6e9}\n.pom-steps>li:last-child::before{display:none}\n.pom-steps .mk{position:relative;z-index:1;grid-row:1;width:46px;height:46px;\n  border-radius:50%;background:#eef5f6;border:1.5px solid #d6e6e9;\n  display:flex;align-items:center;justify-content:center;\n  font-family:\"Playfair Display\",Georgia,serif;font-weight:700;font-size:21px;\n  line-height:1;color:#01515f;font-variant-numeric:tabular-nums}\n.pom-steps .bd{grid-row:1;min-width:0;padding-top:2px}\n\/* !important, or the theme sets Playfair on it. See the note on .pom-part h2. *\/\n.pom-steps .bd h3{font-family:\"Work Sans\",sans-serif!important;font-size:21px;\n  font-weight:700;line-height:1.3;color:#007287;margin:8px 0 12px;\n  scroll-margin-top:96px}\n.pom-steps .bd p{font-size:19px;line-height:1.66;color:#2b302f;margin:0 0 12px}\n.pom-steps .bd p:last-child{margin-bottom:0}\n\/* the example runs inside steps one and five use the shared pill set below *\/\n.pom-steps .bd .pom-pill{margin:0 0 14px}\n\/* the loop back to the start *\/\n.pom-steps>li.loop .mk{background:#fff;border-color:#f4cdca;color:#d30b16}\n.pom-steps>li.loop .mk svg{width:22px;height:22px;display:block}\n.pom-steps>li.loop .bd p{font-size:19.5px;font-weight:600;color:#01515f;padding-top:11px}\n@media(max-width:600px){\n  .pom-steps>li{grid-template-columns:38px 1fr;column-gap:16px;padding-bottom:28px}\n  .pom-steps>li::before{left:18.25px;top:44px}\n  .pom-steps .mk{width:38px;height:38px;font-size:18px}\n  .pom-steps .bd h3{font-size:19.5px;margin-top:5px}\n  .pom-steps .bd p{font-size:18px}\n}\n<\/style><div id=\"eqp-rail\" aria-hidden=\"true\"><i><\/i><\/div><nav id=\"eqp-parts\" aria-hidden=\"true\"><a href=\"#part-1\" data-i=\"1\" tabindex=\"-1\"><span class=\"dot\"><\/span><span class=\"lbl\">What the technique actually is<\/span><\/a><a href=\"#part-2\" data-i=\"2\" tabindex=\"-1\"><span class=\"dot\"><\/span><span class=\"lbl\">Why starting is the hard part<\/span><\/a><a href=\"#part-3\" data-i=\"3\" tabindex=\"-1\"><span class=\"dot\"><\/span><span class=\"lbl\">Why the numbers are not the point<\/span><\/a><a href=\"#part-4\" data-i=\"4\" tabindex=\"-1\"><span class=\"dot\"><\/span><span class=\"lbl\">How to actually run one<\/span><\/a><a href=\"#part-5\" data-i=\"5\" tabindex=\"-1\"><span class=\"dot\"><\/span><span class=\"lbl\">What a timer cannot fix<\/span><\/a><\/nav><button id=\"eqp-top\" type=\"button\" aria-label=\"Back to the top of the article\"><svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M6 10.5V2M2 5.5 6 1.5l4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>Top<\/button><script>(function(){document.documentElement.setAttribute(\"data-eqp\",\"on\");function init(){var RM=false;if(window.matchMedia){RM=window.matchMedia(\"(prefers-reduced-motion: reduce)\").matches;}var bar=document.querySelector(\"#eqp-rail i\");var hasST=false;if(window.CSS){if(CSS.supports){hasST=CSS.supports(\"animation-timeline\",\"scroll()\");}}if(bar){if(!hasST){  var tick=function(){    var h=document.documentElement.scrollHeight-window.innerHeight;    var p=h>0?window.scrollY\/h:0;    if(p<0)p=0; if(p>1)p=1;    bar.style.transform=\"scaleX(\"+p+\")\";  };  addEventListener(\"scroll\",tick,{passive:true});addEventListener(\"resize\",tick);tick();}}var rev=document.querySelectorAll(\".eq-rev\");if(RM||!(\"IntersectionObserver\" in window)){  Array.prototype.forEach.call(rev,function(n){n.classList.add(\"in\");});}else{  var ro=new IntersectionObserver(function(es){    es.forEach(function(e){if(e.isIntersecting){e.target.classList.add(\"in\");ro.unobserve(e.target);}});  },{rootMargin:\"0px 0px -8% 0px\",threshold:0.08});  Array.prototype.forEach.call(rev,function(n){ro.observe(n);});}var bands=document.querySelectorAll(\".eq-range .band\");if(RM||!(\"IntersectionObserver\" in window)){  Array.prototype.forEach.call(bands,function(n){n.classList.add(\"in\");});}else{  var bo=new IntersectionObserver(function(es){    es.forEach(function(e){      if(!e.isIntersecting)return;      var d=parseInt(e.target.getAttribute(\"data-d\")||\"0\",10);      setTimeout(function(){e.target.classList.add(\"in\");},d);      bo.unobserve(e.target);    });  },{threshold:0.3});  Array.prototype.forEach.call(bands,function(n){bo.observe(n);});}var figs=document.querySelectorAll(\"[data-eq-anim]\");if(RM||!(\"IntersectionObserver\" in window)){  Array.prototype.forEach.call(figs,function(n){n.classList.add(\"eq-on\");});}else{  var fo=new IntersectionObserver(function(es){    es.forEach(function(e){      var vh=window.innerHeight||document.documentElement.clientHeight;      var b=e.target.getBoundingClientRect();      var tall=b.height>vh*0.6;      var ok=tall?(b.top<vh*0.7?(b.bottom>0):false):(e.intersectionRatio>=0.35);      if(!ok)return;      e.target.classList.add(\"eq-on\");      fo.unobserve(e.target);    });  },{threshold:[0,0.15,0.35,0.6]});  Array.prototype.forEach.call(figs,function(n){fo.observe(n);});}var links=[].slice.call(document.querySelectorAll(\"#eqp-parts a\"));var tops=links.map(function(a){return document.getElementById(a.getAttribute(\"href\").slice(1));});var btn=document.getElementById(\"eqp-top\");var last=-1;var sync=function(){  var y=window.scrollY+window.innerHeight*0.32, cur=-1;  for(var i=0;i<tops.length;i++){ if(tops[i]){ if(tops[i].offsetTop<=y) cur=i; } }  if(cur!==last){    links.forEach(function(a,i){a.classList.toggle(\"on\",i===cur);});    last=cur;  }  if(btn){    var h=document.documentElement.scrollHeight-window.innerHeight;    var far=false; if(h>0){far=window.scrollY\/h>0.35;}    btn.classList.toggle(\"on\",far);  }};addEventListener(\"scroll\",sync,{passive:true});addEventListener(\"resize\",sync);sync();if(btn)btn.addEventListener(\"click\",function(){  window.scrollTo({top:0,behavior:RM?\"auto\":\"smooth\"});});}if(document.readyState===\"loading\"){document.addEventListener(\"DOMContentLoaded\",init);}else{init();}})();<\/script>\n\n\n\n<div class=\"wp-block-group alignfull eqp has-global-padding is-layout-constrained wp-container-core-group-is-layout-69fa9525 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding:0px 22px\">\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n<div style=\"color:#79868a;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.455), 18px);font-style:normal;font-weight:400;margin-top:54px;margin-bottom:0\" class=\"has-link-color wp-elements-1 wp-block-post-date has-text-color has-work-sans-regular-font-family\"><time datetime=\"2025-01-30T09:16:56+01:00\">30 sije\u010dnja, 2025<\/time><\/div>\n\n<div style=\"color:#79868a;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.455), 18px);font-style:normal;font-weight:700;text-transform:uppercase;margin-top:0;margin-bottom:0\" class=\"taxonomy-category has-link-color wp-elements-2 wp-block-post-terms has-text-color has-work-sans-regular-font-family\"><a href=\"https:\/\/equilibriumpsychotherapy.net\/hr\/category\/time\/\" rel=\"tag\">Time management<\/a><\/div>\n\n\n<h1 class=\"wp-block-heading has-text-color has-playfair-display-font-family\" id=\"top\" style=\"color:#2b302f;margin-top:12px;margin-bottom:14px;font-size:clamp(24.034px, 1.502rem + ((1vw - 3.2px) * 1.814), 40px);font-style:normal;font-weight:800;line-height:1.15\">The Pomodoro Technique<\/h1>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#007287;margin-top:0;margin-bottom:10px;font-size:clamp(14.642px, 0.915rem + ((1vw - 3.2px) * 0.836), 22px);font-weight:600;line-height:1.45\">Why is it so hard to just start?<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#4a5553;margin-top:0;margin-bottom:22px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.682), 20px);line-height:1.55\">Why a timer helps with starting, what the 25 minutes is actually for, and the part of procrastination it cannot touch.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#79868a;margin-top:0;margin-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.114), 15px);line-height:1.5\"><strong style=\"color:#007287\">11 minute read<\/strong> &nbsp;&middot;&nbsp; 2,416 words<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family eq-drop wp-block-paragraph\" style=\"color:#1f2b2d;margin-top:46px;margin-bottom:26px;font-size:clamp(14.642px, 0.915rem + ((1vw - 3.2px) * 0.836), 22px);line-height:1.62\">There is a particular kind of procrastination that can be surprisingly difficult to explain.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">You know what you need to do. You may even want to do it. You might have enough time, understand exactly how to do it, and have no real reason to avoid it.<\/p>\n\n\n\n<div style=\"margin-top:22px;margin-bottom:26px\"><ul class=\"pom-casc\"><li class=\"\" style=\"--s:0\">And yet, somehow, you are reorganizing your desktop.<\/li><li class=\"\" style=\"--s:1\">Checking your messages.<\/li><li class=\"\" style=\"--s:2\">Making coffee.<\/li><li class=\"\" style=\"--s:3\">Looking at the task again.<\/li><li class=\"\" style=\"--s:4\">Thinking about doing the task.<\/li><li class=\"last\" style=\"--s:5\">Still not doing the task.<\/li><\/ul><\/div>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">It is easy to interpret this as a motivation problem. If you really cared, surely you would just start. But starting a task is not always a matter of motivation. Often, it is <strong class=\"eqb\">a matter of activation: getting your brain to move from intending to act into actually acting<\/strong>. This is one reason the Pomodoro Technique can be surprisingly useful. Its basic idea is almost comically simple: instead of asking yourself to work until something is finished, you decide that you are going to work for a defined period of time and then stop for a break.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-dffd5825 wp-block-group-is-layout-constrained\" style=\"border-color:#e3e9ea;border-width:1.5px;border-style:solid;border-radius:22px;background-color:#f7fafb;margin-top:56px;margin-bottom:20px;padding:40px 44px 34px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#79868a;margin-top:0;margin-bottom:22px;font-size:12px;font-weight:700;letter-spacing:0.16em;line-height:1.4\">WHAT THIS ARTICLE COVERS &middot; FIVE PARTS<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\">\n<div class=\"eq-toc\"><div class=\"flat\"><svg class=\"chev hide\" viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M4 2l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"num\">PART 1<\/span><a class=\"ttl\" href=\"#part-1\">What the technique actually is<\/a><span class=\"cnt\">1 min<\/span><\/div><details><summary><svg class=\"chev\" viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M4 2l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"num\">PART 2<\/span><a class=\"ttl\" href=\"#part-2\">Why starting is the hard part<\/a><span class=\"cnt\"><span class=\"sec\">2 sections<\/span><span class=\"sep\"> &middot; <\/span>2 min<\/span><\/summary><ul><li><a href=\"#the-task-in-your-head-is-the-whole-task\">The task in your head is the whole task<\/a><\/li><li><a href=\"#what-a-defined-interval-gives-you\">What a defined interval gives you<\/a><\/li><\/ul><\/details><div class=\"flat\"><svg class=\"chev hide\" viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M4 2l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"num\">PART 3<\/span><a class=\"ttl\" href=\"#part-3\">Why the numbers are not the point<\/a><span class=\"cnt\">1 min<\/span><\/div><details><summary><svg class=\"chev\" viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M4 2l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"num\">PART 4<\/span><a class=\"ttl\" href=\"#part-4\">How to actually run one<\/a><span class=\"cnt\"><span class=\"sec\">3 sections<\/span><span class=\"sep\"> &middot; <\/span>3 min<\/span><\/summary><ul><li><a href=\"#moving-the-target\">Moving the target<\/a><\/li><li><a href=\"#what-to-do-during-a-pomodoro\">What to do during a Pomodoro<\/a><\/li><li><a href=\"#what-if-you-hate-stopping-when-the-timer-rings\">What if you hate stopping when the timer rings?<\/a><\/li><\/ul><\/details><details><summary><svg class=\"chev\" viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M4 2l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"num\">PART 5<\/span><a class=\"ttl\" href=\"#part-5\">What a timer cannot fix<\/a><span class=\"cnt\"><span class=\"sec\">3 sections<\/span><span class=\"sep\"> &middot; <\/span>3 min<\/span><\/summary><ul><li><a href=\"#procrastination-is-not-one-thing\">Procrastination is not one thing<\/a><\/li><li><a href=\"#not-another-standard-to-fail\">Not another standard to fail<\/a><\/li><li><a href=\"#the-bigger-idea\">The bigger idea<\/a><\/li><\/ul><\/details><\/div>\n<\/div>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The original technique uses 25 minutes of focused work followed by a five-minute break. There is nothing magical about the number 25. The interesting part is what happens when an enormous, vaguely defined demand becomes a small, clearly bounded one.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div style=\"margin-top:92px;margin-bottom:34px\"><div class=\"pom-part\"><div class=\"no\">01<\/div><div class=\"tx\"><p class=\"lb\">Part one of five<\/p><h2 id=\"part-1\">What the technique actually is<\/h2><p class=\"sb\">25 minutes, a 5 minute break, and the small change in wording that does most of the work<\/p><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The Pomodoro Technique was developed by Francesco Cirillo in the late 1980s and named after the tomato-shaped kitchen timer he used as a university student. The traditional structure is straightforward:<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"eq-rev\" style=\"margin-top:54px;margin-bottom:54px\"><figure class=\"pom-iv\" data-eq-anim><div class=\"cyc\"><span class=\"one\">One cycle<\/span><span class=\"rest\">Then rest<\/span><\/div><div class=\"bar\"><div class=\"w\" style=\"--i:0\"><span>25 min<\/span><\/div><div class=\"b\" style=\"--i:1\"><span>5<\/span><\/div><div class=\"w\" style=\"--i:2\"><span>25 min<\/span><\/div><div class=\"b\" style=\"--i:3\"><span>5<\/span><\/div><div class=\"w\" style=\"--i:4\"><span>25 min<\/span><\/div><div class=\"b\" style=\"--i:5\"><span>5<\/span><\/div><div class=\"w\" style=\"--i:6\"><span>25 min<\/span><\/div><div class=\"lb\" style=\"--i:7\"><span>longer break<\/span><\/div><\/div><figcaption><p class=\"st\">25 minutes of focused work \u2192 5-minute break \u2192 repeat.<\/p><p class=\"af\"><span class=\"dot\"><\/span>After four work intervals, you take a longer break.<\/p><\/figcaption><\/figure><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">That\u2019s it. And this is worth emphasizing because productivity advice has a tendency to turn simple ideas into elaborate rituals. You do not need a special timer, an aesthetically pleasing productivity app, a particular playlist, or a perfectly optimized desk. The timer is useful because it creates a boundary.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"eq-rev\" style=\"margin-top:44px;margin-bottom:44px\"><div class=\"pom-rf\"><div class=\"row\"><div class=\"side a\"><p class=\"lab\">Instead of<\/p><p class=\"q\">I need to study today.<\/p><\/div><div class=\"mid\"><svg viewBox=\"0 0 16 16\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M2 8h11M9 4l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><div class=\"side b\"><p class=\"lab\">you have<\/p><p class=\"q\">For the next 25 minutes, I am studying.<\/p><\/div><\/div><div class=\"row\"><div class=\"side a\"><p class=\"lab\">Instead of<\/p><p class=\"q\">I need to finish this report.<\/p><\/div><div class=\"mid\"><svg viewBox=\"0 0 16 16\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M2 8h11M9 4l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><div class=\"side b\"><p class=\"lab\">you have<\/p><p class=\"q\">For the next 25 minutes, I am working on this report.<\/p><\/div><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Those sound like minor linguistic differences. Psychologically, they are not quite the same task. One is an open-ended demand with an unknown endpoint. The other has a beginning and an end. That distinction matters when the problem is not knowing what to do, but getting yourself to begin.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div style=\"margin-top:92px;margin-bottom:34px\"><div class=\"pom-part\"><div class=\"no\">02<\/div><div class=\"tx\"><p class=\"lb\">Part two of five<\/p><h2 id=\"part-2\">Why starting is the hard part<\/h2><p class=\"sb\">Not motivation but activation, and what a defined interval gives your attention<\/p><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"the-task-in-your-head-is-the-whole-task\" style=\"color:#007287;margin-top:80px;margin-bottom:20px;font-size:clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.989), 25px);font-style:normal;font-weight:700;line-height:1.28\">The task in your head is the whole task<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">A lot of procrastination happens before the work itself. The task exists in your head as a whole. You imagine the research you need to do, the decisions you will have to make, the amount of concentration it will require, the possibility that it will take longer than expected, and everything else waiting for you afterward.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Your brain does not necessarily experience this as one small action. It experiences it as a large demand. And <strong class=\"eqb\">large, ambiguous demands are easier to postpone<\/strong>.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-f86ed65e wp-block-group-is-layout-constrained\" style=\"background-color:#eef5f6;border-color:#d6e6e9;border-width:1.5px;border-style:solid;border-radius:20px;margin-top:46px;margin-bottom:46px;padding:34px 38px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#01515f;margin-top:0;margin-bottom:12px;font-size:12px;font-weight:700;letter-spacing:0.16em;line-height:1.4\">WHAT THE RESEARCH SUPPORTS<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:0;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Research on temporal discounting and impulsive choice has long demonstrated that people tend to value immediate outcomes more strongly than delayed ones. A task whose reward is somewhere in the future can therefore compete poorly with things that provide an immediate payoff: <a href=\"\/dopamine-addiction-everyday-habits\/\" style=\"color:#007287;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px;text-decoration-color:#d6e6e9\">checking your phone, watching a video<\/a>, answering an easy message, or simply doing nothing for a few minutes.<\/p>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The Pomodoro technique changes the immediate situation.<\/p>\n\n\n\n<div style=\"margin-top:22px;margin-bottom:26px\"><ul class=\"pom-casc\"><li class=\"\" style=\"--s:0\">You do not have to finish the assignment to succeed.<\/li><li class=\"\" style=\"--s:1\">You do not even have to feel motivated enough to finish it.<\/li><li class=\"last\" style=\"--s:2\">You only have to work until the timer ends.<\/li><\/ul><\/div>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">That makes the immediate commitment considerably smaller. And sometimes, smaller is enough.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"what-a-defined-interval-gives-you\" style=\"color:#007287;margin-top:80px;margin-bottom:20px;font-size:clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.989), 25px);font-style:normal;font-weight:700;line-height:1.28\">What a defined interval gives you<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">It is tempting to describe Pomodoro as a way of \u201cforcing yourself to focus.\u201d That is not really what makes it interesting. Attention is not a substance you can squeeze harder and somehow produce more of. It fluctuates. Mental effort changes over time. Competing stimuli pull at attention. And the subjective experience of a task can change dramatically depending on whether it feels voluntary, overwhelming, boring, urgent, or manageable.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">A defined work interval gives you something your brain can work with.<\/p>\n\n\n\n<div style=\"margin-top:30px;margin-bottom:32px\"><div class=\"pom-qs\"><div class=\"row\"><p class=\"lb\">There is a clear question<\/p><p class=\"q\">What am I doing right now?<\/p><\/div><div class=\"row\"><p class=\"lb\">And there is a second one<\/p><p class=\"q\">How long do I have to do it?<\/p><\/div><\/div><\/div>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">That can reduce the psychological size of the task. It also creates a useful rule for distractions. If you suddenly remember that you need to order something, reply to someone, look something up, or check whether your package has arrived, you do not necessarily have to act on the thought immediately. You can write it down and return to the task.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The point is not to eliminate every distracting thought. That\u2019s unrealistic. The point is <strong class=\"eqb\">to stop every thought from automatically becoming an action<\/strong>.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div style=\"margin-top:92px;margin-bottom:34px\"><div class=\"pom-part\"><div class=\"no\">03<\/div><div class=\"tx\"><p class=\"lb\">Part three of five<\/p><h2 id=\"part-3\">Why the numbers are not the point<\/h2><p class=\"sb\">5 minutes and 25 minutes are design choices, not findings<\/p><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The five-minute break is not supposed to be another opportunity to squeeze more productivity out of yourself. It is a break. That sounds obvious, but it is surprisingly easy to turn it into:<\/p>\n\n\n\n<div style=\"margin-top:0;margin-bottom:30px\"><ul class=\"pom-pill\"><li>five minutes to answer emails<\/li><li>five minutes to check Slack<\/li><li>five minutes to make a to-do list<\/li><li>five minutes to quickly scroll through social media<\/li><\/ul><\/div>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">And suddenly your \u201cbreak\u201d is another cognitive task.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-f86ed65e wp-block-group-is-layout-constrained\" style=\"background-color:#eef5f6;border-color:#d6e6e9;border-width:1.5px;border-style:solid;border-radius:20px;margin-top:46px;margin-bottom:46px;padding:34px 38px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#01515f;margin-top:0;margin-bottom:12px;font-size:12px;font-weight:700;letter-spacing:0.16em;line-height:1.4\">WHAT THE RESEARCH SUPPORTS<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:0;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Short breaks can be useful because sustained attention and mental performance are not perfectly stable. Research on workplace attention and vigilance has found that brief breaks can help reduce the effects of prolonged task engagement, although the optimal timing and duration depend heavily on the task and person.<\/p>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-f86ed65e wp-block-group-is-layout-constrained\" style=\"background-color:#f9f2e0;border-color:#ecdfc2;border-width:1.5px;border-style:solid;border-radius:20px;margin-top:46px;margin-bottom:46px;padding:34px 38px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#01515f;margin-top:0;margin-bottom:12px;font-size:12px;font-weight:700;letter-spacing:0.16em;line-height:1.4\">WORTH BEING CLEAR ABOUT<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:0;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">There is also an important caveat here: there is no good evidence that exactly five minutes is a universally optimal recovery period. Pomodoro is a structure, not a law of neuroscience.<\/p>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">If five minutes leaves you refreshed, great. If you need ten minutes after an hour of difficult writing, that does not mean you have failed at productivity.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">This is one of the things worth correcting about the way Pomodoro is often presented online. You will sometimes hear that humans can only concentrate for a certain number of minutes, or that 25 minutes is the scientifically optimal duration for entering a state of deep focus.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-f86ed65e wp-block-group-is-layout-constrained\" style=\"background-color:#f9f2e0;border-color:#ecdfc2;border-width:1.5px;border-style:solid;border-radius:20px;margin-top:46px;margin-bottom:46px;padding:34px 38px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#01515f;margin-top:0;margin-bottom:12px;font-size:12px;font-weight:700;letter-spacing:0.16em;line-height:1.4\">WORTH BEING CLEAR ABOUT<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:0;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">There is not a universal attention clock inside the brain that rings at minute 25. The original 25-minute interval was a practical design choice, not a number discovered in a laboratory as the maximum length of human concentration.<\/p>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">For some tasks, 25 minutes is excellent. For others, it can be too short. Imagine spending 20 minutes getting into a complicated problem, finally understanding what you need to do, and then stopping precisely because your timer went off. That may be counterproductive. Deep work often involves an initial period of orientation before you reach sustained engagement. Interrupting that process unnecessarily is not automatically helpful.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">This is why the most useful way to think about Pomodoro is not:<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"eq-rev\" style=\"margin-top:40px;margin-bottom:40px\"><div class=\"pom-rf\"><div class=\"row\"><div class=\"side a\"><p class=\"lab\">is not<\/p><p class=\"q\">Humans should work for 25 minutes.<\/p><\/div><div class=\"mid\"><svg viewBox=\"0 0 16 16\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M2 8h11M9 4l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><div class=\"side b\"><p class=\"lab\">It is<\/p><p class=\"q\">It can be useful to put a boundary around a period of focused work.<\/p><\/div><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The boundary can be 25 minutes. It can also be <strong class=\"eqb\">15, 30, 45, or 60 minutes<\/strong>. The right interval depends on the person, the task, and what happens to your attention during it.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div style=\"margin-top:92px;margin-bottom:34px\"><div class=\"pom-part\"><div class=\"no\">04<\/div><div class=\"tx\"><p class=\"lb\">Part four of five<\/p><h2 id=\"part-4\">How to actually run one<\/h2><p class=\"sb\">Choosing the task, the five steps, and permission to ignore the timer when it stops helping<\/p><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"moving-the-target\" style=\"color:#007287;margin-top:80px;margin-bottom:20px;font-size:clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.989), 25px);font-style:normal;font-weight:700;line-height:1.28\">Moving the target<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Some tasks naturally have a beginning and an end.<\/p>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-66cb9a2b wp-block-group-is-layout-constrained\" style=\"border-left-color:#d6e6e9;border-left-width:4px;border-left-style:solid;border-radius:0px;margin-top:30px;margin-bottom:30px;padding:2px 0px 2px 26px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#007287;margin-top:0;margin-bottom:8px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.625), 19.5px);font-weight:600;line-height:1.5\">\u201cWash the dishes\u201d is reasonably concrete.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#007287;margin-top:0;margin-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.625), 19.5px);font-weight:600;line-height:1.5\">\u201cWrite the introduction to my thesis\u201d is less so.<\/p>\n\n\n<\/div>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The second task contains dozens of smaller decisions:<\/p>\n\n\n\n<div style=\"margin-top:0;margin-bottom:30px\"><ul class=\"pom-run\"><li>What should I say first?<\/li><li>How much background is necessary?<\/li><li>Which sources should I use?<\/li><li>What if the first paragraph is terrible?<\/li><li>How long should this take?<\/li><li>What happens after the introduction?<\/li><\/ul><\/div>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The task becomes psychologically larger as you think about it. Pomodoro can help by moving the target. You are no longer trying to conquer the entire task. You are trying to complete one interval. That is particularly useful for tasks involving uncertainty, boredom, perfectionism, or a large amount of cognitive effort. And something interesting can happen once you begin: <strong class=\"eqb\">the task may turn out to be less unpleasant than the anticipation of it<\/strong>.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The hardest part was not necessarily doing the work. It was crossing the gap between \u201cI should do this\u201d and actually doing it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"what-to-do-during-a-pomodoro\" style=\"color:#007287;margin-top:80px;margin-bottom:20px;font-size:clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.989), 25px);font-style:normal;font-weight:700;line-height:1.28\">What to do during a Pomodoro<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The simplest version is enough.<\/p>\n\n\n\n<div style=\"margin-top:34px;margin-bottom:38px\"><ol class=\"pom-steps\"><li><span class=\"mk\" aria-hidden=\"true\">1<\/span><div class=\"bd\"><h3 id=\"choose-one-task\">Choose one task<\/h3><p>Not work, something specific<\/p><ul class=\"pom-pill\"><li>draft the first section<\/li><li>read pages 40-55<\/li><li>answer these three emails<\/li><li>organize the data from today\u2019s experiment<\/li><\/ul><p>The more concrete the task, the less mental effort you spend deciding what \u201cworking\u201d means.<\/p><\/div><\/li><li><span class=\"mk\" aria-hidden=\"true\">2<\/span><div class=\"bd\"><h3 id=\"set-a-timer\">Set a timer<\/h3><p>25 minutes is a perfectly reasonable place to start.<\/p><p>If you already know that 25 minutes is too short or too long for you, adjust it.<\/p><\/div><\/li><li><span class=\"mk\" aria-hidden=\"true\">3<\/span><div class=\"bd\"><h3 id=\"work-on-that-task\">Work on that task<\/h3><p>Not perfectly, not with superhuman concentration. Just keep returning to the task when your attention wanders.<\/p><\/div><\/li><li><span class=\"mk\" aria-hidden=\"true\">4<\/span><div class=\"bd\"><h3 id=\"when-the-timer-ends-stop\">When the timer ends, stop<\/h3><p>This part is surprisingly important.<\/p><p>If the system says \u201cwork for 25 minutes,\u201d but you repeatedly ignore the endpoint because you are afraid of losing momentum, the timer stops functioning as a boundary.<\/p><p>You can always choose to continue after the break.<\/p><\/div><\/li><li><span class=\"mk\" aria-hidden=\"true\">5<\/span><div class=\"bd\"><h3 id=\"take-a-real-break\">Take a real break<\/h3><ul class=\"pom-pill\"><li>stand up<\/li><li>stretch<\/li><li>get some water<\/li><li>look out the window<\/li><li>walk around<\/li><\/ul><p>Do something that actually gives your brain a change of context.<\/p><\/div><\/li><li class=\"loop\"><span class=\"mk\" aria-hidden=\"true\"><svg viewBox=\"0 0 22 22\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M18 8a7.5 7.5 0 1 0 .9 6.2\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\"\/><path d=\"M12.4 8.2H18V2.6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span><div class=\"bd\"><p>Then begin another interval if you want to continue.<\/p><\/div><\/li><\/ol><\/div>\n\n\n\n<style>\n\/* ---- the working timer ----\n   The one interactive thing in the article, placed after the five steps so the\n   reader can run one immediately. It never makes a sound: the article argues\n   the timer is a permission slip, not an alarm clock, and a page that shouts at\n   you undoes that. The tomato drains rather than a bar filling, because the\n   figure the reader already knows from the step markers is the tomato. *\/\n.eqp .pom-timer{margin:36px 0 8px;border:1.5px solid #dde1e1;border-radius:10px;\n  background:#fffdfb;padding:26px 26px 22px;\n  display:grid;grid-template-columns:132px 1fr;gap:26px;align-items:center}\n.eqp .pom-timer .pt-art{grid-row:span 2;align-self:start}\n.eqp .pom-timer svg{width:132px;height:148px;display:block}\n.eqp .pt-fill{transition:y .95s linear,height .95s linear}\n.eqp .pt-read{font-family:\"Work Sans\",sans-serif;font-size:56px;font-weight:700;\n  line-height:1;color:#01515f;font-variant-numeric:tabular-nums;letter-spacing:-.01em;margin:0}\n.eqp .pt-phase{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;\n  color:#d30b16;margin:0 0 8px}\n.eqp .pom-timer[data-phase=\"break\"] .pt-phase{color:#007287}\n.eqp .pom-timer[data-phase=\"break\"] .pt-read{color:#01515f}\n.eqp .pt-ctl{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:center;margin:18px 0 0}\n.eqp .pt-btn{font-family:\"Work Sans\",sans-serif;font-size:15px;font-weight:600;cursor:pointer;\n  padding:11px 22px;border-radius:6px;border:1.5px solid #007287;background:#007287;color:#fff;\n  transition:background .15s ease,border-color .15s ease}\n.eqp .pt-btn:hover{background:#01515f;border-color:#01515f}\n.eqp .pt-btn.ghost{background:transparent;color:#01515f}\n.eqp .pt-btn.ghost:hover{background:#eef6f7;border-color:#01515f}\n.eqp .pt-btn:focus-visible{outline:2px solid #01515f;outline-offset:3px}\n.eqp .pt-sets{display:flex;gap:16px;align-items:center;margin:16px 0 0;flex-wrap:wrap}\n.eqp .pt-sets label{font-size:14px;color:#2b302f;display:flex;align-items:center;gap:8px}\n.eqp .pt-sets input{font-family:\"Work Sans\",sans-serif;font-size:15px;width:62px;padding:7px 8px;\n  border:1.5px solid #dde1e1;border-radius:5px;color:#26302f;background:#fff;\n  font-variant-numeric:tabular-nums}\n.eqp .pt-sets input:focus-visible{outline:2px solid #007287;outline-offset:2px;border-color:#007287}\n.eqp .pom-timer figcaption{grid-column:1 \/ -1;margin:20px 0 0;padding:14px 0 0;\n  border-top:1px solid #dde1e1;font-size:15px;line-height:1.6;color:#4a6665}\n@media(max-width:600px){\n  .eqp .pom-timer{grid-template-columns:1fr;gap:16px;padding:22px 20px 20px;text-align:center}\n  .eqp .pom-timer .pt-art{grid-row:auto;justify-self:center}\n  .eqp .pom-timer svg{width:104px;height:117px}\n  .eqp .pt-read{font-size:46px}\n  .eqp .pt-ctl,.eqp .pt-sets{justify-content:center}\n  .eqp .pom-timer figcaption{text-align:left}\n}\n@media(prefers-reduced-motion:reduce){.eqp .pt-fill{transition:none}}\n@media print{.eqp .pt-ctl,.eqp .pt-sets{display:none}}\n<\/style>\n<figure class=\"pom-timer\" id=\"pom-timer\" data-phase=\"focus\">\n  <div class=\"pt-art\">\n    <svg viewBox=\"0 0 100 112\" role=\"img\" aria-label=\"A tomato that empties as the interval runs\">\n      <defs><clipPath id=\"pom-timer-clip\"><path d=\"M50 36 C20 36 6 54 6 74 C6 95 26 110 50 110 C74 110 94 95 94 74 C94 54 80 36 50 36 Z\"\/><\/clipPath><\/defs>\n      <g clip-path=\"url(#pom-timer-clip)\">\n        <rect x=\"0\" y=\"36\" width=\"100\" height=\"76\" fill=\"#f7ecea\"\/>\n        <rect class=\"pt-fill\" x=\"0\" y=\"36\" width=\"100\" height=\"76\" fill=\"#d30b16\"\/>\n      <\/g>\n      <path d=\"M50 36 C20 36 6 54 6 74 C6 95 26 110 50 110 C74 110 94 95 94 74 C94 54 80 36 50 36 Z\" fill=\"none\" stroke=\"#b8121b\" stroke-width=\"2.5\"\/>\n      <path d=\"M50 37 C50.4 33 49.8 31 51.4 28\" stroke=\"#4a7c3f\" stroke-width=\"5\" stroke-linecap=\"round\" fill=\"none\"\/>\n      <g fill=\"#4a7c3f\" transform=\"translate(50,36) scale(1,0.5)\">\n        <path transform=\"rotate(0)\" d=\"M0 0 C9 -3.6 19 -3 27 0 C19 3 9 3.6 0 0 Z\"\/>\n        <path transform=\"rotate(72)\" d=\"M0 0 C9 -3.6 19 -3 27 0 C19 3 9 3.6 0 0 Z\"\/>\n        <path transform=\"rotate(144)\" d=\"M0 0 C9 -3.6 19 -3 27 0 C19 3 9 3.6 0 0 Z\"\/>\n        <path transform=\"rotate(216)\" d=\"M0 0 C9 -3.6 19 -3 27 0 C19 3 9 3.6 0 0 Z\"\/>\n        <path transform=\"rotate(288)\" d=\"M0 0 C9 -3.6 19 -3 27 0 C19 3 9 3.6 0 0 Z\"\/>\n      <\/g>\n    <\/svg>\n  <\/div>\n  <div>\n    <p class=\"pt-phase\">Focus<\/p>\n    <p class=\"pt-read\" role=\"timer\" aria-live=\"polite\" aria-atomic=\"true\">25:00<\/p>\n    <div class=\"pt-ctl\" hidden>\n      <button type=\"button\" class=\"pt-btn pt-main\">Start<\/button>\n      <button type=\"button\" class=\"pt-btn ghost pt-reset\">Reset<\/button>\n    <\/div>\n    <div class=\"pt-sets\" hidden>\n      <label>Focus <input type=\"number\" class=\"pt-focus\" min=\"1\" max=\"180\" step=\"1\" value=\"25\" inputmode=\"numeric\"> min<\/label>\n      <label>Break <input type=\"number\" class=\"pt-brk\" min=\"1\" max=\"180\" step=\"1\" value=\"5\" inputmode=\"numeric\"> min<\/label>\n    <\/div>\n  <\/div>\n  <figcaption>25 and 5 are the usual starting numbers, not the correct ones. Change them to whatever length you can actually hold, and the timer will remember it. It makes no sound when it ends, so nothing here will interrupt you before you are ready to be interrupted.<\/figcaption>\n<\/figure>\n<script>\n(function(){\n  var root=document.getElementById('pom-timer');\n  if(!root){return;}\n  var KEY='eqp-pom-1814';\n  var fill=root.querySelector('.pt-fill');\n  var out=root.querySelector('.pt-read');\n  var lab=root.querySelector('.pt-phase');\n  var main=root.querySelector('.pt-main');\n  var rst=root.querySelector('.pt-reset');\n  var fIn=root.querySelector('.pt-focus');\n  var bIn=root.querySelector('.pt-brk');\n  var ctl=root.querySelector('.pt-ctl');\n  var set=root.querySelector('.pt-sets');\n  var TOP=36, TALL=76;\n  var st={phase:'focus',running:false,endsAt:0,left:1500,focus:25,brk:5};\n\n  function save(){ try{ localStorage.setItem(KEY,JSON.stringify(st)); }catch(e){} }\n  function load(){\n    try{\n      var raw=localStorage.getItem(KEY);\n      if(raw){ var o=JSON.parse(raw); if(o){ if(o.phase){ st=o; } } }\n    }catch(e){}\n  }\n  function total(){ return (st.phase==='focus'? st.focus : st.brk)*60; }\n  function left(){\n    if(st.running){\n      var s=Math.round((st.endsAt-Date.now())\/1000);\n      return s>0? s : 0;\n    }\n    return st.left;\n  }\n  function two(n){ return (n<10? '0':'')+n; }\n  function render(){\n    var L=left(), T=total();\n    out.textContent=two(Math.floor(L\/60))+':'+two(L%60);\n    var frac= T>0? L\/T : 0;\n    if(frac>1){ frac=1; }\n    if(st.phase==='break'){ frac=1-frac; }\n    var h=TALL*frac;\n    fill.setAttribute('y',String(TOP+(TALL-h)));\n    fill.setAttribute('height',String(h));\n    fill.setAttribute('fill','#d30b16');\n    lab.textContent= st.phase==='focus'? 'Focus' : 'Break';\n    root.setAttribute('data-phase',st.phase);\n    if(st.running){ main.textContent='Pause'; }\n    else if(L<T){ main.textContent='Resume'; }\n    else{ main.textContent= st.phase==='focus'? 'Start' : 'Start break'; }\n  }\n  function tick(){\n    if(st.running){\n      if(left()<=0){\n        st.running=false;\n        st.phase= st.phase==='focus'? 'break' : 'focus';\n        st.left=total();\n        save();\n      }\n    }\n    render();\n  }\n  main.addEventListener('click',function(){\n    if(st.running){ st.left=left(); st.running=false; }\n    else{\n      var L=st.left;\n      if(L<=0){ L=total(); }\n      st.endsAt=Date.now()+L*1000;\n      st.running=true;\n    }\n    save(); render();\n  });\n  rst.addEventListener('click',function(){\n    st.running=false; st.phase='focus'; st.left=total(); save(); render();\n  });\n  function clamp(el,dflt){\n    var v=parseInt(el.value,10);\n    if(isNaN(v)){ v=dflt; }\n    if(v<1){ v=1; }\n    if(v>180){ v=180; }\n    el.value=v;\n    return v;\n  }\n  \/* Changing a length has to touch the interval that is on screen, or the\n     readout can end up showing more time than the interval now lasts. Stopped,\n     the current phase simply becomes the new length, which is what a reader\n     expects from a settings field. Running, the clock is only ever shortened,\n     so nobody loses time they have already sat through. *\/\n  function applyLen(){\n    var T=total();\n    if(st.running){\n      if(left()>T){ st.endsAt=Date.now()+T*1000; }\n    }\n    else{ st.left=T; }\n  }\n  fIn.addEventListener('change',function(){\n    st.focus=clamp(fIn,25); applyLen(); save(); render();\n  });\n  bIn.addEventListener('change',function(){\n    st.brk=clamp(bIn,5); applyLen(); save(); render();\n  });\n\n  load();\n  fIn.value=st.focus; bIn.value=st.brk;\n  if(!st.left){ st.left=total(); }\n  ctl.hidden=false; set.hidden=false;\n  render();\n  setInterval(tick,250);\n})();\n<\/script>\n\n\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"what-if-you-hate-stopping-when-the-timer-rings\" style=\"color:#007287;margin-top:80px;margin-bottom:20px;font-size:clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.989), 25px);font-style:normal;font-weight:700;line-height:1.28\">What if you hate stopping when the timer rings?<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.642px, 0.915rem + ((1vw - 3.2px) * 0.836), 22px);line-height:1.5\"><strong class=\"eq-ans\">Then don\u2019t stop<\/strong><span class=\"eq-tld\">~<\/span>seriously.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The technique is supposed to serve your attention, not the other way around. If you are deeply engaged in something and another five minutes will naturally bring you to a stopping point, there is no particular psychological virtue in abandoning the thought mid-sentence because an alarm told you to. This is especially relevant for creative and intellectually demanding work.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">A useful distinction is between <em class=\"eqi\">planned interruption<\/em> and <em class=\"eqi\">forced interruption<\/em>. Planned interruption gives you a structure for working. Forced interruption ignores what your attention is actually doing. The former can be helpful. The latter can be annoying.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div style=\"margin-top:92px;margin-bottom:34px\"><div class=\"pom-part\"><div class=\"no\">05<\/div><div class=\"tx\"><p class=\"lb\">Part five of five<\/p><h2 id=\"part-5\">What a timer cannot fix<\/h2><p class=\"sb\">Procrastination is not one thing, and only one of its causes is a problem with starting<\/p><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"procrastination-is-not-one-thing\" style=\"color:#007287;margin-top:80px;margin-bottom:20px;font-size:clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.989), 25px);font-style:normal;font-weight:700;line-height:1.28\">Procrastination is not one thing<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">It can help with one particular part of procrastination: getting started. But procrastination is not one single phenomenon.<\/p>\n\n\n\n<div style=\"margin-top:0;margin-bottom:30px\"><ul class=\"pom-run\"><li>Sometimes people postpone tasks because they feel boring.<\/li><li>Sometimes because they feel overwhelming.<\/li><li>Sometimes because the person is unsure how to begin.<\/li><li>Sometimes because they are anxious about doing the task badly.<\/li><li>Sometimes because finishing the task creates another problem: evaluation, judgment, responsibility, or the possibility of failure.<\/li><\/ul><\/div>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">A timer cannot solve all of those things. If you are avoiding an assignment because you genuinely do not understand what it requires, the solution may be clarification. If you are avoiding it because you are terrified that your work will not be good enough, the solution may involve working with perfectionistic standards.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">If you are exhausted, another productivity technique may not be what you need. And if you keep discovering that you cannot start because your attention is consistently difficult to regulate across many parts of life, it may be worth looking beyond productivity strategies altogether.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"eq-rev\" style=\"margin-top:44px;margin-bottom:40px\"><div class=\"pom-rf\"><div class=\"row\"><div class=\"side a\"><p class=\"lab\">The question is not always<\/p><p class=\"q\">How can I make myself work harder?<\/p><\/div><div class=\"mid\"><svg viewBox=\"0 0 16 16\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M2 8h11M9 4l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><div class=\"side b\"><p class=\"lab\">Sometimes it is<\/p><p class=\"q\">What is making this particular task so difficult to approach?<\/p><\/div><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">That is a much more useful question.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"not-another-standard-to-fail\" style=\"color:#007287;margin-top:80px;margin-bottom:20px;font-size:clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.989), 25px);font-style:normal;font-weight:700;line-height:1.28\">Not another standard to fail<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">There is a tendency to turn productivity techniques into another standard we can fail.<\/p>\n\n\n\n<div style=\"margin-top:0;margin-bottom:30px\"><ul class=\"pom-pill\"><li>you miss an interval<\/li><li>you get distracted<\/li><li>you take a 17-minute break instead of five<\/li><li>you only manage two rounds<\/li><\/ul><\/div>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">And now, somehow, you are procrastinating about procrastination. That defeats the point. Pomodoro works best as an experiment in understanding your own attention. Maybe you discover that 20 minutes is enough for administrative tasks but too short for writing. Maybe you work better with 45-minute intervals. Maybe your first interval of the day needs to be shorter because starting is the hardest part.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Maybe breaks need to involve movement rather than your phone. Maybe you do better when you decide exactly what the first action will be before starting the timer. The useful information is not whether you followed the method perfectly. It is <strong class=\"eqb\">what the method teaches you about how your attention actually works<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"the-bigger-idea\" style=\"color:#007287;margin-top:80px;margin-bottom:20px;font-size:clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.989), 25px);font-style:normal;font-weight:700;line-height:1.28\">The bigger idea<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The appeal of Pomodoro is not really the tomato timer. It is the shift from demanding an entire outcome from yourself to committing to a manageable period of effort.<\/p>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-66cb9a2b wp-block-group-is-layout-constrained\" style=\"border-left-color:#d6e6e9;border-left-width:4px;border-left-style:solid;border-radius:0px;margin-top:30px;margin-bottom:30px;padding:2px 0px 2px 26px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#007287;margin-top:0;margin-bottom:8px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.625), 19.5px);font-weight:600;line-height:1.5\">\u201cFinish the project\u201d can feel enormous.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#007287;margin-top:0;margin-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.625), 19.5px);font-weight:600;line-height:1.5\">\u201cWork on the project for 25 minutes\u201d is much more concrete.<\/p>\n\n\n<\/div>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#2b302f;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">And when the brain is resisting the beginning, concreteness can matter. You do not need to manufacture an enormous amount of motivation before starting. Sometimes you need to make the starting point smaller.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"wp-block-group has-background eq-ondark has-global-padding is-layout-constrained wp-container-core-group-is-layout-e27886f6 wp-block-group-is-layout-constrained\" style=\"background-color:#04353f;border-radius:22px;margin-top:56px;margin-bottom:44px;padding:46px 50px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#8fc3ce;margin-top:0;margin-bottom:16px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.341), 17px);line-height:1.6\">That is one of the more useful lessons hidden inside a very ordinary kitchen timer:<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#ffffff;margin-top:0;margin-bottom:0;font-size:clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.989), 25px);font-weight:600;line-height:1.5\">You don\u2019t always need to convince yourself to want to do the whole thing. You may only need to make the next bit easier to begin.<\/p>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-69c879e7 wp-block-group-is-layout-constrained\" style=\"background-color:#f7fafb;border-color:#e3e9ea;border-width:1.5px;border-style:solid;border-radius:18px;margin-top:0;margin-bottom:44px;padding:30px 34px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#79868a;margin-top:0;margin-bottom:14px;font-size:12px;font-weight:700;letter-spacing:0.16em;line-height:1.4\">FURTHER READING<\/p>\n\n\n\n<ol class=\"wp-block-list has-text-color has-work-sans-regular-font-family\" style=\"color:#4d5756;margin-top:0;margin-bottom:14px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.227), 16px);line-height:1.7\">\n<li><a href=\"https:\/\/doi.org\/10.1257\/aer.89.1.103\" target=\"_blank\" rel=\"noopener\" style=\"color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:rgba(0,114,135,.42)\">O\u2019Donoghue, T., &amp; Rabin, M. (1999). Doing it now or later. American Economic Review, 89(1), 103-124.<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/doi.org\/10.1027\/1016-9040\/a000360\" target=\"_blank\" rel=\"noopener\" style=\"color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:rgba(0,114,135,.42)\">Moreira, D., &amp; Barbosa, F. (2019). Delay discounting in impulsive behavior. European Psychologist, 24(4), 312-321.<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/doi.org\/10.1016\/j.cognition.2010.12.007\" target=\"_blank\" rel=\"noopener\" style=\"color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:rgba(0,114,135,.42)\">Ariga, A., &amp; Lleras, A. (2011). Brief and rare mental breaks keep you focused: deactivation and reactivation of task goals preempt vigilance decrements. Cognition, 118(3), 439-443.<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/doi.org\/10.1037\/apl0000045\" target=\"_blank\" rel=\"noopener\" style=\"color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:rgba(0,114,135,.42)\">Hunter, E. M., &amp; Wu, C. (2016). Give me a better break: choosing workday break activities to maximize resource recovery. Journal of Applied Psychology, 101(2), 302-311.<\/a><\/li>\n<\/ol>\n\n\n\n<p class=\"eq-lastrev\" style=\"margin:34px 0 0;font-family:&quot;Work Sans&quot;,sans-serif;font-size:11.5px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;line-height:1.5;color:#79868a\">Last reviewed September 2026<\/p>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"eq-rev\" style=\"margin-top:0px;margin-bottom:44px\"><a class=\"pom-next\" href=\"\/urgent-important\/\"><span class=\"eyb\">Read next<\/span><span class=\"ti\">The Urgent-Important Matrix<\/span><span class=\"wy\">Pomodoro is for starting a task. This one is for working out which task it should have been.<\/span><\/a><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"eq-rev\" style=\"margin-top:0px;margin-bottom:0px\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1708\" src=\"https:\/\/equilibriumpsychotherapy.net\/wp-content\/uploads\/2024\/06\/mid-shot-woman-therapist-taking-notes-clipboard-scaled.jpg\" alt=\"A therapist taking notes on a clipboard during a session, with the other person&#39;s hands clasped in front of them\" class=\"wp-image-230\" style=\"width:100%;height:340px;object-fit:cover;object-position:center 40%;border-radius:22px 22px 0 0;display:block\" srcset=\"https:\/\/equilibriumpsychotherapy.net\/wp-content\/uploads\/2024\/06\/mid-shot-woman-therapist-taking-notes-clipboard-scaled.jpg 2560w, https:\/\/equilibriumpsychotherapy.net\/wp-content\/uploads\/2024\/06\/mid-shot-woman-therapist-taking-notes-clipboard-300x200.jpg 300w, https:\/\/equilibriumpsychotherapy.net\/wp-content\/uploads\/2024\/06\/mid-shot-woman-therapist-taking-notes-clipboard-1024x683.jpg 1024w, https:\/\/equilibriumpsychotherapy.net\/wp-content\/uploads\/2024\/06\/mid-shot-woman-therapist-taking-notes-clipboard-768x512.jpg 768w, https:\/\/equilibriumpsychotherapy.net\/wp-content\/uploads\/2024\/06\/mid-shot-woman-therapist-taking-notes-clipboard-1536x1025.jpg 1536w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><\/div>\n\n\n\n<div class=\"wp-block-group has-background eq-ondark has-global-padding is-layout-constrained wp-container-core-group-is-layout-f761ea3b wp-block-group-is-layout-constrained\" style=\"background-color:#007287;border-radius:0px 0px 22px 22px;margin-top:0;margin-bottom:80px;padding:52px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#bfe3ea;margin-top:0;margin-bottom:14px;font-size:12px;font-weight:700;letter-spacing:0.16em;line-height:1.4\">WORKING WITH THIS<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"when-starting-is-the-part-that-keeps-not-happening\" style=\"color:#ffffff;margin-top:0;margin-bottom:18px;font-size:clamp(18.434px, 1.152rem + ((1vw - 3.2px) * 1.201), 29px);font-style:normal;font-weight:700;line-height:1.28\">When starting is the part that keeps not happening<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#d5eef3;margin-top:0;margin-bottom:30px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.455), 18px);line-height:1.7\">A timer is a good answer to one particular difficulty and no answer at all to the others. If the thing stopping you is closer to perfectionism, exhaustion, or an attention that is hard to regulate across the whole of your life, that is worth looking at directly rather than working around.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background has-work-sans-regular-font-family wp-element-button\" href=\"\/individual-session\/\" style=\"border-radius:9px;color:#2b302f;background-color:#f9f2e0;padding:15px 30px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.284), 16.5px);font-weight:700\">Book a session<\/a><\/div>\n\n\n\n<div class=\"wp-block-button footer_b\"><a class=\"wp-block-button__link has-text-color has-work-sans-regular-font-family wp-element-button\" href=\"\/contact\/\" style=\"border-color:#7fbfcc;border-width:1.5px;border-style:solid;border-radius:9px;color:#ffffff;padding:15px 30px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.284), 16.5px);font-weight:600\">Get in touch<\/a><\/div>\n<\/div>\n\n\n<\/div>\n\n\n<\/div>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Focus is easier to protect than to summon. How short timed intervals and deliberate breaks turn concentration into a routine rather than an act of will.<\/p>","protected":false},"author":2,"featured_media":2498,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":49,"footnotes":""},"categories":[9],"tags":[],"class_list":["post-1814","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-time"],"_links":{"self":[{"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/posts\/1814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/comments?post=1814"}],"version-history":[{"count":20,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/posts\/1814\/revisions"}],"predecessor-version":[{"id":2736,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/posts\/1814\/revisions\/2736"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/media\/2498"}],"wp:attachment":[{"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/media?parent=1814"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/categories?post=1814"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/tags?post=1814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}