planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 23.8k
- Source
- skill-github
- Repository
- github.com/OthmanAdi/planning-with-files
Overview
planning-with-files is a file-based persistent planning skill designed specifically for AI coding agents. It ensures the agent can continue working after context loss, /clear commands, or crashes by saving `task_plan.md`, `findings.md`, and `progress.md` files to disk. The skill supports both autonomous mode and completion-gated mode to ensure the agent is only released after the task is actually completed. It is installed via the SKILL.md standard on over 60 agents.
Capabilities
- ▪Persistent file storage
- ▪Crash-resistant planning
- ▪Multi-agent shared state
- ▪Deterministic completion gating
Use cases
Setup
Installed via the SKILL.md standard on supported agents
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
Which agents does this skill support?
Supports over 60 agents including Claude Code, Codex CLI, Cursor, Kiro, OpenCode, and more.
How do I enable completion-gated mode?
Enable it by setting the corresponding option in the configuration file.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
agent-skills
A React Native skill set optimized for AI coding assistants.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.