What problem does it solve?
Messy project roots, scattered documentation files, and empty directories make codebases hard to navigate, but manually reorganizing files risks breaking imports, deleting important data, or corrupting version control state.
Core Features & Use Cases
- Multi-Stage Safe Workflow: Progress through read-only scan, analysis, detailed preview, dry-run simulation, and confirmed real execution with an audit log.
- Protected Pattern Enforcement: Automatically excludes version control directories, dependencies, lock files, environment secrets, and build artifacts from any modification.
- Risk-Classified Suggestions: Each move, delete, or create-directory operation is labeled low, medium, or high risk with explicit safety checks.
- Use Case: Before handing off a project to a new team, run the organizer to consolidate scattered Markdown files into docs/, remove empty directories, and create standard folders like src/ and tests/—all verified through a dry run before any real change.
Quick Start
Ask Claude to scan your project structure and suggest safe organizational improvements with a preview before making any changes.