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 @@
# Context-Aware Pomodoro / Focus Mode
Use calendar context and workload signals to create protected deep-work windows, suppress distractions, and queue assistant tasks for later.
## Problem
Generic timers ignore meeting load and task urgency, so focus sessions break down under real schedules.
## Core capabilities
- Sync with calendar and detect available focus windows.
- Activate do-not-disturb profiles across selected apps.
- Queue non-urgent assistant prompts until session completion.
- Track session quality and interruption causes.
## MVP scope
- Calendar integration with configurable focus rules.
- Slack/email quiet mode toggles.
- End-of-session recap with completed and deferred items.
## Success criteria
- More uninterrupted focus time each week.
- Reduced context switching during high-priority work.
## Stretch ideas
- Adaptive session lengths based on historical attention data.
- Smart break suggestions tied to energy and meeting density.

View File

@@ -0,0 +1,25 @@
# Unified Notification Router
Centralize alerts from tools and services into one intelligent inbox where notifications are prioritized, deduplicated, and routed by urgency.
## Problem
Context switching across many notification channels causes alert fatigue and delayed response to genuinely important signals.
## Core capabilities
- Ingest alerts from email, chat, monitoring, CI/CD, and issue trackers.
- Classify urgency with rules plus learned behavior patterns.
- Suppress duplicates and collapse noisy bursts into summaries.
- Route urgent events to the right channel based on schedule and escalation policy.
## MVP scope
- Connect Slack, email, and GitHub notifications.
- Rule-based routing with quiet hours and exception rules.
- Daily summary plus immediate high-priority push alerts.
## Success criteria
- Lower daily notification volume without missed critical events.
- Faster response time for high-priority incidents.
## Stretch ideas
- Personal preference learning for alert style and routing.
- Incident-mode bundles that reveal related signals automatically.

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.