codebase-design
Installation
SKILL.md
Codebase Design
Design deep modules: substantial behavior behind a small interface, placed at a clean seam and tested through that interface. The aim is leverage for callers, locality for maintainers, and testability for everyone.
Vocabulary
Use these terms exactly. Do not substitute component, service, API, boundary, or unit when one of these terms applies.