This commit is contained in:
Space-Banane
2026-04-02 19:47:53 +02:00
parent 9ed4e240c2
commit bdddf602be
30 changed files with 783 additions and 17 deletions

View File

@@ -0,0 +1,25 @@
# Weekly Digest Generator
Generate a clear weekly summary of engineering output, personal habits, and key outcomes so progress is visible without manual reporting.
## Problem
Work and life metrics are scattered across tools, making weekly reflection slow and inconsistent.
## Core capabilities
- Pull signals from git commits, merged PRs, closed issues, and habit trackers.
- Summarize wins, blockers, and carry-over tasks.
- Highlight trends compared to previous weeks.
- Publish digest to email, Notion, or markdown archive.
## MVP scope
- GitHub/Gitea + one habit data source integration.
- Weekly scheduled generation with manual re-run.
- Template sections for engineering, operations, and personal goals.
## Success criteria
- Time spent preparing weekly updates drops significantly.
- Better continuity in planning from week to week.
## Stretch ideas
- Add monthly and quarterly rollups.
- Auto-suggest focus themes for next week based on trend signals.