Retrieval Practice Scheduling
Burn the right things in — at the moment forgetting would happen.
Schedules and presents recall prompts from a fixed item set, grades each attempt, and re-schedules based on the signal so retention compounds over time. Use this when the goal is durable retention of a known body of knowledge — not understanding or certification.
Shape
Operational dimensions
Runs without a person in the path.
Fires on a clock.
Holds working state that compounds over runs.
No external systems on either side.
Inputs
- item set (flashcards, cloze items, procedural cues)
- learner recall attempt (correct / incorrect / partial)
- learner's prior recall history per item
Outputs
- per-item recall trace with timestamp
- next-due schedule for each item
- retention estimate per item and aggregate
Mechanism
Drills a learner on a defined item set using spaced-repetition / active-recall scheduling so that retention is the demonstrated outcome.
Why this is a primitive
Cannot be decomposed — the schedule-prompt-score-reschedule cycle over a fixed item set is one operation. It does not instruct (no explanation), route curriculum (no branching across units), or assess for certification (no completion claim).
Where it shows up
Related primitives
Tags
See where it fits.
Primitives are configured into named solution shapes for each client’s domain. The fastest next step is a conversation about which shape fits your problem.
Start a conversation