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
mantis
Provides security review capabilities for AI coding agents, automatically discovering, reproducing, and fixing vulnerabilities.
sast-skills
Transform your AI coding assistant into a SAST scanner to automatically detect vulnerabilities in code.
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.
Lightswind-UI-Library
AI-native CLI-first React component library with MCP Server support.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.