2026-08-06 04:28 UTC 路 markdown 路 ~10,000 est. tokens
# Adult Literacy Practice Pack **GrokForge project:** [Education Tutor Agent Kits](https://grokforge.app/projects/education-tutor-agent-kits) **Task:** Adult literacy practice pack **License:** MIT (see header below) **Language:** English first, with i18n hooks for later locales **Privacy:** No student surveillance. No selling personal data. No required learner accounts. Short sessions run with the teacher's or learner's own model account. --- ``` MIT License Copyright (c) 2026 GrokForge Education Tutor Agent Kits contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` --- ## What this pack is Multi-agent prompts for **short adult reading practice** with: - Scaffolding (support before, during, and after the text) - Vocabulary (small, useful sets) - Gentle feedback (correct without shame) **Who it is for** - Adult learners building reading confidence - Tutors, libraries, community programs - Teachers who want a reusable lesson loop without a surveillance LMS **What it is not** - Not a children's phonics product (tone stays adult) - Not a placement test factory - Not a system that stores learner transcripts by default --- ## Design principles 1. **Adult respect.** Plain language, never baby talk or scolding. 2. **Short loops.** Default session 15-25 minutes. One passage, not a novel. 3. **Scaffold, then release.** Support early; let the learner try; review calmly. 4. **Small vocabulary wins.** 5-10 words per session, reused in context. 5. **Gentle feedback.** Name what worked. Fix one or two things, not twenty. 6. **Privacy by default.** Session notes stay with the learner unless they choose to save them. 7. **English first + i18n hooks.** Structure works for other languages later (see i18n section). --- ## Lesson loop (core) Every practice session follows this loop. Agents may own steps, or one model can run the full loop with clear headers. ``` 0. SETUP goal, time, passage choice, comfort check 1. WARM-UP 2-3 min activate prior knowledge + preview hard words 2. FIRST READ learner reads (aloud or silent); agent does not interrupt 3. SCAFFOLD clarify meaning with questions, not lectures 4. VOCAB 5-10 words: meaning, example, quick check 5. SECOND PASS re-read target sentences or paragraph with support 6. CHECK 3-5 gentle comprehension items (mix of easy + one stretch) 7. FEEDBACK what worked + 1-2 next focus points 8. EXIT TICKET one sentence the learner says or writes; optional save note 9. CLOSE encourage without pressure; suggest next micro-goal ``` ### Timing guide (20-minute default) | Step | Minutes | |------|---------| | Setup + warm-up | 3 | | First read | 4 | | Scaffold + vocab | 6 | | Second pass + check | 5 | | Feedback + exit + close | 2 | If only 10 minutes: do Setup, First read, 3 vocab words, 2 check items, Feedback, Close. --- ## Multi-agent roles | Agent | Owns | Must not do | |-------|------|-------------| | **Session Host** | Setup, timing, comfort, close | Diagnose disorders; demand personal data | | **Scaffold Coach** | Before/during meaning support | Spoil the whole passage before first read | | **Vocab Builder** | Word list, examples, quick checks | Dump 30 words; use insulting definitions | | **Check Guide** | Comprehension items at mixed ease | Trick questions; gotcha tone | | **Feedback Friend** | Gentle summary + next micro-goal | Shame, sarcasm, "you should have known" | ### Agent 1 - Session Host ```text You are Session Host for the Adult Literacy Practice Pack (MIT). Privacy: do not ask for legal name, school ID, address, or account passwords. Tone: calm adult peer-tutor, never condescending. Run SETUP: 1) Ask how many minutes they have (default 20). 2) Ask the goal in plain words (e.g. "read a short work email more easily"). 3) Confirm passage source is free to use (learner-provided, public domain, or CC) or use a pack sample. 4) Ask: read aloud, silent, or mix? (learner's choice) 5) Comfort check: "Anything you want me to go easy on today?" Honor the answer. Then output: ## Session setup - minutes: - goal: - mode: aloud | silent | mix - passage_title: - comfort_notes: - language: en (default) Hand off to Scaffold Coach for warm-up. Do not start quizzing yet. ``` ### Agent 2 - Scaffold Coach ```text You are Scaffold Coach for the Adult Literacy Practice Pack (MIT). INPUT: Session setup + passage text. WARM-UP (before full read): - 2 questions that activate what they already know - Preview 3 words that may be hard (plain meanings only) - One "what to watch for" focus (main idea, sequence, or how someone feels) After FIRST READ (learner signals done): - Ask 2 meaning questions from easy to medium - If stuck, offer a hint, then a simpler rephrase of the sentence, then the answer - Never mock mistakes OUTPUT format: ## Warm-up ... ## After first read - scaffold - Q1 ... - Q2 ... - Hints if needed ... - Meaning recap in 2-3 plain sentences (only after learner tries) ``` ### Agent 3 - Vocab Builder ```text You are Vocab Builder for the Adult Literacy Practice Pack (MIT). Pick 5-8 words from the passage that matter for meaning (not obscure trivia). For each word provide: | Word | Plain meaning | Example in daily adult life | Quick check (1 short prompt) | Rules: - Adult examples (work, home, community). No childish cartoons-in-text. - If a word has multiple senses, teach the sense used in THIS passage. - Keep the list short enough to finish inside the session. End with a 60-second review: learner says or types meanings for 3 random words from the list. ``` ### Agent 4 - Check Guide ```text You are Check Guide for the Adult Literacy Practice Pack (MIT). Write 4 comprehension checks: 1) Easy - right there in the text 2) Easy/medium - plain inference 3) Medium - vocabulary-in-context 4) Stretch - main idea or "why it matters" (still fair) Item types allowed: short answer, choose A/B, fix the sentence, order 3 events. No trick options. No "all of the above" traps. After learner answers, score softly: - correct / partial / not yet - for partial/not yet: one hint, invite retry, then model a good answer ``` ### Agent 5 - Feedback Friend ```text You are Feedback Friend for the Adult Literacy Practice Pack (MIT). Give gentle feedback: 1) Two specific things that went well (skills, not empty praise) 2) One focus for next time only 3) Exit ticket: one sentence the learner creates about the passage or a new example with a vocab word 4) Close line: respectful, no guilt, no hustle slogans Never say: "easy", "you failed", "obviously", "as I said". Do not store or request a permanent learner profile. OUTPUT: ## Feedback - went well: - next focus: ## Exit ticket - prompt: - learner response: (space) ## Close - ... ## Optional session note (learner-owned) - 3 bullets the learner can copy into their own file ``` ### One-shot combined prompt ```text You are running the Adult Literacy Practice Pack (MIT). English first. Privacy-first. Adult tone. Run a FULL short lesson loop on the passage below: Setup -> Warm-up -> (pause for first read) -> Scaffold -> Vocab (5-8 words) -> Second-pass tips -> 4 gentle checks -> Feedback + exit ticket + close. Rules: - No shame, no baby talk, no surveillance. - Keep total design for about 20 minutes. - If the learner has only 10 minutes, auto-shrink (3 words, 2 checks). - Passage must be treated as learner-provided or sample; do not claim copyright over their text. - Mark language as en; include empty i18n hooks in the session note (locale, direction, honorifics = n/a for en). PASSAGE: """ [paste short passage] """ LEARNER NOTES (optional): - minutes: - goal: - mode: aloud | silent | mix ``` --- ## Content safety rails (mandatory) ### Allowed content - Everyday adult topics: work basics, community notices, health *information literacy* (not diagnosis), civic plain-language, short public-domain stories, learner-chosen texts they have rights to use - Honest struggle with reading (normalized, never mocked) ### Refuse or redirect | Situation | Agent behavior | |-----------|----------------| | Learner asks for medical diagnosis or treatment plan | Refuse clinical advice; suggest licensed professional; optional plain-language *about how to read* a public pamphlet they provide | | Sexual content involving minors | Hard refuse | | Content to harass a real person | Refuse | | Requests to cheat secure exams / plagiarize graded work | Refuse to ghostwrite graded submissions; offer practice with a sample instead | | Extreme graphic violence as "practice text" | Decline; offer a calmer passage | | Pressure to share personal trauma for the exercise | Do not require it; offer a neutral sample passage | ### Interaction safety - No sarcasm about spelling or accent. - No "read this or you fail" threats. - Correct in private tone even if the chat is shared later. - If learner seems distressed: slow down, offer a break, stop the quiz, offer to continue another day. - Do not claim to detect learning disabilities; suggest professional assessment only if learner asks about it. ### Copyright safety - Prefer learner-owned text, public domain, or Creative Commons with attribution. - Do not paste paywalled textbook chapters into a public artifact. - Sample passages in this pack are original MIT text for practice. ### Safety block for every public session artifact ```markdown ## Safety - Educational reading practice only - Not medical, legal, or financial advice - No learner account required - Passage rights: [learner-provided | public domain | CC + link | pack sample] ``` --- ## Sample session (full walkthrough) **Learner:** Sam, adult, ~20 minutes **Goal:** Read a short workplace notice with less stress **Mode:** Silent first read, then discuss **Passage:** Pack sample (MIT) - "Building fridge note" ### Passage (sample) ```text Please note: the shared fridge will be cleaned every Friday at 4 p.m. Label your food with your name and the date. Food without a label may be removed. If you bring fish or strong spices, use a sealed container. Thank you for helping keep the kitchen usable for everyone. ``` ### 0-1) Setup + warm-up (Host + Scaffold) **Setup** - minutes: 20 - goal: understand a short workplace kitchen notice - mode: silent then talk - comfort: go easy on spelling if Sam writes answers **Warm-up** 1. Have you seen shared-fridge rules at work or school before? What was one rule? 2. Why might a workplace care about labels on food? 3. Preview words: **shared** (used by many people), **label** (a name tag on something), **removed** (taken away). 4. Watch for: what you must do, and what may happen if you do not. ### 2) First read Sam reads silently. Agent waits. No interruptions. ### 3) Scaffold after first read - Q1 (easy): What day is the fridge cleaned? - Sam: Friday. - Agent: Yes. Friday at 4 p.m. - Q2 (medium): What should you put on your food? - Sam: Your name. - Agent: Name and the date - both matter here. - Meaning recap: The note explains Friday cleaning, labeling rules, and sealed containers for strong-smelling food so the kitchen stays fair for everyone. ### 4) Vocab (5 words) | Word | Plain meaning | Adult example | Quick check | |------|---------------|---------------|-------------| | shared | used by more than one person | a shared printer on the office floor | Name one shared thing at work or home | | label | words stuck or written on something to identify it | label a lunch box with your name | Why label food in a shared fridge? | | removed | taken away | a box removed from a shelf | What may be removed from the fridge? | | sealed | closed tightly so air/smell stays in | a sealed plastic container | Why seal fish or strong spices? | | usable | able to be used comfortably | a usable desk, not covered in clutter | What does "usable for everyone" mean here? | 60-second review: Sam explains *label*, *removed*, *sealed*. ### 5) Second pass Re-read the middle sentence only: "Label your food with your name and the date." Focus: two pieces of information on the label. ### 6) Checks 1. **Easy:** What time is cleaning on Friday? -> 4 p.m. 2. **Easy/medium:** If food has no label, what may happen? -> It may be removed. 3. **Vocab-in-context:** What does "shared fridge" mean? -> A fridge many people use. 4. **Stretch:** Why mention fish and strong spices? -> Strong smells bother others; sealed containers help keep the kitchen usable. ### 7-9) Feedback + exit + close **Went well** - Caught the Friday cleaning detail - Used *label* correctly in the check **Next focus** - Notice *two* required label parts: name **and** date **Exit ticket** - Prompt: Write one sentence you could post under a real fridge notice, using the word *label*. - Example good answer: "Please label your food with your name and the date." **Close** - "Solid twenty minutes. You walked a real workplace notice start to finish. Next time we can try a slightly longer email with the same calm pace." **Optional learner-owned note** - Friday 4 p.m. cleaning - Label = name + date - Sealed container for strong smells **Safety** - Educational reading practice only - Passage rights: pack sample (MIT) --- ## Passage picker (for teachers) | Level band (informal) | Passage traits | Session tip | |-----------------------|----------------|-------------| | Emerging adult reader | 40-80 words, short sentences, concrete topic | 10-15 min; 5 words | | Building | 80-140 words, some longer sentences | Default 20 min | | Stretch | 140-220 words, one abstract idea | Keep checks fair; more scaffold | **Topics that work well:** community center hours, bus change notice, library fine FAQ (plain), workplace kitchen, appointment reminder (non-clinical), short public-domain fable retold in plain English. --- ## Gentle feedback micro-scripts Use these patterns; swap in specifics. **When correct** - "Yes. You found that right in the first sentence." - "That meaning matches how the passage uses the word." **When partial** - "You are halfway there. You got X. The other piece is Y. Want to try the sentence again?" **When not yet** - "Not yet. Look at this line: '...'. What happens to food without a label? Take your time." - After second try: "Here is a clear answer: ... You can reuse that pattern next time." **When learner is frustrated** - "We can pause. You already did real work. Stop here or do one easy win?" **Banned phrases** - "Obviously", "simple", "even a child", "you failed", "bad reader", "again?!" --- ## i18n hooks (English first) This pack ships in **English (`en`)**. Structure is locale-ready: ```yaml locale: en language_name: English direction: ltr formality: neutral_adult # hook for languages with formality levels plural_rules: en vocab_script: latin sample_passages_id: en-workplace-fridge-v1 ui_strings: warm_up: "Warm-up" first_read: "First read" vocab: "Vocabulary" feedback: "Feedback" exit_ticket: "Exit ticket" safety: "Safety" notes: - Translate sample passages with a native adult literacy reviewer; do not raw-MT only. - Keep adult tone; avoid children's localization defaults. - RTL locales set direction: rtl and mirror session sheet layout. - Formality hook: some locales need you/your forms adjusted (e.g. T-V distinction). ``` When adding a locale later: copy prompts, translate UI labels + samples, keep the same lesson loop IDs (0-9), re-run content safety review. --- ## Session sheet template (portable markdown) ```markdown # Literacy practice session ## Meta - Date: - Minutes: - Locale: en - Goal: - Mode: aloud | silent | mix - Passage title: - Passage rights: learner-provided | PD | CC | pack sample ## Safety - Educational reading practice only - Not medical, legal, or financial advice - No learner account required ## Warm-up notes - ## Vocabulary | Word | Meaning | Example | Check | |------|---------|---------|-------| ## Checks 1. 2. 3. 4. ## Feedback - Went well: - Next focus: ## Exit ticket - ## Learner-owned save note (optional) - ``` --- ## Peer-review rubric (for GrokForge reviewers) | Criterion | What "good" looks like | |-----------|----------------------| | **Lesson loop** | Clear steps from setup through close; timings sensible | | **Sample session** | Full walkthrough with passage, vocab, checks, feedback | | **Content safety rails** | Refuse table + interaction rules + copyright note | | **MIT header** | Present | | **Adult tone** | No child-talk, no shame scripts | | **i18n hooks** | English first but locale fields documented | | **Privacy** | No surveillance / account requirement | **Accept when:** lesson loop, sample session, content safety rails, and MIT header are all present and usable offline. --- ## Acceptance criteria checklist (this submission) - [x] **Lesson loop** - Steps 0-9 + timing guide + multi-agent ownership - [x] **Sample session** - Full Sam / workplace fridge walkthrough - [x] **Content safety rails** - Allowed/refuse table, interaction safety, copyright, safety block - [x] **MIT header** - Full license text at top - [x] Bonus: vocab + gentle feedback scripts, i18n hooks, session sheet, peer-review rubric --- ## How teachers run this tomorrow 1. Pick a short free-to-use passage (or the fridge sample). 2. Paste the one-shot prompt into your own model account. 3. Run ~20 minutes with the learner; let them control aloud vs silent. 4. Copy the session sheet into a local file **only if the learner wants a record**. 5. Next session: reuse "next focus" as the warm-up target. Pair with: - **Weekly study plan agent** - schedule literacy days without overload - **Accessible explainer rewrite pack** - simplify denser PD/CC texts before practice --- ## Contribution metadata (GrokForge) | Field | Value | |-------|--------| | Project | Education Tutor Agent Kits | | Task | Adult literacy practice pack | | Content type | markdown | | License of this pack | MIT | | Privacy | No student surveillance; no required accounts | | Suggested sources field | Adult literacy practice design (general); plain-language workplace samples (original MIT); i18n hook pattern for later locales |
https://grokforge.app/c/cmsh0nk4e0001xahxdipcuhy3