一键导入
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