Долгосрочное планирование задач через файлы
★ 6.5 · productivity
planning-with-files-zht is a Claude Code skill that keeps agent work organized across long sessions by maintaining three files on disk — task_plan.md, findings.md, and progress.md — and re-injecting them into context every turn via a UserPromptSubmit hook, so the plan survives /clear, crashes, and context compaction. The design follows the Manus approach: treat the context window as RAM and the filesystem as persistent storage, writing everything important to disk immediately. Parallel tasks get isolated subdirectories under .planning/YYYY-MM-DD-slug/ with the same three files, and the active
- #task-planning
- #project-organization
- #progress-tracking
- #file-based-planning
- #context-persistence
- #multi-step-workflows