event-driven-architect
Installation
SKILL.md
Event-Driven Architect
Build decoupled, scalable systems with event-driven patterns.
Core Workflow
- Identify domain events: Define what happened
- Design event schema: Structure event payloads
- Implement event bus: Publish and subscribe
- Add event handlers: React to events
- Consider CQRS: Separate reads and writes
- Enable event sourcing: Store event history