cleanproject
I'll help clean up development artifacts while preserving your working code.
I'll create complete feature structures based on your project patterns, with full continuity across sessions.
How it fires
How this command gets triggered: by you, by Claude, or both.
/scaffoldContext preview
What this command does when you run it.
I'll create complete feature structures based on your project patterns, with full continuity across sessions.
I'll create complete feature structures based on your project patterns, with full continuity across sessions.
Arguments: `$ARGUMENTS` - feature name or component to scaffold
I'll maintain scaffolding progress across sessions:
**Session Files (in current project directory):**
**IMPORTANT:** Session files are stored in a `scaffold` folder in your current project root
**Auto-Detection:**
**MANDATORY FIRST STEPS:** 1. Check if `scaffold` directory exists in current working directory 2. If directory exists, check for session files:
3. If no directory or session exists:
4. Show scaffolding preview before creating
**Note:** Always look for session files in the current project's `scaffold/` folder, not `../../../scaffold/` or absolute paths
I'll discover your project patterns:
**Pattern Analysis:**
**Smart Detection:**
Based on patterns, I'll create a scaffolding plan:
**Component Structure:**
I'll write this plan to `scaffold/plan.md` with:
I'll generate files matching your patterns:
**Pattern Matching:**
**Content Generation:**
I'll create files systematically:
**Execution Process:** 1. Create directory structure 2. Generate each component file 3. Add appropriate tests 4. Update integration points 5. Track each creation in state
**Progress Tracking:**
After scaffolding:
**Session Resume:** When you return and run `/scaffold` or `/scaffold resume`:
**Progress Example:**
RESUMING SCAFFOLDING ├── Feature: UserDashboard ├── Created: 5 of 8 files ├── Last: components/UserStats.tsx └── Next: tests/UserStats.test.tsx Continuing scaffolding...
**Start Scaffolding:**
/scaffold UserProfile # Create user profile feature /scaffold "auth module" # Create authentication module /scaffold PaymentService # Create payment service
**Session Control:**
/scaffold resume # Continue existing scaffolding /scaffold status # Check what's been created /scaffold new # Start fresh scaffolding
**Protection Measures:**
**Important:** I will NEVER:
1. **Analyze deeply** - Understand your patterns 2. **Plan completely** - Map all components 3. **Generate intelligently** - Match your style 4. **Track precisely** - Perfect continuity 5. **Integrate seamlessly** - Connect everything
I'll maintain complete continuity between sessions, always resuming exactly where we left off with consistent pattern application.
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.