Safe Coding Workflow

A disciplined workflow for planning, executing, and verifying non-trivial code changes safely. Use this skill whenever the user asks for a code change that is hard, risky, multi-file, or ambiguous — including bug fixes, refactors, feature additions, dependency upgrades, migrations, performance work, or "fix this failing test" requests. Also use it when entering an unfamiliar codebase, when the blast radius of a change is unclear, or when the user asks you to "be careful", "don't break anything", or to explain what you changed and why. Do NOT skip this skill just because the change looks small — small diffs in unfamiliar code are where regressions hide.

DGA-SD Updated

File contents

DGA-SD/Claude-SKILL/tree/main/safe-coding-workflow commit 9bff841bb5

Frequently asked questions

npx skillmds@latest add dga-sd/safe-coding-workflow