Building a Personal Learning Plan for the Year
- TaskTreasury Team
- Jun 28
- 7 min read
Updated: 2 days ago
The typical personal learning plan is a list of subjects and a pile of bookmarked courses. It fails in about seven weeks, and the reason is arithmetic: nobody checked whether the plan fit in the hours that actually exist between a job, a commute, and other people.
A plan that survives the year does four things. It names one main thing rather than five. It states what finished looks like in a form someone else could verify. It budgets real hours against a real calendar with holidays subtracted. And it has quarterly checkpoints where you are allowed to cut things. Below is the method, a complete twelve-month example, and the recovery moves for when it slips, which it will.
Start from a decision, not a subject
Before choosing what to learn, write one sentence about what becomes possible if you learn it. Not it would be good to know Spanish, but I want to hold a thirty-minute conversation with my partner's family in Lisbon next August without switching to English. Not learn data analysis, but I want to answer questions about our funnel myself instead of waiting six days for the analytics team.
This matters for a practical reason. The sentence tells you where to stop. Learning without a stated purpose expands infinitely, because there is always another layer, and the absence of an end point is what makes people feel permanently behind. It also tells you what to skip. Someone learning SQL to answer their own funnel questions does not need query optimization or database administration, and can drop entire chapters guiltlessly.
If you cannot write the sentence, that is information: the interest is real but the priority is not. Put the subject on a someday list rather than building a year around it.
Do the hour arithmetic before anything else
This is the step that separates plans that work from plans that read well. Count the weeks you will realistically be available: 52 minus roughly 4 for vacation, 2 for illness, and 3 or 4 for the periods when work goes sideways. Call it 42 usable weeks.
Now count weekly hours honestly. Not the hours you wish you had, the ones you can defend in a bad week. For most people with a full-time job and any domestic responsibility, the sustainable number is three to five hours a week, not the ten they first write down. At four hours across 42 weeks, the year contains about 168 hours of learning. That is a real budget, and it is enough to become genuinely competent at one substantial thing or conversational in one language. It is not enough for three subjects, and knowing that in January is worth more than discovering it in May.
Then decide the shape of those hours. Two ninety-minute blocks beat six twenty-minute ones for anything requiring sustained construction, such as programming or writing. The reverse is true for memory-heavy material like vocabulary, where short daily contact outperforms long weekly sessions. Most plans need both: one long block for building, several short sessions for retention.
A complete twelve-month example
Here is a filled-in plan for a marketing manager who wants to stop waiting on the analytics team. Purpose sentence: by December, I can pull and interpret our funnel data myself and present a monthly analysis without help. Budget: 4 hours a week, 42 weeks, roughly 170 hours. Shape: Tuesday and Thursday 7:00 to 8:30pm, plus fifteen minutes of review on weekday mornings.
Quarter one, January to March, about 42 hours. Goal: read data rather than produce it. Work through one structured SQL course to the level of joins and aggregation, and stop there. Deliverable by March 31: a query that reproduces, from raw tables, a number that already appears on the company dashboard. That is the checkpoint, because matching a known figure proves the query is right in a way that no exercise can.
Quarter two, April to June, about 42 hours. Goal: answer real questions. Pick three questions the team actually asks each month and answer each one end to end with a query and a two-paragraph interpretation. Deliverable by June 30: those three analyses, shared with one colleague who checks the logic. Course consumption drops to near zero here by design; the quarter is applied work.
Quarter three, July to September, about 40 hours accounting for two weeks away. Goal: presentation and correctness. Learn enough of one visualization tool to build a live dashboard, and learn the specific statistical traps that break marketing analysis, chiefly sample size and the difference between correlation and causation. Deliverable by September 30: a dashboard someone else uses without asking questions.
Quarter four, October to December, about 45 hours. Goal: independence. Run the monthly funnel analysis solo for three consecutive months, and write up one finding that changes a decision. Deliverable by December 31: three delivered analyses and one documented decision that came from them.
Two features of that plan deserve attention. Every quarter ends in an artifact, not a completion percentage, because artifacts can be judged and course progress bars cannot. And the course work is concentrated in the first quarter only. Most learning plans invert this, spending the whole year consuming material and never producing anything, which feels productive and builds very little durable capability.
Choose materials by what they make you produce
Judge any book or course by one question: what will I have made after finishing it? A course with twelve projects beats a more comprehensive one with none, almost regardless of lecture quality. Watching is not learning; it is preparation for learning.
Cap your inputs deliberately. One primary resource per quarter, plus one reference you can consult. More than that and you spend your hours comparing explanations instead of using them. If a resource turns out to be wrong for you, abandon it in the first three hours rather than the twentieth, and do not finish things out of obligation. Sunk cost applies to courses more than almost anywhere else.
For anything with a memory component, build spaced repetition into the plan from the start. The principle is well established: reviewing material at expanding intervals, roughly a day, then three days, then a week, then a month, produces far more durable retention than reviewing the same total amount in a block. Practically, that means fifteen minutes of flashcard review most mornings rather than an hour on Sunday. The effort of retrieving something you have half-forgotten is what does the work, so a review that feels slightly difficult is functioning correctly.
The other principle worth applying is deliberate practice: working specifically at the edge of what you can currently do, with feedback, rather than repeating what you have already mastered. Playing songs you know is not practice. Working the four bars you keep fumbling, slowly, with a metronome, is. Applied to the SQL example, it means writing queries slightly harder than your last one and having someone check them, not rerunning queries that already work.
The quarterly review, and permission to cut
Book ninety minutes on the last Friday of each quarter now, while you are building the plan. The review has four questions, and the fourth is the important one.
Did I produce the deliverable, yes or no? Not roughly, not almost. If no, what specifically stopped it.
How many hours did I actually spend, from whatever record I kept? Compare it to the budgeted number and write the ratio down.
Is the purpose sentence still true, or has the reason I started this changed?
What am I cutting from the next quarter, given that ratio? Choose something, even if the quarter went well.
Most people find their actual hours land somewhere near 60 percent of what they planned. That is not a discipline problem, it is a calibration problem, and the correct response is to reduce the next quarter's scope rather than resolve to try harder. A plan you complete at 90 percent generates momentum. A plan you complete at 40 percent generates the feeling that you are bad at this, which is the actual reason people quit.
When it slips, which it will
Three weeks of no progress. Do not restart the quarter or reread what you covered. Open the material and do thirty minutes of the easiest thing available, ideally something you can complete. The barrier to restarting is almost never the difficulty of the material; it is the dread of confronting how far behind you are. A small completed session dissolves that faster than any amount of planning.
You have lost the thread and cannot remember what you learned. Spend one session rebuilding an index rather than relearning: skim your own notes and past work, write a one-page summary of what you can do now, and identify the exact point where things stopped making sense. Then start there. People routinely rewind three months when they needed to rewind two weeks.
You are hitting the hours but nothing feels different. Check whether you are producing anything. This is the classic signature of consumption-only learning, and the fix is to stop taking in new material for two weeks and build something with what you already have, even something small and bad.
You want to switch subjects in month four. Sometimes correct, often not. The useful test: are you switching because the purpose sentence changed, or because you have reached the boring middle part where the initial novelty is gone and competence has not yet arrived? Every subject has that stretch. If the purpose changed, switch deliberately and rewrite the plan. If it is the middle, push through one more month before deciding, and make that month applied rather than theoretical.
Reasonable objections
A year is too long to plan. The quarters are the real units; the year only keeps them pointing one direction. Sketch quarters three and four in a sentence each and fill them in when you arrive.
I genuinely want to learn several things. Then run one primary subject with the structured plan and let the others be unstructured reading with no goals and no guilt. What fails is treating three subjects as three commitments. Curiosity does not need a plan; capability does.
I do not know enough to plan a syllabus. You do not have to. Find someone about a year ahead of you and copy their path, or use the table of contents of one well-regarded book as your outline. The plan is about time and deliverables, not curriculum design.
Write the purpose sentence and do the hour arithmetic this week, before choosing any materials, and put the four quarterly reviews on the calendar today. If you want the weekly blocks tracked rather than assumed, TaskTreasury lets you run focused sessions on real-life tasks and earn Treasury Credits for the ones you finish.
Comments