ワンクリックで
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>