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.

介绍

Planning with Files is a Claude Code skill that implements Manus-style persistent Markdown planning. It has 18,000+ GitHub stars and a 96.7% pass rate in benchmarks (29/30 assertions vs. 6.7% without the skill). It uses a three-file pattern — task_plan.md tracks phases, findings.md stores discoveries, and progress.md records session logs — turning the filesystem into persistent storage that counteracts the volatility of the context window.

Best for developers working on complex, multi-session projects. Supports Claude Code, Cursor, Codex CLI, Gemini CLI, and 16+ other platforms.


Three-File Pattern

Core idea: context window = memory (volatile) / filesystem = disk (persistent) → write anything important to disk.

  • task_plan.md — Track phases and progress
  • findings.md — Store research and findings
  • progress.md — Session logs and test results

Benchmark: pass rate jumped from 6.7% to 96.7%, winning blind A/B tests 3 out of 3 times.


🙏

来源与感谢

Created by Ahmad Othman Ammar Adi. Licensed under MIT.

planning-with-files — ⭐ 18,000+

讨论

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

相关资产