GitHub 项目简介: Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash-proof markdown plans that survive context loss and /clear, plus a deterministic completio…
README: planning-with-files is a persistent file-based planning skill for AI coding agents. It keeps task_plan.md, findings.md, and progress.md on disk so the agent survives context loss,…
README: Claude Code (and most AI agents) suffer from: - Volatile memory — TodoWrite tool disappears on context reset - Goal drift — After 50+ tool calls, original goals get forgotten - Hi…