Code Discipline

Coding methodology for production-grade software development. Enforces structured thinking before coding, verifying reality, simplicity, surgical changes, contract awareness, and verifiable success criteria. Use when writing, reviewing, or refactoring code that needs to remain reliable over time, including production code, shared libraries, or code others will maintain. Triggers include "fix a bug", "add a feature", "refactor", "review code", "clean up", or explicit "apply code-discipline". Do NOT use for throwaway scripts, one-off prototypes, or quick demos.

eliranpv11 03fad73 2 files · 9.2 KB Updated

File contents

eliranpv11/code-discipline-skills/tree/main/skills/code-discipline commit 03fad73825

Frequently asked questions

npx skillmds@latest add eliranpv11/code-discipline