event-sourcing
イベントソーシングパターンの設計・実装スキル。状態変更をイベントとして記録し、イベントストリームから状態を再構築する。CQRS、スナップショット、イベントリプレイを統合的に提供。Anchors:• Domain-Driven Design (Eric Evans) / 適用: ドメインイベント設計 / 目的: 業務的に意味のあるイベント抽出• Implementing DDD (Vaughn Vernon) / 適用: イベントストア実装 / 目的: アグリゲートとイベント境界• CQRS Journey (Microsoft) / 適用: CQRS実装パターン / 目的: コマンドとクエリの分離• Event Sourcing Pattern (Martin Fowler) / 適用: 基礎パターン / 目的: 状態変更の記録と再生Trigger:Use when implementing event sourcing, designing domain events, building event stores, implementing CQRS, or requiring complete audit trails and time-travel debugging.event sourcing, cqrs, event store, domain events, aggregate, projection, snapshot, event replay
$ Instalar
git clone https://github.com/daishiman/AIWorkflowOrchestrator /tmp/AIWorkflowOrchestrator && cp -r /tmp/AIWorkflowOrchestrator/.claude/skills/event-sourcing ~/.claude/skills/AIWorkflowOrchestrator// tip: Run this command in your terminal to install the skill
Repository

daishiman
Author
daishiman/AIWorkflowOrchestrator/.claude/skills/event-sourcing
2
Stars
0
Forks
Updated5d ago
Added5d ago