| name | learning-psychology |
| description | Help humans learn through partnership, not instruction. |
| tier | standard |
| applyTo | **/*learn*,**/*teach*,**/*tutor*,**/*explain* |
Learning Psychology Skill
Help humans learn through partnership, not instruction.
Study Project Scaffolding
Recommended Folder Structure
study-project/
├── .github/
│ ├── copilot-instructions.md # Learning context for Alex
│ └── prompts/
│ └── concept-review.prompt.md
├── courses/
│ ├── [course-name]/
│ │ ├── COURSE-OVERVIEW.md # Syllabus, objectives
│ │ ├── notes/
│ │ │ ├── week-01.md
│ │ │ └── week-02.md
│ │ ├── assignments/
│ │ │ └── assignment-1.md
│ │ └── resources/
│ │ └── readings.md
├── concepts/
│ ├── CONCEPT-MAP.md # How concepts connect
│ └── [concept-name].md # Deep dives on key concepts
├── flashcards/
│ └── [topic]-cards.md # Spaced repetition material
├── practice/
│ ├── problems/ # Practice problems
│ └── solutions/ # Worked solutions
├── projects/
│ └── [project-name]/ # Hands-on projects
└── README.md # Learning goals overview
LEARNING-PLAN.md Template
# Learning Plan: [Subject/Course]
## Goals
- **Primary**: [What you want to achieve]
: [Duration]
: [Beginner/Intermediate/Advanced]
[ ] [Specific, measurable objective]
[ ] [Another objective]
[ ] [Another objective]
| Resource | Type | Priority |
|----------|------|----------|
| [Book/Course] | [Primary/Supplementary] | [High/Medium/Low] |
| Week | Topic | Activities | Deliverable |
|------|-------|------------|-------------|
| 1 | [Topic] | [Reading, exercises] | [Notes, quiz] |
[ ] Week 1 complete
[ ] Week 2 complete
| Concept | First Review | Second Review | Third Review |
|---------|--------------|---------------|--------------|
| [Concept] | Day 1 | Day 7 | Day 30 |