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 @@
# Spaced Repetition Study Agent
Transform raw study notes into spaced-repetition cards and schedule reviews at optimal intervals for long-term retention.
## Problem
Most notes are never revisited effectively, causing fast forgetting despite significant study effort.
## Core capabilities
- Extract concepts and question-answer pairs from notes.
- Generate flashcards with difficulty ratings.
- Schedule reviews using adaptive spaced-repetition algorithms.
- Send reminders and track retention performance.
## MVP scope
- Markdown note ingestion.
- Card generation with human edit pass.
- Daily review queue and retention analytics.
## Success criteria
- Higher recall over longer periods.
- Consistent review habit with manageable daily workload.
## Stretch ideas
- Speech quiz mode for active recall while walking.
- Cross-topic linking to reinforce related concepts.