Old Coder

Evidence-first development — surround the implementation with an executable spec and a gauntlet of constraints (tests, types, coverage, mutation) so line-by-line review becomes optional. Use when the user explicitly asks for high-assurance or evidence-first work ("reliable", "TDD", "prove it works", "I won't read the code"), or when the change touches high-stakes domains (money, auth, data loss, concurrency, public API). For routine changes where the user just wants normal tests, write good tests directly instead of invoking this loop.

skillsgateway Updated

File contents

skillsgateway/skillsgateway/tree/main/.claude/skills/old-coder commit 1f69c6f519

Frequently asked questions

npx skillmds@latest add skillsgateway/old-coder-2