scope-guard
SolidPrevent Claude Fable 5 from taking unrequested actions — applying fixes when only asked to diagnose, sending or drafting messages nobody asked for, creating backup branches, or running state-changing commands on thin evidence. Use in ops/debugging sessions, shared environments, production-adjacent work, and any conversation where the user thinks out loud.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- kpab
- Repository
- kpab/claude-fable-5-skills
- Created
- 1 months ago
- Last Updated
- 6 days ago
- Language
- N/A
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
fable-scope-guard
Hold the exact scope the user asked for — no extra files, no refactors, no "while I'm here" cleanup, no speculative features. Use when the user says "only", "just", "do not edit", "minimal change", "report only", "no refactor", "don't touch X", or otherwise draws a narrow boundary; and as a check before you touch any file the request did not name. Pulled on demand; not always-on.
scope
Use when unsettled requirements or decisions need a spec, options, acceptance criteria, authority bounds, or decision record. Not for implementing approved scope or writing files during read-only advice; use implement.
scope-guard
Detects scope creep by quantifying drift percentage. Auto-triggered by L1 orchestrators when files exceed the original plan. Compares git changes against plan, classifies drift into 4 tiers: ON_TRACK, MINOR_DRIFT, SIGNIFICANT_DRIFT, OUT_OF_CONTROL.