This is a structured file-based planning system inspired by Manus that treats your filesystem as persistent memory. It creates three markdown files in your project directory: task_plan.md for phases and progress, findings.md for research discoveries, and progress.md for session logs. The hooks automatically inject plan context before tool use and remind you to update progress after edits. There's a two-step rule: after every two browser or search operations, save key findings to disk immediately because multimodal content doesn't persist in context. It includes session recovery scripts to catch up after /clear commands. The security boundary is worth noting: task_plan.md gets auto-injected frequently, so only write trusted content there and keep external web scraping results in findings.md. Use this for any multi-step task requiring more than five tool calls.
npx -y skills add othmanadi/planning-with-files --skill planning-with-files-zht --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mattpocock/skills