no-broken-window
Installation
SKILL.md
No Broken Windows
One broken window nobody repairs turns into ten. One hack nobody removes turns into the pattern.
Quick start
User: "Some components import from stores/ directly, some don't — I want consistency."
- Scan codebase, report: "14 components import stores, 6 don't"
- Propose rule: "Only container components import from
stores/" - Resolve grey areas, then enforce via lint rule
- Document in CONTEXT.md