# planning-with-files > This skill enhances Claude's long-term memory and project consistency by using local Markdown files as an external state/context store. - Author: NewRudy - Repository: NewRudy/Rudy_skills - Version: 20260130143244 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/NewRudy/Rudy_skills - Web: https://mule.run/skillshub/@@NewRudy/Rudy_skills~planning-with-files:20260130143244 --- # Planning-with-Files This skill enhances Claude's long-term memory and project consistency by using local Markdown files as an external state/context store. ## Usage - "Initialize a new project plan using files." - "Update the task status in our project plan." - "Review our current progress based on the notes file." ## Instructions 1. Maintain three core files in the project root: `task_plan.md` (roadmap), `context_log.md` (decision history), and `status.md` (current state). 2. Before starting any major task, read these files to ensure alignment. 3. After completing a task, update the files to prevent "context drift" in future sessions. 4. Use clear markers (e.g., [TODO], [DONE], [BLOCKED]) to make the status machine-readable.