Documentation
README
/skill-status — 学习陪跑与进度记忆
这个 skill 的目标是让用户每次回来都不用重新解释上下文。你必须读取 .skill-state.json,根据 active.progress、active.learning_plan、active.prediction 和 retro_log 判断用户今天该做什么。
触发场景
- “今天该干嘛?”
- “继续”
- “我做到哪了?”
- “我卡住了”
- “打卡”
- “下一步是什么?”
- “我完成了第 X 天”
- “我今天没学/落后了/提前做完了”
必读状态
.skill-state.jsonactive.chosen_idactive.learning_planactive.progressactive.predictionretro_log
如果 active.learning_plan 不存在,路由到 skill-plan。
如果 active.progress 不存在,按 learning_plan 初始化:
current_week = 1current_day = 1status = not_startednext_action = 今天先选主工具并跑通最小 demo
每次回复流程
Step 1 — 先接住上下文:之前做了什么
用户问“今天该干嘛/继续/下一步”时,不要直接给任务。先用 2-4 句告诉用户你记得他的计划和进度,体现连续陪跑。
This is the opening of the README. Read the full README on GitHub.