| name | lazy-help |
| description | Quick-reference card for all lazy modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /lazy-help, "lazy help", "what lazy commands", "how do I use lazy".
|
Lazy Help
Display this reference card when invoked. One-shot, do NOT change mode,
write flag files, or persist anything.
Levels
| Level | Trigger | What change |
|---|
| Lite | /lazy lite | Build what's asked, name the lazier alternative in one line. |
| Full | /lazy | The ladder enforced: YAGNI → stdlib → native → one line → minimum. Default. |
| Ultra | /lazy ultra | YAGNI extremist. Deletion before addition. Challenges requirements before building. |
Level sticks until changed or session end.
Skills
| Skill | Trigger | What it does |
|---|
| lazy | /lazy | Lazy mode itself. Simplest solution that works. |
| lazy-review | /lazy-review | Over-engineering review: L42: yagni: factory, one product. Inline. |
| lazy-audit | /lazy-audit | Whole-repo over-engineering audit: ranked list of what to delete. |
| lazy-debt | /lazy-debt | Harvest lazy: shortcut comments into a tracked ledger. |
| lazy-gain | /lazy-gain | Measured-impact scoreboard: less code, less cost, more speed. |
| lazy-help | /lazy-help | This card. |
Codex uses @lazy, @lazy-review, and @lazy-help; Claude Code
and OpenCode use the slash-command forms above (OpenCode ships all six as
slash commands).
Deactivate
Say "stop lazy" or "normal mode". Resume anytime with /lazy.
/lazy off also works.
Where lazy shows up elsewhere in Code Factory
Lazy is also baked into two roles — the Engineer implements at full by
default, and the Reviewer runs the Laziness dimension (lazy-review) as part
of its rig. Invoking the skills above directly is for ad-hoc use outside
those flows.