applying-code-principles
SKILL.md
Code Principles
Priority, thresholds, conflict resolution: see rules/PRINCIPLES.md and
rules/development/CODE_THRESHOLDS.md.
Quick Checks
| Question | Principle |
|---|---|
| Simpler way? | Occam's Razor |
| <1 min to understand? | Miller's Law |
| Duplicating? | DRY |
| Needed now? | YAGNI |
| CSS can do it? | Progressive Enhancement |