Cross-cutting safety guardrail skill for Codex. Use when work could be destructive, expose secrets, touch shared modules, rewrite history, investigate failures under freeze, or change protected branches; triggers include "조심해서", safety, protection, secrets, rollback risk, and main-branch work. Prefer the task-specific mstack skill for planning, review, QA, shipping, or investigation after the safety posture is set.
Use this skill as a cross-cutting safety layer before any risky stage.
조심해서, safety, protection, or
mistake preventionmstack-planmstack-dispatchmstack-careful as the safety layerPause when a request could destroy data, expose secrets, rewrite shared code, or make rollback expensive. Prefer a short confirmation prompt over silent action.
git push --force, git push --force-with-lease, and git push -f.rm -rf /, destructive database commands, git reset --hard, and
git clean -fd unless the user explicitly confirms the risk..env files to version control.dispatch, do
not silently downgrade to single-agent execution.