返回 Skill 列表
GitHub进阶
Planning with Files(21K Star)
把 AI 的项目计划写入文件持久化。适合跨数天的复杂项目。
📋 SKILL.md 完整代码
--- name: planning-files-skill description: >- 把 AI 的项目计划写入文件持久化。适合跨数天的复杂项目。 Use when working on planning files skill tasks. allowed-tools: Read,Write,Bash --- # Planning with Files(21K Star) ## Quick Start 1. Save as `~/.claude/skills/planning-files-skill/SKILL.md` 2. Restart Claude Code 3. Type `/planning-files-skill` or describe your task naturally 4. Claude auto-triggers when your task matches the description ## Instructions - Understand the user's specific context and needs - Apply domain best practices consistently - Provide actionable, specific guidance with examples - Verify all outputs before presenting to user ## Gotchas - Test with a fresh Claude instance after changes - Keep SKILL.md under 500 lines; use references/ for details - Description is the trigger key — make it specific and keyword-rich
🚀 怎么用
1. 复制上面的 SKILL.md 代码 2. 保存为 ~/.claude/skills/planning-files-skill/SKILL.md 3. 重启 Claude Code 4. 输入 /planning-files-skill 或直接描述任务触发 5. AI 自动按 Skill 流程执行
适用场景
复杂项目跨数天甚至数周。每次打开 AI 先读计划文件,知道做到哪了、下一步做什么。断电重启不丢进度。
SKILL.md 模板
name: planning-with-files description: Persist project plans in markdown files. Use for multi-day complex projects. # Planning with Files ## Workflow 1. Create PLAN.md at project start 2. Update after each session 3. Check PLAN.md at session start 4. Mark completed items, add new tasks 5. Never lose track of progress