Architecture Paradigm Hexagonal

Decouple domain logic from infrastructure using Hexagonal (Ports & Adapters) pattern. Triggers: hexagonal, ports-adapters, infrastructure-independence, domain-isolation, testability Use when: business logic separation, infrastructure changes needed, testability critical DO NOT use when: selecting paradigms (use architecture-paradigms first), simple CRUD.

micsapp Updated 3 repo stars

File contents

micsapp/micstec-skills/tree/main/claude-code/claude-night-market/plugins/archetypes/skills/architecture-paradigm-hexagonal commit 2e62a3a5d5

Frequently asked questions

npx skillmds@latest add micsapp/architecture-paradigm-hexagonal