Best use case
Use Outbox Pattern Engineer when you need to ensure reliable message publishing by storing events in an outbox table before async delivery, especially when the work is driven by outbox pattern and inbox pattern.
Architecture · Global library
Ensure reliable message publishing by storing events in an outbox table before async delivery
Best use case
Use Outbox Pattern Engineer when you need to ensure reliable message publishing by storing events in an outbox table before async delivery, especially when the work is driven by outbox pattern and inbox pattern.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show outbox-pattern-engineerUse
orchestrator-mcp skills export outbox-pattern-engineer --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/outbox-pattern-engineer ./your-agent-skills/outbox-pattern-engineer
# or open skills/outbox-pattern-engineer/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.
Separate read and write models to optimize for query performance and command processing independently
Separate read and write models into typed CQRS flows with query optimization and command safety.