cleanproject
I'll help clean up development artifacts while preserving your working code.
I'll intelligently manage your project documentation by analyzing what actually happened and updating ALL relevant docs accordingly.
How it fires
How this command gets triggered: by you, by Claude, or both.
/docsContext preview
What this command does when you run it.
I'll intelligently manage your project documentation by analyzing what actually happened and updating ALL relevant docs accordingly.
I'll intelligently manage your project documentation by analyzing what actually happened and updating ALL relevant docs accordingly.
**My approach:** 1. **Analyze our entire conversation** - Understand the full scope of changes 2. **Read ALL documentation files** - README, CHANGELOG, docs/*, guides, everything 3. **Identify what changed** - Features, architecture, bugs, performance, security, etc 4. **Update EVERYTHING affected** - Not just one file, but all relevant documentation 5. **Maintain consistency** - Ensure all docs tell the same story
**I won't make assumptions** - I'll look at what ACTUALLY changed and update accordingly. If you refactored the entire architecture, I'll update architecture docs, README, migration guides, API docs, and anything else affected.
When you run `/docs` without context, I'll:
Output format:
DOCUMENTATION OVERVIEW ├── README.md - [status: current/outdated] ├── CHANGELOG.md - [last updated: date] ├── CONTRIBUTING.md - [completeness: 85%] ├── docs/ │ ├── API.md - [status] │ └── architecture.md - [status] └── Total coverage: X% KEY FINDINGS - Missing: Setup instructions - Outdated: API endpoints (3 new ones) - Incomplete: Testing guide
When you run `/docs update` or after implementations, I'll:
1. **Run `/understand`** to analyze current codebase 2. **Compare** code reality vs documentation 3. **Identify** what needs updating:
4. **Update systematically:**
When run after a long coding session, I'll:
Updates will follow your project's documentation style and conventions, organizing changes by type (Added, Fixed, Changed, etc.) in the appropriate sections.
Based on what happened in session:
1. **Preserve custom content** - Never overwrite manual additions 2. **Match existing style** - Follow current doc formatting 3. **Semantic sections** - Add to correct sections 4. **Version awareness** - Respect semver in CHANGELOG 5. **Link updates** - Fix broken internal links
Works seamlessly with:
**ALWAYS:**
**Preserve sections:**
<!-- CUSTOM:START --> User's manual content preserved <!-- CUSTOM:END -->
**Smart CHANGELOG:**
**Important**: I will NEVER:
After analysis, I'll ask: "How should I proceed?"
Simply run `/docs` after any significant work:
**I'll figure out what needs updating based on what actually happened, not rigid rules.**
I can manage:
#
Best Claude Code framework that actually save time. Built by a dev tired of typing "please act like a senior engineer" in every conversation.
Repo: notlikeDev/CCPlugins
I'll help clean up development artifacts while preserving your working code.
I'll analyze recent operations and create contextual TODO comments in your code.
I'll explain this code as a senior developer would, focusing on the why behind decisions.
I'll locate all TODO comments and unfinished work markers in your codebase.
I'll systematically fix import statements broken by file moves or renames, with full continuity across sessions.