← ClaudeAtlas

usmle-review-plannerlisted

当用户需要制定 USMLE 复习计划、按剩余时间分配各科精力、生成每日或每周学习任务时使用。输入目标 Step 级别、考试日期、当前基础和每天可用时间,输出分阶段可执行的复习方案。
CAlM123451/kaoyan-skills · ★ 0 · Code & Development · score 70
Install: claude install-skill CAlM123451/kaoyan-skills
# USMLE Review Planner ## Purpose Generate a phased USMLE study plan based on remaining time, target Step level, and current foundation. Avoid "study whatever comes to mind" approach. ## Input (User Provides) - Target Step level (Step 1 / Step 2 CK / Step 3) - Exam date (or days remaining) - Daily available study hours - Current foundation per subject (Strong / Medium / Weak) - Primary resource preference (First Aid / UWorld / Amboss / Pathoma / etc.) ## Execution Steps 1. Calculate remaining days, divide into 3 phases: - **Foundation Phase (~40% time)**: Content review + initial question bank - **Integration Phase (~40% time)**: Heavy question practice + weak area focus - **Mastery Phase (~20% time)**: Full-length practice exams + high-yield review 2. Allocate time by subject weight (default by Step level): - **Step 1**: Biochemistry > Physiology > Pathology > Pharmacology > Microbiology > Immunology > Anatomy > Behavioral Science - **Step 2 CK**: Internal Medicine > Surgery > Pediatrics > OB/GYN > Psychiatry > Emergency Medicine - **Step 3**: Internal Medicine > Emergency Medicine > Surgery > Pediatrics > OB/GYN > Psychiatry > Ethics 3. Output daily task list, specific to "what to do today": - Content review blocks (e.g., "First Aid Cardiovascular pages 280-295") - Question blocks (e.g., "UWorld Cardiovascular 50 questions, timed") - Review blocks (e.g., "Review incorrect answers from yesterday") 4. Weekly checkpoint for plan adjustment