DEV Community

Cover image for You Keep Crashing on the Same Sprint Cycle — The Bug Is Not in Your Code
course to action
course to action

Posted on

You Keep Crashing on the Same Sprint Cycle — The Bug Is Not in Your Code

You Keep Crashing on the Same Sprint Cycle — The Bug Is Not in Your Code

You have tried everything at the application layer. You have optimized your morning routine. You have time-blocked your calendar. You have audited your task management system twice this quarter. You have read the deep work book, installed the focus app, and committed to a daily standup with yourself.

And the same thing keeps happening.

Three weeks of high output. Clean commits, fast decisions, clear thinking. Then a week — sometimes two — where the system grinds to a halt. You cannot start the PR. You stare at the same function for an hour. Meetings feel like dragging lead through water. The task list that looked reasonable on Monday looks impossible by Wednesday. You push through it anyway, because the cron job does not care how you feel, and you produce work you will quietly fix later when the fog lifts.

You have been treating this as a discipline problem. A consistency failure. A willpower gap you need to close with better habits, tighter systems, stricter accountability.

It is not a discipline problem.


The Reframe: You Are Running a Monthly Process on a Daily Scheduler

Here is the architectural issue no one told you about.

The entire productivity canon — time blocking, deep work, daily standups, morning routines, sprint cadences — was built on a 24-hour model of human energy. Wake up, execute, sleep, repeat. The assumption is that your system has roughly the same capacity every day, and the job of productivity systems is to maximize throughput within that consistent daily window.

For people whose primary hormonal cycle runs approximately 28 days, this is not a bad habit. It is an environment mismatch.

You are running a monthly release cycle on a daily cron job scheduler. The scheduler fires the same tasks at the same cadence regardless of which phase the underlying system is in. Some days those tasks align with actual system capacity and everything flows. Other days they collide with a phase that has a fundamentally different resource profile — lower bandwidth for social processing, higher overhead for complex decisions, reduced throughput for execution — and the system produces errors that look like laziness, inconsistency, or burnout.

The fix is not a better daily scheduler. The fix is a capacity planning system that accounts for the actual cycle.

Kate Northrup's course, Heal the Way You Work ($997, 35 lessons), builds exactly that system. The core argument: stop scheduling against your architecture and start scheduling with it. Do more by doing less — at the right time.

Here is the operational weekly ritual that makes it work.


The Do Less Weekly Planning Ritual: A 3-Step Capacity-Aware Scheduler

The Do Less Weekly Planning Ritual is Kate Northrup's core operational practice — the process that translates her cyclical energy model into a weekly planning system. It runs in ten minutes. It replaces the standard "list everything, prioritize everything, execute everything" planning session with a phase-aware alternative.

Here is the full process.

Step 1: Query the System State

Before you plan anything, check which phase you are currently in.

This is the equivalent of checking system load before scheduling a deployment. You would not push a major release during peak traffic without at least knowing the current state. You would not schedule a database migration without checking whether another heavy process is already running.

The phase check takes thirty seconds. If you track your menstrual cycle, check your tracker. If you use the lunar cycle as a proxy (which the course teaches as an equivalent framework), check the current moon phase. The course maps four distinct phases — Winter, Spring, Summer, Autumn — each with a different capacity profile, different optimal task types, and different failure modes when overloaded.

The critical output of this step is not a label. It is a constraint set. Knowing your current phase tells you what type of work the system can actually sustain this week — and, more importantly, what type of work it cannot sustain without producing degraded output and accumulating recovery debt.

A Winter-phase week cannot support a Summer-phase workload. If you plan a Summer-phase week during Winter, you will either fail to execute (and blame yourself) or force-execute at a quality level that creates rework. Both outcomes are worse than planning for what the phase can actually deliver.

Step 2: Select Three Phase-Appropriate Priorities

Three. Not seven. Not ten. Not "everything that is urgent plus everything that is important."

Three priorities that are appropriate to the current phase.

This constraint is not minimalism for aesthetic reasons. It is load management. It is the difference between a well-scoped sprint and a sprint that was planned by listing every ticket in the backlog and committing to all of them.

