Personal Dev Executive Function¶
10 cards — 🟢 3 easy | 🟡 4 medium | 🔴 3 hard
🟢 Easy (3)¶
1. Why does a vague task almost never get started, and what makes a valid next action?
Show answer
A vague task like "Study Kubernetes" is actually a project or goal, not a task. The brain stalls because there is no clear first move. A valid next action meets four criteria: it is physical and visible ("open file X," "type this command"), requires zero decisions before starting, can be done in under 15 minutes, and you can picture yourself doing it right now. If a task starts with "figure out" or "think about," it is not decomposed enough.2. What are implementation intentions (if-then plans) and why are they more effective than goals alone?
Show answer
Implementation intentions link a specific situation to a specific action: "If it is 7 AM and I sit at my desk, then I will open the Terraform module I was working on." Research shows this format doubles follow-through rates compared to simple goals ("I will study Terraform"). It works because the "if" cue triggers the action automatically, bypassing the decision point where avoidance normally wins. Pre-decide the when, where, and first action.3. What is the two-minute ignition protocol for overcoming task initiation failure?
Show answer
When you cannot start: (1) Define the outcome in one sentence, (2) Identify the first physical action ("open values-dev.yaml"), (3) Set a timer for 15 minutes (making the task finite), (4) Start with no editing or planning, (5) At timer expiry, decide to continue or stop. This bypasses the prefrontal cortex's tendency to evaluate and predict outcomes, which is where avoidance lives. Most of the time you will continue -- the hard part was the first 2 minutes.🟡 Medium (4)¶
1. What is body doubling and why does the presence of another person help with task initiation?
Show answer
Body doubling means working in the presence of another person who is also working -- either physically or virtually (video call, co-working space). It helps because social presence creates mild accountability without explicit monitoring, the other person's focused work provides behavioral cues that prime your own focus, and it reduces the isolation that makes avoidance easier. It is especially effective for people who struggle with task initiation when alone.2. What is environmental scaffolding and how do you design a workspace for task initiation?
Show answer
Environmental scaffolding means arranging your physical and digital environment so the right action is the easiest action. Checklist: Is the first action visible when you sit down (file open, note visible)? Are distractions more than 2 clicks away? Is there a physical cue that says "work starts now" (headphones, specific desk)? Is study material already loaded? Is your phone out of reach or in DND? The principle: do not rely on discipline -- make the right thing the default.3. Why does working memory overflow cause paralysis (not just slowness), and how do you offload?
Show answer
Working memory holds roughly 4 items. When you try to hold the task, the plan, the context, the next step, and meta-worry about performance, you overflow. Overflow feels like fog, paralysis, or the urge to do something easier -- not just slower processing. Offload by: writing the plan before executing (even 3 bullet points), using checklists for multi-step procedures, keeping a parking lot for stray thoughts, and single-tasking your screen to reduce visual alternatives.4. What are transition rituals and why are state transitions between rest and deep work cognitively expensive?
Show answer
Your brain operates in states: rest, ramp-up, deep work, cooldown, shutdown. Each transition costs cognitive resources. Without explicit rituals, transitions bleed and you lose time to drift. A ramp-up ritual (2 min: clear desk, read breadcrumb note, set timer, begin) and a cooldown ritual (5 min: write breadcrumb, log confusions, close files) make transitions mechanical rather than willpower-dependent. The breadcrumb note is critical -- it eliminates "where was I?" friction on restart.🔴 Hard (3)¶
1. What is activation energy in the context of task initiation, and how does a friction audit reduce it?
Show answer
Activation energy is the initial effort required to start a task -- analogous to the energy needed to start a chemical reaction. Most tasks require more energy to start than to sustain. A friction audit lists every step between "I decide to start" and "I am doing productive work," then eliminates, automates, or batches as many as possible. Common friction: setup steps, decision friction ("which topic?"), context friction ("where did I leave off?"), and emotional friction ("this will be hard").2. What is energy matching and why is attempting deep learning when depleted a scheduling error, not a discipline failure?
Show answer
Energy matching means assigning tasks to time slots based on your cognitive capacity at that time. Peak energy (first 2-3 hours): new learning, hard problems. Medium energy: practice, review. Low energy: maintenance, organization. Depleted: minimum viable session only. Trying deep learning when exhausted is not a willpower failure -- it is bad resource scheduling, like running a CPU-intensive workload on an overloaded node. Track your energy patterns for one week to find your actual peak.3. Why does the minimum viable session (5 minutes) matter more than the perfect session for long-term progress?