بنقرة واحدة
planning-scope-minimization
Minimize changes for bugs/incidents: the smallest safe fix
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Minimize changes for bugs/incidents: the smallest safe fix
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Mandatory baseline rules for any agent. Must be loaded before any work
Frontend design system practices: tokens, typography, color, layout, and component consistency.
Frontend UI/UX practices: flows, interaction states, accessibility-first UX, forms, and perceived performance.
Clean code execution rules for coding agents with verifiable quality gates.
Debugging requirements protocol from reproducible issue to verified fix and regression protection.
Requirement quality rules for coding tasks with traceable MUST/SHOULD and verifiable acceptance criteria.
| name | planning-scope-minimization |
| description | Minimize changes for bugs/incidents: the smallest safe fix |
<output_format>
<quality_rules> The change is minimal and directly tied to the observed behavior There is a fast rollback path (revert/flag/switch-over) </quality_rules>
<do_not> Do not expand scope beyond the bug Do not do a "big refactor" under the guise of a fix </do_not>