#93 · Primary category: AI Agents & Automation

planning-with-files

agent-skills autonomous-agents claude claude-code claude-code-skills claude-skills codex coding-agent context-engineering context-rot cursor github-copilot hermes-plugin hermes-skill llm-agents long-running-agents manus multi-agent-systems planning session-recovery

Persistent file-based planning for AI coding agents that survives context loss, /clear, and compaction via per-turn re-injection.

Project last updated:08/29/26

GitHub Stars

26.4K

Forks

2.2K

Contributors

52

License

MIT

Why we included this project

Long agent sessions have a way of losing the plot. A /clear or a context compaction wipes the working memory, and the plan you spent an hour building is gone. This skill keeps task_plan.md, findings.md, and progress.md on disk and re-injects them every turn, so the plan survives crashes, /clear, and compaction. It is a lightweight pattern you install as a skill rather than a framework, and it works across 60+ agents through the Agent Skills standard. Teams running multi-step tasks with coding agents get a deterministic completion gate on top, which makes it easier to trust that long-running work actually finished.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category