I spent 8 years in tech companies doing Scrum. Two-week sprints. Daily standups. Sprint planning. Sprint review. Retrospectives. Backlog grooming.
Then I went solo.
And I realized something: 90% of Agile is designed for team coordination problems I don't have.
When you're one person building multiple products, you don't need:
- Story points (you know how long things take)
- Daily standups (you were there yesterday)
- Sprint reviews (you shipped it, you know what shipped)
- Backlog grooming (your backlog lives in your head)
What you DO need:
- Focus (your scarcest resource)
- Clarity (knowing what to work on today)
- Progress visibility (preventing "what did I even do this month?")
- Context switching management (the solo founder killer)
The Focus Week System is my answer.
The Problem With Standard Sprints
Traditional two-week sprints assume:
- One project at a time
- Stable priorities for 2+ weeks
- Team members who need coordination
- Stakeholders who need status updates
Solo founders face different realities:
- Multiple products at various stages
- Priorities shifting based on user feedback, revenue, emergencies
- No one to coordinate with (blessing and curse)
- Only stakeholder is yourself (and maybe customers)
Forcing a solo workflow into Scrum is like using a chainsaw to butter toast. The tool doesn't fit the job.
The Focus Week Framework
A Focus Week is a 5-7 day period with ONE primary objective.
Not a list of tickets. Not a backlog of tasks. One objective.
The Structure
Monday: Planning Day (2 hours)
- Review all active projects
- Identify the highest-leverage objective for the week
- Break that objective into 3-5 concrete deliverables
- Block calendar for deep work
Tuesday-Thursday: Execution Days
- Work ONLY on the week's objective
- No new feature decisions
- No "quick" improvements to other projects
- Pure execution
Friday: Integration Day
- Ship what you built
- Document decisions made
- Handle accumulated admin tasks
- Do NOT start new work
Weekend: Buffer/Recovery
- Optional: light work if energized
- Mandatory: at least one full day off
- Review: did the week accomplish the objective?
The One-Objective Rule
This is the core principle: One meaningful objective per week.
Not "work on Project A" (too vague). Not "complete 15 tasks" (too scattered).
One clear outcome: "Launch the pricing page" or "Ship user authentication" or "Validate the new feature with 5 customer interviews."
Why one objective?
1. Context switching is the productivity killer
Research shows it takes 23 minutes to regain focus after an interruption. If you're bouncing between three projects, you might spend more time context-switching than working.
2. Progress compounds within a single focus
Day 3 of focused work on the same problem is 5x more productive than Day 1. You're in the zone. You understand the codebase. You've solved the adjacent problems.
3. Partial completion feels like failure
Working on five things and completing zero is demoralizing. Completing one thing fully is energizing. Momentum matters.
Choosing the Week's Objective
Not all objectives are equal. Here's my prioritization framework:
Priority 1: Revenue-affecting work
- Features that unblock paying customers
- Bugs that cause churn
- Pricing/billing improvements
Priority 2: Growth-affecting work
- Features that enable viral loops
- SEO and content
- Launch preparation
Priority 3: Foundation work
- Technical debt that's slowing you down
- Infrastructure that enables future speed
- Testing and stability
Priority 4: Nice-to-have
- Features users requested but don't need urgently
- UI polish
- "Would be cool if..."
Each week, pick the highest-priority objective you can meaningfully complete in one week.
The Kanban Board That Actually Works
Traditional kanban boards for solo work often become graveyards of half-finished tasks.
Here's what works better:
Three Lists Only
This Week (Max 5 items)
- The objective broken into concrete deliverables
- Each item is completable in one day or less
- If it's not done by Friday, it failed
Up Next (Max 10 items)
- Candidates for next week
- Already broken into concrete deliverables
- Ranked by priority
Someday (Unlimited)
- Everything else
- Ideas, requests, maybe-later
- Review monthly, delete aggressively
The Daily Rhythm
Each morning, answer two questions:
- What's the ONE thing I'll complete today?
- What will I NOT do today (but will be tempted to)?
Write both down. Refer back when you get distracted.
At day's end:
- Did I complete the thing?
- Did I avoid the distractions?
- What's tomorrow's ONE thing?
This takes 5 minutes. It replaces all the Agile ceremony.
Handling Multiple Products
Most solo founders I know have 2-4 projects at various stages:
- The main product (generating revenue or close to it)
- The side project (exploring a new idea)
- The maintenance product (legacy thing that needs occasional updates)
- The future bet (very early validation)
The worst approach: Work on all four every week.
A better approach: Dedicate entire Focus Weeks to single products.
Example rotation:
- Week 1: Main Product (ship pricing update)
- Week 2: Main Product (ship onboarding flow)
- Week 3: Side Project (validate with 10 customer interviews)
- Week 4: Main Product (fix top 5 bugs)
Notice the pattern: main product gets 3 of 4 weeks. That's intentional. Your revenue-generating product deserves most attention.
The Context Switch Tax
Every time you switch products, you pay a tax:
- Reload the codebase into your brain
- Remember where you left off
- Rebuild momentum
For small tasks, this tax exceeds the task time itself.
Rule: Never switch products mid-week unless there's a genuine emergency (site down, major customer issue, security problem).
The Planning Ritual
At the start of each week, I spend 2 hours on planning. It feels like a lot. It saves 10+ hours of wandering.
Step 1: Weekly Review (30 min)
Look at last week:
- Did I complete the objective?
- What took longer than expected?
- What did I learn?
- What would I do differently?
No judgment. Just observation.
Step 2: Project Status Check (30 min)
For each active project:
- Current state (one sentence)
- Biggest blocker (one sentence)
- Next milestone (one sentence)
This prevents "I forgot Project X existed for 3 weeks."
Step 3: Objective Selection (30 min)
Based on priorities:
- What's the highest-leverage objective I can complete this week?
- Is it actually completable in 5 days?
- Does it require dependencies outside my control?
If you can't define a clear objective, the project needs more thinking, not more doing.
Step 4: Deliverable Breakdown (30 min)
Break the objective into 3-5 deliverables:
- Each deliverable is completable in 4-8 hours
- Each has a clear "done" state
- Dependencies between deliverables are explicit
Good breakdown:
- Design pricing page layout (Figma)
- Implement pricing component (React)
- Connect Stripe checkout
- Write pricing FAQ content
- Deploy and test
Bad breakdown:
- Work on pricing
- More pricing work
- Finish pricing
What To Do When Plans Fail
They will. Regularly.
Scenario: Objective Not Completable
By Wednesday, you realize the week's objective is impossible.
Don't: Panic, work weekend, abandon the system.
Do:
- Identify the minimum viable completion
- Cut scope to what's achievable
- Document why the estimate was wrong
- Adjust future estimates
Partial shipping beats no shipping.
Scenario: Emergency Interruption
Customer emergency, critical bug, life happens.
Don't: Pretend the interruption didn't happen.
Do:
- Handle the emergency
- Explicitly acknowledge the week is disrupted
- Reduce the week's objective accordingly
- Don't try to "make up" lost time
Next week is a fresh start.
Scenario: Completed Early
You finished Thursday. Now what?
Don't: Start next week's work (you'll mess up the rhythm).
Do:
- Ship and verify what you built
- Handle accumulated small tasks
- Write documentation
- Take time off
Early completion is a feature, not a bug.
Tools That Help
You don't need special tools. But some help:
For objective tracking:
- Simple note file (I use a markdown file per week)
- Linear/Notion board (if you prefer visual)
- Launchcrew (if you want sprint + project tracking in one place)
For time blocking:
- Google Calendar (free, simple)
- Fantastical (better UI, costs money)
- Physical planner (surprisingly effective)
For focus:
- Freedom/Cold Turkey (block distracting sites)
- Phone in another room (seriously)
- "Do Not Disturb" mode (obviously)
The tool matters less than the system.
The Results
I've used this system for 2 years. Here's what changed:
Before Focus Weeks:
- 50+ hours/week of "work"
- Constant context switching
- Weeks ending with nothing shipped
- Burnout every few months
After Focus Weeks:
- 35-40 hours/week of actual work
- Deep focus 3 days/week
- Something ships every week
- Sustainable indefinitely
Less time working. More things completed. That's not a paradox—it's the result of eliminating waste.
Try It This Week
Start simple:
- Today: Define ONE objective for this week
- Tomorrow: Break it into 3-5 deliverables
- This week: Work only on those deliverables
- Friday: Ship something, no matter how small
- Next Monday: Review and repeat
You don't need to change everything. Just try one focused week.
See what happens.
Want a tool designed for Focus Week planning? Launchcrew helps solo founders track multiple projects, plan weekly sprints, and maintain focus across all their SaaS ideas.