Step 1: Brain-Dump Everything You Did This Week
You don’t need to write neatly. Open Claude and just dump everything you worked on this week. The format doesn’t matter — a stream of consciousness, keywords, or even work-related messages you can copy from chat logs.
Simple ways to jog your memory:
- Scan your chat history: Skim through your work conversations in Slack, Teams, or your company’s chat tool and copy out the key items
- Check your calendar: Look at every meeting you attended and what came out of each one
- Check your commit log or document history: If you’re in a technical role,
git log or your doc edit history is a goldmine of material
Paste all of it into Claude. Don’t worry about formatting.
Pitfall warning: The biggest trap is “I can’t remember what I even did this week.” Build a habit of jotting one sentence in a notes app every day — it takes 30 seconds. Even something like “Tuesday: fixed a bug” or “Wednesday: attended requirements review” is enough. Future you will be grateful on Friday.
Step 2: Use Claude to Generate a Structured Weekly Report
Paste your raw material into Claude with this prompt:
You are a weekly report writing assistant. Based on the work notes I provide, generate a structured weekly status report.
Format:
## Completed This Week
- Group by project or area
- Each item: "what was done + outcome/status", e.g. "Completed user login module development, now in QA"
- Bold any significant achievements
## In Progress
- List items still being worked on
- Include current completion percentage and expected finish date
## Next Week's Plan
- Derive next week's priorities from this week's progress
- Sort by priority (P0/P1/P2)
## Blockers / Coordination Needed
- List anything requiring cross-team coordination or a manager decision
Style: concise, professional, data-backed. No filler. Keep each item to one line.
My role: [fill in your role, e.g. "Frontend Engineer" / "Product Manager" / "Growth Marketer"]
Here are my raw notes for this week:
[paste your collected material]
Claude will return a well-formatted report. Spend one minute reviewing it:
- Are any important tasks missing?
- Does “Next Week’s Plan” look realistic? (Don’t let AI commit you to things you can’t deliver)
- Are numbers and progress percentages accurate?
Pitfall warning: Claude sometimes over-polishes your work — turning “fixed a small bug” into “optimized system stability to enhance user experience.” A little polish is fine, but don’t let it cross into fiction. If your manager asks follow-up questions and you can’t back it up, it’s embarrassing. Keep it honest; just improve the phrasing, don’t fabricate.
Copy the generated report and paste it into your company’s reporting system:
- Slack / Teams: Paste directly into your team’s weekly status channel
- Confluence / Notion: Paste Markdown directly — formatting will carry over
- Email: Paste and adjust formatting to match company conventions
If your company has a fixed template (OKR progress, KPI completion rates, etc.), add the template structure to your Step 2 prompt and Claude will generate output in that exact format.
If you want a more systematic approach, Notion AI ($10/month) can automatically link your tasks, meeting notes, and weekly reports inside a Notion database and draft your report each week with minimal manual input.
Step 4: Iterate and Build Your Personal Template
After 2–3 weeks, the best move is to build your own reusable template. Save a Claude conversation like this:
Here are my last 3 weekly reports (the versions I was happiest with):
[paste your past reports]
Analyze the common format and style across these reports, and summarize a template for me.
Going forward, I'll give you raw notes and you'll produce output following this template.
Claude will learn your personal style and company preferences. The reports it generates will increasingly sound like they came from you.
Advanced tips:
- If you’re a team lead, have your reports send you their raw notes and use Claude to merge them into a single team status report
- Archive each week’s report and have Claude compile a quarterly summary at the end of the quarter — perfect for performance reviews
- Add “organize this around the metrics my manager cares about” to your prompt, then list the questions your manager typically asks — the report will land much better
Pitfall warning: The cardinal sin of weekly reports is inconsistent formatting — making your manager re-orient every single week. Once you find a template that works, stick with it. Consistency beats fanciness every time.