cleanproject
I'll help clean up development artifacts while preserving your working code.
I'll intelligently implement features from any source - adapting them perfectly to your project's architecture while maintaining your code patterns and standards.
How it fires
How this command gets triggered: by you, by Claude, or both.
/implementContext preview
What this command does when you run it.
I'll intelligently implement features from any source - adapting them perfectly to your project's architecture while maintaining your code patterns and standards.
I'll intelligently implement features from any source - adapting them perfectly to your project's architecture while maintaining your code patterns and standards.
Arguments: `$ARGUMENTS` - URLs, paths, or descriptions of what to implement
I'll check for existing implementation sessions to continue seamlessly:
**Session Files (in current project directory):**
**IMPORTANT:** Session files are stored in a `implement` folder in your current project root, NOT in home directory or parent folders. If a session exists, I'll resume from the exact checkpoint. Otherwise, I'll create a new implementation plan and track progress throughout.
**MANDATORY FIRST STEPS:** 1. Check if `implement` directory exists in current working directory 2. If directory exists, check for session files:
3. If no directory or session exists:
4. Complete full analysis BEFORE any implementation
**Critical:** Use `implement` folder in current directory. Do NOT use `$HOME/implement` or any parent directory paths
I'll examine what you've provided and your project structure:
**Source Detection:**
**Project Understanding:**
Based on my analysis, I'll create an implementation plan:
**Plan Creation:**
I'll write this plan to `implement/plan.md`:
# Implementation Plan - [timestamp] ## Source Analysis - **Source Type**: [URL/Local/Description] - **Core Features**: [identified features to implement] - **Dependencies**: [required libraries/frameworks] - **Complexity**: [estimated effort] ## Target Integration - **Integration Points**: [where it connects] - **Affected Files**: [files to modify/create] - **Pattern Matching**: [how to adapt to project style] ## Implementation Tasks [Prioritized checklist with progress tracking] ## Validation Checklist - [ ] All features implemented - [ ] Tests written and passing - [ ] No broken functionality - [ ] Documentation updated - [ ] Integration points verified - [ ] Performance acceptable ## Risk Mitigation - **Potential Issues**: [identified risks] - **Rollback Strategy**: [git checkpoints]
I'll transform the source to fit your project perfectly:
**Dependency Resolution:**
**Code Transformation:**
**Repository Analysis Strategy:** For large repositories, I'll use smart sampling:
I'll implement features incrementally:
**Execution Process:** 1. Implement core functionality 2. Add supporting utilities 3. Integrate with existing code 4. Update tests to cover new features 5. Validate everything works correctly
**Progress Tracking:**
I'll ensure the implementation meets your standards:
**Validation Steps:**
**ALL validation commands (`finish`, `verify`, `complete`, `enhance`) execute the SAME comprehensive process:**
When you run ANY of these: `/implement finish`, `/implement verify`, `/implement complete`, or `/implement enhance`
**I will AUTOMATICALLY:**
1. **Deep Original Source Analysis**
2. **Requirements Verification**
3. **Comprehensive Testing**
4. **Deep Code Analysis**
5. **Automatic Refinement**
6. **Integration Analysis**
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 intelligently manage your project documentation by analyzing what actually happened and updating ALL relevant docs accordingly.
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.