planning-with-files
OthmanAdi/planning-with-files
This skill implements a persistent, file-based planning system, inspired by Manus, allowing AI coding agents to store key project artifacts (task_plan.md, findings.md, progress.md) directly to disk. By externalizing the working memory, it ensures that complex, multi-step projects, research tasks, or coding efforts survive context window limitations, session restarts, or context loss. Essential for any deep, multi-phase workflow.