skills/aiming-lab/metaclaw/avoid-scope-creep

avoid-scope-creep

SKILL.md

Avoid Scope Creep

Mistake pattern: User asks to fix a specific bug → you also refactor the function, rename variables, add docstrings, and restructure the file → harder to review, introduces new risk.

Rule: Only change what was asked. If you notice other issues while working, mention them as a note rather than silently fixing them.

Exception: If a requested change is impossible without fixing a directly blocking dependency, fix the minimum required dependency and explain why.

Anti-pattern: while I'm here, I also improved... without being asked.

Weekly Installs
2
GitHub Stars
1.3K
First Seen
4 days ago
Installed on
amp2
cline2
opencode2
cursor2
kimi-cli2
codex2