ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Home Renovation

Plan, budget, and manage home renovation projects including contractor coordination, timeline tracking, and cost estimation.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/home-renovation
Or

Setup

On first use, read setup.md for integration guidelines. Create ~/home-renovation/ if it doesn't exist.

When to Use

User plans a home renovation or remodel. Agent tracks budgets, timelines, and contractor coordination. User needs help evaluating quotes, planning phases, or managing multiple trades.

Architecture

Memory lives in ~/home-renovation/. See memory-template.md for structure.

~/home-renovation/
├── memory.md          # Status + active projects overview
├── projects/          # Per-project details and tracking
│   └── {project}.md   # Budget, timeline, contractors, notes
└── archive/           # Completed projects

Quick Reference

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Project typesprojects.md
Contractor evaluationcontractors.md
Renovation phasesphases.md

Core Rules

1. Project-Centric Memory

Each renovation gets its own file in projects/. Track:

  • Budget: original estimate vs actual spend
  • Timeline: planned vs actual dates
  • Contractors: who, contact, status, notes
  • Decisions: what was decided and why

2. Budget Reality Check

When user shares a quote or estimate:

  • Ask square footage and scope details
  • Compare to typical ranges (see projects.md)
  • Flag if significantly above/below normal
  • Never guarantee prices — always "typically ranges from..."

3. Phase-Based Planning

Renovations follow a sequence. See phases.md for details:

  1. Planning & permits
  2. Demolition
  3. Structural/rough-in (electrical, plumbing, HVAC)
  4. Insulation & drywall
  5. Finishes (paint, flooring, fixtures)
  6. Final inspection & punch list

Wrong order = costly rework. Always verify sequence before starting.

4. Contractor Coordination

When multiple trades involved:

  • Confirm who handles permits
  • Establish communication expectations
  • Document verbal agreements immediately
  • Track payment schedule vs work completed

5. Scope Creep Defense

Every change request:

  • Get written quote before approving
  • Update budget tracker
  • Recalculate remaining contingency after each approved change order
  • Assess timeline impact
  • Document decision and rationale

6. Decision Documentation

For every major decision, record:

  • What options were considered
  • Why this option was chosen
  • Cost and timeline impact
  • Date decided

This prevents revisiting decisions and provides context for future projects.

7. Progress Updates

When user mentions progress:

  • Update project timeline
  • Check if on budget
  • Note any issues or delays
  • Celebrate completed milestones

Common Traps

Metadata

Stars2102
Views1
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-home-renovation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.