session

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

/session

/session

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