Scaffold repo structure for Menschen A1.1 co-learning context

This commit is contained in:
2026-08-28 21:21:44 +03:30
commit 1aa2aa1b1a
3 changed files with 83 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# A1.1 — Lesson Index
Running summary of every lesson covered so far, for quick context loading.
| Lektion | Title | Key grammar | Vocab count | Status |
|---|---|---|---|---|
| 1 | | | | not started |
| 2 | | | | not started |
| 3 | | | | not started |
| 4 | | | | not started |
| 5 | | | | not started |
| 6 | | | | not started |
| 7 | | | | not started |
| 8 | | | | not started |
| 9 | | | | not started |
| 10 | | | | not started |
| 11 | | | | not started |
| 12 | | | | not started |
+27
View File
@@ -0,0 +1,27 @@
# Lektion XX — [Title]
Source: [ ] Course book [ ] Workbook
## Vocabulary
| German | English | Notes (gender, plural, irregularities) |
|---|---|---|
| | | |
## Grammar
### Topic name
- Explanation
- Example sentences (DE → EN)
## Key phrases / Dialogues
- German phrase — English meaning
## Exercise types practiced
- e.g. fill-in-the-blank conjugation, matching, listening comprehension
## Notes / gotchas
- Anything tricky, false friends, exceptions worth flagging in future practice
+38
View File
@@ -0,0 +1,38 @@
# Menschen German — Co-learning Context Repo
This repo tracks what I've actually covered in the *Menschen* German course
(course book + workbook), lesson by lesson, so that Claude (or any LLM) has
exact context on my vocabulary and grammar level when we study together.
## How to use this with Claude
At the start of a study session, point Claude at the relevant lesson file(s)
under the current book folder (e.g. `A1.1/course-book/lesson-05.md` and
`A1.1/workbook/lesson-05.md`), or the whole `A1.1/INDEX.md` for a running
summary. Ask Claude to only use vocabulary/grammar that appears in those
files (or earlier lessons) when creating exercises, example sentences, or
corrections — this keeps practice within what I've actually learned.
## Structure
```
A1.1/
course-book/lesson-XX.md ← vocab, grammar, dialogues from the course book
workbook/lesson-XX.md ← additional vocab/exercise types from the workbook
INDEX.md ← one-line summary of every lesson so far
A1.2/ ← added once I move on to the next book
...
```
## Adding a new lesson
1. Upload photos or a PDF of the course book / workbook pages for that lesson.
2. Claude extracts content into `lesson-XX.md` using `_template.md`.
3. Review and correct anything Claude got wrong or over-summarized.
4. Update `INDEX.md` with a one-line entry for the lesson.
5. Commit.
## Adding a new book (e.g. A1.2)
Copy the `A1.1/` folder structure (minus content) into a new `A1.2/` folder
and repeat the process.