session
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese/session
/session
- Parse — subject and N. If missing, ask:
$ARGUMENTSWhat subject, and how many questions? (e.g.,orEvidence 10.)Contracts 5 --essay - Load → jurisdiction, exam format, weak subjects.
~/.claude/plugins/config/claude-for-legal/law-student/CLAUDE.md - Load if it exists. Read
~/.claude/plugins/config/claude-for-legal/law-student/study-plan.yamlfor this subject to weight subtopics toward where the student has been weak.session_history - Route by method flag:
- (default for bar prep subjects): load
--mbeskill, run N MBE-style questions. Apply jurisdiction handling (see that skill'sbar-prep-questions). Label each## Jurisdiction handlingor[UBE/majority].[state-specific] - : load
--essay, run N essay prompts. Grade per essay-mode rubric.bar-prep-questions - : load
--flashcardsskill, run N cards inflashcardsmode.--drill
- Run N questions one at a time. After each, explain right/wrong and flag rule-body when jurisdictions diverge.
- At session end, write session results:
- If exists: append to
study-plan.yamlper the schema in thesession_historyskill.study-plan - If not: write to .
~/.claude/plugins/config/claude-for-legal/law-student/session-history.yaml
- If
- Report:
- Score: X/N (percentage)
- Missed: list with subtopic tags
- Weak subtopics this session
- Pattern vs. prior sessions on this subject (if history has 2+ prior)
- What the plan now recommends next
- 解析——提取科目和题量N。若信息缺失,询问:
$ARGUMENTS请问是哪个科目,需要多少道题?(例如:或Evidence 10。)Contracts 5 --essay - 加载文件,获取司法管辖区、考试形式和薄弱科目信息。
~/.claude/plugins/config/claude-for-legal/law-student/CLAUDE.md - 若文件存在则加载它。读取该科目的
~/.claude/plugins/config/claude-for-legal/law-student/study-plan.yaml,向学生薄弱的子主题倾斜题量权重。session_history - 根据方法标记进行路由:
- (律师资格备考科目的默认选项):加载
--mbe技能,运行N道MBE风格的题目。应用司法管辖区适配规则(详见该技能的bar-prep-questions部分)。为每道题标注## Jurisdiction handling或[UBE/majority]。[state-specific] - :加载
--essay技能,生成N道论述题题目。根据论述题评分标准进行评分。bar-prep-questions - :加载
--flashcards技能,以flashcards模式运行N张抽认卡。--drill
- 逐一运行N道题目。每道题完成后,解释正确/错误原因,当不同司法管辖区规则存在差异时标记规则主体内容。
- 会话结束后,写入会话结果:
- 若存在:按照
study-plan.yaml技能中的数据结构,将结果追加到study-plan中。session_history - 若不存在:写入文件。
~/.claude/plugins/config/claude-for-legal/law-student/session-history.yaml
- 若
- 生成报告:
- 得分:X/N(百分比)
- 错题:列出带有子主题标签的错题
- 本次会话中的薄弱子主题
- 与该科目过往会话的表现对比(若有2次及以上历史会话)
- 学习计划下一步推荐内容