templates/skills/planning/scope-minimization/SKILL.md
--- name: planning-scope-minimization description: Minimize changes for bugs/incidents: the smallest safe fix --- <purpose> <item>Narrow the plan to the minimal change that fixes the bug and reduces regression risk</item> </purpose> <inputs> <required>Bug description + observed vs expected</required> <optional>Repro steps, environment, logs/stacktrace</optional> <optional>Criticality (SLA, incident) and deadline</optional> </inputs> <method> <step>Define the minimal "fixed" criterio
npx skillsauth add ozerohax/assistagents templates/skills/planning/scope-minimizationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
<output_format>
<section>Fix definition (minimal done)</section> <section>Minimal change surface</section> <section>Explicit non-goals</section> <section>Verification</section> <section>Rollback fast path</section> </output_format><quality_rules> <rule importance="critical">The change is minimal and directly tied to the observed behavior</rule> <rule importance="high">There is a fast rollback path (revert/flag/switch-over)</rule> </quality_rules>
<do_not> <item importance="critical">Do not expand scope beyond the bug</item> <item importance="high">Do not do a "big refactor" under the guise of a fix</item> </do_not>
testing
Visual regression (baseline diffs, UI stabilization)
testing
Design detailed reproducible test cases (Given/When/Then, one check per case); not smoke/regression checklists
development
Mobile testing (native/hybrid/web, gestures, offline, interruptions)
testing
Load testing (k6/JMeter scenarios, benchmarks)