Work

How to Write a Weekly Report in Five Minutes

Weekly reports take long not because of writing skill, but because you are reconstructing a week from memory. Build the report from one line a day and a done-next-blocked structure, and Friday afternoon is yours again.

The real reason weekly reports feel hard

If you open a blank document on Friday afternoon and start rewinding to Monday, you have already lost. The problem is not the sentences, it is the reconstruction. Memory fades within three days, and turning faded memory into prose is where all the time goes.

Your reader uses this report for their own work

Weekly reports feel like busywork when you do not know where the document goes. Your manager combines everyone's reports into their own report upward, and uses them to spot where work is piling up and where it is thin, then rebalances. Your report is raw material for those calls.

So the bar for a good report is not eloquence, it is quotability. When an outcome fits in one line with a number attached, your manager lifts that line almost verbatim into their own report. A well-written weekly report is the most reliable channel your work has to travel upward accurately.

Done, next, blocked: the three-line structure

  • Done: only items with an outcome. Write what changed, not activities like attending meetings.
  • Next: items sliced small enough to finish next week. An oversized promise you miss costs trust; a small item you finish builds it.
  • Blocked: be specific about where you need help. This line is where the report earns its value.
A report that lists activities
Attended 3 meetings about the payment moduleOngoing discussions with the design teamWorked on test code
A report that shows outcomes
Done: payment failure rate down from 2.1% to 0.8% (retry logic shipped)Next: finalize refund API spec, draft shared by WednesdayBlocked: 5 days waiting on the payment provider's test account, need contract owner to check

Do not write on Friday, add one line a day

At the end of each day, add one line about what changed to the same document. Friday then becomes editing, not writing. One minute a day plus four minutes of Friday cleanup and the report is done.

Bad news goes in first, not last

Leaving a likely delay out of the report is comfortable this week. But problems grow with time, and a problem reported late gets judged for the lateness more than the content. If the blocked section sits empty for weeks and then a delay suddenly appears, every report before it loses credibility.

Write bad news as fact plus response: the external approval slipped so this week's goal was missed, and next week the parts that need no approval come first. A problem alone reads as complaining; a problem with a response reads as being on top of it.

One number beats ten sentences

Write response time down 40 percent instead of greatly improved. For items without a number, start by writing how you will get one next week. Every question the reader does not have to ask is time you get back.

Fifty-two of them become a different document

A weekly report looks like a one-week document, but a year later it is often the only first-hand record of what someone actually did. At review time, when changing jobs, or during a handover, this pile gets opened before anyone trusts their memory. Open it and half the lines are unusable, because that issue and the thing from last time only made sense that week.

The lines that survive share three traits: a proper noun, a number, and a link to the document behind it. Adding them costs a few seconds per line, and changes what that line is worth six months later.

Works only that weekStill readable six months later
Handled that issuePayment timeout issue closed; repro steps and fix in the postmortem doc
Continued from last weekRefactor step 2 of 3 done; batch job migration remains
Performance improved a lotList API response time down from 820ms to 310ms
Direction settled in the meetingPricing settled on option A; the reasoning sits in that day's meeting notes

Frequently asked questions

What if there is nothing impressive to report this week?

Report the intermediate state of ongoing work as an outcome. In a research phase, what you compared and what you ruled out is the outcome. A week with nothing to show is usually a week with a hidden blocker, and writing that blocker down beats an empty report every time.

How long should the report be?

One minute of reading, at most. That works out to roughly 3-5 lines done, 2-3 lines next, 0-2 lines blocked. Anything that needs detail moves into a linked document; the report body keeps only the summary.

It feels like nobody reads my reports anyway.

The fastest test is to put a specific request for help in the blocked section. If a response comes, the report is being read. If weeks pass with none, ask the recipient directly what information they need before changing the format. Reports get read when they fit the reader's needs, not the writer's.

Several of us report on the same project and the reports overlap.

The project overlaps; your slice of it and your blockers do not. Overall progress already lives in the project document, so the report carries only the part you moved. When the same sentence appears in three people's reports, the reader sees one line rather than three, and two people's week disappears.

Next guide: How to Write a PRD Engineers Can Act On →