Planning with files
Skill SamyakJhaveri/loam/cultivation/marketplace/planning-with-files/skills/planning-with-files
Manus-style persistent markdown planning with task_plan.md, findings.md, progress.md. Hook-based re-injection after /compact.From its SKILL.md
npx -y skills add SamyakJhaveri/loam --skill planning-with-filesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 328 tokens by cl100k_base, as published. Nobody here has run it
planning-with-files
Persistent markdown planning files that survive /compact via hook-based re-injection. Creates and maintains task_plan.md, findings.md, and progress.md for cross-session persistence.
Upstream: https://github.com/othmanadi/planning-with-files
Install
Install commands are from upstream documentation and may change. Check the upstream repo for current instructions.
npx skills add planning-with-files
Or clone the repo and symlink into your project's .claude/skills/.
What It Does
- Creates structured planning files at project root
- Hooks into Claude Code lifecycle to re-inject plan context after
/compact - Maintains progress tracking across sessions
Overlap Warning
This tool heavily overlaps with Loam's built-in planning infrastructure:
| planning-with-files | Loam equivalent |
|---|---|
task_plan.md | Plan mode + docs/plans/ |
findings.md | Memory system + .claude/rules/ |
progress.md | /handoff skill |
| Hook re-injection | Always-loaded rules |
Install only if you prefer file-based planning over Loam's built-in approach. The two systems may conflict if used simultaneously.
Requirements
- Node.js
- Bash or PowerShell
Notes
- MIT license
- Novel piece is hook-based re-injection after
/compact - Near-zero independent reviews despite popularity
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.