# planning-with-files

> Claude/Codex skill by [@OthmanAdi](https://omgskills.com/library/othmanadi/index.md) · 26k stars · Updated 2026-08-14

Manus-style persistent file-based planning for AI coding agents: keeps task\_plan.md, findings.md, and progress.md on disk so work survives context loss and /clear. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Supports automatic session recovery after /clear.

Tags: agent-skills, autonomous-agents, claude, claude-code, claude-code-skills, claude-skills, codex, coding-agent, context-engineering, context-rot, cursor, github-copilot, hermes-plugin, hermes-skill, llm-agents, long-running-agents, manus, multi-agent-systems, planning, session-recovery

## Install

```sh
git clone https://github.com/OthmanAdi/planning-with-files /tmp/planning-with-files && ln -s /tmp/planning-with-files/.agents/skills/planning-with-files ~/.claude/skills/planning-with-files
```

## From README

Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Restore Context (v2.2.0) Before doing anything else, check if planning files exist and read them: If taskplan.md exists, read taskplan.md, progress.md, and findings.md immediately.

## Links

- HTML page: https://omgskills.com/skills/othmanadi/planning-with-files/planning-with-files--c7784bbf/
- GitHub: https://github.com/OthmanAdi/planning-with-files
- Author: [@OthmanAdi](https://omgskills.com/library/othmanadi/index.md)

## More from this repo

- [planning-with-files](https://omgskills.com/skills/othmanadi/planning-with-files/planning-with-files--425fb802/index.md) — Manus-style persistent file-based planning for AI coding agents: keeps task\_plan.md, findings.md, and progress.md on...
   - [@othmanadi](https://omgskills.com/library/othmanadi/index.md) · 26k stars
- [planning-with-files-ar](https://omgskills.com/skills/othmanadi/planning-with-files/planning-with-files-ar/index.md) — نظام تخطيط الملفات بنمط Manus لتنظيم وتتبع تقدم المهام المعقدة.
   - [@othmanadi](https://omgskills.com/library/othmanadi/index.md) · 26k stars
- [planning-with-files-de](https://omgskills.com/skills/othmanadi/planning-with-files/planning-with-files-de/index.md) — Manus-artiges Dateiplanungssystem zur Organisation und Verfolgung des Fortschritts komplexer Aufgaben.
   - [@othmanadi](https://omgskills.com/library/othmanadi/index.md) · 26k stars
