RefactoringClaude Code
Split Large File
Decompose a large file into focused modules
Prompt
This file has grown too large ([X lines]). Analyze it and propose a split:
1. Identify the distinct responsibilities in this file
2. Propose new file names and what goes in each
3. Identify shared code that should be extracted to a utility
4. Show me the import/export changes needed
Don't move code yet — just propose the plan. I'll approve before you execute.