원클릭으로
planning-base
Apply shared planning baseline (format, verifiability, assumptions) before creating any concrete change plan
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply shared planning baseline (format, verifiability, assumptions) before creating any concrete change plan
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-base |
| description | Apply shared planning baseline (format, verifiability, assumptions) before creating any concrete change plan |
<when_to_use> Always before producing a change plan When the task is ambiguous and questions/assumptions must be captured </when_to_use>
<core_principles> Separate facts, assumptions, and decisions The plan must be verifiable: every step can be confirmed by a test/observation Changes are incremental, with stop points Do not replace requirements with solutions: first "what", then "how" Write only relevant sections: do not fill the template for the sake of it </core_principles>
<default_output_format>
<quality_rules> The goal is stated as behavior/outcome, not as a list of actions Acceptance criteria exist (what "done" means) Boundaries are stated: what we explicitly do NOT do in this task A verification plan exists (at least: one quick signal + one regression check) Open questions are explicitly listed and affect the plan </quality_rules>
<do_not> Do not produce a plan built on hidden assumptions Do not mix independent goals into one change-set without a reason Do not add "nice-to-have improvements" without a clear goal </do_not>
Goal: remove 500s on /orders. Proposed change: add a guard for null tax and a regression test. Verification: the repro is gone, the test is green. Risks: may affect tax calculation. Open questions: do we have legacy clients without tax? Has a goal, a concrete change, verification, risks, and questions Do something and check manually. No verifiability and no specifics