planning-with-files

planning-with-files

File-based persistent planning skill, ideal for AI coding agents and long-running tasks.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 23.8k
Source
skill-github

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

Long-running AI coding tasksMulti-agent collaborative projectsCode generation and optimization

Setup

Requires: API Key
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