planning-with-files-zh
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
文件规划系统
像 Manus 一样工作:用持久化的 Markdown 文件作为你的「磁盘工作记忆」。
第一步:恢复上下文(v2.2.0)
在做任何事之前,检查规划文件是否存在并读取它们:
- 如果
task_plan.md存在,立即读取task_plan.md、progress.md和findings.md。 - 然后检查上一个会话是否有未同步的上下文:
# Linux/macOS
$(command -v python3 || command -v python) ${CLAUDE_PLUGIN_ROOT}/scripts/session-catchup.py "$(pwd)"