What problem does it solve? Accumulated download and draft folders fill up with inconsistently named files and multiple versions (v1, v2, v3) of the same document, making it hard to identify the final version and safely remove outdated copies without risking accidental data loss. ## Core Features & Use Cases - Filename Standardization: Applies a consistent naming convention (e.g., YYMMDD_[Project] Feature_DocType_vVersion.ext) across an entire folder. - Version Grouping & Classification: Clusters files belonging to the same document group and classifies them as keep (final version), deletion candidates (superseded older versions), or pending (uncertain cases). - Safety-First Deletion Proposals: Never deletes files directly; instead presents deletion candidates with documented evidence, using the document's internal revision history date rather than file metadata when possible. - Use Case: Point it at a cluttered downloads folder containing files like "spec_final.docx", "spec_v2.docx", and "spec_final_really.docx" to receive a rename plan, a final-version selection, and a justified deletion-candidate list for your approval. ## Quick Start Ask the assistant to organize the documents in your downloads folder by standardizing filenames and proposing deletion candidates for outdated versions.