Lazy

Apply the "laziest solution that actually works" enforcement ladder when writing or proposing code — question whether the work needs to exist (YAGNI), reach for stdlib / native platform / already-installed deps before custom code, prefer one line over fifty. Supports intensity lite | full (default) | ultra. Use when implementing a feature, scaffolding, or whenever the user wants the minimal viable change ("the lazy way", "minimal diff", "do the least that works"). Different from /simplify (which cleans up an existing diff after the fact) — /lazy runs the ladder before the code is written. Aligned to the persona's simplicity bias.

yuri-semenenko 7ad77a9 3.5 KB Updated

File contents

yuri-semenenko/ai-engineering-workspace/tree/main/claude-code/.claude/skills/lazy commit 7ad77a94ce

Frequently asked questions

npx skillmds@latest add yuri-semenenko/lazy