architecture
Installation
SKILL.md
Architecture
Change how the codebase is structured, typed, or measured for performance — not whether to build a feature, and not language-runtime validation.
Pick branch
Never ask the user to pick a template when signals are clear. Load one or more when signals combine.
| Branch | Job | Status |
|---|---|---|
deep-modules |
Module/interface/depth/seam/adapter/locality/deletion test | active |
refactor-types |
Primitives/strings → domain types; logic on types; type hygiene | active |
refactor-boundaries |
Wire/API/adapter contract maps; keep domain out of boundary shells | active |
performance |
Measure → baseline → optimize; language-free stop rules | active |