avoid-scope-creep

Enforce targeted changes strictly as requested during code reviews and bugfixing.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/edwifiguy/era-agents-ops --skill avoid-scope-creep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: avoid-scope-creep
Source: https://github.com/edwifiguy/era-agents-ops/tree/main/skills/era-agents-op/metaclaw/memory_data/skills/avoid-scope-creep
Command: npx skills add https://github.com/edwifiguy/era-agents-ops --skill avoid-scope-creep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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.

Core Features & Use Cases

  • Prevents scope creep by ensuring changes align strictly with the explicit request.
  • Guides code reviews and bugfixes to avoid unnecessary modifications.
  • Use in workflows where product or design dictates the scope and changes must be bounded.

Quick Start

Provide a targeted change request and ensure only those changes are made.

Frequently Asked Questions about avoid-scope-creep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent scope creep during code refactoring and bugfixing?

To prevent scope creep during code refactoring and bugfixing, enforce changes strictly as requested by rejecting any unsolicited modifications like extra features or style cleanup. Only change what was explicitly asked.

What is scope creep in software engineering change management?

Scope creep in software engineering change management is doing unrequested work such as adding extra features or cleaning up style when a specific targeted change was needed. It happens when changes deviate from the explicit request.

How do I keep code reviews aligned with the original request?

To keep code reviews aligned with the original request, apply guardrails that reject unsolicited modifications and ensure changes strictly adhere to the defined scope. Only approved modifications should pass the review.

Can I use spec adhesion rules for targeted bugfix workflows?

Yes, you can use spec adhesion rules for targeted bugfix workflows. Spec adhesion ensures changes are bounded to the explicit request, preventing unnecessary modifications and keeping the bugfix strictly aligned with the product scope.

When should I avoid introducing unrequested work in development processes?

You should avoid introducing unrequested work in development processes when product or design dictates the scope and changes must be bounded. Only change what was explicitly asked to maintain strict spec adherence.