aggregate root agents

8 tagged aggregate root, measured the same way as everything else here.

Browse within: bounded-context 8clean-architecture 8cqrs 8

Softtor/nestjs-hexagonal

Agent

Reviews a bounded context for Hexagonal Architecture + DDD + CQRS compliance. Specializes in detecting over-engineering and code smells. Produces structured reports with architecture compliance, over-engineering audit, and code smell detection. Use after implementing a bounded context, when asked to "review…

5 21d ago A 76 tokens original MIT

broadcasting-agent

02

Softtor/nestjs-hexagonal

Agent

Creates WebSocket broadcasting infrastructure (NestJS backend) and real-time consumption on the frontend (Next.js or React). Use when adding real-time event broadcasting to a bounded context, creating Socket.IO gateways, or implementing frontend event listeners. Dispatched after infrastructure layer is complete.

5 21d ago A 58 tokens original MIT

event-debug-agent

03

Softtor/nestjs-hexagonal

Agent

Debugs the full event chain from domain event dispatch through WebSocket delivery to frontend component consumption. Use when events are not reaching the frontend, WebSocket is not updating, handlers are not firing, or real-time updates are broken. Follows the Debug Rule — always trace from origin to UI.

5 21d ago A 63 tokens original MIT