The selection logic matters as much as the constraint. During a Spring-phase week (energy rising, creativity available, initiation capacity high), the three priorities should lean toward new project kickoffs, drafting, brainstorming, and planning. During an Autumn-phase week (social energy contracting, analytical focus sharpening), the three priorities should lean toward editing, financial review, system documentation, and completing what was started in earlier phases.

The planning session is not asking "what should I do this week?" It is asking "what can this phase of the system actually execute well?" Those are different questions. The first one generates aspirational lists. The second one generates realistic ones.

Step 3: Build a Half-Page Task List

Take the three priorities. Build a task list that serves them. Cap it at half a page.

Not a full page. Not a two-page brain dump. Half a page.

The half-page constraint is a capacity governor. It prevents the planning system from overcommitting resources in a way that guarantees partial execution and the psychological debt that comes with an abandoned task list.

Think of it as a resource limiter on a container. You can always request more resources than the container can provide. The system will not stop you from writing a three-page task list. But the container has hard limits, and when you exceed them, you do not get graceful degradation. You get thrashing — the system spends more energy context-switching between unfinished tasks than it spends completing any of them.

Half a page, built around three priorities, filtered by what the current phase can actually support. That is the weekly plan.


Where This Breaks Down Without the Full System

If you implement the Do Less Weekly Planning Ritual starting tomorrow, you will immediately hit a problem.

Step 1 says "check which phase you are in." But which phase are you in? What does Winter actually feel like in your body, versus Autumn? How long does your Spring phase last — five days or twelve? When does Summer peak, and when does it start declining into Autumn?

The weekly ritual is the scheduler. But the scheduler depends on a data model you do not have yet.

The missing piece is the Four-Phase Cyclical Energy Model — Northrup's foundational framework that defines the four phases, maps them to specific physiological and energetic signatures, and gives you the diagnostic criteria for identifying which phase you are currently in. Without it, the weekly ritual is a well-designed function with an undefined input parameter. It will compile, but it will not produce correct output.

The Four-Phase model is the core data structure the entire system runs on. The weekly ritual is one of several processes that consume it.


The Question Worth Sitting With

Before you decide whether you need the full system, ask yourself this:

When you look at the last six months of your working life — the cycles of high output followed by crashes, the weeks where everything flowed followed by weeks where nothing moved — have you been treating that pattern as a bug to fix? Or is it possible that the pattern is the system working correctly, and the bug is in the scheduler that keeps ignoring it?


What Else Is in the Full System

The Do Less Weekly Planning Ritual is one of seven frameworks in Heal the Way You Work. The others, by name:

  • The Four-Phase Cyclical Energy Model — the foundational state machine that maps Winter, Spring, Summer, and Autumn phases to specific capacity profiles and optimal task types
  • Prune Before You Plan — a 5-step garbage collection process for reducing commitments before any planning session begins
  • The Upward Cycle of Success — the macro-level project planning model (Emergence, Visibility, Culmination, Fertile Void) that applies the four-phase logic to the arc of a full initiative
  • The Sacred Practices Calendar — the scheduling inversion that places recovery and personal renewal in the highest-priority queue, ahead of business commitments
  • The Daily Energy Tracker — the instrumentation layer that builds personalized phase data before you optimize against the framework
  • The 80/20 Two-Column Exercise — the structured elimination tool that identifies which 20% of your activities produce 80% of your results

Together, they form a complete capacity planning system — from instrumentation to pruning to phase-aware scheduling to macro-level project planning.


How to Access the Full System

The full independent breakdown of all 7 frameworks is available at Course To Action — start free. Every framework extracted, every limitation documented, every phase mapped.

If you want the course itself: Heal the Way You Work is $997 from Kate Northrup. On Course To Action, the full breakdown is available for $49 as part of a library of 110+ course deconstructions. No subscription. One-time access. Every course includes AI-powered search across all frameworks, plus audio walkthroughs.

The price math: $997 for the original course, or $49 for the complete framework extraction plus access to every other course breakdown on the platform. Both are legitimate paths. One gives you Kate Northrup's full teaching and delivery. The other gives you every framework, extracted and documented, at a fraction of the cost.

Either way, stop running your monthly system on a daily scheduler. The crashes are not character flaws. They are architecture.

Full breakdown at Course To Action


Course To Action publishes independent framework-level breakdowns of online courses — the 20% that delivers 80% of the value, so you can make an informed decision before you spend a dollar.

Top comments (0)