← All posts

I stopped managing tasks. I started managing attention.

May 26, 2026 5 min read

I used to end the day exhausted and still feel like nothing meaningful moved forward.

Sprint ceremonies finished. Slack messages answered. PR comments addressed. Technically busy from 9 to 7. But the architecture document that needed writing? Still at zero. The refactor that would unlock next quarter’s roadmap? Zero. The workout I had scheduled for three weeks in a row? Zero.

I was clearing Quadrant 3. Neglecting Quadrant 2. Paying for it in Quadrant 1.

That’s the Eisenhower Matrix in one paragraph. Here’s the full picture — and how I use it across both the codebase and the living room.

The four quadrants

The matrix splits every task on two axes: urgency (does it demand attention now?) and importance (does it move something meaningful forward?).

                       URGENT              NOT URGENT
                  +-------------------+-------------------+
                  | Q1  DO            | Q2  SCHEDULE      |
    IMPORTANT     | hotfixes          | architecture      |
                  | incidents         | mentoring         |
                  | sick child        | exercise          |
                  +-------------------+-------------------+
                  | Q3  DELEGATE      | Q4  DELETE        |
    NOT           | crash triage      | code style wars   |
    IMPORTANT     | routine admin     | doomscrolling     |
                  | grocery runs      | decisionless      |
                  |                   | meetings          |
                  +-------------------+-------------------+

Quadrant 1: Do — Urgent and Important

Real fires. These get immediate attention by definition. The skill isn’t managing Q1 better. It’s reducing how often you live here.

Work: critical hotfixes, production incidents, technical decisions only you can make in the next hour. Home: a sick child, an emergency repair, a family situation that can’t wait.

Quadrant 2: Schedule — Important, Not Urgent

This is where growth happens. Architecture planning, improving engineering standards, mentoring, deep reading. Also: exercise, financial planning, relationships. Everything that becomes urgent later if you neglect it now.

Q2 requires active protection. It never declares an emergency, so it loses to everything that does. The engineers I’ve watched stagnate over the years all share one pattern: excellent at Q1 and Q3, with no protected Q2 time.

Quadrant 3: Delegate — Urgent, Not Important

These tasks demand attention — but not necessarily yours. They feel productive because they have deadlines and stakeholders. That feeling is misleading.

Work: routine crash monitoring, repetitive admin tasks, documentation generation a tool can handle, questions another engineer can answer. Home: grocery delivery, cleaning services, automating chores that don’t require judgment.

The question for Q3 isn’t “how do I do this better?” It’s “do I need to be the one doing this at all?”

Quadrant 4: Delete — Neither Urgent Nor Important

The biggest hidden drain on energy. These feel harmless because nothing bad happens immediately from doing them.

Work: endless chat debates about minor code style decisions, over-engineering features nobody uses, low-value meetings without a clear decision to make. Home: doomscrolling, watching content you don’t care about, habitual distractions that fill transitions between tasks.

Cutting Q4 doesn’t require willpower. It requires recognizing it. Most Q4 activity is invisible until you deliberately look for it.

How I actually use this week to week

I don’t categorize every task in a matrix app. That would become a Q3 task.

Instead, I do a five-minute review at the start of each day with three questions:

  1. Is there anything in Q1 that needs immediate attention?
  2. What is my Q2 block for today, and is it protected on my calendar?
  3. What can I move out of my queue entirely — delegate (Q3) or remove (Q4)?

The Q2 block is the only thing I defend aggressively. Everything else finds time naturally. Q1 interrupts regardless of your calendar. Q3 and Q4 get filtered when you’re conscious of them.

The discipline is protecting Q2, not managing the other three.

The dynamic that matters most

Q2 investment reduces Q1 chaos.

  Q2 skipped                                     Q1 later
  ----------                                     --------
  no monitoring set up      --> risk builds --> 3am pager
  architecture doc deferred --> risk builds --> rewrite
  no regular 1:1s           --> risk builds --> resignation

  Q2 protected              --> risk absorbed --> (no event)

The production incidents that derail everyone — they’re often the result of architecture decisions deferred, monitoring not set up, documentation not written. Each one was a Q2 task that didn’t get scheduled.

The relationship tension that becomes a crisis — usually the result of Q2 conversations not happening consistently. Each one was time that wasn’t protected.

Clearing Q1 is reactive. Building Q2 is preventive. The most effective engineers and the most effective parents I know have figured out the difference. Their weeks look less dramatic. It’s not luck.

The caveat

This model isn’t about working less. It’s about working on the right things.

Q1 work still gets done. Urgency is real. Deadlines are real. Picking up a sick kid takes priority over the architecture diagram. I’m not suggesting you ignore fires.

The point is that a schedule dominated entirely by Q1 and Q3 is a signal, not a sustainable strategy. When every week feels like crisis management, the crises are usually downstream of Q2 investments that never happened.

Stop trying to clear everything. Start organizing where your attention actually goes. The task list sorts itself when the attention is right.