CtrlK
BlogDocsLog inGet started
Tessl Logo

avoid-scope-creep

Common mistake — doing unrequested work (refactoring, adding extra features, cleaning up style) when the user asked for a specific, targeted change. Only change what was explicitly asked.

66

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./memory_data/skills/avoid-scope-creep/SKILL.md
SKILL.md
Quality
Evals
Security

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.

Repository
aiming-lab/MetaClaw
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.