원클릭으로
implementation-principles
Shared implementation guidance for making minimal, correct, maintainable code changes that fit existing systems.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Shared implementation guidance for making minimal, correct, maintainable code changes that fit existing systems.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Behavioral rules that make AI coding agents more reliable — verification, self-correction, and scope discipline.
Debugging guidance and structured report template for thorough bug investigation, evidence gathering, and root cause documentation.
Cold-audit a completed delivery — verify the spec was actually delivered, challenge performative claims, and produce a what-landed report.
Guidelines for generating self-contained HTML mockups that look professional and are easy to iterate on.
The doctrine for `/roadmap-review` — interactive triage of roadmap-shape drift, walked one item at a time, with paste-ready resolution phrasing for the active sizing lens.
When work would produce 2+ related specs, prefer initiative-first composition over `/design` × N siblings. Carries the canonical "multiple related specs" phrasing that both interactive triage (`/roadmap-review`) and design-time routing (`/design`) quote.
SOC 직업 분류 기준
| name | implementation-principles |
| description | Shared implementation guidance for making minimal, correct, maintainable code changes that fit existing systems. |
| compatibility | opencode |
| metadata | {"audience":"engineers","purpose":"implementation-guidance"} |
Provide shared implementation guidance for execution-oriented agents.
This is the first principle. Every other rule below sits underneath it.
Aim for the excellent version of the work, not the adequate one. When you can see two ways to satisfy a ## Changes item — one that meets the letter of the requirement and one that meets the spirit — pick the one that meets the spirit, even if it's marginally harder. If the spec asks for a feature, the user wants the feature to actually rip — not a stub that satisfies the acceptance criteria on paper.
Self-check at the end of every task: "Would I be proud to show this to a senior engineer who cares about this codebase?" If the honest answer is no, the work isn't done.
Outcome excellence, not extra scope. The Excellence Bar raises quality of in-scope work. It is NOT a license for scope creep. If you see broader work that would make the result better, surface it to the delivery lead — do not self-authorize. Doing the agreed thing exceptionally well beats doing more things adequately.
If a ## Changes item or acceptance criterion turns out to be harder than expected, you have exactly three options:
Silent descoping is a failure mode, not pragmatism. Reframing a required item as "out of scope" mid-delivery, declaring a stub "done," or omitting a hard item from your final report without flagging it — these are the behaviors this section exists to prevent. The Boundaries section of a spec names work that is OUT of scope at design time. Items in Changes and Acceptance Criteria are IN scope and mandatory; they cannot migrate to Boundaries during delivery.
Use this skill for nearly all coding tasks that turn requirements or plans into concrete code changes. Pair with agent-reliability for verification, scope honesty, and persistence rules.