Back to Skills

guarding-scope

verified

Check if requested changes are within current feature scope. Use when user requests new functionality or changes during implementation that might be scope creep. Compares requests against feature requirements and suggests adding out-of-scope items to backlog.

View on GitHub

Marketplace

schuettc-claude-code-plugins

schuettc/claude-code-plugins

Plugin

feature-workflow

Repository

schuettc/claude-code-plugins
4stars

feature-workflow/skills/guarding-scope/SKILL.md

Last Verified

January 23, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/schuettc/claude-code-plugins/blob/main/feature-workflow/skills/guarding-scope/SKILL.md -a claude-code --skill guarding-scope

Installation paths:

Claude
.claude/skills/guarding-scope/
Powered by add-skill CLI

Instructions

# Scope Guard

Prevent scope creep by checking if requested changes align with the current feature's requirements.

## When to Use

Invoke this skill when the user:
- Requests new functionality while implementing a feature
- Asks to add something that seems tangential
- Proposes changes not in the original requirements
- Says "while we're at it, let's also..."

**Do NOT invoke for:**
- Bug fixes in feature code
- Refactoring within scope
- Clarifying existing requirements
- Implementation details of planned features

## Instructions

### Step 1: Identify Current Feature

Read `docs/features/DASHBOARD.md` and look at the **In Progress** section to find the active feature.

If none or unclear, skip scope check - don't block the user.

### Step 2: Load Requirements

Read `docs/features/[id]/idea.md`

Extract: problem statement, affected areas, proposed solution hints.

Also read `docs/features/[id]/plan.md` for:
- Implementation steps (what was planned)
- Technical decisions made

### Step 3: Analyze the Request

**In Scope** - Implements the problem statement, reasonable extension of the feature, bug fix, or implementation detail.

**Potential Scope Creep** - New functionality not related to problem statement, affects other areas beyond what's listed, would require updating the plan significantly.

**Clearly Out of Scope** - Unrelated to problem statement, better as its own feature.

### Step 4: Respond

- **In scope**: Proceed without comment
- **Potential creep**: Flag it, offer options (include, add to backlog, skip)
- **Out of scope**: Suggest `/feature-capture`

Be helpful, not obstructive. Respect user's decision.

## Example

**User**: "While we're adding dark mode, let's also add notification preferences"

**Response**:
```
This seems outside the current feature scope.

**Current Feature**: Dark Mode Toggle
**Original Scope**: Theme switching with light/dark modes
**Your Request**: Notification preferences

Options:
1. **Include it** - Add to current feature (

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
2297 chars