Plan Mode - Reduce Decision Fatigue

Chapter 7 Hero

Mode one is Plan Mode, and the goal is simple: reduce decision fatigue.

We all know this feeling. By the end of a long day, even choosing where to start on a new feature feels overwhelming. You open the repo, you open an issue, and your brain just goes… blank. That blank page paralysis is not laziness. It is cognitive load.

And the number one sentence I hear in that moment is: ‘I don’t know where to start.’ Not ‘I can’t do it.’ Just ‘I can’t see the next step.’

Plan mode is how we turn that fog into a path.

Here’s the flow. You describe the task in plain language. The assistant analyses the codebase, then asks clarifying questions. Those questions are a feature, not a delay, because they flush out ambiguity early, while changes are still cheap. Then it produces a step by step plan, and finally it turns that plan into a TODO list you can actually execute.

Who benefits most? Honestly, everyone, but especially mid to senior developers and tech leads. If you are scoping new work, planning a refactor, or trying to break down a complex piece of work for a team, plan mode saves you from holding the entire dependency graph in your head.

The other key piece on this slide is the Spec Kit idea: write down your engineering guidelines, security requirements, and compliance rules in a lightweight ‘constitution.’ That way, planning is not just ‘make a plan.’ It is ‘make a plan that matches how we build software here.’

And the payoff is the chain at the bottom: less ambiguity leads to less rework, and less rework leads to less burnout.

Next I’ll show you what to actually say in plan mode so you get a useful plan, not a vague checklist.