Skills2026年4月4日·1 分钟阅读

Planning with Files — Manus-Style Persistent Planning Skill

Claude Code skill implementing persistent markdown planning with 96.7% benchmark pass rate. Uses a 3-file pattern (task_plan.md, findings.md, progress.md) to survive context resets.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

全局安装规划技能: ```bash npx skills add OthmanAdi/planning-with-files --skill planning-with-files -g ``` ---
## 简介 Planning with Files 是一个 Claude Code 技能,实现 Manus 风格的持久化 Markdown 规划,GitHub 星标 18,000+,基准测试通过率 96.7%(29/30 断言 vs 无技能时的 6.7%)。使用三文件模式 — `task_plan.md` 追踪阶段、`findings.md` 存储发现、`progress.md` 记录会话日志 — 将文件系统作为持久存储,对抗上下文窗口的易失性。 适合进行复杂、多会话项目的开发者。支持 Claude Code、Cursor、Codex CLI、Gemini CLI 等 16+ 平台。 --- ## 三文件模式 核心概念:上下文窗口 = 内存(易失)/ 文件系统 = 磁盘(持久)→ 重要信息都写入磁盘。 - **task_plan.md** — 追踪阶段和进度 - **findings.md** — 存储研究和发现 - **progress.md** — 会话日志和测试结果 基准测试:通过率从 6.7% 提升到 96.7%,盲测 A/B 3/3 胜出。 ---
🙏

来源与感谢

> Created by [Ahmad Othman Ammar Adi](https://github.com/OthmanAdi). Licensed under MIT. > > [planning-with-files](https://github.com/OthmanAdi/planning-with-files) — ⭐ 18,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产