Daily sprint planner

Input your available focused hours. Output allocates deep work, shallow batches, and buffers using fixed percentages — reproducible every day.

Start Session Build Routine Track Progress View Dashboard

Core algorithm (transparent)

From total available hours H: deep = round(0.45×H), shallow = round(0.30×H), admin = round(0.15×H), buffer = remainder. Minimum buffer 0.25h when H ≥ 4.

Input: available hours = 6
Calculation: deep = 0.45×6 = 2.7 → 2h45m · shallow = 0.30×6 = 1.8 → 1h50m · admin = 0.15×6 = 0.9 → 55m · buffer = 6 − (2.75+1.83+0.92) ≈ 0.5h
Output: "Plan: 2h45 deep, 1h50 shallow, 55m admin, 30m buffer" (rounded display for reading)

Editorial preview: stepwise math suitable for short video captions.

Three full daily plans (examples)

Plan A — 4 available hours

SegmentDurationActivity
Deep1h 50mPrimary project milestone
Shallow1h 15mEmail + ticketing batch
Admin40mCalendar + expense snap
Buffer15mCarry-over notes

Plan B — 6 available hours

SegmentDurationActivity
Deep2h 45mTwo focus blocks with 10m between
Shallow1h 50mResearch saves + Slack sweep
Admin55mInvoices + file hygiene
Buffer30mUnexpected interrupts

Plan C — 8 available hours (intense)

SegmentDurationActivity
Deep3h 35mThree sessions: 50/50/75
Shallow2h 25mTwo batches after deep
Admin1h 10mOps + planning touch
Buffer50mMeal stretch + transitions

When to shrink the sprint

If energy logs (see Energy Balance) show repeated afternoon lows, move 30–45 minutes of deep work earlier instead of extending the day.