Home Declutter & Organization System
Creates a room-by-room decluttering plan with decision frameworks, donation/sell research via Brave Search, and a trackable progress checklist. Prerequisites: brave-search MCP.
MCP get_skill({ skillId: "home-declutter-organization-system-2aee03ab" })Use this skill with your agent
Create a free account and connect via MCP
# Home Declutter & Organization System
Create a room-by-room decluttering and organization plan with decision frameworks, donation options, and progress tracking.
## When to Use
- "Help me declutter my house"
- "Organize my closet/garage/kitchen"
- "I'm moving ā help me decide what to keep"
## Requirements
- **Brave Search MCP** for donation locations and selling platforms
## Workflow
### Step 1 ā Scope the Project
- **Rooms/areas** to declutter
- **Motivation** (moving, downsizing, fresh start, selling home)
- **Timeline** (weekend blitz, one room per week, ongoing)
- **Decision difficulty** (easy tosser, sentimental, overwhelmed)
- **Help available** (solo, with partner, hiring help)
### Step 2 ā Research Donation & Selling Options
```
brave_local_search: "donation drop off near {LOCATION}"
brave_web_search: "where to donate {ITEM_TYPE} near {LOCATION}"
brave_web_search: "best apps to sell used {ITEM_TYPE} {YEAR}"
brave_web_search: "decluttering method that works {YEAR}"
```
### Step 3 ā Generate Room-by-Room Plan
```markdown
# Declutter Plan
š
Timeline: {N} weeks | š Areas: {N} rooms
## Decision Framework
For each item, ask:
1. Have I used this in the last 12 months? ā No = removal candidate
2. Would I buy this again today? ā No = let it go
3. Do I have duplicates? ā Keep the best one
4. Does it bring value to my life? ā Only keep if clear yes
**Sort into:**
- š¢ **KEEP** ā has a designated home
- šµ **DONATE** ā good condition, useful to others
- š” **SELL** ā worth $20+, you have time to list it
- š“ **TRASH/RECYCLE** ā broken, expired, unsanitary
- š¦ **MAYBE** ā box it up, date it, if unopened in 90 days ā donate
## Room 1: {KITCHEN} (Week 1)
### Zones
| Zone | Time Est. | Priority | Status |
|------|-----------|----------|--------|
| Pantry | 2 hrs | High | [ ] |
| Under sink | 1 hr | Medium | [ ] |
| Utensil drawers | 1 hr | Medium | [ ] |
| Countertops | 30 min | High | [ ] |
| Fridge/freezer | 1 hr | High | [ ] |
### Quick wins (do first):
- [ ] Expired food from pantry and fridge
- [ ] Duplicate utensils and gadgets
- [ ] Takeout menus, old coupons, junk mail on counter
- [ ] Broken/chipped dishes
## Room 2: {BEDROOM} (Week 2)
...
## Donation & Selling Plan
| Item Category | Destination | Notes |
|---------------|-------------|-------|
| Clothing | {Goodwill/Salvation Army} at {address} | Tax deduction receipt |
| Electronics | {Best Buy recycling} | Free drop-off |
| Furniture | {Facebook Marketplace} | List with photos |
| Books | {Little Free Library / library donation} | {location} |
```
### Step 4 ā Save Plan
```bash
mkdir -p outputs/home
cat > "outputs/home/declutter-plan-{DATE}.md" << 'EOF'
{DECLUTTER_PLAN}
EOF
```
## Important Rules
- Start with the easiest room to build momentum
- Don't organize before decluttering ā remove first
- The "maybe box" strategy prevents decision paralysis
- Respect the user's attachments ā suggest, don't pressure
- Verify donation locations are current via Brave Search
## Example Prompts
- "Help me declutter my apartment room by room over 4 weekends"
- "I'm downsizing to a smaller place ā help me decide what to keep"
- "Where can I donate furniture and electronics in Portland, OR?"Related Skills
More skills in Home & Family
Event & Party Planner
Plans events end-to-end: creates timelines, budgets, vendor research via Brave Search, guest lists, menu planning, and day-of checklists. Prerequisites: brave-search MCP, python3.
Gift Idea Researcher
Researches personalized gift ideas based on the recipient's interests, age, occasion, and budget via Brave Search. Provides curated recommendations with purchase links and reviews. Prerequisites: brave-search MCP.
Home Maintenance Scheduler
Creates a seasonal home maintenance calendar with tasks, frequencies, and cost estimates. Researches local service providers via Brave Search and generates a trackable checklist. Prerequisites: brave-search MCP, python3.
Pet Care Planner & Tracker
Creates a pet care schedule with vet appointments, medications, feeding routines, and exercise plans. Researches breed-specific care via Brave Search and tracks medical history. Prerequisites: brave-search MCP.
Explore Other Categories
Skills from other categories with shared topics
.NET Framework Upgrade Specialist
Specialized agent for comprehensive .NET framework upgrades with progressive tracking and validation
.NET Upgrade
Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.
50/30/20 Budget Planner
Creates a personalized monthly budget using the 50/30/20 framework. Calculates target allocations from income, maps actual spending from CSV data, and identifies overspending. Prerequisites: python3.