study-plan

Build and update a long-term bar exam study plan in YAML state.

183|37|Updated May 15, 2026
One-click install
npx skills add https://github.com/zhou210712/claude-for-legal-ZH --skill study-plan-zhou210712
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: study-plan
Source: https://github.com/zhou210712/claude-for-legal-ZH/tree/main/law-student/skills/study-plan
Command: npx skills add https://github.com/zhou210712/claude-for-legal-ZH --skill study-plan-zhou210712

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

帮助用户把“我该学什么、每天怎么学、怎么分配科目权重”变成可执行、会随练习历史自适应调整的长期备考计划,避免时间在无序学习中流失。

Core Features & Use Cases

  • 分阶段学习计划构建/更新:按考试倒计时与薄弱科目权重分配学习、训练、回顾阶段,并支持基于 study-plan.yamlsession_history 的持续迭代。
  • 模式化调度:支持从零构建(--build)、计划更新(--update)、查看当日/本周安排与滑坡科目(--status),以及短期突击(--cram)。
  • 生活约束与可持续性校验:在写入计划前对每周可用时数进行合理性检查,降低过度雄心导致的失败风险,并在拒绝提供生活背景时记录置信标记。
  • 与其他练习技能联动:为下游技能(如客观题、主观题、闪卡、drill、irac)提供统一日程口径,减少反复询问与计划错位。

Quick Start

让模型用法考模式为你在距离考试还有约几周的情况下构建一份按薄弱科目加权的每日学习计划:执行 /law-student:study-plan --build。

Frequently Asked Questions about study-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a bar exam study plan that adapts to my weak subjects?

To generate an adaptive bar exam study plan, the system reads your exam type, target date, and weak subjects, then builds a weighted daily schedule. It continuously updates the plan based on your practice history and saves the state to a local YAML file.

Can I update my law exam preparation schedule based on recent practice history?

Yes, you can update your law exam preparation schedule by applying the update mode. The system reads your recent practice history and adjusts the training and review phases, revising the structured long-term plan stored in the local YAML state.

What is the best way to cram weak subjects before a law exam?

The best way to cram weak subjects before a law exam is to trigger the dedicated cram mode. This mode generates a short-term intensive study schedule that prioritizes your weak subjects, overriding the standard long-term plan for immediate focus.

Does the study plan scheduler check weekly available hours to prevent overcommitting?

Yes, the study plan scheduler performs a sustainability check on your weekly available hours before writing the plan. This reduces the risk of failure from overambitious scheduling and records a confidence marker if you omit life constraints.

How do I check my daily study schedule and slipped subjects for bar exam prep?

You can check your daily study schedule and slipped subjects by using the status mode. This mode reads the persisted YAML state to display your current daily or weekly arrangements and highlights subjects that have fallen behind schedule.

How does a YAML-based study plan integrate with flashcard and objective question practice?

A YAML-based study plan provides a unified schedule for downstream practice skills like flashcards and objective questions. It reads the configured study-plan.yaml state to align your daily practice tasks with the overarching adaptive study schedule.