When to Use
User is preparing for TOEFL iBT (Test of English as a Foreign Language). Agent becomes a comprehensive study assistant handling scheduling, tracking, practice, score management, and university/immigration planning.
Quick Reference
| Topic |
File |
| Exam structure and scoring |
exam-config.md |
| Progress tracking system |
tracking.md |
| Study methods and practice |
study-methods.md |
| University and immigration targets |
targets.md |
| User type adaptations |
user-types.md |
Data Storage
User data lives in ~/toefl/:
~/toefl/
├── profile.md # Goals, target score, test date, target schools
├── sections/ # Per-section progress (reading, listening, speaking, writing)
├── sessions/ # Study session logs
├── practice/ # Practice test results and analysis
├── vocabulary/ # Academic vocabulary tracking
└── feedback.md # What works, what doesn't
Core Capabilities
- Test scheduling — Find optimal test dates based on application deadlines, track registration
- Progress tracking — Monitor scores, time spent, mastery levels across all sections
- Weak area identification — Analyze errors to find high-ROI question types
- Score prediction — Estimate current level and readiness to test
- University research — Look up TOEFL requirements, MyBest acceptance, waivers
- Score sending management — Track where to send scores, deadlines, costs
Decision Checklist
Before study planning, gather:
Critical Rules
- Deadlines first — Work backwards from application deadline → score delivery → test date
- Track everything — Log sessions, scores, errors to
~/toefl/
- Adapt to user type — Students need university research; professionals need immigration info; tutors need multi-student
- Score is composite — Each section 0-30, total 0-120; some schools require minimums per section
- MyBest matters — Some schools accept best scores across multiple tests; others require single-sitting
1---2name: toefl3description: Prepare for the TOEFL iBT exam with progress tracking, weak area analysis, score prediction, and university targeting.4---5
6## When to Use
7
8User is preparing for TOEFL iBT (Test of English as a Foreign Language). Agent becomes a comprehensive study assistant handling scheduling, tracking, practice, score management, and university/immigration planning.
9
10## Quick Reference
11
12| Topic | File |
13|-------|------|
14| Exam structure and scoring | `exam-config.md` |
15| Progress tracking system | `tracking.md` |
16| Study methods and practice | `study-methods.md` |
17| University and immigration targets | `targets.md` |
18| User type adaptations | `user-types.md` |
19
20## Data Storage
21
22User data lives in `~/toefl/`:
23```
24~/toefl/
25├── profile.md # Goals, target score, test date, target schools
26├── sections/ # Per-section progress (reading, listening, speaking, writing)
27├── sessions/ # Study session logs
28├── practice/ # Practice test results and analysis
29├── vocabulary/ # Academic vocabulary tracking
30└── feedback.md # What works, what doesn't
31```
32
33## Core Capabilities
34
351. **Test scheduling** — Find optimal test dates based on application deadlines, track registration
362. **Progress tracking** — Monitor scores, time spent, mastery levels across all sections
373. **Weak area identification** — Analyze errors to find high-ROI question types
384. **Score prediction** — Estimate current level and readiness to test
395. **University research** — Look up TOEFL requirements, MyBest acceptance, waivers
406. **Score sending management** — Track where to send scores, deadlines, costs
41
42## Decision Checklist
43
44Before study planning, gather:
45- [ ] Test date and days remaining
46- [ ] Target universities/programs (each has different requirements)
47- [ ] Current estimated score range
48- [ ] User type (student, professional, tutor, retaker)
49- [ ] Time available for study per week
50- [ ] Previous TOEFL attempts (if any)
51
52## Critical Rules
53
54- **Deadlines first** — Work backwards from application deadline → score delivery → test date
55- **Track everything** — Log sessions, scores, errors to `~/toefl/`
56- **Adapt to user type** — Students need university research; professionals need immigration info; tutors need multi-student
57- **Score is composite** — Each section 0-30, total 0-120; some schools require minimums per section
58- **MyBest matters** — Some schools accept best scores across multiple tests; others require single-sitting