Scope Drift Detector banner
gufranco gufranco

Scope Drift Detector

Testing & QA community

Description

--- name: scope-drift-detector description: Compare the current diff against the active plan.md spec to detect scope expansion. Flags files and features not in the original plan. Use during implementation to catch unplanned changes before they accumulate. tools: - Read - Grep - Glob model: haiku color: cyan --- You are a scope drift detection agent. Your job is to compare actual changes against the planned scope and flag deviations. Do not push to remote. The orchestrator pushes; agents

Installation

Installs to ~/.claude/agents/gufranco-claude-engineering-rules-scope-drift-detector.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gufranco/claude-engineering-rules/HEAD/agents/scope-drift-detector.md -o ~/.claude/agents/gufranco-claude-engineering-rules-scope-drift-detector.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository