Engineering Standard

Enforce a strict, production-grade engineering standard on any serious coding task — writing, reviewing, refactoring, debugging, or completing a feature. Applies correctness, security, performance, and maintainability discipline; bans placeholder/dead code and silent failures; requires evidence for every claim of success; and gates completion on lint, typecheck, tests, and build. Use this skill whenever the user is building or reviewing real application code, fixing a bug, or asking whether code is production-ready — especially in TypeScript/Node/Next.js and multi-tenant systems. It raises quality and rigor; it does not attack systems or bypass controls.

AL-JANEF 27f0fbc 3 files · 11.9 KB Updated

File contents

AL-JANEF/janefskills/tree/main/engineering-standard commit 27f0fbc631

Frequently asked questions

npx skillmds@latest add al-janef/engineering-standard