Ktulue/scope-lock

3 stars · Last commit 2026-03-29

Claude Code skill that enforces task scope boundaries during agent execution, preventing drift beyond the approved plan.

README preview

# scope-lock

Claude Code skill that enforces task scope boundaries during agent execution, preventing drift beyond the approved plan.

> AI coding agents are great at executing plans — and also great at quietly expanding them. Scope Lock keeps them honest.

## What It Does

Scope Lock complements front-loaded planning with back-loaded enforcement. After a plan is approved, the skill:

1. **Generates a boundary contract** (`SCOPE.md`) from the plan before any code is written
2. **Flags scope drift** during execution — unlisted files, unspecified features, adjacent refactoring
3. **Logs every decision** (Permit / Decline / Defer) to a persistent review artifact

## Installation

Install via the Claude Code plugin system (requires Claude Code with plugin support):
```
/plugin marketplace add Ktulue/scope-lock
/plugin install scope-lock@scope-lock

View full repository on GitHub →