productivity-mental-models
Apply proven mental models to boost personal and team productivity — focus techniques, decision frameworks, and task management principles. Use when: improving personal productivity, making better decisions faster, coaching teams on effective work habits.
What this skill does
# Productivity Mental Models
## Overview
Productivity isn't about working more hours. It's about removing the friction between knowing what to do and actually doing it. The Personal MBA identifies several mental models that explain why smart people fail to execute — and how to fix it.
This skill covers the most actionable productivity frameworks: overcoming akrasia, achieving monoidealism, reducing cognitive switching costs, identifying your Most Important Tasks, and using the 5-Fold Why/How to drill into problems and solutions.
## Instructions
When a user asks about productivity improvement, time management, focus, or root cause analysis, apply these mental models.
### Model 1: Akrasia — The Knowing-Doing Gap
**Definition:** Akrasia is the state of acting against your better judgment. You KNOW you should write that proposal, but you're scrolling Twitter instead.
Akrasia isn't laziness. It's a failure of the system around you. Your environment is optimized for distraction, not execution.
**Fixes (environment design, not willpower):**
1. **Remove friction from good behavior** — Keep your IDE open, close Slack, block social media during work blocks
2. **Add friction to bad behavior** — Use website blockers, put phone in another room, log out of distracting sites
3. **Pre-commit** — Schedule work blocks on your calendar. Tell someone what you'll deliver by when.
4. **Reduce decision fatigue** — Decide the night before what you'll work on tomorrow. Morning decisions = depleted willpower.
5. **Start pathetically small** — "Write one sentence" is easier to start than "write the proposal." Starting is 90% of the battle.
**Example:** Developer who can't start a difficult refactoring task:
- Bad: "I'll work on the refactor today" (vague, easy to postpone)
- Good: "At 9:00 AM, I'll open `auth.ts`, delete the deprecated function, and replace the first call site. That's it." (specific, small, no ambiguity)
### Model 2: Monoidealism — Single-Task Focus
**Definition:** Monoidealism is the state of focusing on exactly ONE thing. It's the opposite of multitasking — and it's where all your best work happens.
**The science:** Your brain cannot parallel-process complex tasks. What you call "multitasking" is actually rapid context switching, and it destroys performance.
**How to achieve monoidealism:**
1. **Pick ONE task** for the next 60-90 minutes
2. **Eliminate interruptions** — close email, silence notifications, use DND mode
3. **Define "done"** — "I'm done when I've written the first draft of the API docs for the /users endpoint"
4. **Set a timer** — External structure helps. 60 or 90 minutes. When it rings, take a break.
5. **If interrupted, write down where you are** — "I was in the middle of implementing the validation logic for the email field." This reduces restart cost.
**Team application:** "Focus Fridays" — no meetings, no Slack, just deep work. One company reported 35% more code shipped per week after implementing this.
### Model 3: Cognitive Switching Penalty
**Definition:** Every time you switch between tasks, your brain needs ~23 minutes to fully re-engage with the new context (University of California, Irvine research).
**The math is devastating:**
```
Developer's day: 8 hours = 480 minutes
Switches between tasks: 8 times (Slack ping, meeting, different ticket...)
Switching cost: 8 × 23 minutes = 184 minutes LOST
Actual productive time: 480 - 184 = 296 minutes (4.9 hours)
That's 38% of the day wasted on switching.
```
**Reducing switching costs:**
1. **Batch similar work** — Do all code reviews at 2 PM, not scattered throughout the day
2. **Protect focus blocks** — 3-hour minimum blocks for complex work. One meeting in the middle destroys it.
3. **Async by default** — Slack messages don't need instant replies. Check at 10 AM, 1 PM, 4 PM.
4. **Meeting-free mornings** — Complex work in the morning, collaborative work in the afternoon
5. **Two-pizza calendar** — If your calendar has more than 2 meetings per day, something is wrong
**For managers:** Every time you ping a developer with "quick question," you cost the team 23 minutes. Batch your questions. Send them all at once. Let them respond when they're at a natural stopping point.
### Model 4: Most Important Tasks (MITs)
**Definition:** Each day, identify 2-3 tasks that would make the day a success even if nothing else gets done. Do these FIRST.
**The process:**
1. End of previous day: Write tomorrow's 2-3 MITs
2. Morning: Start MIT #1 immediately (before email, before Slack)
3. Don't move to MIT #2 until #1 is complete or blocked
4. Everything else goes on a "could do" list — handle only after MITs are done
**Choosing MITs:**
- Which task, if completed, would have the biggest impact this week?
- Which task have I been avoiding the longest? (Usually the most important)
- Which task, if NOT completed today, would create a problem tomorrow?
**Example daily plan:**
```
MITs:
1. Ship the payment integration PR (blocks 3 other team members)
2. Write the investor update email (deadline: tomorrow)
3. Review and approve the Q1 budget (finance team waiting)
Could do (if time permits):
- Refactor the notification module
- Reply to non-urgent Slack threads
- Read the competitor analysis doc
```
### Model 5: The 5-Fold Why
**Definition:** Ask "why?" five times to drill from symptom to root cause.
**Example: "Our sales are declining"**
```
Why are sales declining?
→ Because fewer leads are converting to customers
Why are fewer leads converting?
→ Because our sales cycle has lengthened from 14 to 45 days
Why has the sales cycle lengthened?
→ Because prospects need 3-4 demos instead of 1
Why do they need more demos?
→ Because the first demo doesn't address their specific use case
Why doesn't it address their use case?
→ Because we use a generic demo script instead of customizing per industry
ROOT CAUSE: Generic demo script. Not "sales are bad."
FIX: Create 5 industry-specific demo templates. Expected impact: cut sales
cycle back to 14-21 days, increase conversion by 30-40%.
```
**Rules for effective 5-Fold Why:**
- Don't accept "because people are lazy/stupid" — that's a process failure, not a people failure
- At each level, verify with data if possible
- The root cause should be something you can FIX (actionable)
- Sometimes 3 whys is enough. Sometimes 7 is needed. Five is a guideline, not a law.
### Model 6: The 5-Fold How
**Definition:** The reverse of 5-Fold Why. Start with a goal and ask "how?" five times to break it into concrete actions.
**Example: "I want to reach $10k MRR"**
```
How do I reach $10k MRR?
→ Get 200 customers at $50/month average
How do I get 200 customers?
→ Convert 5% of 4,000 qualified leads
How do I get 4,000 qualified leads?
→ Run content marketing + paid ads targeting SMB owners
How do I run effective content marketing?
→ Publish 2 SEO articles/week + 1 case study/month + distribute on LinkedIn
How do I publish 2 articles/week consistently?
→ Block Tuesday and Thursday mornings for writing. Use an outline template.
Batch 4 outlines on Monday. Write Tuesday + Thursday. Edit Friday.
ACTIONABLE PLAN: Block mornings, use templates, batch outlines.
Much more concrete than "reach $10k MRR."
```
### Model 7: Externalization
**Definition:** Get it OUT of your head and INTO a system. Your brain is for generating ideas, not storing them.
**What to externalize:**
- Tasks → Task manager (Todoist, Linear, even a text file)
- Ideas → Notes app or capture inbox
- Decisions → Written pros/cons list
- Plans → Written documents with dates and owners
- Recurring processes → Checklists and SOPs
**Why it matters:** Every item you hold in your head consumes cognitive bandwidth. A brain juggling 15 "I should remember to..." items has less capacity for creative problem-solving. Write it ALL down.
**Implementation:** End each work session with a 5-minute "brain dump" — write down everything that's in your head about what needRelated in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.