Run a multi-day refactor without losing the thread
Когда использовать: You're breaking apart a monolith, migrating a framework, or doing anything that takes more than one session.
Предварительные требования
- Skill cloned to ~/.claude/skills/planning-with-files — git clone https://github.com/OthmanAdi/planning-with-files ~/.claude/skills/planning-with-files
Поток
-
Kick off the work with the skill explicitlyWe're migrating the auth module from JWT to session cookies. Use the planning-with-files skill to map this out before you start.✓ Скопировано→ Claude writes task_plan.md with phases before touching code
-
Let Claude run; pause and resume across daysPick up where we left off — read progress.md and continue.✓ Скопировано→ Claude re-reads the plan and knows exactly which phase is next
-
Review findings.md for surprisesSummarize findings.md — anything that changed the original plan?✓ Скопировано→ List of discoveries that would otherwise be lost
Итог: A refactor that survives context resets with an audit trail you can actually review.
Подводные камни
- Skill invoked for trivial one-line edits, adding overhead — Tell Claude 'skip planning-with-files, this is a one-shot fix'