planning-with-files
Keep AI coding agents on track with persistent plan files
All Skills in This Repository (8)
Pure Emerald Level Indicatorsplanning-with-files
Maintain persistent on-disk planning artifacts with task_plan.md, findings.md, and progress.md.
pi-planning-with-files
Store planning artifacts in task_plan.md, findings.md, and progress.md files.
planning-with-files
Maintains persistent task_plan.md, findings.md, and progress.md files for multi-step agent workflows.
planning-with-files-es
Maintains persistent task_plan.md, findings.md, and progress.md files across agent sessions.
planning-with-files-zh
Maintains persistent task_plan.md, findings.md, and progress.md files for multi-step AI agent workflows.
planning-with-files-de
Maintains persistent task_plan.md, findings.md, and progress.md files across agent sessions via lifecycle hooks.
planning-with-files-zht
Maintains persistent task_plan.md, findings.md, and progress.md files across AI agent sessions.
planning-with-files-ar
Maintains persistent task_plan.md, findings.md, and progress.md files with lifecycle hooks for AI agent sessions.
Frequently Asked Questions
FAQPage SchemaHow to install planning-with-files?▼
Run `npx skills add OthmanAdi/planning-with-files --all -g -y` in your terminal to install the skill globally for your agent.
How to stop AI agents from forgetting tasks?▼
This skill writes the goal, phases, and progress to markdown files on disk, so the agent re-reads them every turn instead of relying on its limited memory.
Does the plan survive /clear or a crash?▼
Yes. The plan lives on disk, not in the context window, so a fresh session reads the files and resumes exactly where it left off.
Which AI agents work with planning-with-files?▼
It follows the Agent Skills standard and installs across 60+ agents, including Claude Code, Cursor, Codex, Gemini, and OpenCode.
Do I need coding skills to use it?▼
No. Once installed, your agent creates and updates the planning files automatically whenever you give it a multi-step task.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core