minimal-abstractions
Installation
SKILL.md
Minimal Abstractions
Quick Start
Before adding a new abstraction (interface, abstract class, wrapper, layer), ask:
- Does a similar abstraction already exist in this project?
- Are there 2+ concrete use cases requiring this abstraction RIGHT NOW?
- Is the complexity cost justified by actual flexibility needs?
If any answer is "no" or "maybe" → Don't add it. Use the simplest solution that works.
Table of Contents
Related skills