Productivity template
Weekly Report
Stay on top of team progress with this weekly report template. It breaks the week into four clear sections: accomplishments, work in progress, blockers or risks, and priorities for next week. Consistent weekly reports are invaluable for async-first teams, remote workers reporting to managers in different time zones, and freelancers updating clients. The template is deliberately concise — it should take no more than fifteen minutes to fill out each Friday. Sharing weekly reports in markdown means they are searchable, diffable in version control, and easy to archive. Use Glyphmark to write your report, then paste it into Slack, email, or your project management tool.
# Weekly Report
**Name:** [Your Name]
**Week of:** January 15 – January 19, 2024
**Team:** [Team Name]
---
## Accomplishments
Things completed this week:
- [x] Shipped user authentication flow (PR #142)
- [x] Wrote integration tests for payment module
- [x] Reviewed and merged 4 pull requests
- [x] Updated API documentation for v2 endpoints
## In Progress
Work that is underway but not yet complete:
- [ ] Dashboard redesign — 70% complete, ETA Wednesday
- [ ] Database migration script — testing on staging
- [ ] Performance audit for homepage load time
## Blockers & Risks
Issues that need attention or help:
- **Blocked:** Waiting on design team for final assets (dashboard icons)
- **Risk:** Third-party payment provider has intermittent timeouts — monitoring
- **Need input:** Should we support Safari 15 or can we drop it? Affects CSS approach.
## Key Metrics
| Metric | This Week | Last Week | Trend |
|--------|-----------|-----------|-------|
| PRs merged | 6 | 4 | +50% |
| Bugs closed | 8 | 5 | +60% |
| Uptime | 99.97% | 99.95% | Stable |
## Next Week Priorities
1. Complete dashboard redesign and deploy to staging
2. Run database migration on production (scheduled Tuesday night)
3. Start work on notification system (Q1 roadmap item)
4. Prepare demo for Friday stakeholder review
---
*Report submitted on Friday, January 19, 2024*Keep moving
Related templates
Productivity
Meeting Notes
Capture every meeting efficiently with this structured meeting notes template. It includes fields for the date, attendees, a numbered agenda, discussion summaries, clearly assigned action items with owners and deadlines, and a placeholder for the next meeting. Consistent meeting notes reduce follow-up confusion, keep remote teams aligned, and create an searchable archive of decisions. This template works for stand-ups, sprint retrospectives, one-on-ones, client calls, and board meetings alike. Paste it into Glyphmark before your meeting starts, fill in the blanks as the conversation progresses, and export to PDF or share the markdown file when you are done.
PreviewBusiness
Project Proposal
Win stakeholder approval with this comprehensive project proposal template. It walks you through an executive summary, problem statement, proposed solution, project scope, timeline with milestones, budget breakdown, risk assessment, and success metrics. Whether you are pitching an internal initiative to leadership, submitting a client proposal, or applying for a grant, this structure ensures you address every question decision-makers will ask. The template is designed to be concise enough to skim yet detailed enough to stand on its own without a presentation deck. Fill it in with your specifics, export to PDF from Glyphmark, and send it as a polished, professional document.
PreviewPersonal
Personal Journal
Build a consistent journaling habit with this daily journal template. It includes sections for the date, a mood check-in, a gratitude list, reflections on the day, highlights and challenges, and intentions for tomorrow. Journaling in markdown means your entries are plain text, portable, and will never be locked into a proprietary app. You can store them in a private Git repo, sync them with Obsidian, or simply keep them as local files. This template strikes a balance between structure and freedom — enough prompts to overcome the blank page, but not so rigid that it feels like a chore. Spend five to ten minutes each evening filling it out to improve self-awareness, reduce stress, and track personal growth over time.
PreviewDeveloper
Changelog
Keep your users informed about every release with this changelog template based on the Keep a Changelog format. It organizes changes into Added, Changed, Deprecated, Removed, Fixed, and Security categories under semantic version headings. A clear changelog builds trust with users and contributors, reduces support requests, and makes auditing past changes straightforward. This template follows semver conventions and includes links to compare diffs between versions on GitHub. Whether you maintain a SaaS product, an open-source library, or an internal tool, a structured changelog is essential for transparent communication about what shipped and when.
Preview