planning-with-files

OthmanAdi/planning-with-files

Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash-proof markdown plans that survive context loss and

25k
Stars
2.1k
Forks
4
Open issues
107
Watchers
Python MITLast pushed Jul 7, 2026

Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash-proof markdown plans that survive context loss and /clear, plus a deterministic completion gate and multi-agent shared state on disk. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard.

Categories

Tags

Similar tools

Install

pip install planning-with-files

README

Planning with Files

📣 New in v3.0.0: opt-in autonomous and gated modes for long-running agent runs, with a completion gate that holds the agent until the plan is actually done. Existing setups change nothing.

Work like Manus — the AI agent company Meta acquired for $2 billion.

planning-with-files is a persistent file-based planning skill for AI coding agents. It keeps task_plan.md, findings.md, and progress.md on disk so the agent survives context loss, /clear, and crashes, with an opt-in completion gate that holds the agent until the plan is actually done. It installs across 60+ agents via the SKILL.md standard.

-brightgreen)

💬 A Note from the Author

To everyone who starred, forked, and shared this skill — thank you. This project blew up in less than 24 hours, and the support from the community has been incredible.

If this skill helps you work smarter, that's all I wanted.

🌍 What the community shipped

Forks & Extensions

ForkAuthorWhat They Built
devis@st01csInterview-first workflow, /devis:intv and /devis:impl commands, guaranteed activation
multi-manus-planning@kmichelsMulti-project support, SessionStart git sync
plan-cascade@TaoidleMulti-level task orchestration, parallel execution, multi-agent collaboration
agentfund-skill@RioTheGreat-aiCrowdfunding for AI agents with milestone-based escrow on Base
openclaw-github-repo-commander@wd041216-bit7-stage GitHub repo audit, optimization, and cleanup workflow for OpenClaw

Used in the Wild

ProjectWhat It Is
lincolnwan/Planning-with-files-copilot-agentEntire Copilot agent repo built around the planning-with-files skill
cooragent/ClarityFinanceAI finance agent framework — Planning-with-Files approach directly credited
oeftimie/vv-claude-harnessClaude Code harness built on Manus-style persistent markdown planning
jessepwj/CCteam-creatorMulti-agent team orchestration skill using file-based planning

Skill Registries & Hubs

RegistryWhat It Is
buzhangsan/skill-managerBilingual (EN/中文) skill hub indexing 31,000+ Claude Code skills — planning-with-files installable one-click.

Built something? Open an issue to get listed!

🤝 Contributors

See the full list of everyone who made this project better in CONTRIBUTORS.md.

📦 Releases & Session Recovery

Current Version: v3.4.0

VersionHighlights
v3.4.0PLANNING_DISABLED=1 per-invocation opt-out for one-shot sessions (closes #195, reported by @marcmuon). One-shot codex exec runs (CI review bots, read-only research agents, nested orchestrators) that merely shared a cwd with an incomplet