一键导入
generate-plan
Generate a study plan through an interactive questionnaire — creates plan.md
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a study plan through an interactive questionnaire — creates plan.md
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run spaced repetition review block — query due items, quiz the user, update SR data
Write a handoff summary for the next conversation to pick up from
Bootstrap a new study day — creates directory, notes from template, and empty files
| name | generate-plan |
| description | Generate a study plan through an interactive questionnaire — creates plan.md |
| disable-model-invocation | true |
| allowed-tools | ["Read","Write","Edit","Bash","Glob","WebSearch","WebFetch"] |
Guide the user through creating a personalized study plan. The result is a plan.md file at the project root.
plan.md already exists.Ask these questions one at a time. Wait for the user's answer before moving to the next question. Adapt follow-ups based on their answers.
"What are you studying? (e.g., distributed systems, machine learning, AWS certification, a programming language, etc.)"
"What's the goal? (e.g., interview prep, certification exam, career transition, personal learning, course completion)"
"Do you have specific materials you want to work through? (e.g., a textbook, video course, documentation, tutorial series) Or would you like me to research and suggest resources?"
WebSearch to find highly-regarded resources for the topic. Propose 2-3 options and let the user pick."How much total time do you have? (e.g., '2 weeks', 'a month', 'no deadline')"
"How long is a typical study session for you? (e.g., '1 hour', '2-3 hours', 'varies')"
"What do you already know about this topic? (e.g., 'complete beginner', 'I know the basics but not X', 'experienced with Y but new to Z')"
"Does your study involve practice problems or exercises? (e.g., coding problems, lab exercises, problem sets, writing prompts) If so, what kind?"
"Do you want periodic review/consolidation days built into the plan? (These are days with no new material — just revisiting what you've covered.)"
"Are there any hard deadlines or milestones? (e.g., exam date, interview date, project start)"
"How do you prefer your study days structured? Options:
After collecting answers, generate plan.md following this format:
# <Study Topic> — Study Plan
> Goal: <user's stated goal>
> Timeline: <N days>
> Materials: <list of resources>
> Review is handled by the spaced repetition system in `sr/`. At the start of each session, the agent will surface due review items based on your actual recall performance.
---
## Day 1 — <Day Title>
- [ ] <Task 1>
- [ ] <Task 2>
- [ ] <Practice problem, if applicable>
---
## Day 2 — <Day Title>
...
- [ ] checkboxes for every taskplan.md./newday 1 to start.