Verified Agent Skill record
planning-with-files · Planning With Files
A Manus-style persistent file-based planning skill for AI coding agents that maintains task_plan.md, findings.md, and progress.md on disk so work survives context loss and /clear. It uses hooks (UserPromptSubmit, PreToolUse, PostToolUse, Stop, PreCompact) to inject plan context, remind the agent to update progress after writes, and verify phase completion before stopping.