information-hiding
Skillby majiayu000
Checks for information leakage across module boundaries. Use when the user asks to check information hiding, when modules seem to change together, when implementation details leak across boundaries, or when structure follows execution order rather than knowledge ownership. Detects temporal decomposition and false encapsulation.
Details
- Path
- skills/quality/information-hiding/SKILL.md
- Dependencies
- 2