---
name: Plan Change
slug: plan-change
category: AI Engineering
description: Plan Change turns a feature request into a minimal implementation plan before code is written. Use it to restate the goal, identify files, define the smallest interface, and spot wider ripples.
github: "https://github.com/ruvnet/metaharness/tree/main/kimi-k3-harness/.claude/skills/plan-change"
language: TypeScript
stars: 609
forks: 72
install: "npx degit https://github.com/ruvnet/metaharness/tree/main/kimi-k3-harness/.claude/skills/plan-change ~/.claude/skills/plan-change"
installs_to: ~/.claude/skills/plan-change
source_path: kimi-k3-harness/.claude/skills/plan-change/SKILL.md
collection_size: 16
category_size: 2451
collection_url: "https://dirskills.com/collections/ruvnet/metaharness"
added: 2026-08-25T05:12:54.967Z
last_synced: 2026-08-25T05:12:54.967Z
canonical_url: "https://dirskills.com/skills/plan-change"
---

# Plan Change

Plan Change turns a feature request into a minimal implementation plan before code is written. Use it to restate the goal, identify files, define the smallest interface, and spot wider ripples.

**Install:**

```bash
npx degit https://github.com/ruvnet/metaharness/tree/main/kimi-k3-harness/.claude/skills/plan-change ~/.claude/skills/plan-change
```

## README

# plan-change

Produce an implementation plan for a requested change.

1. Restate the goal in one sentence.
2. List the files to touch and why.
3. Name the smallest interface that satisfies it.
4. Flag anything that ripples beyond three files or widens a permission.

Hand the plan to the implementer; do not write code in this step.
