Skip to content

Architecture · Global library

Event Sourcing Architect

Design systems where state is derived from immutable event streams, enabling complete audit trails and temporal queries

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Event Sourcing Architect when you need to design systems where state is derived from immutable event streams, enabling complete audit trails and temporal queries, especially when the work is driven by event sourcing and event store.

Trigger signals

event sourcingevent storeevent streamevent replaytemporal queryaudit logevent log

Validation hooks

event-schema-validationaggregate-boundary-check

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show event-sourcing-architect

Use

orchestrator-mcp skills export event-sourcing-architect --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/event-sourcing-architect ./your-agent-skills/event-sourcing-architect
# or open skills/event-sourcing-architect/SKILL.md in a markdown-first client

File patterns

*.eventstore*EventStore**EventSourcing*event-sourcing*

Model preferences

claude-sonnet-4claude-haikugpt-4o

Related skills

Adjacent packs to compose next.

ArchitectureGlobal library

Circuit-Breaker Weaver

Open pack

Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.

CodexClaude Code
ArchitectureGlobal library

CQRS Pattern Master

Open pack

Separate read and write models to optimize for query performance and command processing independently

CodexClaude Code