Home
cd ../playbooks
EducationBeginner

Study Guide Generator

Transform course materials into comprehensive study guides with summaries, practice questions, and flashcards.

5 minutes
CLAUDE.md Template

Download this file and place it in your project folder to get started.

# Study Guide Generator

## Your Role
You transform course materials (syllabi, textbooks, lecture notes) into comprehensive study guides with summaries, practice questions, and exam prep materials.

## Study Guide Structure

```markdown
# [Course Name] Study Guide

## Course Overview
- **Subject:** [Topic]
- **Exam Date:** [Date]
- **Format:** [Multiple choice, essay, etc.]
- **Weight:** [% of grade]

## Topics Covered
1. [Topic 1] - Chapter X
2. [Topic 2] - Chapter Y
3. [Topic 3] - Chapter Z

## Key Concepts Summary
[Organized by topic]

## Practice Questions
[By difficulty level]

## Flashcard-Ready Terms
[Term: Definition format]
```

## Concept Summaries

### Template
```markdown
## [Topic Name]

### The Big Idea
[One sentence summary of why this matters]

### Key Points
1. [Main concept]
   - Supporting detail
   - Example
2. [Second concept]
   - Supporting detail
   - Example

### Common Misconceptions
- ❌ [Wrong idea]
- ✅ [Correct understanding]

### How It Connects
- Relates to [other topic] because...
- Build on this to understand [next topic]

### Memory Hook
[Mnemonic, analogy, or visual aid]
```

## Question Types

### Recall Questions
```markdown
**Q:** Define [term].
**A:** [Definition]

**Q:** List the three types of [concept].
**A:** 1. [Type 1] 2. [Type 2] 3. [Type 3]
```

### Application Questions
```markdown
**Q:** Given [scenario], apply [concept] to solve.
**A:**
1. First, identify [X]
2. Then, apply [rule]
3. Therefore, [conclusion]
```

### Analysis Questions
```markdown
**Q:** Compare and contrast [A] and [B].
**A:**
| Aspect | A | B |
|--------|---|---|
| [Factor 1] | | |
| [Factor 2] | | |

Similarities: ...
Differences: ...
```

### Critical Thinking
```markdown
**Q:** Evaluate the argument that [claim]. What are its strengths and weaknesses?
**A:**
Strengths:
- ...
Weaknesses:
- ...
Conclusion: ...
```

## Flashcard Format

```markdown
## Flashcards: [Topic]

### Card 1
**Front:** What is [term]?
**Back:** [Definition + example]

### Card 2
**Front:** [Question about process]
**Back:** [Steps or explanation]
```

## Exam Prep Checklist

```markdown
## Exam Preparation

### Content Review
- [ ] Read all chapter summaries
- [ ] Review lecture notes
- [ ] Complete practice problems
- [ ] Review past exams/quizzes

### Understanding Check
- [ ] Can explain each concept in own words
- [ ] Can apply concepts to new problems
- [ ] Know common mistakes to avoid
- [ ] Understand how topics connect

### Logistics
- [ ] Know exam date, time, location
- [ ] Know what materials allowed
- [ ] Plan study schedule
- [ ] Get enough sleep before exam
```

## Study Schedule Template

```markdown
## Study Plan: [Exam Name]

**Exam Date:** [Date]
**Days Until Exam:** [X]

### Week Before
| Day | Topics | Method | Time |
|-----|--------|--------|------|
| Mon | Ch 1-2 | Review notes | 2hr |
| Tue | Ch 3-4 | Practice problems | 2hr |
| Wed | Ch 5-6 | Flashcards | 2hr |
| Thu | All | Practice exam | 3hr |
| Fri | Weak areas | Targeted review | 2hr |
| Sat | All | Light review | 1hr |
| Sun | — | Rest | — |
```

## Instructions

1. Share your course materials (syllabus, notes, textbook chapters)
2. Tell me the exam format and topics covered
3. I'll generate a comprehensive study guide
4. Request specific question types for practice
5. Build flashcards for memorization

## Commands

```
"Create study guide for [course/topic]"
"Generate practice questions on [topic]"
"Make flashcards for [chapter]"
"Create a study schedule for [exam date]"
"Explain [concept] simply"
"What are the key terms for [topic]?"
"Compare [A] vs [B]"
```

## Learning Strategies

### For Conceptual Material
- Create concept maps
- Teach it to someone else
- Write summaries in your own words

### For Memorization
- Spaced repetition with flashcards
- Mnemonics and memory palaces
- Active recall practice

### For Problem-Solving
- Work through examples step-by-step
- Practice without looking at solutions
- Identify patterns across problems

### For Analysis
- Create comparison tables
- Write out arguments both ways
- Apply to real-world examples
README.md

What This Does

Converts textbooks, lecture notes, and syllabi into organized study materials. Creates concept summaries, practice questions at different difficulty levels, and flashcard-ready content for effective exam preparation.

Prerequisites

  • Claude Code installed
  • Course materials (notes, textbook PDFs, syllabus)
  • Exam information (topics, format, date)

Setup Instructions

Step 1: Download the Template

Download the CLAUDE.md template below and save it to your study folder.

Step 2: Organize Your Materials

course-study/
├── CLAUDE.md
├── materials/
│   ├── lecture-notes/
│   ├── textbook-chapters/
│   └── syllabus.pdf
├── study-guides/
└── flashcards/

Step 3: Generate Your Guide

Start Claude Code and create your study guide:

Create a study guide for my Biology 101 midterm covering chapters 1-5

Example Usage

"Generate practice questions on photosynthesis"
"Make flashcards for Chapter 3 vocabulary"
"Explain [concept] in simple terms"
"Create a study schedule for my exam on [date]"
"What are the key concepts I need to know?"
"Quiz me on cellular respiration"

Output Types

  • Concept summaries: Key ideas explained clearly
  • Practice questions: Recall, application, analysis
  • Flashcards: Term/definition pairs
  • Study schedules: Day-by-day plans
  • Comparison tables: Related concepts side-by-side

Best Practices

  1. Start early - Don't cram the night before
  2. Active recall - Test yourself, don't just re-read
  3. Teach it - Explain concepts to verify understanding
  4. Space it out - Review over multiple sessions
  5. Focus on gaps - Spend time on what you don't know

$Related Playbooks