Extension Points And Seams

Design for swappable capabilities — when a capability may have multiple implementations or consumers, separate it into contract / implementation / consumer so they vary independently, and route new behavior through documented extension points instead of patching a core. Use when designing a new capability, deciding whether to split an interface, or adding behavior to an existing system. Out of scope (no seam needed) when a capability has a single fixed implementation and consumer.

arch3rPro Updated

File contents

arch3rPro/dsh-skills/tree/main/skills/architecture/extension-points-and-seams commit 9ceabbe02f

Frequently asked questions

npx skillmds@latest add arch3rpro/extension-points-and-seams