@builtbyzac/drift-detector

by builtbyzac · v1.0.0 · workflow

3 skills that stop Claude Code from editing files you didn't ask it to touch. Scope declaration, mid-task auditing, and pre-done verification.

Install

Add @builtbyzac/drift-detector to Claude Code with the PolySkill CLI: polyskill add @builtbyzac/drift-detector

Instructions

# Drift Detector for Claude Code 3 skills that enforce scope discipline. Declare what files Claude will touch before starting, audit mid-task, verify requirements before accepting done. ## Skills included ### /scope-declare Run before any task. Claude lists every file it will touch and what will change in each. Creates a session contract. **Trigger**: "scope-declare", "/scope-declare", or "declare scope" **Process**: 1. Read the task description carefully 2. List every file that will be modified, created, or deleted 3. For each file, describe exactly what will change 4. Write the list to `.cl…

Keywords: scope, drift, claude-code, verification, audit, files