simplicity Shipped
What this lens looks for
Distinguish simple (no interleaving of concerns) from easy (convenient); resist adding abstractions that braid two concerns together; favor constructs that do one thing; treat complexity as permanent — resist it at introduction time
What its verifier checks
Each module or function has a single describable concern; no constructs that combine fetch + transform + render; no "convenient" abstractions that hide mixed responsibilities