planning-with-files

A single skill implementing a persistent, file-based planning system for AI coding agents.

Free Workflow & Productivity ★ 26686
View Source →
26686 GitHub stars
+41 stars this week
Workflow & Productivity category
OthmanAdi author
MIT license

// about planning-with-files

Planning-with-files addresses the loss of an agent's working memory across context resets or crashes by keeping a plan on disk in three files: task_plan.md for phases and progress, findings.md for research notes, and progress.md for session logs. These files are automatically re-injected at the start of each turn on platforms that support lifecycle hooks.