nm-archetypes-architecture-paradigm-hexagonalApplies hexagonal architecture isolating domain from infrastructure
Install via ClawdBot CLI:
clawdbot install athola/nm-archetypes-architecture-paradigm-hexagonalGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/athola/claude-night-market/tree/master/plugins/archetypesAudited Apr 17, 2026 · audit v1.0
Generated May 6, 2026
A financial institution redesigns its core banking system to isolate business logic for account management, loan processing, and transaction validation from databases and messaging systems. This enables independent upgrades of infrastructure without altering domain rules.
A health tech company builds a platform that aggregates patient data from multiple EHR systems using hexagonal architecture. Adapters for each EHR vendor implement common ports, allowing the core care coordination logic to remain unchanged when adding new sources.
An online retailer refactors its checkout service to use hexagonal architecture, separating payment processing, inventory checking, and shipping calculation into ports and adapters. This allows swapping payment gateways or adding new shipping carriers with minimal core impact.
A smart home company develops a backend that controls diverse IoT devices using hexagonal architecture. Ports abstract device communication protocols, enabling security team to unit test safety rules without real hardware and to support new device families via new adapters.
A government agency wraps a legacy mainframe system behind a port interface, then implements an adapter that gradually replaces calls to the mainframe with a modern microservice. This allows the agency to modernize incrementally while keeping the core domain stable.
Offer a foundational hexagonal core that handles generic domain logic for a vertical (e.g., property management), while charging per adapter integration (CRM, payment, etc.) or per tenant.
Build a product that connects multiple third-party systems (e.g., e-commerce, accounting, shipping) using a hexagonal core. Clients pay for the number of integrated adapters and data transformation volume.
Consulting firm helps clients adopt hexagonal architecture and builds custom adapters for their specific infrastructure. Revenue from architecture assessment, training, and adapter development.
💬 Integration Tip
Start by defining ports as simple interfaces in your domain layer, then implement adapters one at a time; enforce dependency inversion using a build tool like Gradle's module boundaries.
Scored Jul 6, 2026
Use when designing new system architecture, reviewing existing designs, or making architectural decisions. Invoke for system design, architecture review, design patterns, ADRs, scalability planning.
Calculate construction costs using resource-based method. Estimate project costs from work items, physical resource norms, and current prices.
Support architectural understanding from home projects to professional practice and theory.
Design property graph schemas for knowledge graph systems using Neo4j-style node labels, relationships, and properties based on domain descriptions or develo...
Search OneHome (CoreLogic) portal listings, get property details, photos, schools, saved searches. Use when the user asks about real estate listings shared b...
Real estate tax calculation and planning for Taiwan properties. Covers 房地合一稅 (House and Land Combined Tax), 土地增值稅 (Land Value Increment Tax), 財產交易所得稅 (Proper...