Commit dd6c1d8
Add active-recall and mastery-gate mechanisms to learning-coach overlay
Bounded, overlay-only repair: the learning-coach prompt had concepts,
practice, feedback, assessment, spaced repetition, and failure signals,
but lacked the load-bearing learning-science mechanisms it implicitly
needs. Add four, inside 05-domain only (no new skill, no copied prompt,
not in the default engineering flow — see METHODOLOGY_MAP boundary):
- Active Recall: restate concepts from memory before checking sources
- Retrieval Practice: mixed open + multiple-choice to avoid familiarity
illusion
- Mastery Gate: progress by demonstrated mastery, not elapsed days
- Misconception Remediation: diagnose the specific error from wrong
answers / failure signals and reteach that, not the whole stage
Rules updated accordingly; 7/30-day plans now mark milestones by mastery
gate. Regenerated index.json. Verified: links, lint, governance,
project-knowledge, and 52 tests all pass.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 728b4c4 commit dd6c1d8
2 files changed
Lines changed: 15 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
3114 | 3114 | | |
3115 | 3115 | | |
3116 | 3116 | | |
3117 | | - | |
3118 | | - | |
| 3117 | + | |
| 3118 | + | |
3119 | 3119 | | |
3120 | 3120 | | |
3121 | 3121 | | |
| |||
0 commit comments