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 @@
# Newsletter Digest Aggregator
Aggregate newsletter content into a concise daily or weekly brief, preserving signal while removing repetitive noise.
## Problem
High-value insights get buried in repetitive newsletters and promotional filler.
## Core capabilities
- Ingest newsletters from dedicated inbox folders.
- Cluster overlapping stories and remove duplicates.
- Summarize key points with links to originals.
- Tag items by topic relevance and urgency.
## MVP scope
- Email ingestion from IMAP/Gmail labels.
- Daily digest generation with sectioned topics.
- User feedback controls for relevance tuning.
## Success criteria
- Less time spent reading low-value email content.
- Better retention of relevant updates.
## Stretch ideas
- Personalized reading queue with estimated read time.
- Audio digest mode for commuting.

View File

@@ -0,0 +1,25 @@
# Smart Email Triage
Automatically triage inbox messages by urgency, draft low-risk replies, and surface what needs immediate attention.
## Problem
Inbox overload steals time from deep work and makes urgent messages easy to miss.
## Core capabilities
- Classify incoming emails by category, intent, and urgency.
- Draft response suggestions for routine messages.
- Flag high-priority threads with reason tags.
- Batch archive or snooze low-value mail safely.
## MVP scope
- Gmail or Outlook integration.
- Human approval required before send.
- Daily triage summary with unresolved urgent threads.
## Success criteria
- Faster inbox zero cycles.
- Reduced response lag on high-priority communication.
## Stretch ideas
- Contact-specific tone and style profiles.
- Auto-create tasks from actionable emails.

View File

@@ -0,0 +1,25 @@
# Social Media Scheduler & Analyzer
Plan and schedule posts across platforms, then analyze engagement to improve content strategy over time.
## Problem
Posting consistently while learning what works is difficult when scheduling and analytics are split across tools.
## Core capabilities
- Multi-platform post scheduling with reusable templates.
- Track engagement metrics by content type and time window.
- Weekly performance summaries with actionable recommendations.
- Maintain a content backlog with priority scoring.
## MVP scope
- Support two platforms initially.
- Calendar view for planned and published content.
- Simple recommendation engine based on historical engagement.
## Success criteria
- Improved posting consistency.
- Measurable increase in engagement rates.
## Stretch ideas
- A/B testing for hook lines and media formats.
- Auto-repurpose long-form content into short social snippets.